Skip to content

Instantly share code, notes, and snippets.

@nicenemo
Last active November 22, 2019 15:43
Show Gist options
  • Save nicenemo/25fa5f15d9f3b6476445aeeccf940c94 to your computer and use it in GitHub Desktop.
Save nicenemo/25fa5f15d9f3b6476445aeeccf940c94 to your computer and use it in GitHub Desktop.

The following is the HAR recording from From firefox when trying to access the settings of horizontal bar chart when editting the view.

{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "Firefox",
      "version": "70.0.1"
    },
    "browser": {
      "name": "Firefox",
      "version": "70.0.1"
    },
    "pages": [
      {
        "startedDateTime": "2019-11-22T16:37:18.196+01:00",
        "id": "page_1",
        "pageTimings": {
          "onContentLoad": -43352,
          "onLoad": -43347
        }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2019-11-22T16:37:18.196+01:00",
        "request": {
          "bodySize": 0,
          "method": "GET",
          "url": "https://notourserver.example.com/bundles/commons.style.css",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Host",
              "value": "notourserver.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0"
            },
            {
              "name": "Accept",
              "value": "text/css,*/*;q=0.1"
            },
            {
              "name": "Accept-Language",
              "value": "en-US,en;q=0.5"
            },
            {
              "name": "Accept-Encoding",
              "value": "gzip, deflate, br"
            },
            {
              "name": "Connection",
              "value": "keep-alive"
            },
            {
              "name": "DNT",
              "value": "1"
            }
          ],
          "cookies": [],
          "queryString": [],
          "headersSize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Date",
              "value": "Tue, 12 Nov 2019 18:39:03 GMT"
            },
            {
              "name": "Server",
              "value": "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16"
            },
            {
              "name": "etag",
              "value": "\"51caebf203b08615b5565273deaccf6f55d62da9-/bundles/-gzip\""
            },
            {
              "name": "cache-control",
              "value": "must-revalidate"
            },
            {
              "name": "content-type",
              "value": "text/css; charset=utf-8"
            },
            {
              "name": "kbn-name",
              "value": "kibana"
            },
            {
              "name": "kbn-xpack-sig",
              "value": "0ecc83d5d5e0dedd02d8121731954397"
            },
            {
              "name": "vary",
              "value": "accept-encoding"
            },
            {
              "name": "content-encoding",
              "value": "gzip"
            },
            {
              "name": "Keep-Alive",
              "value": "timeout=5, max=96"
            },
            {
              "name": "Connection",
              "value": "Keep-Alive"
            },
            {
              "name": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookies": [],
          "content": {
            "mimeType": "text/css; charset=utf-8",
            "size": 80391,
            "text": "/*! Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one or more contributor license agreements.\n * Licensed under the Elastic License; you may not use this file except in compliance with the Elastic License. */\n/**\n * designed to emulate root-element stretching and overflow\n * prevention previously handled in kbn_chrome.less\n */\n.coreSystemRootDomElement {\n  overflow-x: hidden;\n  min-width: 100%;\n  min-height: 100%;\n}\n\n/*!\n * https://github.com/YouCanBookMe/react-datetime\n */\n\n.rdt {\n  position: relative;\n}\n.rdtPicker {\n  display: none;\n  position: absolute;\n  width: 250px;\n  padding: 4px;\n  margin-top: 1px;\n  z-index: 99999 !important;\n  background: #fff;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);\n          box-shadow: 0 1px 3px rgba(0,0,0,.1);\n  border: 1px solid #f9f9f9;\n}\n.rdtOpen .rdtPicker {\n  display: block;\n}\n.rdtStatic .rdtPicker {\n  -webkit-box-shadow: none;\n          box-shadow: none;\n  position: static;\n}\n\n.rdtPicker .rdtTimeToggle {\n  text-align: center;\n}\n\n.rdtPicker table {\n  width: 100%;\n  margin: 0;\n}\n.rdtPicker td,\n.rdtPicker th {\n  text-align: center;\n  height: 28px;\n}\n.rdtPicker td {\n  cursor: pointer;\n}\n.rdtPicker td.rdtDay:hover,\n.rdtPicker td.rdtHour:hover,\n.rdtPicker td.rdtMinute:hover,\n.rdtPicker td.rdtSecond:hover,\n.rdtPicker .rdtTimeToggle:hover {\n  background: #eeeeee;\n  cursor: pointer;\n}\n.rdtPicker td.rdtOld,\n.rdtPicker td.rdtNew {\n  color: #999999;\n}\n.rdtPicker td.rdtToday {\n  position: relative;\n}\n.rdtPicker td.rdtToday:before {\n  content: '';\n  display: inline-block;\n  border-left: 7px solid transparent;\n  border-bottom: 7px solid #428bca;\n  border-top-color: rgba(0, 0, 0, 0.2);\n  position: absolute;\n  bottom: 4px;\n  right: 4px;\n}\n.rdtPicker td.rdtActive,\n.rdtPicker td.rdtActive:hover {\n  background-color: #428bca;\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.rdtPicker td.rdtActive.rdtToday:before {\n  border-bottom-color: #fff;\n}\n.rdtPicker td.rdtDisabled,\n.rdtPicker td.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n\n.rdtPicker td span.rdtOld {\n  color: #999999;\n}\n.rdtPicker td span.rdtDisabled,\n.rdtPicker td span.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n.rdtPicker th {\n  border-bottom: 1px solid #f9f9f9;\n}\n.rdtPicker .dow {\n  width: 14.2857%;\n  border-bottom: none;\n  cursor: default;\n}\n.rdtPicker th.rdtSwitch {\n  width: 100px;\n}\n.rdtPicker th.rdtNext,\n.rdtPicker th.rdtPrev {\n  font-size: 21px;\n  vertical-align: top;\n}\n\n.rdtPrev span,\n.rdtNext span {\n  display: block;\n  -webkit-touch-callout: none; /* iOS Safari */\n  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */\n  -moz-user-select: none;      /* Firefox */\n  -ms-user-select: none;       /* Internet Explorer/Edge */\n  user-select: none;\n}\n\n.rdtPicker th.rdtDisabled,\n.rdtPicker th.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n.rdtPicker thead tr:first-child th {\n  cursor: pointer;\n}\n.rdtPicker thead tr:first-child th:hover {\n  background: #eeeeee;\n}\n\n.rdtPicker tfoot {\n  border-top: 1px solid #f9f9f9;\n}\n\n.rdtPicker button {\n  border: none;\n  background: none;\n  cursor: pointer;\n}\n.rdtPicker button:hover {\n  background-color: #eee;\n}\n\n.rdtPicker thead button {\n  width: 100%;\n  height: 100%;\n}\n\ntd.rdtMonth,\ntd.rdtYear {\n  height: 50px;\n  width: 25%;\n  cursor: pointer;\n}\ntd.rdtMonth:hover,\ntd.rdtYear:hover {\n  background: #eee;\n}\n\n.rdtCounters {\n  display: inline-block;\n}\n\n.rdtCounters > div {\n  float: left;\n}\n\n.rdtCounter {\n  height: 100px;\n}\n\n.rdtCounter {\n  width: 40px;\n}\n\n.rdtCounterSeparator {\n  line-height: 100px;\n}\n\n.rdtCounter .rdtBtn {\n  height: 40%;\n  line-height: 40px;\n  cursor: pointer;\n  display: block;\n\n  -webkit-touch-callout: none; /* iOS Safari */\n  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */\n  -moz-user-select: none;      /* Firefox */\n  -ms-user-select: none;       /* Internet Explorer/Edge */\n  user-select: none;\n}\n.rdtCounter .rdtBtn:hover {\n  background: #eee;\n}\n.rdtCounter .rdtCount {\n  height: 20%;\n  font-size: 1.2em;\n}\n\n.rdtMilli {\n  vertical-align: middle;\n  padding-left: 8px;\n  width: 48px;\n}\n\n.rdtMilli input {\n  width: 100%;\n  font-size: 1.2em;\n  margin-top: 37px;\n}\n\n.rdtTime td {\n  cursor: default;\n}\n\n.react-grid-layout {\n  position: relative;\n  -webkit-transition: height 200ms ease;\n  transition: height 200ms ease;\n}\n.react-grid-item {\n  -webkit-transition: all 200ms ease;\n  transition: all 200ms ease;\n  -webkit-transition-property: left, top;\n  transition-property: left, top;\n}\n.react-grid-item.cssTransforms {\n  -webkit-transition-property: -webkit-transform;\n  transition-property: -webkit-transform;\n  transition-property: transform;\n  transition-property: transform, -webkit-transform;\n}\n.react-grid-item.resizing {\n  z-index: 1;\n  will-change: width, height;\n}\n\n.react-grid-item.react-draggable-dragging {\n  -webkit-transition: none;\n  transition: none;\n  z-index: 3;\n  will-change: transform;\n}\n\n.react-grid-item.react-grid-placeholder {\n  background: red;\n  opacity: 0.2;\n  -webkit-transition-duration: 100ms;\n          transition-duration: 100ms;\n  z-index: 2;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n\n.react-grid-item > .react-resizable-handle {\n  position: absolute;\n  width: 20px;\n  height: 20px;\n  bottom: 0;\n  right: 0;\n  cursor: se-resize;\n}\n\n.react-grid-item > .react-resizable-handle::after {\n  content: \"\";\n  position: absolute;\n  right: 3px;\n  bottom: 3px;\n  width: 5px;\n  height: 5px;\n  border-right: 2px solid rgba(0, 0, 0, 0.4);\n  border-bottom: 2px solid rgba(0, 0, 0, 0.4);\n}\n\n.react-resizable {\n  position: relative;\n}\n.react-resizable-handle {\n  position: absolute;\n  width: 20px;\n  height: 20px;\n  bottom: 0;\n  right: 0;\n  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n  background-position: bottom right;\n  padding: 0 3px 3px 0;\n  background-repeat: no-repeat;\n  background-origin: content-box;\n  -webkit-box-sizing: border-box;\n          box-sizing: border-box;\n  cursor: se-resize;\n}\n\n/*!\n *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */\n/* FONT PATH\n * -------------------------- */\n@font-face {\n  font-family: 'FontAwesome';\n  src: url(/bundles/674f50d287a8c48dc19ba404d20fe713.eot);\n  src: url(/bundles/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/bundles/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/bundles/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/bundles/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/bundles/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');\n  font-weight: normal;\n  font-style: normal;\n}\n.fa {\n  display: inline-block;\n  font: normal normal normal 14px/1 FontAwesome;\n  font-size: inherit;\n  text-rendering: auto;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n/* makes the font 33% larger relative to the icon container */\n.fa-lg {\n  font-size: 1.33333333em;\n  line-height: 0.75em;\n  vertical-align: -15%;\n}\n.fa-2x {\n  font-size: 2em;\n}\n.fa-3x {\n  font-size: 3em;\n}\n.fa-4x {\n  font-size: 4em;\n}\n.fa-5x {\n  font-size: 5em;\n}\n.fa-fw {\n  width: 1.28571429em;\n  text-align: center;\n}\n.fa-ul {\n  padding-left: 0;\n  margin-left: 2.14285714em;\n  list-style-type: none;\n}\n.fa-ul > li {\n  position: relative;\n}\n.fa-li {\n  position: absolute;\n  left: -2.14285714em;\n  width: 2.14285714em;\n  top: 0.14285714em;\n  text-align: center;\n}\n.fa-li.fa-lg {\n  left: -1.85714286em;\n}\n.fa-border {\n  padding: .2em .25em .15em;\n  border: solid 0.08em #eee;\n  border-radius: .1em;\n}\n.fa-pull-left {\n  float: left;\n}\n.fa-pull-right {\n  float: right;\n}\n.fa.fa-pull-left {\n  margin-right: .3em;\n}\n.fa.fa-pull-right {\n  margin-left: .3em;\n}\n/* Deprecated as of 4.4.0 */\n.pull-right {\n  float: right;\n}\n.pull-left {\n  float: left;\n}\n.fa.pull-left {\n  margin-right: .3em;\n}\n.fa.pull-right {\n  margin-left: .3em;\n}\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n  animation: fa-spin 1s infinite steps(8);\n}\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n.fa-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n.fa-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n.fa-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n.fa-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n  transform: scale(-1, 1);\n}\n.fa-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n  transform: scale(1, -1);\n}\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  -webkit-filter: none;\n          filter: none;\n}\n.fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.fa-stack-1x,\n.fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.fa-stack-1x {\n  line-height: inherit;\n}\n.fa-stack-2x {\n  font-size: 2em;\n}\n.fa-inverse {\n  color: #fff;\n}\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n   readers do not read off random characters that represent icons */\n.fa-glass:before {\n  content: \"\\f000\";\n}\n.fa-music:before {\n  content: \"\\f001\";\n}\n.fa-search:before {\n  content: \"\\f002\";\n}\n.fa-envelope-o:before {\n  content: \"\\f003\";\n}\n.fa-heart:before {\n  content: \"\\f004\";\n}\n.fa-star:before {\n  content: \"\\f005\";\n}\n.fa-star-o:before {\n  content: \"\\f006\";\n}\n.fa-user:before {\n  content: \"\\f007\";\n}\n.fa-film:before {\n  content: \"\\f008\";\n}\n.fa-th-large:before {\n  content: \"\\f009\";\n}\n.fa-th:before {\n  content: \"\\f00a\";\n}\n.fa-th-list:before {\n  content: \"\\f00b\";\n}\n.fa-check:before {\n  content: \"\\f00c\";\n}\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n  content: \"\\f00d\";\n}\n.fa-search-plus:before {\n  content: \"\\f00e\";\n}\n.fa-search-minus:before {\n  content: \"\\f010\";\n}\n.fa-power-off:before {\n  content: \"\\f011\";\n}\n.fa-signal:before {\n  content: \"\\f012\";\n}\n.fa-gear:before,\n.fa-cog:before {\n  content: \"\\f013\";\n}\n.fa-trash-o:before {\n  content: \"\\f014\";\n}\n.fa-home:before {\n  content: \"\\f015\";\n}\n.fa-file-o:before {\n  content: \"\\f016\";\n}\n.fa-clock-o:before {\n  content: \"\\f017\";\n}\n.fa-road:before {\n  content: \"\\f018\";\n}\n.fa-download:before {\n  content: \"\\f019\";\n}\n.fa-arrow-circle-o-down:before {\n  content: \"\\f01a\";\n}\n.fa-arrow-circle-o-up:before {\n  content: \"\\f01b\";\n}\n.fa-inbox:before {\n  content: \"\\f01c\";\n}\n.fa-play-circle-o:before {\n  content: \"\\f01d\";\n}\n.fa-rotate-right:before,\n.fa-repeat:before {\n  content: \"\\f01e\";\n}\n.fa-refresh:before {\n  content: \"\\f021\";\n}\n.fa-list-alt:before {\n  content: \"\\f022\";\n}\n.fa-lock:before {\n  content: \"\\f023\";\n}\n.fa-flag:before {\n  content: \"\\f024\";\n}\n.fa-headphones:before {\n  content: \"\\f025\";\n}\n.fa-volume-off:before {\n  content: \"\\f026\";\n}\n.fa-volume-down:before {\n  content: \"\\f027\";\n}\n.fa-volume-up:before {\n  content: \"\\f028\";\n}\n.fa-qrcode:before {\n  content: \"\\f029\";\n}\n.fa-barcode:before {\n  content: \"\\f02a\";\n}\n.fa-tag:before {\n  content: \"\\f02b\";\n}\n.fa-tags:before {\n  content: \"\\f02c\";\n}\n.fa-book:before {\n  content: \"\\f02d\";\n}\n.fa-bookmark:before {\n  content: \"\\f02e\";\n}\n.fa-print:before {\n  content: \"\\f02f\";\n}\n.fa-camera:before {\n  content: \"\\f030\";\n}\n.fa-font:before {\n  content: \"\\f031\";\n}\n.fa-bold:before {\n  content: \"\\f032\";\n}\n.fa-italic:before {\n  content: \"\\f033\";\n}\n.fa-text-height:before {\n  content: \"\\f034\";\n}\n.fa-text-width:before {\n  content: \"\\f035\";\n}\n.fa-align-left:before {\n  content: \"\\f036\";\n}\n.fa-align-center:before {\n  content: \"\\f037\";\n}\n.fa-align-right:before {\n  content: \"\\f038\";\n}\n.fa-align-justify:before {\n  content: \"\\f039\";\n}\n.fa-list:before {\n  content: \"\\f03a\";\n}\n.fa-dedent:before,\n.fa-outdent:before {\n  content: \"\\f03b\";\n}\n.fa-indent:before {\n  content: \"\\f03c\";\n}\n.fa-video-camera:before {\n  content: \"\\f03d\";\n}\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n  content: \"\\f03e\";\n}\n.fa-pencil:before {\n  content: \"\\f040\";\n}\n.fa-map-marker:before {\n  content: \"\\f041\";\n}\n.fa-adjust:before {\n  content: \"\\f042\";\n}\n.fa-tint:before {\n  content: \"\\f043\";\n}\n.fa-edit:before,\n.fa-pencil-square-o:before {\n  content: \"\\f044\";\n}\n.fa-share-square-o:before {\n  content: \"\\f045\";\n}\n.fa-check-square-o:before {\n  content: \"\\f046\";\n}\n.fa-arrows:before {\n  content: \"\\f047\";\n}\n.fa-step-backward:before {\n  content: \"\\f048\";\n}\n.fa-fast-backward:before {\n  content: \"\\f049\";\n}\n.fa-backward:before {\n  content: \"\\f04a\";\n}\n.fa-play:before {\n  content: \"\\f04b\";\n}\n.fa-pause:before {\n  content: \"\\f04c\";\n}\n.fa-stop:before {\n  content: \"\\f04d\";\n}\n.fa-forward:before {\n  content: \"\\f04e\";\n}\n.fa-fast-forward:before {\n  content: \"\\f050\";\n}\n.fa-step-forward:before {\n  content: \"\\f051\";\n}\n.fa-eject:before {\n  content: \"\\f052\";\n}\n.fa-chevron-left:before {\n  content: \"\\f053\";\n}\n.fa-chevron-right:before {\n  content: \"\\f054\";\n}\n.fa-plus-circle:before {\n  content: \"\\f055\";\n}\n.fa-minus-circle:before {\n  content: \"\\f056\";\n}\n.fa-times-circle:before {\n  content: \"\\f057\";\n}\n.fa-check-circle:before {\n  content: \"\\f058\";\n}\n.fa-question-circle:before {\n  content: \"\\f059\";\n}\n.fa-info-circle:before {\n  content: \"\\f05a\";\n}\n.fa-crosshairs:before {\n  content: \"\\f05b\";\n}\n.fa-times-circle-o:before {\n  content: \"\\f05c\";\n}\n.fa-check-circle-o:before {\n  content: \"\\f05d\";\n}\n.fa-ban:before {\n  content: \"\\f05e\";\n}\n.fa-arrow-left:before {\n  content: \"\\f060\";\n}\n.fa-arrow-right:before {\n  content: \"\\f061\";\n}\n.fa-arrow-up:before {\n  content: \"\\f062\";\n}\n.fa-arrow-down:before {\n  content: \"\\f063\";\n}\n.fa-mail-forward:before,\n.fa-share:before {\n  content: \"\\f064\";\n}\n.fa-expand:before {\n  content: \"\\f065\";\n}\n.fa-compress:before {\n  content: \"\\f066\";\n}\n.fa-plus:before {\n  content: \"\\f067\";\n}\n.fa-minus:before {\n  content: \"\\f068\";\n}\n.fa-asterisk:before {\n  content: \"\\f069\";\n}\n.fa-exclamation-circle:before {\n  content: \"\\f06a\";\n}\n.fa-gift:before {\n  content: \"\\f06b\";\n}\n.fa-leaf:before {\n  content: \"\\f06c\";\n}\n.fa-fire:before {\n  content: \"\\f06d\";\n}\n.fa-eye:before {\n  content: \"\\f06e\";\n}\n.fa-eye-slash:before {\n  content: \"\\f070\";\n}\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n  content: \"\\f071\";\n}\n.fa-plane:before {\n  content: \"\\f072\";\n}\n.fa-calendar:before {\n  content: \"\\f073\";\n}\n.fa-random:before {\n  content: \"\\f074\";\n}\n.fa-comment:before {\n  content: \"\\f075\";\n}\n.fa-magnet:before {\n  content: \"\\f076\";\n}\n.fa-chevron-up:before {\n  content: \"\\f077\";\n}\n.fa-chevron-down:before {\n  content: \"\\f078\";\n}\n.fa-retweet:before {\n  content: \"\\f079\";\n}\n.fa-shopping-cart:before {\n  content: \"\\f07a\";\n}\n.fa-folder:before {\n  content: \"\\f07b\";\n}\n.fa-folder-open:before {\n  content: \"\\f07c\";\n}\n.fa-arrows-v:before {\n  content: \"\\f07d\";\n}\n.fa-arrows-h:before {\n  content: \"\\f07e\";\n}\n.fa-bar-chart-o:before,\n.fa-bar-chart:before {\n  content: \"\\f080\";\n}\n.fa-twitter-square:before {\n  content: \"\\f081\";\n}\n.fa-facebook-square:before {\n  content: \"\\f082\";\n}\n.fa-camera-retro:before {\n  content: \"\\f083\";\n}\n.fa-key:before {\n  content: \"\\f084\";\n}\n.fa-gears:before,\n.fa-cogs:before {\n  content: \"\\f085\";\n}\n.fa-comments:before {\n  content: \"\\f086\";\n}\n.fa-thumbs-o-up:before {\n  content: \"\\f087\";\n}\n.fa-thumbs-o-down:before {\n  content: \"\\f088\";\n}\n.fa-star-half:before {\n  content: \"\\f089\";\n}\n.fa-heart-o:before {\n  content: \"\\f08a\";\n}\n.fa-sign-out:before {\n  content: \"\\f08b\";\n}\n.fa-linkedin-square:before {\n  content: \"\\f08c\";\n}\n.fa-thumb-tack:before {\n  content: \"\\f08d\";\n}\n.fa-external-link:before {\n  content: \"\\f08e\";\n}\n.fa-sign-in:before {\n  content: \"\\f090\";\n}\n.fa-trophy:before {\n  content: \"\\f091\";\n}\n.fa-github-square:before {\n  content: \"\\f092\";\n}\n.fa-upload:before {\n  content: \"\\f093\";\n}\n.fa-lemon-o:before {\n  content: \"\\f094\";\n}\n.fa-phone:before {\n  content: \"\\f095\";\n}\n.fa-square-o:before {\n  content: \"\\f096\";\n}\n.fa-bookmark-o:before {\n  content: \"\\f097\";\n}\n.fa-phone-square:before {\n  content: \"\\f098\";\n}\n.fa-twitter:before {\n  content: \"\\f099\";\n}\n.fa-facebook-f:before,\n.fa-facebook:before {\n  content: \"\\f09a\";\n}\n.fa-github:before {\n  content: \"\\f09b\";\n}\n.fa-unlock:before {\n  content: \"\\f09c\";\n}\n.fa-credit-card:before {\n  content: \"\\f09d\";\n}\n.fa-feed:before,\n.fa-rss:before {\n  content: \"\\f09e\";\n}\n.fa-hdd-o:before {\n  content: \"\\f0a0\";\n}\n.fa-bullhorn:before {\n  content: \"\\f0a1\";\n}\n.fa-bell:before {\n  content: \"\\f0f3\";\n}\n.fa-certificate:before {\n  content: \"\\f0a3\";\n}\n.fa-hand-o-right:before {\n  content: \"\\f0a4\";\n}\n.fa-hand-o-left:before {\n  content: \"\\f0a5\";\n}\n.fa-hand-o-up:before {\n  content: \"\\f0a6\";\n}\n.fa-hand-o-down:before {\n  content: \"\\f0a7\";\n}\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\";\n}\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\";\n}\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\";\n}\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\";\n}\n.fa-globe:before {\n  content: \"\\f0ac\";\n}\n.fa-wrench:before {\n  content: \"\\f0ad\";\n}\n.fa-tasks:before {\n  content: \"\\f0ae\";\n}\n.fa-filter:before {\n  content: \"\\f0b0\";\n}\n.fa-briefcase:before {\n  content: \"\\f0b1\";\n}\n.fa-arrows-alt:before {\n  content: \"\\f0b2\";\n}\n.fa-group:before,\n.fa-users:before {\n  content: \"\\f0c0\";\n}\n.fa-chain:before,\n.fa-link:before {\n  content: \"\\f0c1\";\n}\n.fa-cloud:before {\n  content: \"\\f0c2\";\n}\n.fa-flask:before {\n  content: \"\\f0c3\";\n}\n.fa-cut:before,\n.fa-scissors:before {\n  content: \"\\f0c4\";\n}\n.fa-copy:before,\n.fa-files-o:before {\n  content: \"\\f0c5\";\n}\n.fa-paperclip:before {\n  content: \"\\f0c6\";\n}\n.fa-save:before,\n.fa-floppy-o:before {\n  content: \"\\f0c7\";\n}\n.fa-square:before {\n  content: \"\\f0c8\";\n}\n.fa-navicon:before,\n.fa-reorder:before,\n.fa-bars:before {\n  content: \"\\f0c9\";\n}\n.fa-list-ul:before {\n  content: \"\\f0ca\";\n}\n.fa-list-ol:before {\n  content: \"\\f0cb\";\n}\n.fa-strikethrough:before {\n  content: \"\\f0cc\";\n}\n.fa-underline:before {\n  content: \"\\f0cd\";\n}\n.fa-table:before {\n  content: \"\\f0ce\";\n}\n.fa-magic:before {\n  content: \"\\f0d0\";\n}\n.fa-truck:before {\n  content: \"\\f0d1\";\n}\n.fa-pinterest:before {\n  content: \"\\f0d2\";\n}\n.fa-pinterest-square:before {\n  content: \"\\f0d3\";\n}\n.fa-google-plus-square:before {\n  content: \"\\f0d4\";\n}\n.fa-google-plus:before {\n  content: \"\\f0d5\";\n}\n.fa-money:before {\n  content: \"\\f0d6\";\n}\n.fa-caret-down:before {\n  content: \"\\f0d7\";\n}\n.fa-caret-up:before {\n  content: \"\\f0d8\";\n}\n.fa-caret-left:before {\n  content: \"\\f0d9\";\n}\n.fa-caret-right:before {\n  content: \"\\f0da\";\n}\n.fa-columns:before {\n  content: \"\\f0db\";\n}\n.fa-unsorted:before,\n.fa-sort:before {\n  content: \"\\f0dc\";\n}\n.fa-sort-down:before,\n.fa-sort-desc:before {\n  content: \"\\f0dd\";\n}\n.fa-sort-up:before,\n.fa-sort-asc:before {\n  content: \"\\f0de\";\n}\n.fa-envelope:before {\n  content: \"\\f0e0\";\n}\n.fa-linkedin:before {\n  content: \"\\f0e1\";\n}\n.fa-rotate-left:before,\n.fa-undo:before {\n  content: \"\\f0e2\";\n}\n.fa-legal:before,\n.fa-gavel:before {\n  content: \"\\f0e3\";\n}\n.fa-dashboard:before,\n.fa-tachometer:before {\n  content: \"\\f0e4\";\n}\n.fa-comment-o:before {\n  content: \"\\f0e5\";\n}\n.fa-comments-o:before {\n  content: \"\\f0e6\";\n}\n.fa-flash:before,\n.fa-bolt:before {\n  content: \"\\f0e7\";\n}\n.fa-sitemap:before {\n  content: \"\\f0e8\";\n}\n.fa-umbrella:before {\n  content: \"\\f0e9\";\n}\n.fa-paste:before,\n.fa-clipboard:before {\n  content: \"\\f0ea\";\n}\n.fa-lightbulb-o:before {\n  content: \"\\f0eb\";\n}\n.fa-exchange:before {\n  content: \"\\f0ec\";\n}\n.fa-cloud-download:before {\n  content: \"\\f0ed\";\n}\n.fa-cloud-upload:before {\n  content: \"\\f0ee\";\n}\n.fa-user-md:before {\n  content: \"\\f0f0\";\n}\n.fa-stethoscope:before {\n  content: \"\\f0f1\";\n}\n.fa-suitcase:before {\n  content: \"\\f0f2\";\n}\n.fa-bell-o:before {\n  content: \"\\f0a2\";\n}\n.fa-coffee:before {\n  content: \"\\f0f4\";\n}\n.fa-cutlery:before {\n  content: \"\\f0f5\";\n}\n.fa-file-text-o:before {\n  content: \"\\f0f6\";\n}\n.fa-building-o:before {\n  content: \"\\f0f7\";\n}\n.fa-hospital-o:before {\n  content: \"\\f0f8\";\n}\n.fa-ambulance:before {\n  content: \"\\f0f9\";\n}\n.fa-medkit:before {\n  content: \"\\f0fa\";\n}\n.fa-fighter-jet:before {\n  content: \"\\f0fb\";\n}\n.fa-beer:before {\n  content: \"\\f0fc\";\n}\n.fa-h-square:before {\n  content: \"\\f0fd\";\n}\n.fa-plus-square:before {\n  content: \"\\f0fe\";\n}\n.fa-angle-double-left:before {\n  content: \"\\f100\";\n}\n.fa-angle-double-right:before {\n  content: \"\\f101\";\n}\n.fa-angle-double-up:before {\n  content: \"\\f102\";\n}\n.fa-angle-double-down:before {\n  content: \"\\f103\";\n}\n.fa-angle-left:before {\n  content: \"\\f104\";\n}\n.fa-angle-right:before {\n  content: \"\\f105\";\n}\n.fa-angle-up:before {\n  content: \"\\f106\";\n}\n.fa-angle-down:before {\n  content: \"\\f107\";\n}\n.fa-desktop:before {\n  content: \"\\f108\";\n}\n.fa-laptop:before {\n  content: \"\\f109\";\n}\n.fa-tablet:before {\n  content: \"\\f10a\";\n}\n.fa-mobile-phone:before,\n.fa-mobile:before {\n  content: \"\\f10b\";\n}\n.fa-circle-o:before {\n  content: \"\\f10c\";\n}\n.fa-quote-left:before {\n  content: \"\\f10d\";\n}\n.fa-quote-right:before {\n  content: \"\\f10e\";\n}\n.fa-spinner:before {\n  content: \"\\f110\";\n}\n.fa-circle:before {\n  content: \"\\f111\";\n}\n.fa-mail-reply:before,\n.fa-reply:before {\n  content: \"\\f112\";\n}\n.fa-github-alt:before {\n  content: \"\\f113\";\n}\n.fa-folder-o:before {\n  content: \"\\f114\";\n}\n.fa-folder-open-o:before {\n  content: \"\\f115\";\n}\n.fa-smile-o:before {\n  content: \"\\f118\";\n}\n.fa-frown-o:before {\n  content: \"\\f119\";\n}\n.fa-meh-o:before {\n  content: \"\\f11a\";\n}\n.fa-gamepad:before {\n  content: \"\\f11b\";\n}\n.fa-keyboard-o:before {\n  content: \"\\f11c\";\n}\n.fa-flag-o:before {\n  content: \"\\f11d\";\n}\n.fa-flag-checkered:before {\n  content: \"\\f11e\";\n}\n.fa-terminal:before {\n  content: \"\\f120\";\n}\n.fa-code:before {\n  content: \"\\f121\";\n}\n.fa-mail-reply-all:before,\n.fa-reply-all:before {\n  content: \"\\f122\";\n}\n.fa-star-half-empty:before,\n.fa-star-half-full:before,\n.fa-star-half-o:before {\n  content: \"\\f123\";\n}\n.fa-location-arrow:before {\n  content: \"\\f124\";\n}\n.fa-crop:before {\n  content: \"\\f125\";\n}\n.fa-code-fork:before {\n  content: \"\\f126\";\n}\n.fa-unlink:before,\n.fa-chain-broken:before {\n  content: \"\\f127\";\n}\n.fa-question:before {\n  content: \"\\f128\";\n}\n.fa-info:before {\n  content: \"\\f129\";\n}\n.fa-exclamation:before {\n  content: \"\\f12a\";\n}\n.fa-superscript:before {\n  content: \"\\f12b\";\n}\n.fa-subscript:before {\n  content: \"\\f12c\";\n}\n.fa-eraser:before {\n  content: \"\\f12d\";\n}\n.fa-puzzle-piece:before {\n  content: \"\\f12e\";\n}\n.fa-microphone:before {\n  content: \"\\f130\";\n}\n.fa-microphone-slash:before {\n  content: \"\\f131\";\n}\n.fa-shield:before {\n  content: \"\\f132\";\n}\n.fa-calendar-o:before {\n  content: \"\\f133\";\n}\n.fa-fire-extinguisher:before {\n  content: \"\\f134\";\n}\n.fa-rocket:before {\n  content: \"\\f135\";\n}\n.fa-maxcdn:before {\n  content: \"\\f136\";\n}\n.fa-chevron-circle-left:before {\n  content: \"\\f137\";\n}\n.fa-chevron-circle-right:before {\n  content: \"\\f138\";\n}\n.fa-chevron-circle-up:before {\n  content: \"\\f139\";\n}\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\";\n}\n.fa-html5:before {\n  content: \"\\f13b\";\n}\n.fa-css3:before {\n  content: \"\\f13c\";\n}\n.fa-anchor:before {\n  content: \"\\f13d\";\n}\n.fa-unlock-alt:before {\n  content: \"\\f13e\";\n}\n.fa-bullseye:before {\n  content: \"\\f140\";\n}\n.fa-ellipsis-h:before {\n  content: \"\\f141\";\n}\n.fa-ellipsis-v:before {\n  content: \"\\f142\";\n}\n.fa-rss-square:before {\n  content: \"\\f143\";\n}\n.fa-play-circle:before {\n  content: \"\\f144\";\n}\n.fa-ticket:before {\n  content: \"\\f145\";\n}\n.fa-minus-square:before {\n  content: \"\\f146\";\n}\n.fa-minus-square-o:before {\n  content: \"\\f147\";\n}\n.fa-level-up:before {\n  content: \"\\f148\";\n}\n.fa-level-down:before {\n  content: \"\\f149\";\n}\n.fa-check-square:before {\n  content: \"\\f14a\";\n}\n.fa-pencil-square:before {\n  content: \"\\f14b\";\n}\n.fa-external-link-square:before {\n  content: \"\\f14c\";\n}\n.fa-share-square:before {\n  content: \"\\f14d\";\n}\n.fa-compass:before {\n  content: \"\\f14e\";\n}\n.fa-toggle-down:before,\n.fa-caret-square-o-down:before {\n  content: \"\\f150\";\n}\n.fa-toggle-up:before,\n.fa-caret-square-o-up:before {\n  content: \"\\f151\";\n}\n.fa-toggle-right:before,\n.fa-caret-square-o-right:before {\n  content: \"\\f152\";\n}\n.fa-euro:before,\n.fa-eur:before {\n  content: \"\\f153\";\n}\n.fa-gbp:before {\n  content: \"\\f154\";\n}\n.fa-dollar:before,\n.fa-usd:before {\n  content: \"\\f155\";\n}\n.fa-rupee:before,\n.fa-inr:before {\n  content: \"\\f156\";\n}\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before,\n.fa-jpy:before {\n  content: \"\\f157\";\n}\n.fa-ruble:before,\n.fa-rouble:before,\n.fa-rub:before {\n  content: \"\\f158\";\n}\n.fa-won:before,\n.fa-krw:before {\n  content: \"\\f159\";\n}\n.fa-bitcoin:before,\n.fa-btc:before {\n  content: \"\\f15a\";\n}\n.fa-file:before {\n  content: \"\\f15b\";\n}\n.fa-file-text:before {\n  content: \"\\f15c\";\n}\n.fa-sort-alpha-asc:before {\n  content: \"\\f15d\";\n}\n.fa-sort-alpha-desc:before {\n  content: \"\\f15e\";\n}\n.fa-sort-amount-asc:before {\n  content: \"\\f160\";\n}\n.fa-sort-amount-desc:before {\n  content: \"\\f161\";\n}\n.fa-sort-numeric-asc:before {\n  content: \"\\f162\";\n}\n.fa-sort-numeric-desc:before {\n  content: \"\\f163\";\n}\n.fa-thumbs-up:before {\n  content: \"\\f164\";\n}\n.fa-thumbs-down:before {\n  content: \"\\f165\";\n}\n.fa-youtube-square:before {\n  content: \"\\f166\";\n}\n.fa-youtube:before {\n  content: \"\\f167\";\n}\n.fa-xing:before {\n  content: \"\\f168\";\n}\n.fa-xing-square:before {\n  content: \"\\f169\";\n}\n.fa-youtube-play:before {\n  content: \"\\f16a\";\n}\n.fa-dropbox:before {\n  content: \"\\f16b\";\n}\n.fa-stack-overflow:before {\n  content: \"\\f16c\";\n}\n.fa-instagram:before {\n  content: \"\\f16d\";\n}\n.fa-flickr:before {\n  content: \"\\f16e\";\n}\n.fa-adn:before {\n  content: \"\\f170\";\n}\n.fa-bitbucket:before {\n  content: \"\\f171\";\n}\n.fa-bitbucket-square:before {\n  content: \"\\f172\";\n}\n.fa-tumblr:before {\n  content: \"\\f173\";\n}\n.fa-tumblr-square:before {\n  content: \"\\f174\";\n}\n.fa-long-arrow-down:before {\n  content: \"\\f175\";\n}\n.fa-long-arrow-up:before {\n  content: \"\\f176\";\n}\n.fa-long-arrow-left:before {\n  content: \"\\f177\";\n}\n.fa-long-arrow-right:before {\n  content: \"\\f178\";\n}\n.fa-apple:before {\n  content: \"\\f179\";\n}\n.fa-windows:before {\n  content: \"\\f17a\";\n}\n.fa-android:before {\n  content: \"\\f17b\";\n}\n.fa-linux:before {\n  content: \"\\f17c\";\n}\n.fa-dribbble:before {\n  content: \"\\f17d\";\n}\n.fa-skype:before {\n  content: \"\\f17e\";\n}\n.fa-foursquare:before {\n  content: \"\\f180\";\n}\n.fa-trello:before {\n  content: \"\\f181\";\n}\n.fa-female:before {\n  content: \"\\f182\";\n}\n.fa-male:before {\n  content: \"\\f183\";\n}\n.fa-gittip:before,\n.fa-gratipay:before {\n  content: \"\\f184\";\n}\n.fa-sun-o:before {\n  content: \"\\f185\";\n}\n.fa-moon-o:before {\n  content: \"\\f186\";\n}\n.fa-archive:before {\n  content: \"\\f187\";\n}\n.fa-bug:before {\n  content: \"\\f188\";\n}\n.fa-vk:before {\n  content: \"\\f189\";\n}\n.fa-weibo:before {\n  content: \"\\f18a\";\n}\n.fa-renren:before {\n  content: \"\\f18b\";\n}\n.fa-pagelines:before {\n  content: \"\\f18c\";\n}\n.fa-stack-exchange:before {\n  content: \"\\f18d\";\n}\n.fa-arrow-circle-o-right:before {\n  content: \"\\f18e\";\n}\n.fa-arrow-circle-o-left:before {\n  content: \"\\f190\";\n}\n.fa-toggle-left:before,\n.fa-caret-square-o-left:before {\n  content: \"\\f191\";\n}\n.fa-dot-circle-o:before {\n  content: \"\\f192\";\n}\n.fa-wheelchair:before {\n  content: \"\\f193\";\n}\n.fa-vimeo-square:before {\n  content: \"\\f194\";\n}\n.fa-turkish-lira:before,\n.fa-try:before {\n  content: \"\\f195\";\n}\n.fa-plus-square-o:before {\n  content: \"\\f196\";\n}\n.fa-space-shuttle:before {\n  content: \"\\f197\";\n}\n.fa-slack:before {\n  content: \"\\f198\";\n}\n.fa-envelope-square:before {\n  content: \"\\f199\";\n}\n.fa-wordpress:before {\n  content: \"\\f19a\";\n}\n.fa-openid:before {\n  content: \"\\f19b\";\n}\n.fa-institution:before,\n.fa-bank:before,\n.fa-university:before {\n  content: \"\\f19c\";\n}\n.fa-mortar-board:before,\n.fa-graduation-cap:before {\n  content: \"\\f19d\";\n}\n.fa-yahoo:before {\n  content: \"\\f19e\";\n}\n.fa-google:before {\n  content: \"\\f1a0\";\n}\n.fa-reddit:before {\n  content: \"\\f1a1\";\n}\n.fa-reddit-square:before {\n  content: \"\\f1a2\";\n}\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\";\n}\n.fa-stumbleupon:before {\n  content: \"\\f1a4\";\n}\n.fa-delicious:before {\n  content: \"\\f1a5\";\n}\n.fa-digg:before {\n  content: \"\\f1a6\";\n}\n.fa-pied-piper-pp:before {\n  content: \"\\f1a7\";\n}\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\";\n}\n.fa-drupal:before {\n  content: \"\\f1a9\";\n}\n.fa-joomla:before {\n  content: \"\\f1aa\";\n}\n.fa-language:before {\n  content: \"\\f1ab\";\n}\n.fa-fax:before {\n  content: \"\\f1ac\";\n}\n.fa-building:before {\n  content: \"\\f1ad\";\n}\n.fa-child:before {\n  content: \"\\f1ae\";\n}\n.fa-paw:before {\n  content: \"\\f1b0\";\n}\n.fa-spoon:before {\n  content: \"\\f1b1\";\n}\n.fa-cube:before {\n  content: \"\\f1b2\";\n}\n.fa-cubes:before {\n  content: \"\\f1b3\";\n}\n.fa-behance:before {\n  content: \"\\f1b4\";\n}\n.fa-behance-square:before {\n  content: \"\\f1b5\";\n}\n.fa-steam:before {\n  content: \"\\f1b6\";\n}\n.fa-steam-square:before {\n  content: \"\\f1b7\";\n}\n.fa-recycle:before {\n  content: \"\\f1b8\";\n}\n.fa-automobile:before,\n.fa-car:before {\n  content: \"\\f1b9\";\n}\n.fa-cab:before,\n.fa-taxi:before {\n  content: \"\\f1ba\";\n}\n.fa-tree:before {\n  content: \"\\f1bb\";\n}\n.fa-spotify:before {\n  content: \"\\f1bc\";\n}\n.fa-deviantart:before {\n  content: \"\\f1bd\";\n}\n.fa-soundcloud:before {\n  content: \"\\f1be\";\n}\n.fa-database:before {\n  content: \"\\f1c0\";\n}\n.fa-file-pdf-o:before {\n  content: \"\\f1c1\";\n}\n.fa-file-word-o:before {\n  content: \"\\f1c2\";\n}\n.fa-file-excel-o:before {\n  content: \"\\f1c3\";\n}\n.fa-file-powerpoint-o:before {\n  content: \"\\f1c4\";\n}\n.fa-file-photo-o:before,\n.fa-file-picture-o:before,\n.fa-file-image-o:before {\n  content: \"\\f1c5\";\n}\n.fa-file-zip-o:before,\n.fa-file-archive-o:before {\n  content: \"\\f1c6\";\n}\n.fa-file-sound-o:before,\n.fa-file-audio-o:before {\n  content: \"\\f1c7\";\n}\n.fa-file-movie-o:before,\n.fa-file-video-o:before {\n  content: \"\\f1c8\";\n}\n.fa-file-code-o:before {\n  content: \"\\f1c9\";\n}\n.fa-vine:before {\n  content: \"\\f1ca\";\n}\n.fa-codepen:before {\n  content: \"\\f1cb\";\n}\n.fa-jsfiddle:before {\n  content: \"\\f1cc\";\n}\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-life-saver:before,\n.fa-support:before,\n.fa-life-ring:before {\n  content: \"\\f1cd\";\n}\n.fa-circle-o-notch:before {\n  content: \"\\f1ce\";\n}\n.fa-ra:before,\n.fa-resistance:before,\n.fa-rebel:before {\n  content: \"\\f1d0\";\n}\n.fa-ge:before,\n.fa-empire:before {\n  content: \"\\f1d1\";\n}\n.fa-git-square:before {\n  content: \"\\f1d2\";\n}\n.fa-git:before {\n  content: \"\\f1d3\";\n}\n.fa-y-combinator-square:before,\n.fa-yc-square:before,\n.fa-hacker-news:before {\n  content: \"\\f1d4\";\n}\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\";\n}\n.fa-qq:before {\n  content: \"\\f1d6\";\n}\n.fa-wechat:before,\n.fa-weixin:before {\n  content: \"\\f1d7\";\n}\n.fa-send:before,\n.fa-paper-plane:before {\n  content: \"\\f1d8\";\n}\n.fa-send-o:before,\n.fa-paper-plane-o:before {\n  content: \"\\f1d9\";\n}\n.fa-history:before {\n  content: \"\\f1da\";\n}\n.fa-circle-thin:before {\n  content: \"\\f1db\";\n}\n.fa-header:before {\n  content: \"\\f1dc\";\n}\n.fa-paragraph:before {\n  content: \"\\f1dd\";\n}\n.fa-sliders:before {\n  content: \"\\f1de\";\n}\n.fa-share-alt:before {\n  content: \"\\f1e0\";\n}\n.fa-share-alt-square:before {\n  content: \"\\f1e1\";\n}\n.fa-bomb:before {\n  content: \"\\f1e2\";\n}\n.fa-soccer-ball-o:before,\n.fa-futbol-o:before {\n  content: \"\\f1e3\";\n}\n.fa-tty:before {\n  content: \"\\f1e4\";\n}\n.fa-binoculars:before {\n  content: \"\\f1e5\";\n}\n.fa-plug:before {\n  content: \"\\f1e6\";\n}\n.fa-slideshare:before {\n  content: \"\\f1e7\";\n}\n.fa-twitch:before {\n  content: \"\\f1e8\";\n}\n.fa-yelp:before {\n  content: \"\\f1e9\";\n}\n.fa-newspaper-o:before {\n  content: \"\\f1ea\";\n}\n.fa-wifi:before {\n  content: \"\\f1eb\";\n}\n.fa-calculator:before {\n  content: \"\\f1ec\";\n}\n.fa-paypal:before {\n  content: \"\\f1ed\";\n}\n.fa-google-wallet:before {\n  content: \"\\f1ee\";\n}\n.fa-cc-visa:before {\n  content: \"\\f1f0\";\n}\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\";\n}\n.fa-cc-discover:before {\n  content: \"\\f1f2\";\n}\n.fa-cc-amex:before {\n  content: \"\\f1f3\";\n}\n.fa-cc-paypal:before {\n  content: \"\\f1f4\";\n}\n.fa-cc-stripe:before {\n  content: \"\\f1f5\";\n}\n.fa-bell-slash:before {\n  content: \"\\f1f6\";\n}\n.fa-bell-slash-o:before {\n  content: \"\\f1f7\";\n}\n.fa-trash:before {\n  content: \"\\f1f8\";\n}\n.fa-copyright:before {\n  content: \"\\f1f9\";\n}\n.fa-at:before {\n  content: \"\\f1fa\";\n}\n.fa-eyedropper:before {\n  content: \"\\f1fb\";\n}\n.fa-paint-brush:before {\n  content: \"\\f1fc\";\n}\n.fa-birthday-cake:before {\n  content: \"\\f1fd\";\n}\n.fa-area-chart:before {\n  content: \"\\f1fe\";\n}\n.fa-pie-chart:before {\n  content: \"\\f200\";\n}\n.fa-line-chart:before {\n  content: \"\\f201\";\n}\n.fa-lastfm:before {\n  content: \"\\f202\";\n}\n.fa-lastfm-square:before {\n  content: \"\\f203\";\n}\n.fa-toggle-off:before {\n  content: \"\\f204\";\n}\n.fa-toggle-on:before {\n  content: \"\\f205\";\n}\n.fa-bicycle:before {\n  content: \"\\f206\";\n}\n.fa-bus:before {\n  content: \"\\f207\";\n}\n.fa-ioxhost:before {\n  content: \"\\f208\";\n}\n.fa-angellist:before {\n  content: \"\\f209\";\n}\n.fa-cc:before {\n  content: \"\\f20a\";\n}\n.fa-shekel:before,\n.fa-sheqel:before,\n.fa-ils:before {\n  content: \"\\f20b\";\n}\n.fa-meanpath:before {\n  content: \"\\f20c\";\n}\n.fa-buysellads:before {\n  content: \"\\f20d\";\n}\n.fa-connectdevelop:before {\n  content: \"\\f20e\";\n}\n.fa-dashcube:before {\n  content: \"\\f210\";\n}\n.fa-forumbee:before {\n  content: \"\\f211\";\n}\n.fa-leanpub:before {\n  content: \"\\f212\";\n}\n.fa-sellsy:before {\n  content: \"\\f213\";\n}\n.fa-shirtsinbulk:before {\n  content: \"\\f214\";\n}\n.fa-simplybuilt:before {\n  content: \"\\f215\";\n}\n.fa-skyatlas:before {\n  content: \"\\f216\";\n}\n.fa-cart-plus:before {\n  content: \"\\f217\";\n}\n.fa-cart-arrow-down:before {\n  content: \"\\f218\";\n}\n.fa-diamond:before {\n  content: \"\\f219\";\n}\n.fa-ship:before {\n  content: \"\\f21a\";\n}\n.fa-user-secret:before {\n  content: \"\\f21b\";\n}\n.fa-motorcycle:before {\n  content: \"\\f21c\";\n}\n.fa-street-view:before {\n  content: \"\\f21d\";\n}\n.fa-heartbeat:before {\n  content: \"\\f21e\";\n}\n.fa-venus:before {\n  content: \"\\f221\";\n}\n.fa-mars:before {\n  content: \"\\f222\";\n}\n.fa-mercury:before {\n  content: \"\\f223\";\n}\n.fa-intersex:before,\n.fa-transgender:before {\n  content: \"\\f224\";\n}\n.fa-transgender-alt:before {\n  content: \"\\f225\";\n}\n.fa-venus-double:before {\n  content: \"\\f226\";\n}\n.fa-mars-double:before {\n  content: \"\\f227\";\n}\n.fa-venus-mars:before {\n  content: \"\\f228\";\n}\n.fa-mars-stroke:before {\n  content: \"\\f229\";\n}\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\";\n}\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\";\n}\n.fa-neuter:before {\n  content: \"\\f22c\";\n}\n.fa-genderless:before {\n  content: \"\\f22d\";\n}\n.fa-facebook-official:before {\n  content: \"\\f230\";\n}\n.fa-pinterest-p:before {\n  content: \"\\f231\";\n}\n.fa-whatsapp:before {\n  content: \"\\f232\";\n}\n.fa-server:before {\n  content: \"\\f233\";\n}\n.fa-user-plus:before {\n  content: \"\\f234\";\n}\n.fa-user-times:before {\n  content: \"\\f235\";\n}\n.fa-hotel:before,\n.fa-bed:before {\n  content: \"\\f236\";\n}\n.fa-viacoin:before {\n  content: \"\\f237\";\n}\n.fa-train:before {\n  content: \"\\f238\";\n}\n.fa-subway:before {\n  content: \"\\f239\";\n}\n.fa-medium:before {\n  content: \"\\f23a\";\n}\n.fa-yc:before,\n.fa-y-combinator:before {\n  content: \"\\f23b\";\n}\n.fa-optin-monster:before {\n  content: \"\\f23c\";\n}\n.fa-opencart:before {\n  content: \"\\f23d\";\n}\n.fa-expeditedssl:before {\n  content: \"\\f23e\";\n}\n.fa-battery-4:before,\n.fa-battery:before,\n.fa-battery-full:before {\n  content: \"\\f240\";\n}\n.fa-battery-3:before,\n.fa-battery-three-quarters:before {\n  content: \"\\f241\";\n}\n.fa-battery-2:before,\n.fa-battery-half:before {\n  content: \"\\f242\";\n}\n.fa-battery-1:before,\n.fa-battery-quarter:before {\n  content: \"\\f243\";\n}\n.fa-battery-0:before,\n.fa-battery-empty:before {\n  content: \"\\f244\";\n}\n.fa-mouse-pointer:before {\n  content: \"\\f245\";\n}\n.fa-i-cursor:before {\n  content: \"\\f246\";\n}\n.fa-object-group:before {\n  content: \"\\f247\";\n}\n.fa-object-ungroup:before {\n  content: \"\\f248\";\n}\n.fa-sticky-note:before {\n  content: \"\\f249\";\n}\n.fa-sticky-note-o:before {\n  content: \"\\f24a\";\n}\n.fa-cc-jcb:before {\n  content: \"\\f24b\";\n}\n.fa-cc-diners-club:before {\n  content: \"\\f24c\";\n}\n.fa-clone:before {\n  content: \"\\f24d\";\n}\n.fa-balance-scale:before {\n  content: \"\\f24e\";\n}\n.fa-hourglass-o:before {\n  content: \"\\f250\";\n}\n.fa-hourglass-1:before,\n.fa-hourglass-start:before {\n  content: \"\\f251\";\n}\n.fa-hourglass-2:before,\n.fa-hourglass-half:before {\n  content: \"\\f252\";\n}\n.fa-hourglass-3:before,\n.fa-hourglass-end:before {\n  content: \"\\f253\";\n}\n.fa-hourglass:before {\n  content: \"\\f254\";\n}\n.fa-hand-grab-o:before,\n.fa-hand-rock-o:before {\n  content: \"\\f255\";\n}\n.fa-hand-stop-o:before,\n.fa-hand-paper-o:before {\n  content: \"\\f256\";\n}\n.fa-hand-scissors-o:before {\n  content: \"\\f257\";\n}\n.fa-hand-lizard-o:before {\n  content: \"\\f258\";\n}\n.fa-hand-spock-o:before {\n  content: \"\\f259\";\n}\n.fa-hand-pointer-o:before {\n  content: \"\\f25a\";\n}\n.fa-hand-peace-o:before {\n  content: \"\\f25b\";\n}\n.fa-trademark:before {\n  content: \"\\f25c\";\n}\n.fa-registered:before {\n  content: \"\\f25d\";\n}\n.fa-creative-commons:before {\n  content: \"\\f25e\";\n}\n.fa-gg:before {\n  content: \"\\f260\";\n}\n.fa-gg-circle:before {\n  content: \"\\f261\";\n}\n.fa-tripadvisor:before {\n  content: \"\\f262\";\n}\n.fa-odnoklassniki:before {\n  content: \"\\f263\";\n}\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\";\n}\n.fa-get-pocket:before {\n  content: \"\\f265\";\n}\n.fa-wikipedia-w:before {\n  content: \"\\f266\";\n}\n.fa-safari:before {\n  content: \"\\f267\";\n}\n.fa-chrome:before {\n  content: \"\\f268\";\n}\n.fa-firefox:before {\n  content: \"\\f269\";\n}\n.fa-opera:before {\n  content: \"\\f26a\";\n}\n.fa-internet-explorer:before {\n  content: \"\\f26b\";\n}\n.fa-tv:before,\n.fa-television:before {\n  content: \"\\f26c\";\n}\n.fa-contao:before {\n  content: \"\\f26d\";\n}\n.fa-500px:before {\n  content: \"\\f26e\";\n}\n.fa-amazon:before {\n  content: \"\\f270\";\n}\n.fa-calendar-plus-o:before {\n  content: \"\\f271\";\n}\n.fa-calendar-minus-o:before {\n  content: \"\\f272\";\n}\n.fa-calendar-times-o:before {\n  content: \"\\f273\";\n}\n.fa-calendar-check-o:before {\n  content: \"\\f274\";\n}\n.fa-industry:before {\n  content: \"\\f275\";\n}\n.fa-map-pin:before {\n  content: \"\\f276\";\n}\n.fa-map-signs:before {\n  content: \"\\f277\";\n}\n.fa-map-o:before {\n  content: \"\\f278\";\n}\n.fa-map:before {\n  content: \"\\f279\";\n}\n.fa-commenting:before {\n  content: \"\\f27a\";\n}\n.fa-commenting-o:before {\n  content: \"\\f27b\";\n}\n.fa-houzz:before {\n  content: \"\\f27c\";\n}\n.fa-vimeo:before {\n  content: \"\\f27d\";\n}\n.fa-black-tie:before {\n  content: \"\\f27e\";\n}\n.fa-fonticons:before {\n  content: \"\\f280\";\n}\n.fa-reddit-alien:before {\n  content: \"\\f281\";\n}\n.fa-edge:before {\n  content: \"\\f282\";\n}\n.fa-credit-card-alt:before {\n  content: \"\\f283\";\n}\n.fa-codiepie:before {\n  content: \"\\f284\";\n}\n.fa-modx:before {\n  content: \"\\f285\";\n}\n.fa-fort-awesome:before {\n  content: \"\\f286\";\n}\n.fa-usb:before {\n  content: \"\\f287\";\n}\n.fa-product-hunt:before {\n  content: \"\\f288\";\n}\n.fa-mixcloud:before {\n  content: \"\\f289\";\n}\n.fa-scribd:before {\n  content: \"\\f28a\";\n}\n.fa-pause-circle:before {\n  content: \"\\f28b\";\n}\n.fa-pause-circle-o:before {\n  content: \"\\f28c\";\n}\n.fa-stop-circle:before {\n  content: \"\\f28d\";\n}\n.fa-stop-circle-o:before {\n  content: \"\\f28e\";\n}\n.fa-shopping-bag:before {\n  content: \"\\f290\";\n}\n.fa-shopping-basket:before {\n  content: \"\\f291\";\n}\n.fa-hashtag:before {\n  content: \"\\f292\";\n}\n.fa-bluetooth:before {\n  content: \"\\f293\";\n}\n.fa-bluetooth-b:before {\n  content: \"\\f294\";\n}\n.fa-percent:before {\n  content: \"\\f295\";\n}\n.fa-gitlab:before {\n  content: \"\\f296\";\n}\n.fa-wpbeginner:before {\n  content: \"\\f297\";\n}\n.fa-wpforms:before {\n  content: \"\\f298\";\n}\n.fa-envira:before {\n  content: \"\\f299\";\n}\n.fa-universal-access:before {\n  content: \"\\f29a\";\n}\n.fa-wheelchair-alt:before {\n  content: \"\\f29b\";\n}\n.fa-question-circle-o:before {\n  content: \"\\f29c\";\n}\n.fa-blind:before {\n  content: \"\\f29d\";\n}\n.fa-audio-description:before {\n  content: \"\\f29e\";\n}\n.fa-volume-control-phone:before {\n  content: \"\\f2a0\";\n}\n.fa-braille:before {\n  content: \"\\f2a1\";\n}\n.fa-assistive-listening-systems:before {\n  content: \"\\f2a2\";\n}\n.fa-asl-interpreting:before,\n.fa-american-sign-language-interpreting:before {\n  content: \"\\f2a3\";\n}\n.fa-deafness:before,\n.fa-hard-of-hearing:before,\n.fa-deaf:before {\n  content: \"\\f2a4\";\n}\n.fa-glide:before {\n  content: \"\\f2a5\";\n}\n.fa-glide-g:before {\n  content: \"\\f2a6\";\n}\n.fa-signing:before,\n.fa-sign-language:before {\n  content: \"\\f2a7\";\n}\n.fa-low-vision:before {\n  content: \"\\f2a8\";\n}\n.fa-viadeo:before {\n  content: \"\\f2a9\";\n}\n.fa-viadeo-square:before {\n  content: \"\\f2aa\";\n}\n.fa-snapchat:before {\n  content: \"\\f2ab\";\n}\n.fa-snapchat-ghost:before {\n  content: \"\\f2ac\";\n}\n.fa-snapchat-square:before {\n  content: \"\\f2ad\";\n}\n.fa-pied-piper:before {\n  content: \"\\f2ae\";\n}\n.fa-first-order:before {\n  content: \"\\f2b0\";\n}\n.fa-yoast:before {\n  content: \"\\f2b1\";\n}\n.fa-themeisle:before {\n  content: \"\\f2b2\";\n}\n.fa-google-plus-circle:before,\n.fa-google-plus-official:before {\n  content: \"\\f2b3\";\n}\n.fa-fa:before,\n.fa-font-awesome:before {\n  content: \"\\f2b4\";\n}\n.fa-handshake-o:before {\n  content: \"\\f2b5\";\n}\n.fa-envelope-open:before {\n  content: \"\\f2b6\";\n}\n.fa-envelope-open-o:before {\n  content: \"\\f2b7\";\n}\n.fa-linode:before {\n  content: \"\\f2b8\";\n}\n.fa-address-book:before {\n  content: \"\\f2b9\";\n}\n.fa-address-book-o:before {\n  content: \"\\f2ba\";\n}\n.fa-vcard:before,\n.fa-address-card:before {\n  content: \"\\f2bb\";\n}\n.fa-vcard-o:before,\n.fa-address-card-o:before {\n  content: \"\\f2bc\";\n}\n.fa-user-circle:before {\n  content: \"\\f2bd\";\n}\n.fa-user-circle-o:before {\n  content: \"\\f2be\";\n}\n.fa-user-o:before {\n  content: \"\\f2c0\";\n}\n.fa-id-badge:before {\n  content: \"\\f2c1\";\n}\n.fa-drivers-license:before,\n.fa-id-card:before {\n  content: \"\\f2c2\";\n}\n.fa-drivers-license-o:before,\n.fa-id-card-o:before {\n  content: \"\\f2c3\";\n}\n.fa-quora:before {\n  content: \"\\f2c4\";\n}\n.fa-free-code-camp:before {\n  content: \"\\f2c5\";\n}\n.fa-telegram:before {\n  content: \"\\f2c6\";\n}\n.fa-thermometer-4:before,\n.fa-thermometer:before,\n.fa-thermometer-full:before {\n  content: \"\\f2c7\";\n}\n.fa-thermometer-3:before,\n.fa-thermometer-three-quarters:before {\n  content: \"\\f2c8\";\n}\n.fa-thermometer-2:before,\n.fa-thermometer-half:before {\n  content: \"\\f2c9\";\n}\n.fa-thermometer-1:before,\n.fa-thermometer-quarter:before {\n  content: \"\\f2ca\";\n}\n.fa-thermometer-0:before,\n.fa-thermometer-empty:before {\n  content: \"\\f2cb\";\n}\n.fa-shower:before {\n  content: \"\\f2cc\";\n}\n.fa-bathtub:before,\n.fa-s15:before,\n.fa-bath:before {\n  content: \"\\f2cd\";\n}\n.fa-podcast:before {\n  content: \"\\f2ce\";\n}\n.fa-window-maximize:before {\n  content: \"\\f2d0\";\n}\n.fa-window-minimize:before {\n  content: \"\\f2d1\";\n}\n.fa-window-restore:before {\n  content: \"\\f2d2\";\n}\n.fa-times-rectangle:before,\n.fa-window-close:before {\n  content: \"\\f2d3\";\n}\n.fa-times-rectangle-o:before,\n.fa-window-close-o:before {\n  content: \"\\f2d4\";\n}\n.fa-bandcamp:before {\n  content: \"\\f2d5\";\n}\n.fa-grav:before {\n  content: \"\\f2d6\";\n}\n.fa-etsy:before {\n  content: \"\\f2d7\";\n}\n.fa-imdb:before {\n  content: \"\\f2d8\";\n}\n.fa-ravelry:before {\n  content: \"\\f2d9\";\n}\n.fa-eercast:before {\n  content: \"\\f2da\";\n}\n.fa-microchip:before {\n  content: \"\\f2db\";\n}\n.fa-snowflake-o:before {\n  content: \"\\f2dc\";\n}\n.fa-superpowers:before {\n  content: \"\\f2dd\";\n}\n.fa-wpexplorer:before {\n  content: \"\\f2de\";\n}\n.fa-meetup:before {\n  content: \"\\f2e0\";\n}\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n  position: static;\n  width: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  clip: auto;\n}\n.fa-file-new-o:before {\n  content: \"\\f016\";\n}\n.fa-file-new-o:after {\n  content: \"\\f067\";\n  position: relative;\n  margin-left: -1em;\n  font-size: 0.5em;\n}\n.fa-success:before {\n  content: \"\\f00c\";\n}\n.fa-danger:before {\n  content: \"\\f06a\";\n}\n\n.mapboxgl-map {\n    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;\n    overflow: hidden;\n    position: relative;\n    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.mapboxgl-map:-webkit-full-screen {\n    width: 100%;\n    height: 100%;\n}\n\n.mapboxgl-canary {\n    background-color: salmon;\n}\n\n.mapboxgl-canvas-container.mapboxgl-interactive,\n.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {\n    cursor: -webkit-grab;\n    cursor: grab;\n    -moz-user-select: none;\n    -webkit-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n}\n\n.mapboxgl-canvas-container.mapboxgl-interactive:active,\n.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {\n    cursor: -webkit-grabbing;\n    cursor: grabbing;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {\n    -ms-touch-action: pan-x pan-y;\n        touch-action: pan-x pan-y;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,\n.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n    -ms-touch-action: pinch-zoom;\n        touch-action: pinch-zoom;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n    -ms-touch-action: none;\n        touch-action: none;\n}\n\n.mapboxgl-ctrl-top-left,\n.mapboxgl-ctrl-top-right,\n.mapboxgl-ctrl-bottom-left,\n.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }\n.mapboxgl-ctrl-top-left     { top: 0; left: 0; }\n.mapboxgl-ctrl-top-right    { top: 0; right: 0; }\n.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0; }\n.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }\n\n.mapboxgl-ctrl {\n    clear: both;\n    pointer-events: auto;\n\n    /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */\n    -webkit-transform: translate(0, 0);\n            transform: translate(0, 0);\n}\n.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left; }\n.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right; }\n.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left; }\n.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }\n\n.mapboxgl-ctrl-group {\n    border-radius: 4px;\n    overflow: hidden;\n    background: #fff;\n}\n\n.mapboxgl-ctrl-group:not(:empty) {\n    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);\n    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);\n}\n\n.mapboxgl-ctrl-group > button {\n    width: 30px;\n    height: 30px;\n    display: block;\n    padding: 0;\n    outline: none;\n    border: 0;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n    background-color: transparent;\n    cursor: pointer;\n}\n\n.mapboxgl-ctrl-group > button + button {\n    border-top: 1px solid #ddd;\n}\n\n/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */\n.mapboxgl-ctrl > button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n\n.mapboxgl-ctrl > button:hover {\n    background-color: rgba(0, 0, 0, 0.05);\n}\n\n.mapboxgl-ctrl-icon,\n.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {\n    speak: none;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n.mapboxgl-ctrl-icon {\n    padding: 5px;\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {\n    opacity: 0.25;\n    border-color: #373737;\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {\n    -webkit-animation: mapboxgl-spin 2s infinite linear;\n    animation: mapboxgl-spin 2s infinite linear;\n}\n\n@-webkit-keyframes mapboxgl-spin {\n    0% { -webkit-transform: rotate(0deg); }\n    100% { -webkit-transform: rotate(360deg); }\n}\n\n@keyframes mapboxgl-spin {\n    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }\n    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {\n    width: 20px;\n    height: 20px;\n    margin: 5px;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E\");\n    background-repeat: no-repeat;\n    display: inline-block;\n}\n\na.mapboxgl-ctrl-logo {\n    width: 85px;\n    height: 21px;\n    margin: 0 0 -3px -3px;\n    display: block;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E\");\n}\n\na.mapboxgl-ctrl-logo.mapboxgl-compact {\n    width: 21px;\n    height: 21px;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E\");\n}\n\n.mapboxgl-ctrl.mapboxgl-ctrl-attrib {\n    padding: 0 5px;\n    background-color: rgba(255, 255, 255, 0.5);\n    margin: 0;\n}\n\n@media screen {\n    .mapboxgl-ctrl-attrib.mapboxgl-compact {\n        min-height: 20px;\n        padding: 0;\n        margin: 10px;\n        position: relative;\n        background-color: #fff;\n        border-radius: 3px 12px 12px 3px;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {\n        padding: 2px 24px 2px 4px;\n        visibility: visible;\n        margin-top: 6px;\n    }\n\n    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,\n    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {\n        padding: 2px 4px 2px 24px;\n        border-radius: 12px 3px 3px 12px;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {\n        display: none;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {\n        display: block;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        content: '';\n        cursor: pointer;\n        position: absolute;\n        background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E\");\n        background-color: rgba(255, 255, 255, 0.5);\n        width: 24px;\n        height: 24px;\n        -webkit-box-sizing: border-box;\n                box-sizing: border-box;\n        border-radius: 12px;\n    }\n\n    .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        bottom: 0;\n        right: 0;\n    }\n\n    .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        top: 0;\n        right: 0;\n    }\n\n    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        top: 0;\n        left: 0;\n    }\n\n    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        bottom: 0;\n        left: 0;\n    }\n}\n\n.mapboxgl-ctrl-attrib a {\n    color: rgba(0, 0, 0, 0.75);\n    text-decoration: none;\n}\n\n.mapboxgl-ctrl-attrib a:hover {\n    color: inherit;\n    text-decoration: underline;\n}\n\n/* stylelint-disable-next-line selector-class-pattern */\n.mapboxgl-ctrl-attrib .mapbox-improve-map {\n    font-weight: bold;\n    margin-left: 2px;\n}\n\n.mapboxgl-attrib-empty {\n    display: none;\n}\n\n.mapboxgl-ctrl-scale {\n    background-color: rgba(255, 255, 255, 0.75);\n    font-size: 10px;\n    border-width: medium 2px 2px;\n    border-style: none solid solid;\n    border-color: #333;\n    padding: 0 5px;\n    color: #333;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n}\n\n.mapboxgl-popup {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: -webkit-flex;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    will-change: transform;\n    pointer-events: none;\n}\n\n.mapboxgl-popup-anchor-top,\n.mapboxgl-popup-anchor-top-left,\n.mapboxgl-popup-anchor-top-right {\n    -webkit-flex-direction: column;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n}\n\n.mapboxgl-popup-anchor-bottom,\n.mapboxgl-popup-anchor-bottom-left,\n.mapboxgl-popup-anchor-bottom-right {\n    -webkit-flex-direction: column-reverse;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: column-reverse;\n            flex-direction: column-reverse;\n}\n\n.mapboxgl-popup-anchor-left {\n    -webkit-flex-direction: row;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: row;\n            flex-direction: row;\n}\n\n.mapboxgl-popup-anchor-right {\n    -webkit-flex-direction: row-reverse;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: row-reverse;\n            flex-direction: row-reverse;\n}\n\n.mapboxgl-popup-tip {\n    width: 0;\n    height: 0;\n    border: 10px solid transparent;\n    z-index: 1;\n}\n\n.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-top: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {\n    -webkit-align-self: flex-start;\n    -ms-flex-item-align: start;\n        align-self: flex-start;\n    border-top: none;\n    border-left: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {\n    -webkit-align-self: flex-end;\n    -ms-flex-item-align: end;\n        align-self: flex-end;\n    border-top: none;\n    border-right: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-bottom: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {\n    -webkit-align-self: flex-start;\n    -ms-flex-item-align: start;\n        align-self: flex-start;\n    border-bottom: none;\n    border-left: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {\n    -webkit-align-self: flex-end;\n    -ms-flex-item-align: end;\n        align-self: flex-end;\n    border-bottom: none;\n    border-right: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-left: none;\n    border-right-color: #fff;\n}\n\n.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-right: none;\n    border-left-color: #fff;\n}\n\n.mapboxgl-popup-close-button {\n    position: absolute;\n    right: 0;\n    top: 0;\n    border: 0;\n    border-radius: 0 3px 0 0;\n    cursor: pointer;\n    background-color: transparent;\n}\n\n.mapboxgl-popup-close-button:hover {\n    background-color: rgba(0, 0, 0, 0.05);\n}\n\n.mapboxgl-popup-content {\n    position: relative;\n    background: #fff;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n    padding: 10px 10px 15px;\n    pointer-events: auto;\n}\n\n.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {\n    border-top-left-radius: 0;\n}\n\n.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {\n    border-top-right-radius: 0;\n}\n\n.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {\n    border-bottom-left-radius: 0;\n}\n\n.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {\n    border-bottom-right-radius: 0;\n}\n\n.mapboxgl-marker {\n    position: absolute;\n    top: 0;\n    left: 0;\n    will-change: transform;\n}\n\n.mapboxgl-user-location-dot {\n    background-color: #1da1f2;\n    width: 15px;\n    height: 15px;\n    border-radius: 50%;\n    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);\n            box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);\n}\n\n.mapboxgl-user-location-dot::before {\n    background-color: #1da1f2;\n    content: '';\n    width: 15px;\n    height: 15px;\n    border-radius: 50%;\n    position: absolute;\n    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;\n    animation: mapboxgl-user-location-dot-pulse 2s infinite;\n}\n\n.mapboxgl-user-location-dot::after {\n    border-radius: 50%;\n    border: 2px solid #fff;\n    content: '';\n    height: 19px;\n    left: -2px;\n    position: absolute;\n    top: -2px;\n    width: 19px;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n}\n\n@-webkit-keyframes mapboxgl-user-location-dot-pulse {\n    0%   { -webkit-transform: scale(1); opacity: 1; }\n    70%  { -webkit-transform: scale(3); opacity: 0; }\n    100% { -webkit-transform: scale(1); opacity: 0; }\n}\n\n@keyframes mapboxgl-user-location-dot-pulse {\n    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }\n    70%  { -webkit-transform: scale(3); transform: scale(3); opacity: 0; }\n    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }\n}\n\n.mapboxgl-user-location-dot-stale {\n    background-color: #aaa;\n}\n\n.mapboxgl-user-location-dot-stale::after {\n    display: none;\n}\n\n.mapboxgl-crosshair,\n.mapboxgl-crosshair .mapboxgl-interactive,\n.mapboxgl-crosshair .mapboxgl-interactive:active {\n    cursor: crosshair;\n}\n\n.mapboxgl-boxzoom {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 0;\n    height: 0;\n    background: #fff;\n    border: 2px dotted #202020;\n    opacity: 0.5;\n}\n\n@media print {\n    /* stylelint-disable-next-line selector-class-pattern */\n    .mapbox-improve-map {\n        display: none;\n    }\n}\n\n.react-vis-magic-css-import-rule{display:inherit}.rv-treemap{font-size:12px;position:relative}.rv-treemap__leaf{overflow:hidden;position:absolute}.rv-treemap__leaf--circle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;text-overflow:ellipsis}.rv-xy-plot{color:#c3c3c3;position:relative}.rv-xy-plot canvas{pointer-events:none}.rv-xy-plot .rv-xy-canvas{pointer-events:none;position:absolute}.rv-xy-plot__inner{display:block}.rv-xy-plot__axis__line{fill:none;stroke-width:2px;stroke:#e6e6e9}.rv-xy-plot__axis__tick__line{stroke:#e6e6e9}.rv-xy-plot__axis__tick__text{fill:#6b6b76;font-size:11px}.rv-xy-plot__axis__title text{fill:#6b6b76;font-size:11px}.rv-xy-plot__grid-lines__line{stroke:#e6e6e9}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__series--line{fill:none;stroke:#000;stroke-width:2px}.rv-crosshair{position:absolute;font-size:11px;pointer-events:none}.rv-crosshair__line{background:#47d3d9;width:1px}.rv-crosshair__inner{position:absolute;text-align:left;top:0}.rv-crosshair__inner__content{border-radius:4px;background:#3a3a48;color:#fff;font-size:12px;padding:7px 10px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5)}.rv-crosshair__inner--left{right:4px}.rv-crosshair__inner--right{left:4px}.rv-crosshair__title{font-weight:bold;white-space:nowrap}.rv-crosshair__item{white-space:nowrap}.rv-hint{position:absolute;pointer-events:none}.rv-hint__content{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5);color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto;font-size:12px}.rv-discrete-color-legend.horizontal{white-space:nowrap}.rv-discrete-color-legend-item{color:#3a3a48;border-radius:1px;padding:9px 10px}.rv-discrete-color-legend-item.horizontal{display:inline-block}.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:0;display:block}.rv-discrete-color-legend-item__color{background:#dcdcdc;display:inline-block;height:2px;vertical-align:middle;width:14px}.rv-discrete-color-legend-item__title{margin-left:10px}.rv-discrete-color-legend-item.disabled{color:#b8b8b8}.rv-discrete-color-legend-item.clickable{cursor:pointer}.rv-discrete-color-legend-item.clickable:hover{background:#f9f9f9}.rv-search-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.rv-search-wrapper__form{-webkit-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto}.rv-continuous-color-legend{font-size:12px}.rv-continuous-color-legend .rv-gradient{height:4px;border-radius:2px;margin-bottom:5px}.rv-continuous-size-legend{font-size:12px}.rv-continuous-size-legend .rv-bubbles{text-align:justify;overflow:hidden;margin-bottom:5px;width:100%}.rv-continuous-size-legend .rv-bubble{background:#d8d9dc;display:inline-block;vertical-align:bottom}.rv-continuous-size-legend .rv-spacer{display:inline-block;font-size:0;line-height:0;width:100%}.rv-legend-titles{height:16px;position:relative}.rv-legend-titles__left,.rv-legend-titles__right,.rv-legend-titles__center{position:absolute;white-space:nowrap;overflow:hidden}.rv-legend-titles__center{display:block;text-align:center;width:100%}.rv-legend-titles__right{right:0}.rv-radial-chart .rv-xy-plot__series--label{pointer-events:none}\n\n"
          },
          "redirectURL": "",
          "headersSize": 0,
          "bodySize": 17807
        },
        "cache": {},
        "timings": {
          "blocked": 0,
          "dns": 0,
          "ssl": 0,
          "connect": 0,
          "send": 0,
          "wait": 0,
          "receive": 0
        },
        "time": 0,
        "_securityState": "secure"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2019-11-22T16:37:18.259+01:00",
        "request": {
          "bodySize": 0,
          "method": "GET",
          "url": "https://notourserver.example.com/bundles/commons.style.css",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Host",
              "value": "notourserver.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0"
            },
            {
              "name": "Accept",
              "value": "text/css,*/*;q=0.1"
            },
            {
              "name": "Accept-Language",
              "value": "en-US,en;q=0.5"
            },
            {
              "name": "Accept-Encoding",
              "value": "gzip, deflate, br"
            },
            {
              "name": "Connection",
              "value": "keep-alive"
            },
            {
              "name": "DNT",
              "value": "1"
            }
          ],
          "cookies": [],
          "queryString": [],
          "headersSize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Date",
              "value": "Tue, 12 Nov 2019 18:39:03 GMT"
            },
            {
              "name": "Server",
              "value": "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16"
            },
            {
              "name": "etag",
              "value": "\"51caebf203b08615b5565273deaccf6f55d62da9-/bundles/-gzip\""
            },
            {
              "name": "cache-control",
              "value": "must-revalidate"
            },
            {
              "name": "content-type",
              "value": "text/css; charset=utf-8"
            },
            {
              "name": "kbn-name",
              "value": "kibana"
            },
            {
              "name": "kbn-xpack-sig",
              "value": "0ecc83d5d5e0dedd02d8121731954397"
            },
            {
              "name": "vary",
              "value": "accept-encoding"
            },
            {
              "name": "content-encoding",
              "value": "gzip"
            },
            {
              "name": "Keep-Alive",
              "value": "timeout=5, max=96"
            },
            {
              "name": "Connection",
              "value": "Keep-Alive"
            },
            {
              "name": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookies": [],
          "content": {
            "mimeType": "text/css; charset=utf-8",
            "size": 80391,
            "text": "/*! Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one or more contributor license agreements.\n * Licensed under the Elastic License; you may not use this file except in compliance with the Elastic License. */\n/**\n * designed to emulate root-element stretching and overflow\n * prevention previously handled in kbn_chrome.less\n */\n.coreSystemRootDomElement {\n  overflow-x: hidden;\n  min-width: 100%;\n  min-height: 100%;\n}\n\n/*!\n * https://github.com/YouCanBookMe/react-datetime\n */\n\n.rdt {\n  position: relative;\n}\n.rdtPicker {\n  display: none;\n  position: absolute;\n  width: 250px;\n  padding: 4px;\n  margin-top: 1px;\n  z-index: 99999 !important;\n  background: #fff;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);\n          box-shadow: 0 1px 3px rgba(0,0,0,.1);\n  border: 1px solid #f9f9f9;\n}\n.rdtOpen .rdtPicker {\n  display: block;\n}\n.rdtStatic .rdtPicker {\n  -webkit-box-shadow: none;\n          box-shadow: none;\n  position: static;\n}\n\n.rdtPicker .rdtTimeToggle {\n  text-align: center;\n}\n\n.rdtPicker table {\n  width: 100%;\n  margin: 0;\n}\n.rdtPicker td,\n.rdtPicker th {\n  text-align: center;\n  height: 28px;\n}\n.rdtPicker td {\n  cursor: pointer;\n}\n.rdtPicker td.rdtDay:hover,\n.rdtPicker td.rdtHour:hover,\n.rdtPicker td.rdtMinute:hover,\n.rdtPicker td.rdtSecond:hover,\n.rdtPicker .rdtTimeToggle:hover {\n  background: #eeeeee;\n  cursor: pointer;\n}\n.rdtPicker td.rdtOld,\n.rdtPicker td.rdtNew {\n  color: #999999;\n}\n.rdtPicker td.rdtToday {\n  position: relative;\n}\n.rdtPicker td.rdtToday:before {\n  content: '';\n  display: inline-block;\n  border-left: 7px solid transparent;\n  border-bottom: 7px solid #428bca;\n  border-top-color: rgba(0, 0, 0, 0.2);\n  position: absolute;\n  bottom: 4px;\n  right: 4px;\n}\n.rdtPicker td.rdtActive,\n.rdtPicker td.rdtActive:hover {\n  background-color: #428bca;\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.rdtPicker td.rdtActive.rdtToday:before {\n  border-bottom-color: #fff;\n}\n.rdtPicker td.rdtDisabled,\n.rdtPicker td.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n\n.rdtPicker td span.rdtOld {\n  color: #999999;\n}\n.rdtPicker td span.rdtDisabled,\n.rdtPicker td span.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n.rdtPicker th {\n  border-bottom: 1px solid #f9f9f9;\n}\n.rdtPicker .dow {\n  width: 14.2857%;\n  border-bottom: none;\n  cursor: default;\n}\n.rdtPicker th.rdtSwitch {\n  width: 100px;\n}\n.rdtPicker th.rdtNext,\n.rdtPicker th.rdtPrev {\n  font-size: 21px;\n  vertical-align: top;\n}\n\n.rdtPrev span,\n.rdtNext span {\n  display: block;\n  -webkit-touch-callout: none; /* iOS Safari */\n  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */\n  -moz-user-select: none;      /* Firefox */\n  -ms-user-select: none;       /* Internet Explorer/Edge */\n  user-select: none;\n}\n\n.rdtPicker th.rdtDisabled,\n.rdtPicker th.rdtDisabled:hover {\n  background: none;\n  color: #999999;\n  cursor: not-allowed;\n}\n.rdtPicker thead tr:first-child th {\n  cursor: pointer;\n}\n.rdtPicker thead tr:first-child th:hover {\n  background: #eeeeee;\n}\n\n.rdtPicker tfoot {\n  border-top: 1px solid #f9f9f9;\n}\n\n.rdtPicker button {\n  border: none;\n  background: none;\n  cursor: pointer;\n}\n.rdtPicker button:hover {\n  background-color: #eee;\n}\n\n.rdtPicker thead button {\n  width: 100%;\n  height: 100%;\n}\n\ntd.rdtMonth,\ntd.rdtYear {\n  height: 50px;\n  width: 25%;\n  cursor: pointer;\n}\ntd.rdtMonth:hover,\ntd.rdtYear:hover {\n  background: #eee;\n}\n\n.rdtCounters {\n  display: inline-block;\n}\n\n.rdtCounters > div {\n  float: left;\n}\n\n.rdtCounter {\n  height: 100px;\n}\n\n.rdtCounter {\n  width: 40px;\n}\n\n.rdtCounterSeparator {\n  line-height: 100px;\n}\n\n.rdtCounter .rdtBtn {\n  height: 40%;\n  line-height: 40px;\n  cursor: pointer;\n  display: block;\n\n  -webkit-touch-callout: none; /* iOS Safari */\n  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */\n  -moz-user-select: none;      /* Firefox */\n  -ms-user-select: none;       /* Internet Explorer/Edge */\n  user-select: none;\n}\n.rdtCounter .rdtBtn:hover {\n  background: #eee;\n}\n.rdtCounter .rdtCount {\n  height: 20%;\n  font-size: 1.2em;\n}\n\n.rdtMilli {\n  vertical-align: middle;\n  padding-left: 8px;\n  width: 48px;\n}\n\n.rdtMilli input {\n  width: 100%;\n  font-size: 1.2em;\n  margin-top: 37px;\n}\n\n.rdtTime td {\n  cursor: default;\n}\n\n.react-grid-layout {\n  position: relative;\n  -webkit-transition: height 200ms ease;\n  transition: height 200ms ease;\n}\n.react-grid-item {\n  -webkit-transition: all 200ms ease;\n  transition: all 200ms ease;\n  -webkit-transition-property: left, top;\n  transition-property: left, top;\n}\n.react-grid-item.cssTransforms {\n  -webkit-transition-property: -webkit-transform;\n  transition-property: -webkit-transform;\n  transition-property: transform;\n  transition-property: transform, -webkit-transform;\n}\n.react-grid-item.resizing {\n  z-index: 1;\n  will-change: width, height;\n}\n\n.react-grid-item.react-draggable-dragging {\n  -webkit-transition: none;\n  transition: none;\n  z-index: 3;\n  will-change: transform;\n}\n\n.react-grid-item.react-grid-placeholder {\n  background: red;\n  opacity: 0.2;\n  -webkit-transition-duration: 100ms;\n          transition-duration: 100ms;\n  z-index: 2;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n\n.react-grid-item > .react-resizable-handle {\n  position: absolute;\n  width: 20px;\n  height: 20px;\n  bottom: 0;\n  right: 0;\n  cursor: se-resize;\n}\n\n.react-grid-item > .react-resizable-handle::after {\n  content: \"\";\n  position: absolute;\n  right: 3px;\n  bottom: 3px;\n  width: 5px;\n  height: 5px;\n  border-right: 2px solid rgba(0, 0, 0, 0.4);\n  border-bottom: 2px solid rgba(0, 0, 0, 0.4);\n}\n\n.react-resizable {\n  position: relative;\n}\n.react-resizable-handle {\n  position: absolute;\n  width: 20px;\n  height: 20px;\n  bottom: 0;\n  right: 0;\n  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');\n  background-position: bottom right;\n  padding: 0 3px 3px 0;\n  background-repeat: no-repeat;\n  background-origin: content-box;\n  -webkit-box-sizing: border-box;\n          box-sizing: border-box;\n  cursor: se-resize;\n}\n\n/*!\n *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */\n/* FONT PATH\n * -------------------------- */\n@font-face {\n  font-family: 'FontAwesome';\n  src: url(/bundles/674f50d287a8c48dc19ba404d20fe713.eot);\n  src: url(/bundles/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/bundles/af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(/bundles/fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(/bundles/b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(/bundles/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');\n  font-weight: normal;\n  font-style: normal;\n}\n.fa {\n  display: inline-block;\n  font: normal normal normal 14px/1 FontAwesome;\n  font-size: inherit;\n  text-rendering: auto;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n/* makes the font 33% larger relative to the icon container */\n.fa-lg {\n  font-size: 1.33333333em;\n  line-height: 0.75em;\n  vertical-align: -15%;\n}\n.fa-2x {\n  font-size: 2em;\n}\n.fa-3x {\n  font-size: 3em;\n}\n.fa-4x {\n  font-size: 4em;\n}\n.fa-5x {\n  font-size: 5em;\n}\n.fa-fw {\n  width: 1.28571429em;\n  text-align: center;\n}\n.fa-ul {\n  padding-left: 0;\n  margin-left: 2.14285714em;\n  list-style-type: none;\n}\n.fa-ul > li {\n  position: relative;\n}\n.fa-li {\n  position: absolute;\n  left: -2.14285714em;\n  width: 2.14285714em;\n  top: 0.14285714em;\n  text-align: center;\n}\n.fa-li.fa-lg {\n  left: -1.85714286em;\n}\n.fa-border {\n  padding: .2em .25em .15em;\n  border: solid 0.08em #eee;\n  border-radius: .1em;\n}\n.fa-pull-left {\n  float: left;\n}\n.fa-pull-right {\n  float: right;\n}\n.fa.fa-pull-left {\n  margin-right: .3em;\n}\n.fa.fa-pull-right {\n  margin-left: .3em;\n}\n/* Deprecated as of 4.4.0 */\n.pull-right {\n  float: right;\n}\n.pull-left {\n  float: left;\n}\n.fa.pull-left {\n  margin-right: .3em;\n}\n.fa.pull-right {\n  margin-left: .3em;\n}\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n  animation: fa-spin 1s infinite steps(8);\n}\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n.fa-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n.fa-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n.fa-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n.fa-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n  transform: scale(-1, 1);\n}\n.fa-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n  transform: scale(1, -1);\n}\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  -webkit-filter: none;\n          filter: none;\n}\n.fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.fa-stack-1x,\n.fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.fa-stack-1x {\n  line-height: inherit;\n}\n.fa-stack-2x {\n  font-size: 2em;\n}\n.fa-inverse {\n  color: #fff;\n}\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n   readers do not read off random characters that represent icons */\n.fa-glass:before {\n  content: \"\\f000\";\n}\n.fa-music:before {\n  content: \"\\f001\";\n}\n.fa-search:before {\n  content: \"\\f002\";\n}\n.fa-envelope-o:before {\n  content: \"\\f003\";\n}\n.fa-heart:before {\n  content: \"\\f004\";\n}\n.fa-star:before {\n  content: \"\\f005\";\n}\n.fa-star-o:before {\n  content: \"\\f006\";\n}\n.fa-user:before {\n  content: \"\\f007\";\n}\n.fa-film:before {\n  content: \"\\f008\";\n}\n.fa-th-large:before {\n  content: \"\\f009\";\n}\n.fa-th:before {\n  content: \"\\f00a\";\n}\n.fa-th-list:before {\n  content: \"\\f00b\";\n}\n.fa-check:before {\n  content: \"\\f00c\";\n}\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n  content: \"\\f00d\";\n}\n.fa-search-plus:before {\n  content: \"\\f00e\";\n}\n.fa-search-minus:before {\n  content: \"\\f010\";\n}\n.fa-power-off:before {\n  content: \"\\f011\";\n}\n.fa-signal:before {\n  content: \"\\f012\";\n}\n.fa-gear:before,\n.fa-cog:before {\n  content: \"\\f013\";\n}\n.fa-trash-o:before {\n  content: \"\\f014\";\n}\n.fa-home:before {\n  content: \"\\f015\";\n}\n.fa-file-o:before {\n  content: \"\\f016\";\n}\n.fa-clock-o:before {\n  content: \"\\f017\";\n}\n.fa-road:before {\n  content: \"\\f018\";\n}\n.fa-download:before {\n  content: \"\\f019\";\n}\n.fa-arrow-circle-o-down:before {\n  content: \"\\f01a\";\n}\n.fa-arrow-circle-o-up:before {\n  content: \"\\f01b\";\n}\n.fa-inbox:before {\n  content: \"\\f01c\";\n}\n.fa-play-circle-o:before {\n  content: \"\\f01d\";\n}\n.fa-rotate-right:before,\n.fa-repeat:before {\n  content: \"\\f01e\";\n}\n.fa-refresh:before {\n  content: \"\\f021\";\n}\n.fa-list-alt:before {\n  content: \"\\f022\";\n}\n.fa-lock:before {\n  content: \"\\f023\";\n}\n.fa-flag:before {\n  content: \"\\f024\";\n}\n.fa-headphones:before {\n  content: \"\\f025\";\n}\n.fa-volume-off:before {\n  content: \"\\f026\";\n}\n.fa-volume-down:before {\n  content: \"\\f027\";\n}\n.fa-volume-up:before {\n  content: \"\\f028\";\n}\n.fa-qrcode:before {\n  content: \"\\f029\";\n}\n.fa-barcode:before {\n  content: \"\\f02a\";\n}\n.fa-tag:before {\n  content: \"\\f02b\";\n}\n.fa-tags:before {\n  content: \"\\f02c\";\n}\n.fa-book:before {\n  content: \"\\f02d\";\n}\n.fa-bookmark:before {\n  content: \"\\f02e\";\n}\n.fa-print:before {\n  content: \"\\f02f\";\n}\n.fa-camera:before {\n  content: \"\\f030\";\n}\n.fa-font:before {\n  content: \"\\f031\";\n}\n.fa-bold:before {\n  content: \"\\f032\";\n}\n.fa-italic:before {\n  content: \"\\f033\";\n}\n.fa-text-height:before {\n  content: \"\\f034\";\n}\n.fa-text-width:before {\n  content: \"\\f035\";\n}\n.fa-align-left:before {\n  content: \"\\f036\";\n}\n.fa-align-center:before {\n  content: \"\\f037\";\n}\n.fa-align-right:before {\n  content: \"\\f038\";\n}\n.fa-align-justify:before {\n  content: \"\\f039\";\n}\n.fa-list:before {\n  content: \"\\f03a\";\n}\n.fa-dedent:before,\n.fa-outdent:before {\n  content: \"\\f03b\";\n}\n.fa-indent:before {\n  content: \"\\f03c\";\n}\n.fa-video-camera:before {\n  content: \"\\f03d\";\n}\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n  content: \"\\f03e\";\n}\n.fa-pencil:before {\n  content: \"\\f040\";\n}\n.fa-map-marker:before {\n  content: \"\\f041\";\n}\n.fa-adjust:before {\n  content: \"\\f042\";\n}\n.fa-tint:before {\n  content: \"\\f043\";\n}\n.fa-edit:before,\n.fa-pencil-square-o:before {\n  content: \"\\f044\";\n}\n.fa-share-square-o:before {\n  content: \"\\f045\";\n}\n.fa-check-square-o:before {\n  content: \"\\f046\";\n}\n.fa-arrows:before {\n  content: \"\\f047\";\n}\n.fa-step-backward:before {\n  content: \"\\f048\";\n}\n.fa-fast-backward:before {\n  content: \"\\f049\";\n}\n.fa-backward:before {\n  content: \"\\f04a\";\n}\n.fa-play:before {\n  content: \"\\f04b\";\n}\n.fa-pause:before {\n  content: \"\\f04c\";\n}\n.fa-stop:before {\n  content: \"\\f04d\";\n}\n.fa-forward:before {\n  content: \"\\f04e\";\n}\n.fa-fast-forward:before {\n  content: \"\\f050\";\n}\n.fa-step-forward:before {\n  content: \"\\f051\";\n}\n.fa-eject:before {\n  content: \"\\f052\";\n}\n.fa-chevron-left:before {\n  content: \"\\f053\";\n}\n.fa-chevron-right:before {\n  content: \"\\f054\";\n}\n.fa-plus-circle:before {\n  content: \"\\f055\";\n}\n.fa-minus-circle:before {\n  content: \"\\f056\";\n}\n.fa-times-circle:before {\n  content: \"\\f057\";\n}\n.fa-check-circle:before {\n  content: \"\\f058\";\n}\n.fa-question-circle:before {\n  content: \"\\f059\";\n}\n.fa-info-circle:before {\n  content: \"\\f05a\";\n}\n.fa-crosshairs:before {\n  content: \"\\f05b\";\n}\n.fa-times-circle-o:before {\n  content: \"\\f05c\";\n}\n.fa-check-circle-o:before {\n  content: \"\\f05d\";\n}\n.fa-ban:before {\n  content: \"\\f05e\";\n}\n.fa-arrow-left:before {\n  content: \"\\f060\";\n}\n.fa-arrow-right:before {\n  content: \"\\f061\";\n}\n.fa-arrow-up:before {\n  content: \"\\f062\";\n}\n.fa-arrow-down:before {\n  content: \"\\f063\";\n}\n.fa-mail-forward:before,\n.fa-share:before {\n  content: \"\\f064\";\n}\n.fa-expand:before {\n  content: \"\\f065\";\n}\n.fa-compress:before {\n  content: \"\\f066\";\n}\n.fa-plus:before {\n  content: \"\\f067\";\n}\n.fa-minus:before {\n  content: \"\\f068\";\n}\n.fa-asterisk:before {\n  content: \"\\f069\";\n}\n.fa-exclamation-circle:before {\n  content: \"\\f06a\";\n}\n.fa-gift:before {\n  content: \"\\f06b\";\n}\n.fa-leaf:before {\n  content: \"\\f06c\";\n}\n.fa-fire:before {\n  content: \"\\f06d\";\n}\n.fa-eye:before {\n  content: \"\\f06e\";\n}\n.fa-eye-slash:before {\n  content: \"\\f070\";\n}\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n  content: \"\\f071\";\n}\n.fa-plane:before {\n  content: \"\\f072\";\n}\n.fa-calendar:before {\n  content: \"\\f073\";\n}\n.fa-random:before {\n  content: \"\\f074\";\n}\n.fa-comment:before {\n  content: \"\\f075\";\n}\n.fa-magnet:before {\n  content: \"\\f076\";\n}\n.fa-chevron-up:before {\n  content: \"\\f077\";\n}\n.fa-chevron-down:before {\n  content: \"\\f078\";\n}\n.fa-retweet:before {\n  content: \"\\f079\";\n}\n.fa-shopping-cart:before {\n  content: \"\\f07a\";\n}\n.fa-folder:before {\n  content: \"\\f07b\";\n}\n.fa-folder-open:before {\n  content: \"\\f07c\";\n}\n.fa-arrows-v:before {\n  content: \"\\f07d\";\n}\n.fa-arrows-h:before {\n  content: \"\\f07e\";\n}\n.fa-bar-chart-o:before,\n.fa-bar-chart:before {\n  content: \"\\f080\";\n}\n.fa-twitter-square:before {\n  content: \"\\f081\";\n}\n.fa-facebook-square:before {\n  content: \"\\f082\";\n}\n.fa-camera-retro:before {\n  content: \"\\f083\";\n}\n.fa-key:before {\n  content: \"\\f084\";\n}\n.fa-gears:before,\n.fa-cogs:before {\n  content: \"\\f085\";\n}\n.fa-comments:before {\n  content: \"\\f086\";\n}\n.fa-thumbs-o-up:before {\n  content: \"\\f087\";\n}\n.fa-thumbs-o-down:before {\n  content: \"\\f088\";\n}\n.fa-star-half:before {\n  content: \"\\f089\";\n}\n.fa-heart-o:before {\n  content: \"\\f08a\";\n}\n.fa-sign-out:before {\n  content: \"\\f08b\";\n}\n.fa-linkedin-square:before {\n  content: \"\\f08c\";\n}\n.fa-thumb-tack:before {\n  content: \"\\f08d\";\n}\n.fa-external-link:before {\n  content: \"\\f08e\";\n}\n.fa-sign-in:before {\n  content: \"\\f090\";\n}\n.fa-trophy:before {\n  content: \"\\f091\";\n}\n.fa-github-square:before {\n  content: \"\\f092\";\n}\n.fa-upload:before {\n  content: \"\\f093\";\n}\n.fa-lemon-o:before {\n  content: \"\\f094\";\n}\n.fa-phone:before {\n  content: \"\\f095\";\n}\n.fa-square-o:before {\n  content: \"\\f096\";\n}\n.fa-bookmark-o:before {\n  content: \"\\f097\";\n}\n.fa-phone-square:before {\n  content: \"\\f098\";\n}\n.fa-twitter:before {\n  content: \"\\f099\";\n}\n.fa-facebook-f:before,\n.fa-facebook:before {\n  content: \"\\f09a\";\n}\n.fa-github:before {\n  content: \"\\f09b\";\n}\n.fa-unlock:before {\n  content: \"\\f09c\";\n}\n.fa-credit-card:before {\n  content: \"\\f09d\";\n}\n.fa-feed:before,\n.fa-rss:before {\n  content: \"\\f09e\";\n}\n.fa-hdd-o:before {\n  content: \"\\f0a0\";\n}\n.fa-bullhorn:before {\n  content: \"\\f0a1\";\n}\n.fa-bell:before {\n  content: \"\\f0f3\";\n}\n.fa-certificate:before {\n  content: \"\\f0a3\";\n}\n.fa-hand-o-right:before {\n  content: \"\\f0a4\";\n}\n.fa-hand-o-left:before {\n  content: \"\\f0a5\";\n}\n.fa-hand-o-up:before {\n  content: \"\\f0a6\";\n}\n.fa-hand-o-down:before {\n  content: \"\\f0a7\";\n}\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\";\n}\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\";\n}\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\";\n}\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\";\n}\n.fa-globe:before {\n  content: \"\\f0ac\";\n}\n.fa-wrench:before {\n  content: \"\\f0ad\";\n}\n.fa-tasks:before {\n  content: \"\\f0ae\";\n}\n.fa-filter:before {\n  content: \"\\f0b0\";\n}\n.fa-briefcase:before {\n  content: \"\\f0b1\";\n}\n.fa-arrows-alt:before {\n  content: \"\\f0b2\";\n}\n.fa-group:before,\n.fa-users:before {\n  content: \"\\f0c0\";\n}\n.fa-chain:before,\n.fa-link:before {\n  content: \"\\f0c1\";\n}\n.fa-cloud:before {\n  content: \"\\f0c2\";\n}\n.fa-flask:before {\n  content: \"\\f0c3\";\n}\n.fa-cut:before,\n.fa-scissors:before {\n  content: \"\\f0c4\";\n}\n.fa-copy:before,\n.fa-files-o:before {\n  content: \"\\f0c5\";\n}\n.fa-paperclip:before {\n  content: \"\\f0c6\";\n}\n.fa-save:before,\n.fa-floppy-o:before {\n  content: \"\\f0c7\";\n}\n.fa-square:before {\n  content: \"\\f0c8\";\n}\n.fa-navicon:before,\n.fa-reorder:before,\n.fa-bars:before {\n  content: \"\\f0c9\";\n}\n.fa-list-ul:before {\n  content: \"\\f0ca\";\n}\n.fa-list-ol:before {\n  content: \"\\f0cb\";\n}\n.fa-strikethrough:before {\n  content: \"\\f0cc\";\n}\n.fa-underline:before {\n  content: \"\\f0cd\";\n}\n.fa-table:before {\n  content: \"\\f0ce\";\n}\n.fa-magic:before {\n  content: \"\\f0d0\";\n}\n.fa-truck:before {\n  content: \"\\f0d1\";\n}\n.fa-pinterest:before {\n  content: \"\\f0d2\";\n}\n.fa-pinterest-square:before {\n  content: \"\\f0d3\";\n}\n.fa-google-plus-square:before {\n  content: \"\\f0d4\";\n}\n.fa-google-plus:before {\n  content: \"\\f0d5\";\n}\n.fa-money:before {\n  content: \"\\f0d6\";\n}\n.fa-caret-down:before {\n  content: \"\\f0d7\";\n}\n.fa-caret-up:before {\n  content: \"\\f0d8\";\n}\n.fa-caret-left:before {\n  content: \"\\f0d9\";\n}\n.fa-caret-right:before {\n  content: \"\\f0da\";\n}\n.fa-columns:before {\n  content: \"\\f0db\";\n}\n.fa-unsorted:before,\n.fa-sort:before {\n  content: \"\\f0dc\";\n}\n.fa-sort-down:before,\n.fa-sort-desc:before {\n  content: \"\\f0dd\";\n}\n.fa-sort-up:before,\n.fa-sort-asc:before {\n  content: \"\\f0de\";\n}\n.fa-envelope:before {\n  content: \"\\f0e0\";\n}\n.fa-linkedin:before {\n  content: \"\\f0e1\";\n}\n.fa-rotate-left:before,\n.fa-undo:before {\n  content: \"\\f0e2\";\n}\n.fa-legal:before,\n.fa-gavel:before {\n  content: \"\\f0e3\";\n}\n.fa-dashboard:before,\n.fa-tachometer:before {\n  content: \"\\f0e4\";\n}\n.fa-comment-o:before {\n  content: \"\\f0e5\";\n}\n.fa-comments-o:before {\n  content: \"\\f0e6\";\n}\n.fa-flash:before,\n.fa-bolt:before {\n  content: \"\\f0e7\";\n}\n.fa-sitemap:before {\n  content: \"\\f0e8\";\n}\n.fa-umbrella:before {\n  content: \"\\f0e9\";\n}\n.fa-paste:before,\n.fa-clipboard:before {\n  content: \"\\f0ea\";\n}\n.fa-lightbulb-o:before {\n  content: \"\\f0eb\";\n}\n.fa-exchange:before {\n  content: \"\\f0ec\";\n}\n.fa-cloud-download:before {\n  content: \"\\f0ed\";\n}\n.fa-cloud-upload:before {\n  content: \"\\f0ee\";\n}\n.fa-user-md:before {\n  content: \"\\f0f0\";\n}\n.fa-stethoscope:before {\n  content: \"\\f0f1\";\n}\n.fa-suitcase:before {\n  content: \"\\f0f2\";\n}\n.fa-bell-o:before {\n  content: \"\\f0a2\";\n}\n.fa-coffee:before {\n  content: \"\\f0f4\";\n}\n.fa-cutlery:before {\n  content: \"\\f0f5\";\n}\n.fa-file-text-o:before {\n  content: \"\\f0f6\";\n}\n.fa-building-o:before {\n  content: \"\\f0f7\";\n}\n.fa-hospital-o:before {\n  content: \"\\f0f8\";\n}\n.fa-ambulance:before {\n  content: \"\\f0f9\";\n}\n.fa-medkit:before {\n  content: \"\\f0fa\";\n}\n.fa-fighter-jet:before {\n  content: \"\\f0fb\";\n}\n.fa-beer:before {\n  content: \"\\f0fc\";\n}\n.fa-h-square:before {\n  content: \"\\f0fd\";\n}\n.fa-plus-square:before {\n  content: \"\\f0fe\";\n}\n.fa-angle-double-left:before {\n  content: \"\\f100\";\n}\n.fa-angle-double-right:before {\n  content: \"\\f101\";\n}\n.fa-angle-double-up:before {\n  content: \"\\f102\";\n}\n.fa-angle-double-down:before {\n  content: \"\\f103\";\n}\n.fa-angle-left:before {\n  content: \"\\f104\";\n}\n.fa-angle-right:before {\n  content: \"\\f105\";\n}\n.fa-angle-up:before {\n  content: \"\\f106\";\n}\n.fa-angle-down:before {\n  content: \"\\f107\";\n}\n.fa-desktop:before {\n  content: \"\\f108\";\n}\n.fa-laptop:before {\n  content: \"\\f109\";\n}\n.fa-tablet:before {\n  content: \"\\f10a\";\n}\n.fa-mobile-phone:before,\n.fa-mobile:before {\n  content: \"\\f10b\";\n}\n.fa-circle-o:before {\n  content: \"\\f10c\";\n}\n.fa-quote-left:before {\n  content: \"\\f10d\";\n}\n.fa-quote-right:before {\n  content: \"\\f10e\";\n}\n.fa-spinner:before {\n  content: \"\\f110\";\n}\n.fa-circle:before {\n  content: \"\\f111\";\n}\n.fa-mail-reply:before,\n.fa-reply:before {\n  content: \"\\f112\";\n}\n.fa-github-alt:before {\n  content: \"\\f113\";\n}\n.fa-folder-o:before {\n  content: \"\\f114\";\n}\n.fa-folder-open-o:before {\n  content: \"\\f115\";\n}\n.fa-smile-o:before {\n  content: \"\\f118\";\n}\n.fa-frown-o:before {\n  content: \"\\f119\";\n}\n.fa-meh-o:before {\n  content: \"\\f11a\";\n}\n.fa-gamepad:before {\n  content: \"\\f11b\";\n}\n.fa-keyboard-o:before {\n  content: \"\\f11c\";\n}\n.fa-flag-o:before {\n  content: \"\\f11d\";\n}\n.fa-flag-checkered:before {\n  content: \"\\f11e\";\n}\n.fa-terminal:before {\n  content: \"\\f120\";\n}\n.fa-code:before {\n  content: \"\\f121\";\n}\n.fa-mail-reply-all:before,\n.fa-reply-all:before {\n  content: \"\\f122\";\n}\n.fa-star-half-empty:before,\n.fa-star-half-full:before,\n.fa-star-half-o:before {\n  content: \"\\f123\";\n}\n.fa-location-arrow:before {\n  content: \"\\f124\";\n}\n.fa-crop:before {\n  content: \"\\f125\";\n}\n.fa-code-fork:before {\n  content: \"\\f126\";\n}\n.fa-unlink:before,\n.fa-chain-broken:before {\n  content: \"\\f127\";\n}\n.fa-question:before {\n  content: \"\\f128\";\n}\n.fa-info:before {\n  content: \"\\f129\";\n}\n.fa-exclamation:before {\n  content: \"\\f12a\";\n}\n.fa-superscript:before {\n  content: \"\\f12b\";\n}\n.fa-subscript:before {\n  content: \"\\f12c\";\n}\n.fa-eraser:before {\n  content: \"\\f12d\";\n}\n.fa-puzzle-piece:before {\n  content: \"\\f12e\";\n}\n.fa-microphone:before {\n  content: \"\\f130\";\n}\n.fa-microphone-slash:before {\n  content: \"\\f131\";\n}\n.fa-shield:before {\n  content: \"\\f132\";\n}\n.fa-calendar-o:before {\n  content: \"\\f133\";\n}\n.fa-fire-extinguisher:before {\n  content: \"\\f134\";\n}\n.fa-rocket:before {\n  content: \"\\f135\";\n}\n.fa-maxcdn:before {\n  content: \"\\f136\";\n}\n.fa-chevron-circle-left:before {\n  content: \"\\f137\";\n}\n.fa-chevron-circle-right:before {\n  content: \"\\f138\";\n}\n.fa-chevron-circle-up:before {\n  content: \"\\f139\";\n}\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\";\n}\n.fa-html5:before {\n  content: \"\\f13b\";\n}\n.fa-css3:before {\n  content: \"\\f13c\";\n}\n.fa-anchor:before {\n  content: \"\\f13d\";\n}\n.fa-unlock-alt:before {\n  content: \"\\f13e\";\n}\n.fa-bullseye:before {\n  content: \"\\f140\";\n}\n.fa-ellipsis-h:before {\n  content: \"\\f141\";\n}\n.fa-ellipsis-v:before {\n  content: \"\\f142\";\n}\n.fa-rss-square:before {\n  content: \"\\f143\";\n}\n.fa-play-circle:before {\n  content: \"\\f144\";\n}\n.fa-ticket:before {\n  content: \"\\f145\";\n}\n.fa-minus-square:before {\n  content: \"\\f146\";\n}\n.fa-minus-square-o:before {\n  content: \"\\f147\";\n}\n.fa-level-up:before {\n  content: \"\\f148\";\n}\n.fa-level-down:before {\n  content: \"\\f149\";\n}\n.fa-check-square:before {\n  content: \"\\f14a\";\n}\n.fa-pencil-square:before {\n  content: \"\\f14b\";\n}\n.fa-external-link-square:before {\n  content: \"\\f14c\";\n}\n.fa-share-square:before {\n  content: \"\\f14d\";\n}\n.fa-compass:before {\n  content: \"\\f14e\";\n}\n.fa-toggle-down:before,\n.fa-caret-square-o-down:before {\n  content: \"\\f150\";\n}\n.fa-toggle-up:before,\n.fa-caret-square-o-up:before {\n  content: \"\\f151\";\n}\n.fa-toggle-right:before,\n.fa-caret-square-o-right:before {\n  content: \"\\f152\";\n}\n.fa-euro:before,\n.fa-eur:before {\n  content: \"\\f153\";\n}\n.fa-gbp:before {\n  content: \"\\f154\";\n}\n.fa-dollar:before,\n.fa-usd:before {\n  content: \"\\f155\";\n}\n.fa-rupee:before,\n.fa-inr:before {\n  content: \"\\f156\";\n}\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before,\n.fa-jpy:before {\n  content: \"\\f157\";\n}\n.fa-ruble:before,\n.fa-rouble:before,\n.fa-rub:before {\n  content: \"\\f158\";\n}\n.fa-won:before,\n.fa-krw:before {\n  content: \"\\f159\";\n}\n.fa-bitcoin:before,\n.fa-btc:before {\n  content: \"\\f15a\";\n}\n.fa-file:before {\n  content: \"\\f15b\";\n}\n.fa-file-text:before {\n  content: \"\\f15c\";\n}\n.fa-sort-alpha-asc:before {\n  content: \"\\f15d\";\n}\n.fa-sort-alpha-desc:before {\n  content: \"\\f15e\";\n}\n.fa-sort-amount-asc:before {\n  content: \"\\f160\";\n}\n.fa-sort-amount-desc:before {\n  content: \"\\f161\";\n}\n.fa-sort-numeric-asc:before {\n  content: \"\\f162\";\n}\n.fa-sort-numeric-desc:before {\n  content: \"\\f163\";\n}\n.fa-thumbs-up:before {\n  content: \"\\f164\";\n}\n.fa-thumbs-down:before {\n  content: \"\\f165\";\n}\n.fa-youtube-square:before {\n  content: \"\\f166\";\n}\n.fa-youtube:before {\n  content: \"\\f167\";\n}\n.fa-xing:before {\n  content: \"\\f168\";\n}\n.fa-xing-square:before {\n  content: \"\\f169\";\n}\n.fa-youtube-play:before {\n  content: \"\\f16a\";\n}\n.fa-dropbox:before {\n  content: \"\\f16b\";\n}\n.fa-stack-overflow:before {\n  content: \"\\f16c\";\n}\n.fa-instagram:before {\n  content: \"\\f16d\";\n}\n.fa-flickr:before {\n  content: \"\\f16e\";\n}\n.fa-adn:before {\n  content: \"\\f170\";\n}\n.fa-bitbucket:before {\n  content: \"\\f171\";\n}\n.fa-bitbucket-square:before {\n  content: \"\\f172\";\n}\n.fa-tumblr:before {\n  content: \"\\f173\";\n}\n.fa-tumblr-square:before {\n  content: \"\\f174\";\n}\n.fa-long-arrow-down:before {\n  content: \"\\f175\";\n}\n.fa-long-arrow-up:before {\n  content: \"\\f176\";\n}\n.fa-long-arrow-left:before {\n  content: \"\\f177\";\n}\n.fa-long-arrow-right:before {\n  content: \"\\f178\";\n}\n.fa-apple:before {\n  content: \"\\f179\";\n}\n.fa-windows:before {\n  content: \"\\f17a\";\n}\n.fa-android:before {\n  content: \"\\f17b\";\n}\n.fa-linux:before {\n  content: \"\\f17c\";\n}\n.fa-dribbble:before {\n  content: \"\\f17d\";\n}\n.fa-skype:before {\n  content: \"\\f17e\";\n}\n.fa-foursquare:before {\n  content: \"\\f180\";\n}\n.fa-trello:before {\n  content: \"\\f181\";\n}\n.fa-female:before {\n  content: \"\\f182\";\n}\n.fa-male:before {\n  content: \"\\f183\";\n}\n.fa-gittip:before,\n.fa-gratipay:before {\n  content: \"\\f184\";\n}\n.fa-sun-o:before {\n  content: \"\\f185\";\n}\n.fa-moon-o:before {\n  content: \"\\f186\";\n}\n.fa-archive:before {\n  content: \"\\f187\";\n}\n.fa-bug:before {\n  content: \"\\f188\";\n}\n.fa-vk:before {\n  content: \"\\f189\";\n}\n.fa-weibo:before {\n  content: \"\\f18a\";\n}\n.fa-renren:before {\n  content: \"\\f18b\";\n}\n.fa-pagelines:before {\n  content: \"\\f18c\";\n}\n.fa-stack-exchange:before {\n  content: \"\\f18d\";\n}\n.fa-arrow-circle-o-right:before {\n  content: \"\\f18e\";\n}\n.fa-arrow-circle-o-left:before {\n  content: \"\\f190\";\n}\n.fa-toggle-left:before,\n.fa-caret-square-o-left:before {\n  content: \"\\f191\";\n}\n.fa-dot-circle-o:before {\n  content: \"\\f192\";\n}\n.fa-wheelchair:before {\n  content: \"\\f193\";\n}\n.fa-vimeo-square:before {\n  content: \"\\f194\";\n}\n.fa-turkish-lira:before,\n.fa-try:before {\n  content: \"\\f195\";\n}\n.fa-plus-square-o:before {\n  content: \"\\f196\";\n}\n.fa-space-shuttle:before {\n  content: \"\\f197\";\n}\n.fa-slack:before {\n  content: \"\\f198\";\n}\n.fa-envelope-square:before {\n  content: \"\\f199\";\n}\n.fa-wordpress:before {\n  content: \"\\f19a\";\n}\n.fa-openid:before {\n  content: \"\\f19b\";\n}\n.fa-institution:before,\n.fa-bank:before,\n.fa-university:before {\n  content: \"\\f19c\";\n}\n.fa-mortar-board:before,\n.fa-graduation-cap:before {\n  content: \"\\f19d\";\n}\n.fa-yahoo:before {\n  content: \"\\f19e\";\n}\n.fa-google:before {\n  content: \"\\f1a0\";\n}\n.fa-reddit:before {\n  content: \"\\f1a1\";\n}\n.fa-reddit-square:before {\n  content: \"\\f1a2\";\n}\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\";\n}\n.fa-stumbleupon:before {\n  content: \"\\f1a4\";\n}\n.fa-delicious:before {\n  content: \"\\f1a5\";\n}\n.fa-digg:before {\n  content: \"\\f1a6\";\n}\n.fa-pied-piper-pp:before {\n  content: \"\\f1a7\";\n}\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\";\n}\n.fa-drupal:before {\n  content: \"\\f1a9\";\n}\n.fa-joomla:before {\n  content: \"\\f1aa\";\n}\n.fa-language:before {\n  content: \"\\f1ab\";\n}\n.fa-fax:before {\n  content: \"\\f1ac\";\n}\n.fa-building:before {\n  content: \"\\f1ad\";\n}\n.fa-child:before {\n  content: \"\\f1ae\";\n}\n.fa-paw:before {\n  content: \"\\f1b0\";\n}\n.fa-spoon:before {\n  content: \"\\f1b1\";\n}\n.fa-cube:before {\n  content: \"\\f1b2\";\n}\n.fa-cubes:before {\n  content: \"\\f1b3\";\n}\n.fa-behance:before {\n  content: \"\\f1b4\";\n}\n.fa-behance-square:before {\n  content: \"\\f1b5\";\n}\n.fa-steam:before {\n  content: \"\\f1b6\";\n}\n.fa-steam-square:before {\n  content: \"\\f1b7\";\n}\n.fa-recycle:before {\n  content: \"\\f1b8\";\n}\n.fa-automobile:before,\n.fa-car:before {\n  content: \"\\f1b9\";\n}\n.fa-cab:before,\n.fa-taxi:before {\n  content: \"\\f1ba\";\n}\n.fa-tree:before {\n  content: \"\\f1bb\";\n}\n.fa-spotify:before {\n  content: \"\\f1bc\";\n}\n.fa-deviantart:before {\n  content: \"\\f1bd\";\n}\n.fa-soundcloud:before {\n  content: \"\\f1be\";\n}\n.fa-database:before {\n  content: \"\\f1c0\";\n}\n.fa-file-pdf-o:before {\n  content: \"\\f1c1\";\n}\n.fa-file-word-o:before {\n  content: \"\\f1c2\";\n}\n.fa-file-excel-o:before {\n  content: \"\\f1c3\";\n}\n.fa-file-powerpoint-o:before {\n  content: \"\\f1c4\";\n}\n.fa-file-photo-o:before,\n.fa-file-picture-o:before,\n.fa-file-image-o:before {\n  content: \"\\f1c5\";\n}\n.fa-file-zip-o:before,\n.fa-file-archive-o:before {\n  content: \"\\f1c6\";\n}\n.fa-file-sound-o:before,\n.fa-file-audio-o:before {\n  content: \"\\f1c7\";\n}\n.fa-file-movie-o:before,\n.fa-file-video-o:before {\n  content: \"\\f1c8\";\n}\n.fa-file-code-o:before {\n  content: \"\\f1c9\";\n}\n.fa-vine:before {\n  content: \"\\f1ca\";\n}\n.fa-codepen:before {\n  content: \"\\f1cb\";\n}\n.fa-jsfiddle:before {\n  content: \"\\f1cc\";\n}\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-life-saver:before,\n.fa-support:before,\n.fa-life-ring:before {\n  content: \"\\f1cd\";\n}\n.fa-circle-o-notch:before {\n  content: \"\\f1ce\";\n}\n.fa-ra:before,\n.fa-resistance:before,\n.fa-rebel:before {\n  content: \"\\f1d0\";\n}\n.fa-ge:before,\n.fa-empire:before {\n  content: \"\\f1d1\";\n}\n.fa-git-square:before {\n  content: \"\\f1d2\";\n}\n.fa-git:before {\n  content: \"\\f1d3\";\n}\n.fa-y-combinator-square:before,\n.fa-yc-square:before,\n.fa-hacker-news:before {\n  content: \"\\f1d4\";\n}\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\";\n}\n.fa-qq:before {\n  content: \"\\f1d6\";\n}\n.fa-wechat:before,\n.fa-weixin:before {\n  content: \"\\f1d7\";\n}\n.fa-send:before,\n.fa-paper-plane:before {\n  content: \"\\f1d8\";\n}\n.fa-send-o:before,\n.fa-paper-plane-o:before {\n  content: \"\\f1d9\";\n}\n.fa-history:before {\n  content: \"\\f1da\";\n}\n.fa-circle-thin:before {\n  content: \"\\f1db\";\n}\n.fa-header:before {\n  content: \"\\f1dc\";\n}\n.fa-paragraph:before {\n  content: \"\\f1dd\";\n}\n.fa-sliders:before {\n  content: \"\\f1de\";\n}\n.fa-share-alt:before {\n  content: \"\\f1e0\";\n}\n.fa-share-alt-square:before {\n  content: \"\\f1e1\";\n}\n.fa-bomb:before {\n  content: \"\\f1e2\";\n}\n.fa-soccer-ball-o:before,\n.fa-futbol-o:before {\n  content: \"\\f1e3\";\n}\n.fa-tty:before {\n  content: \"\\f1e4\";\n}\n.fa-binoculars:before {\n  content: \"\\f1e5\";\n}\n.fa-plug:before {\n  content: \"\\f1e6\";\n}\n.fa-slideshare:before {\n  content: \"\\f1e7\";\n}\n.fa-twitch:before {\n  content: \"\\f1e8\";\n}\n.fa-yelp:before {\n  content: \"\\f1e9\";\n}\n.fa-newspaper-o:before {\n  content: \"\\f1ea\";\n}\n.fa-wifi:before {\n  content: \"\\f1eb\";\n}\n.fa-calculator:before {\n  content: \"\\f1ec\";\n}\n.fa-paypal:before {\n  content: \"\\f1ed\";\n}\n.fa-google-wallet:before {\n  content: \"\\f1ee\";\n}\n.fa-cc-visa:before {\n  content: \"\\f1f0\";\n}\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\";\n}\n.fa-cc-discover:before {\n  content: \"\\f1f2\";\n}\n.fa-cc-amex:before {\n  content: \"\\f1f3\";\n}\n.fa-cc-paypal:before {\n  content: \"\\f1f4\";\n}\n.fa-cc-stripe:before {\n  content: \"\\f1f5\";\n}\n.fa-bell-slash:before {\n  content: \"\\f1f6\";\n}\n.fa-bell-slash-o:before {\n  content: \"\\f1f7\";\n}\n.fa-trash:before {\n  content: \"\\f1f8\";\n}\n.fa-copyright:before {\n  content: \"\\f1f9\";\n}\n.fa-at:before {\n  content: \"\\f1fa\";\n}\n.fa-eyedropper:before {\n  content: \"\\f1fb\";\n}\n.fa-paint-brush:before {\n  content: \"\\f1fc\";\n}\n.fa-birthday-cake:before {\n  content: \"\\f1fd\";\n}\n.fa-area-chart:before {\n  content: \"\\f1fe\";\n}\n.fa-pie-chart:before {\n  content: \"\\f200\";\n}\n.fa-line-chart:before {\n  content: \"\\f201\";\n}\n.fa-lastfm:before {\n  content: \"\\f202\";\n}\n.fa-lastfm-square:before {\n  content: \"\\f203\";\n}\n.fa-toggle-off:before {\n  content: \"\\f204\";\n}\n.fa-toggle-on:before {\n  content: \"\\f205\";\n}\n.fa-bicycle:before {\n  content: \"\\f206\";\n}\n.fa-bus:before {\n  content: \"\\f207\";\n}\n.fa-ioxhost:before {\n  content: \"\\f208\";\n}\n.fa-angellist:before {\n  content: \"\\f209\";\n}\n.fa-cc:before {\n  content: \"\\f20a\";\n}\n.fa-shekel:before,\n.fa-sheqel:before,\n.fa-ils:before {\n  content: \"\\f20b\";\n}\n.fa-meanpath:before {\n  content: \"\\f20c\";\n}\n.fa-buysellads:before {\n  content: \"\\f20d\";\n}\n.fa-connectdevelop:before {\n  content: \"\\f20e\";\n}\n.fa-dashcube:before {\n  content: \"\\f210\";\n}\n.fa-forumbee:before {\n  content: \"\\f211\";\n}\n.fa-leanpub:before {\n  content: \"\\f212\";\n}\n.fa-sellsy:before {\n  content: \"\\f213\";\n}\n.fa-shirtsinbulk:before {\n  content: \"\\f214\";\n}\n.fa-simplybuilt:before {\n  content: \"\\f215\";\n}\n.fa-skyatlas:before {\n  content: \"\\f216\";\n}\n.fa-cart-plus:before {\n  content: \"\\f217\";\n}\n.fa-cart-arrow-down:before {\n  content: \"\\f218\";\n}\n.fa-diamond:before {\n  content: \"\\f219\";\n}\n.fa-ship:before {\n  content: \"\\f21a\";\n}\n.fa-user-secret:before {\n  content: \"\\f21b\";\n}\n.fa-motorcycle:before {\n  content: \"\\f21c\";\n}\n.fa-street-view:before {\n  content: \"\\f21d\";\n}\n.fa-heartbeat:before {\n  content: \"\\f21e\";\n}\n.fa-venus:before {\n  content: \"\\f221\";\n}\n.fa-mars:before {\n  content: \"\\f222\";\n}\n.fa-mercury:before {\n  content: \"\\f223\";\n}\n.fa-intersex:before,\n.fa-transgender:before {\n  content: \"\\f224\";\n}\n.fa-transgender-alt:before {\n  content: \"\\f225\";\n}\n.fa-venus-double:before {\n  content: \"\\f226\";\n}\n.fa-mars-double:before {\n  content: \"\\f227\";\n}\n.fa-venus-mars:before {\n  content: \"\\f228\";\n}\n.fa-mars-stroke:before {\n  content: \"\\f229\";\n}\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\";\n}\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\";\n}\n.fa-neuter:before {\n  content: \"\\f22c\";\n}\n.fa-genderless:before {\n  content: \"\\f22d\";\n}\n.fa-facebook-official:before {\n  content: \"\\f230\";\n}\n.fa-pinterest-p:before {\n  content: \"\\f231\";\n}\n.fa-whatsapp:before {\n  content: \"\\f232\";\n}\n.fa-server:before {\n  content: \"\\f233\";\n}\n.fa-user-plus:before {\n  content: \"\\f234\";\n}\n.fa-user-times:before {\n  content: \"\\f235\";\n}\n.fa-hotel:before,\n.fa-bed:before {\n  content: \"\\f236\";\n}\n.fa-viacoin:before {\n  content: \"\\f237\";\n}\n.fa-train:before {\n  content: \"\\f238\";\n}\n.fa-subway:before {\n  content: \"\\f239\";\n}\n.fa-medium:before {\n  content: \"\\f23a\";\n}\n.fa-yc:before,\n.fa-y-combinator:before {\n  content: \"\\f23b\";\n}\n.fa-optin-monster:before {\n  content: \"\\f23c\";\n}\n.fa-opencart:before {\n  content: \"\\f23d\";\n}\n.fa-expeditedssl:before {\n  content: \"\\f23e\";\n}\n.fa-battery-4:before,\n.fa-battery:before,\n.fa-battery-full:before {\n  content: \"\\f240\";\n}\n.fa-battery-3:before,\n.fa-battery-three-quarters:before {\n  content: \"\\f241\";\n}\n.fa-battery-2:before,\n.fa-battery-half:before {\n  content: \"\\f242\";\n}\n.fa-battery-1:before,\n.fa-battery-quarter:before {\n  content: \"\\f243\";\n}\n.fa-battery-0:before,\n.fa-battery-empty:before {\n  content: \"\\f244\";\n}\n.fa-mouse-pointer:before {\n  content: \"\\f245\";\n}\n.fa-i-cursor:before {\n  content: \"\\f246\";\n}\n.fa-object-group:before {\n  content: \"\\f247\";\n}\n.fa-object-ungroup:before {\n  content: \"\\f248\";\n}\n.fa-sticky-note:before {\n  content: \"\\f249\";\n}\n.fa-sticky-note-o:before {\n  content: \"\\f24a\";\n}\n.fa-cc-jcb:before {\n  content: \"\\f24b\";\n}\n.fa-cc-diners-club:before {\n  content: \"\\f24c\";\n}\n.fa-clone:before {\n  content: \"\\f24d\";\n}\n.fa-balance-scale:before {\n  content: \"\\f24e\";\n}\n.fa-hourglass-o:before {\n  content: \"\\f250\";\n}\n.fa-hourglass-1:before,\n.fa-hourglass-start:before {\n  content: \"\\f251\";\n}\n.fa-hourglass-2:before,\n.fa-hourglass-half:before {\n  content: \"\\f252\";\n}\n.fa-hourglass-3:before,\n.fa-hourglass-end:before {\n  content: \"\\f253\";\n}\n.fa-hourglass:before {\n  content: \"\\f254\";\n}\n.fa-hand-grab-o:before,\n.fa-hand-rock-o:before {\n  content: \"\\f255\";\n}\n.fa-hand-stop-o:before,\n.fa-hand-paper-o:before {\n  content: \"\\f256\";\n}\n.fa-hand-scissors-o:before {\n  content: \"\\f257\";\n}\n.fa-hand-lizard-o:before {\n  content: \"\\f258\";\n}\n.fa-hand-spock-o:before {\n  content: \"\\f259\";\n}\n.fa-hand-pointer-o:before {\n  content: \"\\f25a\";\n}\n.fa-hand-peace-o:before {\n  content: \"\\f25b\";\n}\n.fa-trademark:before {\n  content: \"\\f25c\";\n}\n.fa-registered:before {\n  content: \"\\f25d\";\n}\n.fa-creative-commons:before {\n  content: \"\\f25e\";\n}\n.fa-gg:before {\n  content: \"\\f260\";\n}\n.fa-gg-circle:before {\n  content: \"\\f261\";\n}\n.fa-tripadvisor:before {\n  content: \"\\f262\";\n}\n.fa-odnoklassniki:before {\n  content: \"\\f263\";\n}\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\";\n}\n.fa-get-pocket:before {\n  content: \"\\f265\";\n}\n.fa-wikipedia-w:before {\n  content: \"\\f266\";\n}\n.fa-safari:before {\n  content: \"\\f267\";\n}\n.fa-chrome:before {\n  content: \"\\f268\";\n}\n.fa-firefox:before {\n  content: \"\\f269\";\n}\n.fa-opera:before {\n  content: \"\\f26a\";\n}\n.fa-internet-explorer:before {\n  content: \"\\f26b\";\n}\n.fa-tv:before,\n.fa-television:before {\n  content: \"\\f26c\";\n}\n.fa-contao:before {\n  content: \"\\f26d\";\n}\n.fa-500px:before {\n  content: \"\\f26e\";\n}\n.fa-amazon:before {\n  content: \"\\f270\";\n}\n.fa-calendar-plus-o:before {\n  content: \"\\f271\";\n}\n.fa-calendar-minus-o:before {\n  content: \"\\f272\";\n}\n.fa-calendar-times-o:before {\n  content: \"\\f273\";\n}\n.fa-calendar-check-o:before {\n  content: \"\\f274\";\n}\n.fa-industry:before {\n  content: \"\\f275\";\n}\n.fa-map-pin:before {\n  content: \"\\f276\";\n}\n.fa-map-signs:before {\n  content: \"\\f277\";\n}\n.fa-map-o:before {\n  content: \"\\f278\";\n}\n.fa-map:before {\n  content: \"\\f279\";\n}\n.fa-commenting:before {\n  content: \"\\f27a\";\n}\n.fa-commenting-o:before {\n  content: \"\\f27b\";\n}\n.fa-houzz:before {\n  content: \"\\f27c\";\n}\n.fa-vimeo:before {\n  content: \"\\f27d\";\n}\n.fa-black-tie:before {\n  content: \"\\f27e\";\n}\n.fa-fonticons:before {\n  content: \"\\f280\";\n}\n.fa-reddit-alien:before {\n  content: \"\\f281\";\n}\n.fa-edge:before {\n  content: \"\\f282\";\n}\n.fa-credit-card-alt:before {\n  content: \"\\f283\";\n}\n.fa-codiepie:before {\n  content: \"\\f284\";\n}\n.fa-modx:before {\n  content: \"\\f285\";\n}\n.fa-fort-awesome:before {\n  content: \"\\f286\";\n}\n.fa-usb:before {\n  content: \"\\f287\";\n}\n.fa-product-hunt:before {\n  content: \"\\f288\";\n}\n.fa-mixcloud:before {\n  content: \"\\f289\";\n}\n.fa-scribd:before {\n  content: \"\\f28a\";\n}\n.fa-pause-circle:before {\n  content: \"\\f28b\";\n}\n.fa-pause-circle-o:before {\n  content: \"\\f28c\";\n}\n.fa-stop-circle:before {\n  content: \"\\f28d\";\n}\n.fa-stop-circle-o:before {\n  content: \"\\f28e\";\n}\n.fa-shopping-bag:before {\n  content: \"\\f290\";\n}\n.fa-shopping-basket:before {\n  content: \"\\f291\";\n}\n.fa-hashtag:before {\n  content: \"\\f292\";\n}\n.fa-bluetooth:before {\n  content: \"\\f293\";\n}\n.fa-bluetooth-b:before {\n  content: \"\\f294\";\n}\n.fa-percent:before {\n  content: \"\\f295\";\n}\n.fa-gitlab:before {\n  content: \"\\f296\";\n}\n.fa-wpbeginner:before {\n  content: \"\\f297\";\n}\n.fa-wpforms:before {\n  content: \"\\f298\";\n}\n.fa-envira:before {\n  content: \"\\f299\";\n}\n.fa-universal-access:before {\n  content: \"\\f29a\";\n}\n.fa-wheelchair-alt:before {\n  content: \"\\f29b\";\n}\n.fa-question-circle-o:before {\n  content: \"\\f29c\";\n}\n.fa-blind:before {\n  content: \"\\f29d\";\n}\n.fa-audio-description:before {\n  content: \"\\f29e\";\n}\n.fa-volume-control-phone:before {\n  content: \"\\f2a0\";\n}\n.fa-braille:before {\n  content: \"\\f2a1\";\n}\n.fa-assistive-listening-systems:before {\n  content: \"\\f2a2\";\n}\n.fa-asl-interpreting:before,\n.fa-american-sign-language-interpreting:before {\n  content: \"\\f2a3\";\n}\n.fa-deafness:before,\n.fa-hard-of-hearing:before,\n.fa-deaf:before {\n  content: \"\\f2a4\";\n}\n.fa-glide:before {\n  content: \"\\f2a5\";\n}\n.fa-glide-g:before {\n  content: \"\\f2a6\";\n}\n.fa-signing:before,\n.fa-sign-language:before {\n  content: \"\\f2a7\";\n}\n.fa-low-vision:before {\n  content: \"\\f2a8\";\n}\n.fa-viadeo:before {\n  content: \"\\f2a9\";\n}\n.fa-viadeo-square:before {\n  content: \"\\f2aa\";\n}\n.fa-snapchat:before {\n  content: \"\\f2ab\";\n}\n.fa-snapchat-ghost:before {\n  content: \"\\f2ac\";\n}\n.fa-snapchat-square:before {\n  content: \"\\f2ad\";\n}\n.fa-pied-piper:before {\n  content: \"\\f2ae\";\n}\n.fa-first-order:before {\n  content: \"\\f2b0\";\n}\n.fa-yoast:before {\n  content: \"\\f2b1\";\n}\n.fa-themeisle:before {\n  content: \"\\f2b2\";\n}\n.fa-google-plus-circle:before,\n.fa-google-plus-official:before {\n  content: \"\\f2b3\";\n}\n.fa-fa:before,\n.fa-font-awesome:before {\n  content: \"\\f2b4\";\n}\n.fa-handshake-o:before {\n  content: \"\\f2b5\";\n}\n.fa-envelope-open:before {\n  content: \"\\f2b6\";\n}\n.fa-envelope-open-o:before {\n  content: \"\\f2b7\";\n}\n.fa-linode:before {\n  content: \"\\f2b8\";\n}\n.fa-address-book:before {\n  content: \"\\f2b9\";\n}\n.fa-address-book-o:before {\n  content: \"\\f2ba\";\n}\n.fa-vcard:before,\n.fa-address-card:before {\n  content: \"\\f2bb\";\n}\n.fa-vcard-o:before,\n.fa-address-card-o:before {\n  content: \"\\f2bc\";\n}\n.fa-user-circle:before {\n  content: \"\\f2bd\";\n}\n.fa-user-circle-o:before {\n  content: \"\\f2be\";\n}\n.fa-user-o:before {\n  content: \"\\f2c0\";\n}\n.fa-id-badge:before {\n  content: \"\\f2c1\";\n}\n.fa-drivers-license:before,\n.fa-id-card:before {\n  content: \"\\f2c2\";\n}\n.fa-drivers-license-o:before,\n.fa-id-card-o:before {\n  content: \"\\f2c3\";\n}\n.fa-quora:before {\n  content: \"\\f2c4\";\n}\n.fa-free-code-camp:before {\n  content: \"\\f2c5\";\n}\n.fa-telegram:before {\n  content: \"\\f2c6\";\n}\n.fa-thermometer-4:before,\n.fa-thermometer:before,\n.fa-thermometer-full:before {\n  content: \"\\f2c7\";\n}\n.fa-thermometer-3:before,\n.fa-thermometer-three-quarters:before {\n  content: \"\\f2c8\";\n}\n.fa-thermometer-2:before,\n.fa-thermometer-half:before {\n  content: \"\\f2c9\";\n}\n.fa-thermometer-1:before,\n.fa-thermometer-quarter:before {\n  content: \"\\f2ca\";\n}\n.fa-thermometer-0:before,\n.fa-thermometer-empty:before {\n  content: \"\\f2cb\";\n}\n.fa-shower:before {\n  content: \"\\f2cc\";\n}\n.fa-bathtub:before,\n.fa-s15:before,\n.fa-bath:before {\n  content: \"\\f2cd\";\n}\n.fa-podcast:before {\n  content: \"\\f2ce\";\n}\n.fa-window-maximize:before {\n  content: \"\\f2d0\";\n}\n.fa-window-minimize:before {\n  content: \"\\f2d1\";\n}\n.fa-window-restore:before {\n  content: \"\\f2d2\";\n}\n.fa-times-rectangle:before,\n.fa-window-close:before {\n  content: \"\\f2d3\";\n}\n.fa-times-rectangle-o:before,\n.fa-window-close-o:before {\n  content: \"\\f2d4\";\n}\n.fa-bandcamp:before {\n  content: \"\\f2d5\";\n}\n.fa-grav:before {\n  content: \"\\f2d6\";\n}\n.fa-etsy:before {\n  content: \"\\f2d7\";\n}\n.fa-imdb:before {\n  content: \"\\f2d8\";\n}\n.fa-ravelry:before {\n  content: \"\\f2d9\";\n}\n.fa-eercast:before {\n  content: \"\\f2da\";\n}\n.fa-microchip:before {\n  content: \"\\f2db\";\n}\n.fa-snowflake-o:before {\n  content: \"\\f2dc\";\n}\n.fa-superpowers:before {\n  content: \"\\f2dd\";\n}\n.fa-wpexplorer:before {\n  content: \"\\f2de\";\n}\n.fa-meetup:before {\n  content: \"\\f2e0\";\n}\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n  position: static;\n  width: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  clip: auto;\n}\n.fa-file-new-o:before {\n  content: \"\\f016\";\n}\n.fa-file-new-o:after {\n  content: \"\\f067\";\n  position: relative;\n  margin-left: -1em;\n  font-size: 0.5em;\n}\n.fa-success:before {\n  content: \"\\f00c\";\n}\n.fa-danger:before {\n  content: \"\\f06a\";\n}\n\n.mapboxgl-map {\n    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;\n    overflow: hidden;\n    position: relative;\n    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\n.mapboxgl-map:-webkit-full-screen {\n    width: 100%;\n    height: 100%;\n}\n\n.mapboxgl-canary {\n    background-color: salmon;\n}\n\n.mapboxgl-canvas-container.mapboxgl-interactive,\n.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {\n    cursor: -webkit-grab;\n    cursor: grab;\n    -moz-user-select: none;\n    -webkit-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n}\n\n.mapboxgl-canvas-container.mapboxgl-interactive:active,\n.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {\n    cursor: -webkit-grabbing;\n    cursor: grabbing;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {\n    -ms-touch-action: pan-x pan-y;\n        touch-action: pan-x pan-y;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,\n.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n    -ms-touch-action: pinch-zoom;\n        touch-action: pinch-zoom;\n}\n\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,\n.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n    -ms-touch-action: none;\n        touch-action: none;\n}\n\n.mapboxgl-ctrl-top-left,\n.mapboxgl-ctrl-top-right,\n.mapboxgl-ctrl-bottom-left,\n.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }\n.mapboxgl-ctrl-top-left     { top: 0; left: 0; }\n.mapboxgl-ctrl-top-right    { top: 0; right: 0; }\n.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0; }\n.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }\n\n.mapboxgl-ctrl {\n    clear: both;\n    pointer-events: auto;\n\n    /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */\n    -webkit-transform: translate(0, 0);\n            transform: translate(0, 0);\n}\n.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left; }\n.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right; }\n.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left; }\n.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }\n\n.mapboxgl-ctrl-group {\n    border-radius: 4px;\n    overflow: hidden;\n    background: #fff;\n}\n\n.mapboxgl-ctrl-group:not(:empty) {\n    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);\n    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);\n}\n\n.mapboxgl-ctrl-group > button {\n    width: 30px;\n    height: 30px;\n    display: block;\n    padding: 0;\n    outline: none;\n    border: 0;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n    background-color: transparent;\n    cursor: pointer;\n}\n\n.mapboxgl-ctrl-group > button + button {\n    border-top: 1px solid #ddd;\n}\n\n/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */\n.mapboxgl-ctrl > button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n\n.mapboxgl-ctrl > button:hover {\n    background-color: rgba(0, 0, 0, 0.05);\n}\n\n.mapboxgl-ctrl-icon,\n.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {\n    speak: none;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n.mapboxgl-ctrl-icon {\n    padding: 5px;\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {\n    opacity: 0.25;\n    border-color: #373737;\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting {\n    -webkit-animation: mapboxgl-spin 2s infinite linear;\n    animation: mapboxgl-spin 2s infinite linear;\n}\n\n@-webkit-keyframes mapboxgl-spin {\n    0% { -webkit-transform: rotate(0deg); }\n    100% { -webkit-transform: rotate(360deg); }\n}\n\n@keyframes mapboxgl-spin {\n    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }\n    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E\");\n}\n\n.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {\n    width: 20px;\n    height: 20px;\n    margin: 5px;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E\");\n    background-repeat: no-repeat;\n    display: inline-block;\n}\n\na.mapboxgl-ctrl-logo {\n    width: 85px;\n    height: 21px;\n    margin: 0 0 -3px -3px;\n    display: block;\n    background-repeat: no-repeat;\n    cursor: pointer;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E\");\n}\n\na.mapboxgl-ctrl-logo.mapboxgl-compact {\n    width: 21px;\n    height: 21px;\n    background-image: url(\"data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E\");\n}\n\n.mapboxgl-ctrl.mapboxgl-ctrl-attrib {\n    padding: 0 5px;\n    background-color: rgba(255, 255, 255, 0.5);\n    margin: 0;\n}\n\n@media screen {\n    .mapboxgl-ctrl-attrib.mapboxgl-compact {\n        min-height: 20px;\n        padding: 0;\n        margin: 10px;\n        position: relative;\n        background-color: #fff;\n        border-radius: 3px 12px 12px 3px;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {\n        padding: 2px 24px 2px 4px;\n        visibility: visible;\n        margin-top: 6px;\n    }\n\n    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,\n    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {\n        padding: 2px 4px 2px 24px;\n        border-radius: 12px 3px 3px 12px;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {\n        display: none;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {\n        display: block;\n    }\n\n    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        content: '';\n        cursor: pointer;\n        position: absolute;\n        background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E\");\n        background-color: rgba(255, 255, 255, 0.5);\n        width: 24px;\n        height: 24px;\n        -webkit-box-sizing: border-box;\n                box-sizing: border-box;\n        border-radius: 12px;\n    }\n\n    .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        bottom: 0;\n        right: 0;\n    }\n\n    .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        top: 0;\n        right: 0;\n    }\n\n    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        top: 0;\n        left: 0;\n    }\n\n    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {\n        bottom: 0;\n        left: 0;\n    }\n}\n\n.mapboxgl-ctrl-attrib a {\n    color: rgba(0, 0, 0, 0.75);\n    text-decoration: none;\n}\n\n.mapboxgl-ctrl-attrib a:hover {\n    color: inherit;\n    text-decoration: underline;\n}\n\n/* stylelint-disable-next-line selector-class-pattern */\n.mapboxgl-ctrl-attrib .mapbox-improve-map {\n    font-weight: bold;\n    margin-left: 2px;\n}\n\n.mapboxgl-attrib-empty {\n    display: none;\n}\n\n.mapboxgl-ctrl-scale {\n    background-color: rgba(255, 255, 255, 0.75);\n    font-size: 10px;\n    border-width: medium 2px 2px;\n    border-style: none solid solid;\n    border-color: #333;\n    padding: 0 5px;\n    color: #333;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n}\n\n.mapboxgl-popup {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: -webkit-flex;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    will-change: transform;\n    pointer-events: none;\n}\n\n.mapboxgl-popup-anchor-top,\n.mapboxgl-popup-anchor-top-left,\n.mapboxgl-popup-anchor-top-right {\n    -webkit-flex-direction: column;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n}\n\n.mapboxgl-popup-anchor-bottom,\n.mapboxgl-popup-anchor-bottom-left,\n.mapboxgl-popup-anchor-bottom-right {\n    -webkit-flex-direction: column-reverse;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: column-reverse;\n            flex-direction: column-reverse;\n}\n\n.mapboxgl-popup-anchor-left {\n    -webkit-flex-direction: row;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: row;\n            flex-direction: row;\n}\n\n.mapboxgl-popup-anchor-right {\n    -webkit-flex-direction: row-reverse;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: row-reverse;\n            flex-direction: row-reverse;\n}\n\n.mapboxgl-popup-tip {\n    width: 0;\n    height: 0;\n    border: 10px solid transparent;\n    z-index: 1;\n}\n\n.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-top: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {\n    -webkit-align-self: flex-start;\n    -ms-flex-item-align: start;\n        align-self: flex-start;\n    border-top: none;\n    border-left: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {\n    -webkit-align-self: flex-end;\n    -ms-flex-item-align: end;\n        align-self: flex-end;\n    border-top: none;\n    border-right: none;\n    border-bottom-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-bottom: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {\n    -webkit-align-self: flex-start;\n    -ms-flex-item-align: start;\n        align-self: flex-start;\n    border-bottom: none;\n    border-left: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {\n    -webkit-align-self: flex-end;\n    -ms-flex-item-align: end;\n        align-self: flex-end;\n    border-bottom: none;\n    border-right: none;\n    border-top-color: #fff;\n}\n\n.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-left: none;\n    border-right-color: #fff;\n}\n\n.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {\n    -webkit-align-self: center;\n    -ms-flex-item-align: center;\n        align-self: center;\n    border-right: none;\n    border-left-color: #fff;\n}\n\n.mapboxgl-popup-close-button {\n    position: absolute;\n    right: 0;\n    top: 0;\n    border: 0;\n    border-radius: 0 3px 0 0;\n    cursor: pointer;\n    background-color: transparent;\n}\n\n.mapboxgl-popup-close-button:hover {\n    background-color: rgba(0, 0, 0, 0.05);\n}\n\n.mapboxgl-popup-content {\n    position: relative;\n    background: #fff;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n    padding: 10px 10px 15px;\n    pointer-events: auto;\n}\n\n.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {\n    border-top-left-radius: 0;\n}\n\n.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {\n    border-top-right-radius: 0;\n}\n\n.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {\n    border-bottom-left-radius: 0;\n}\n\n.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {\n    border-bottom-right-radius: 0;\n}\n\n.mapboxgl-marker {\n    position: absolute;\n    top: 0;\n    left: 0;\n    will-change: transform;\n}\n\n.mapboxgl-user-location-dot {\n    background-color: #1da1f2;\n    width: 15px;\n    height: 15px;\n    border-radius: 50%;\n    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);\n            box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);\n}\n\n.mapboxgl-user-location-dot::before {\n    background-color: #1da1f2;\n    content: '';\n    width: 15px;\n    height: 15px;\n    border-radius: 50%;\n    position: absolute;\n    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;\n    animation: mapboxgl-user-location-dot-pulse 2s infinite;\n}\n\n.mapboxgl-user-location-dot::after {\n    border-radius: 50%;\n    border: 2px solid #fff;\n    content: '';\n    height: 19px;\n    left: -2px;\n    position: absolute;\n    top: -2px;\n    width: 19px;\n    -webkit-box-sizing: border-box;\n            box-sizing: border-box;\n}\n\n@-webkit-keyframes mapboxgl-user-location-dot-pulse {\n    0%   { -webkit-transform: scale(1); opacity: 1; }\n    70%  { -webkit-transform: scale(3); opacity: 0; }\n    100% { -webkit-transform: scale(1); opacity: 0; }\n}\n\n@keyframes mapboxgl-user-location-dot-pulse {\n    0%   { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }\n    70%  { -webkit-transform: scale(3); transform: scale(3); opacity: 0; }\n    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }\n}\n\n.mapboxgl-user-location-dot-stale {\n    background-color: #aaa;\n}\n\n.mapboxgl-user-location-dot-stale::after {\n    display: none;\n}\n\n.mapboxgl-crosshair,\n.mapboxgl-crosshair .mapboxgl-interactive,\n.mapboxgl-crosshair .mapboxgl-interactive:active {\n    cursor: crosshair;\n}\n\n.mapboxgl-boxzoom {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 0;\n    height: 0;\n    background: #fff;\n    border: 2px dotted #202020;\n    opacity: 0.5;\n}\n\n@media print {\n    /* stylelint-disable-next-line selector-class-pattern */\n    .mapbox-improve-map {\n        display: none;\n    }\n}\n\n.react-vis-magic-css-import-rule{display:inherit}.rv-treemap{font-size:12px;position:relative}.rv-treemap__leaf{overflow:hidden;position:absolute}.rv-treemap__leaf--circle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;text-overflow:ellipsis}.rv-xy-plot{color:#c3c3c3;position:relative}.rv-xy-plot canvas{pointer-events:none}.rv-xy-plot .rv-xy-canvas{pointer-events:none;position:absolute}.rv-xy-plot__inner{display:block}.rv-xy-plot__axis__line{fill:none;stroke-width:2px;stroke:#e6e6e9}.rv-xy-plot__axis__tick__line{stroke:#e6e6e9}.rv-xy-plot__axis__tick__text{fill:#6b6b76;font-size:11px}.rv-xy-plot__axis__title text{fill:#6b6b76;font-size:11px}.rv-xy-plot__grid-lines__line{stroke:#e6e6e9}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__series--line{fill:none;stroke:#000;stroke-width:2px}.rv-crosshair{position:absolute;font-size:11px;pointer-events:none}.rv-crosshair__line{background:#47d3d9;width:1px}.rv-crosshair__inner{position:absolute;text-align:left;top:0}.rv-crosshair__inner__content{border-radius:4px;background:#3a3a48;color:#fff;font-size:12px;padding:7px 10px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5)}.rv-crosshair__inner--left{right:4px}.rv-crosshair__inner--right{left:4px}.rv-crosshair__title{font-weight:bold;white-space:nowrap}.rv-crosshair__item{white-space:nowrap}.rv-hint{position:absolute;pointer-events:none}.rv-hint__content{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5);color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto;font-size:12px}.rv-discrete-color-legend.horizontal{white-space:nowrap}.rv-discrete-color-legend-item{color:#3a3a48;border-radius:1px;padding:9px 10px}.rv-discrete-color-legend-item.horizontal{display:inline-block}.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:0;display:block}.rv-discrete-color-legend-item__color{background:#dcdcdc;display:inline-block;height:2px;vertical-align:middle;width:14px}.rv-discrete-color-legend-item__title{margin-left:10px}.rv-discrete-color-legend-item.disabled{color:#b8b8b8}.rv-discrete-color-legend-item.clickable{cursor:pointer}.rv-discrete-color-legend-item.clickable:hover{background:#f9f9f9}.rv-search-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.rv-search-wrapper__form{-webkit-box-flex:0;-webkit-flex:0;-ms-flex:0;flex:0}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:auto}.rv-continuous-color-legend{font-size:12px}.rv-continuous-color-legend .rv-gradient{height:4px;border-radius:2px;margin-bottom:5px}.rv-continuous-size-legend{font-size:12px}.rv-continuous-size-legend .rv-bubbles{text-align:justify;overflow:hidden;margin-bottom:5px;width:100%}.rv-continuous-size-legend .rv-bubble{background:#d8d9dc;display:inline-block;vertical-align:bottom}.rv-continuous-size-legend .rv-spacer{display:inline-block;font-size:0;line-height:0;width:100%}.rv-legend-titles{height:16px;position:relative}.rv-legend-titles__left,.rv-legend-titles__right,.rv-legend-titles__center{position:absolute;white-space:nowrap;overflow:hidden}.rv-legend-titles__center{display:block;text-align:center;width:100%}.rv-legend-titles__right{right:0}.rv-radial-chart .rv-xy-plot__series--label{pointer-events:none}\n\n"
          },
          "redirectURL": "",
          "headersSize": 0,
          "bodySize": 17807
        },
        "cache": {},
        "timings": {
          "blocked": 0,
          "dns": 0,
          "ssl": 0,
          "connect": 0,
          "send": 0,
          "wait": 0,
          "receive": 0
        },
        "time": 0,
        "_securityState": "secure"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2019-11-22T16:37:18.264+01:00",
        "request": {
          "bodySize": 0,
          "method": "GET",
          "url": "https://notourserver.example.com/node_modules/@elastic/eui/dist/eui_theme_light.css",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Host",
              "value": "notourserver.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0"
            },
            {
              "name": "Accept",
              "value": "text/css,*/*;q=0.1"
            },
            {
              "name": "Accept-Language",
              "value": "en-US,en;q=0.5"
            },
            {
              "name": "Accept-Encoding",
              "value": "gzip, deflate, br"
            },
            {
              "name": "Connection",
              "value": "keep-alive"
            },
            {
              "name": "DNT",
              "value": "1"
            }
          ],
          "cookies": [],
          "queryString": [],
          "headersSize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 22 Nov 2019 08:43:33 GMT"
            },
            {
              "name": "Server",
              "value": "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16"
            },
            {
              "name": "content-type",
              "value": "text/css; charset=utf-8"
            },
            {
              "name": "last-modified",
              "value": "Mon, 28 Oct 2019 21:42:41 GMT"
            },
            {
              "name": "etag",
              "value": "\"e4600600ba8d403719721db2a547e1e592e38e1f-gzip\""
            },
            {
              "name": "kbn-name",
              "value": "kibana"
            },
            {
              "name": "kbn-xpack-sig",
              "value": "0ecc83d5d5e0dedd02d8121731954397"
            },
            {
              "name": "cache-control",
              "value": "no-cache"
            },
            {
              "name": "accept-ranges",
              "value": "bytes"
            },
            {
              "name": "vary",
              "value": "accept-encoding"
            },
            {
              "name": "content-encoding",
              "value": "gzip"
            },
            {
              "name": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "name": "Connection",
              "value": "Keep-Alive"
            },
            {
              "name": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookies": [],
          "content": {
            "mimeType": "text/css; charset=utf-8",
            "size": 400435,
            "text": "@-webkit-keyframes euiAnimFadeIn {\n  0% {\n    opacity: 0; }\n  100% {\n    opacity: 1; } }\n\n@keyframes euiAnimFadeIn {\n  0% {\n    opacity: 0; }\n  100% {\n    opacity: 1; } }\n\n@-webkit-keyframes euiGrow {\n  0% {\n    opacity: 0; }\n  1% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n            transform: scale(0); }\n  100% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n            transform: scale(1); } }\n\n@keyframes euiGrow {\n  0% {\n    opacity: 0; }\n  1% {\n    opacity: 0;\n    -webkit-transform: scale(0);\n            transform: scale(0); }\n  100% {\n    opacity: 1;\n    -webkit-transform: scale(1);\n            transform: scale(1); } }\n\n@-webkit-keyframes focusRingAnimate {\n  0% {\n    -webkit-box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);\n            box-shadow: 0 0 0 6px rgba(0, 107, 180, 0); }\n  100% {\n    -webkit-box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n            box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3); } }\n\n@keyframes focusRingAnimate {\n  0% {\n    -webkit-box-shadow: 0 0 0 6px rgba(0, 107, 180, 0);\n            box-shadow: 0 0 0 6px rgba(0, 107, 180, 0); }\n  100% {\n    -webkit-box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n            box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3); } }\n\n@-webkit-keyframes focusRingAnimateLarge {\n  0% {\n    -webkit-box-shadow: 0 0 0 10px rgba(0, 107, 180, 0);\n            box-shadow: 0 0 0 10px rgba(0, 107, 180, 0); }\n  100% {\n    -webkit-box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3);\n            box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3); } }\n\n@keyframes focusRingAnimateLarge {\n  0% {\n    -webkit-box-shadow: 0 0 0 10px rgba(0, 107, 180, 0);\n            box-shadow: 0 0 0 10px rgba(0, 107, 180, 0); }\n  100% {\n    -webkit-box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3);\n            box-shadow: 0 0 0 4px rgba(0, 107, 180, 0.3); } }\n\n.eui-alignBaseline {\n  vertical-align: baseline !important; }\n\n.eui-alignBottom {\n  vertical-align: bottom !important; }\n\n.eui-alignMiddle {\n  vertical-align: middle !important; }\n\n.eui-alignTop {\n  vertical-align: top !important; }\n\n.eui-displayBlock {\n  display: block !important; }\n\n.eui-displayInline {\n  display: inline !important; }\n\n.eui-displayInlineBlock {\n  display: inline-block !important; }\n\n.eui-fullWidth {\n  display: block !important;\n  width: 100% !important; }\n\n.eui-textCenter {\n  text-align: center !important; }\n\n.eui-textLeft {\n  text-align: left !important; }\n\n.eui-textRight {\n  text-align: right !important; }\n\n.eui-textNoWrap {\n  white-space: nowrap !important; }\n\n.eui-textInheritColor {\n  color: inherit !important; }\n\n.eui-textBreakWord {\n  overflow-wrap: break-word !important;\n  word-wrap: break-word !important;\n  word-break: break-word; }\n\n.eui-textBreakAll {\n  word-break: break-all !important; }\n\n.eui-textBreakNormal {\n  overflow-wrap: normal !important;\n  word-wrap: normal !important;\n  word-break: normal !important; }\n\n.eui-textOverflowWrap {\n  overflow-wrap: break-word !important; }\n  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n    .eui-textOverflowWrap {\n      word-break: break-all !important; } }\n\n.eui-textTruncate {\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */ }\n\n/**\n *  Responsive\n *\n *  3. Be sure to hide/show the element initially\n */\n[class*='eui-hideFor'] {\n  display: inline !important;\n  /* 3 */ }\n\n[class*='eui-showFor'] {\n  display: none !important;\n  /* 3 */ }\n\n@media only screen and (max-width: 574px) {\n  .eui-hideFor--xs {\n    display: none !important; } }\n\n@media only screen and (max-width: 574px) {\n  .eui-showFor--xs {\n    display: inline !important; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .eui-hideFor--s {\n    display: none !important; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .eui-showFor--s {\n    display: inline !important; } }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .eui-hideFor--m {\n    display: none !important; } }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .eui-showFor--m {\n    display: inline !important; } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .eui-hideFor--l {\n    display: none !important; } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .eui-showFor--l {\n    display: inline !important; } }\n\n@media only screen and (min-width: 1200px) {\n  .eui-hideFor--xl {\n    display: none !important; } }\n\n@media only screen and (min-width: 1200px) {\n  .eui-showFor--xl {\n    display: inline !important; } }\n\n/**\n  * IE doesn't properly wrap groups if it is within a flex-item of a flex-group.\n  * Adding the following styles to the flex-item that contains the wrapping group, will fix IE.\n  * https://github.com/philipwalton/flexbugs/issues/104\n  */\n.euiIEFlexWrapFix {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  -ms-flex-negative: 1;\n      flex-shrink: 1;\n  -ms-flex-preferred-size: 0%;\n      flex-basis: 0%; }\n\n/**\n  * Overflow scrolling\n  */\n.euiYScrollWithShadows {\n  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n          mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n  scrollbar-width: thin;\n  height: 100%;\n  overflow-y: auto; }\n  .euiYScrollWithShadows::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiYScrollWithShadows::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiYScrollWithShadows::-webkit-scrollbar-corner, .euiYScrollWithShadows::-webkit-scrollbar-track {\n    background-color: transparent; }\n\n/**\n * Adapted from Eric Meyer's reset (http://meyerweb.com/eric/tools/css/reset/, v2.0 | 20110126).\n *\n */\n*, *:before, *:after {\n  -webkit-box-sizing: border-box;\n          box-sizing: border-box; }\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n  margin: 0;\n  padding: 0;\n  border: none;\n  vertical-align: baseline; }\n\ncode, pre, kbd, samp {\n  font-family: \"Roboto Mono\", Consolas, Menlo, Courier, monospace; }\n\nh1, h2, h3, h4, h5, h6, p {\n  font-family: inherit;\n  font-weight: inherit;\n  font-size: inherit; }\n\ninput, textarea, select, button {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"; }\n\nem {\n  font-style: italic; }\n\nstrong {\n  font-weight: 700; }\n\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n  display: block; }\n\nhtml {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 16px;\n  color: #343741;\n  height: 100%;\n  background-color: #fafbfd; }\n\nbody {\n  line-height: 1; }\n\n*:focus {\n  outline: none; }\n\na {\n  text-decoration: none;\n  color: #006BB4; }\n  a:hover {\n    text-decoration: none; }\n  a:focus {\n    text-decoration: none;\n    outline: none; }\n\na:hover, button, [role='button'] {\n  cursor: pointer; }\n\ninput {\n  margin: 0;\n  padding: 0; }\n\nbutton {\n  background: none;\n  border: none;\n  padding: 0;\n  margin: 0;\n  outline: none;\n  font-size: inherit;\n  color: inherit;\n  border-radius: 0; }\n  button:hover {\n    cursor: pointer; }\n\nol, ul {\n  list-style: none; }\n\nblockquote, q {\n  quotes: none; }\n\nblockquote:before, blockquote:after,\nq:before, q:after {\n  content: '';\n  content: none; }\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0; }\n\nhr {\n  margin: 0; }\n\nfieldset {\n  min-inline-size: auto; }\n\nsvg text {\n  letter-spacing: normal !important; }\n\nhtml {\n  scrollbar-width: thin;\n  scrollbar-color: rgba(105, 112, 125, 0.5) transparent; }\n\n.euiScreenReaderOnly {\n  position: absolute;\n  left: -10000px;\n  top: auto;\n  width: 1px;\n  height: 1px;\n  overflow: hidden; }\n\n.euiAccordion__triggerWrapper {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiAccordion__button {\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  text-align: left;\n  width: 100%;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiAccordion__button:hover {\n    text-decoration: underline;\n    cursor: pointer; }\n  .euiAccordion__button:focus .euiAccordion__iconWrapper {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    color: #006BB4; }\n\n.euiAccordion__iconWrapper {\n  width: 16px;\n  height: 16px;\n  border-radius: 4px;\n  margin-right: 8px;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n  .euiAccordion__iconWrapper .euiAccordion__icon {\n    vertical-align: top; }\n\n.euiAccordion__optionalAction {\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n\n.euiAccordion__childWrapper {\n  visibility: hidden;\n  height: 0;\n  opacity: 0;\n  overflow: hidden;\n  -webkit-transform: translatez(0);\n          transform: translatez(0);\n  -webkit-transition: height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: height 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n\n.euiAccordion__padding--xs {\n  padding: 4px; }\n\n.euiAccordion__padding--s {\n  padding: 8px; }\n\n.euiAccordion__padding--m {\n  padding: 16px; }\n\n.euiAccordion__padding--l {\n  padding: 24px; }\n\n.euiAccordion__padding--xl {\n  padding: 32px; }\n\n.euiAccordion.euiAccordion-isOpen .euiAccordion__childWrapper {\n  visibility: visible;\n  opacity: 1;\n  height: auto; }\n\n.euiAccordionForm__extraAction {\n  opacity: 0;\n  -webkit-transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiAccordionForm__extraAction:focus {\n    opacity: 1; }\n\n.euiAccordionForm__title {\n  display: inline-block; }\n\n.euiAccordionForm__button {\n  padding: 16px 16px 16px 0; }\n  .euiAccordionForm__button:hover {\n    text-decoration: none; }\n    .euiAccordionForm__button:hover .euiAccordionForm__title {\n      text-decoration: underline; }\n\n.euiAccordionForm {\n  border-top: 1px solid #D3DAE6;\n  border-bottom: 1px solid #D3DAE6; }\n  .euiAccordionForm + .euiAccordionForm {\n    border-top: none; }\n  .euiAccordionForm:hover .euiAccordionForm__extraAction {\n    opacity: 1;\n    visibility: visible; }\n\n.euiAvatar {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  display: inline-block;\n  background-size: cover;\n  text-align: center;\n  vertical-align: middle;\n  overflow-x: hidden;\n  font-weight: 500; }\n\n.euiAvatar--user {\n  position: relative;\n  border-radius: 50%; }\n  .euiAvatar--user:after {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    border-radius: 50%;\n    content: '';\n    pointer-events: none;\n    border: 1px solid rgba(52, 55, 65, 0.05); }\n\n.euiAvatar--space {\n  position: relative;\n  border-radius: 4px; }\n  .euiAvatar--space:after {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    border-radius: 4px;\n    content: '';\n    pointer-events: none;\n    border: 1px solid rgba(52, 55, 65, 0.05); }\n\n.euiAvatar--s {\n  width: 24px;\n  height: 24px;\n  line-height: 24px;\n  font-size: 12px; }\n\n.euiAvatar--m {\n  width: 32px;\n  height: 32px;\n  line-height: 32px;\n  font-size: 14.4px; }\n\n.euiAvatar--l {\n  width: 40px;\n  height: 40px;\n  line-height: 40px;\n  font-size: 19.2px; }\n\n.euiAvatar--xl {\n  width: 64px;\n  height: 64px;\n  line-height: 64px;\n  font-size: 25.6px; }\n\n/**\n * 1. Accounts for the border\n */\n.euiBadge {\n  font-size: 12px;\n  font-weight: 500;\n  line-height: 18px;\n  /* 1 */\n  padding: 0 8px;\n  display: inline-block;\n  text-decoration: none;\n  border-radius: 2px;\n  border: solid 1px transparent;\n  background-color: transparent;\n  white-space: nowrap;\n  vertical-align: middle;\n  cursor: default;\n  max-width: 100%;\n  text-align: left; }\n  .euiBadge:focus-within {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n  .euiBadge + .euiBadge {\n    margin-left: 4px; }\n  .euiBadge .euiBadge__content {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    overflow: hidden; }\n  .euiBadge .euiBadge__childButton {\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    -webkit-box-flex: 1;\n        -ms-flex: 1 1 auto;\n            flex: 1 1 auto;\n    text-align: inherit;\n    font-weight: inherit;\n    line-height: inherit; }\n    .euiBadge .euiBadge__childButton:hover, .euiBadge .euiBadge__childButton:focus {\n      text-decoration: underline; }\n  .euiBadge .euiBadge__iconButton {\n    -webkit-box-flex: 0;\n        -ms-flex: 0 0 auto;\n            flex: 0 0 auto;\n    font-size: 0;\n    margin-left: 4px; }\n    .euiBadge .euiBadge__iconButton:focus {\n      background-color: rgba(255, 255, 255, 0.8);\n      color: #000;\n      border-radius: 2px; }\n    .euiBadge .euiBadge__iconButton .euiBadge__icon {\n      margin: 0 !important; }\n  .euiBadge .euiBadge__text {\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    -webkit-box-flex: 1;\n        -ms-flex: 1 1 auto;\n            flex: 1 1 auto;\n    cursor: default; }\n  .euiBadge .euiBadge__icon {\n    -webkit-box-flex: 0;\n        -ms-flex: 0 0 auto;\n            flex: 0 0 auto;\n    margin-left: 4px; }\n  .euiBadge.euiBadge--iconLeft .euiBadge__content {\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: row-reverse;\n            flex-direction: row-reverse; }\n    .euiBadge.euiBadge--iconLeft .euiBadge__content .euiBadge__iconButton,\n    .euiBadge.euiBadge--iconLeft .euiBadge__content .euiBadge__icon {\n      margin-right: 4px;\n      margin-left: 0; }\n\n.euiBadge-isClickable:hover, .euiBadge-isClickable:focus {\n  text-decoration: underline; }\n\n.euiBadge-isClickable:focus {\n  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n          animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n\n.euiBadge-isClickable .euiBadge__text {\n  cursor: inherit; }\n\n.euiBadge--default {\n  background-color: #D3DAE6;\n  color: #000; }\n\n.euiBadge--primary {\n  background-color: #5f94b8;\n  color: #000; }\n\n.euiBadge--secondary {\n  background-color: #76a29e;\n  color: #000; }\n\n.euiBadge--warning {\n  background-color: #daae50;\n  color: #000; }\n\n.euiBadge--danger {\n  background-color: #d16862;\n  color: #000; }\n\n.euiBadge--accent {\n  background-color: #cf88ab;\n  color: #000; }\n\n.euiBadge--hollow {\n  background-color: #FFF;\n  border-color: #D3DAE6;\n  color: #343741; }\n\n/**\n * 1. Extend beta badges to at least 40% of the container's width\n * 2. Fix for IE to ensure badges are visible outside of a <button> tag\n */\n.euiBetaBadge {\n  display: inline-block;\n  padding: 0 16px;\n  border-radius: 24px;\n  -webkit-box-shadow: inset 0 0 0 1px #D3DAE6;\n          box-shadow: inset 0 0 0 1px #D3DAE6;\n  vertical-align: super;\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: .05em;\n  line-height: 24px;\n  text-align: center;\n  white-space: nowrap;\n  cursor: default; }\n  .euiBetaBadge.euiBetaBadge--iconOnly {\n    padding: 0;\n    width: 24px; }\n    .euiBetaBadge.euiBetaBadge--iconOnly .euiBetaBadge__icon {\n      position: relative;\n      margin-top: -1px; }\n\n.euiNotificationBadge {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  display: inline-block;\n  border-radius: 4px;\n  background: #DD0A73;\n  color: #FFF;\n  font-size: 12px;\n  font-weight: 500;\n  line-height: 16px;\n  height: 16px;\n  min-width: 16px;\n  padding-left: 4px;\n  padding-right: 4px;\n  vertical-align: middle;\n  text-align: center;\n  -webkit-transition: all 150ms ease-in;\n  transition: all 150ms ease-in;\n  cursor: default; }\n\n.euiNotificationBadge--medium {\n  line-height: 20px;\n  height: 20px;\n  min-width: 24px; }\n\n.euiNotificationBadge--subdued {\n  background-color: #e0e5ee;\n  color: #000; }\n\n.euiBasicTable-loading {\n  position: relative; }\n  .euiBasicTable-loading tbody {\n    overflow: hidden; }\n  .euiBasicTable-loading tbody:before {\n    position: absolute;\n    content: '';\n    width: 100%;\n    height: 2px;\n    background-color: #006BB4;\n    -webkit-animation: euiBasicTableLoading 1000ms linear;\n            animation: euiBasicTableLoading 1000ms linear;\n    -webkit-animation-iteration-count: infinite;\n            animation-iteration-count: infinite; }\n\n@-webkit-keyframes euiBasicTableLoading {\n  from {\n    left: 0;\n    width: 0; }\n  20% {\n    left: 0;\n    width: 40%; }\n  80% {\n    left: 60%;\n    width: 40%; }\n  100% {\n    left: 100%;\n    width: 0; } }\n\n@keyframes euiBasicTableLoading {\n  from {\n    left: 0;\n    width: 0; }\n  20% {\n    left: 0;\n    width: 40%; }\n  80% {\n    left: 60%;\n    width: 40%; }\n  100% {\n    left: 100%;\n    width: 0; } }\n\n.euiBottomBar {\n  -webkit-box-shadow: 0 0 12px -1px rgba(65, 78, 101, 0.2), 0 0 4px -1px rgba(65, 78, 101, 0.2), 0 0 2px 0 rgba(65, 78, 101, 0.2);\n          box-shadow: 0 0 12px -1px rgba(65, 78, 101, 0.2), 0 0 4px -1px rgba(65, 78, 101, 0.2), 0 0 2px 0 rgba(65, 78, 101, 0.2);\n  background: #404040;\n  color: #FFF;\n  position: fixed;\n  bottom: 0;\n  right: 0;\n  left: 0;\n  -webkit-animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n          animation: euiBottomBarAppear 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  z-index: 4000; }\n  .euiBottomBar.euiBottomBar--paddingSmall {\n    padding: 8px; }\n  .euiBottomBar.euiBottomBar--paddingMedium {\n    padding: 16px; }\n  .euiBottomBar.euiBottomBar--paddingLarge {\n    padding: 24px; }\n\n@-webkit-keyframes euiBottomBarAppear {\n  0% {\n    -webkit-transform: translateY(100%);\n            transform: translateY(100%);\n    opacity: 0; }\n  100% {\n    -webkit-transform: translateY(0%);\n            transform: translateY(0%);\n    opacity: 1; } }\n\n@keyframes euiBottomBarAppear {\n  0% {\n    -webkit-transform: translateY(100%);\n            transform: translateY(100%);\n    opacity: 0; }\n  100% {\n    -webkit-transform: translateY(0%);\n            transform: translateY(0%);\n    opacity: 1; } }\n\n/**\n * 1. Apply margin to all but last item in the flex.\n * 2. Margin gets flipped because of the row-reverse.\n */\n@-webkit-keyframes euiButtonActive {\n  50% {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); } }\n@keyframes euiButtonActive {\n  50% {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); } }\n\n.euiButton {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  display: inline-block;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  cursor: pointer;\n  height: 40px;\n  line-height: 40px;\n  text-decoration: none;\n  border: solid 1px transparent;\n  text-align: center;\n  -webkit-transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  white-space: nowrap;\n  max-width: 100%;\n  vertical-align: middle;\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n  border-radius: 4px;\n  min-width: 112px; }\n  .euiButton:hover:not(:disabled) {\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n  .euiButton:hover:not(:disabled), .euiButton:focus {\n    text-decoration: underline; }\n  .euiButton:focus {\n    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n            animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiButton:active:not(:disabled) {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); }\n  .euiButton .euiButton__content {\n    height: 100%;\n    width: 100%;\n    vertical-align: middle;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: center;\n        -ms-flex-pack: center;\n            justify-content: center;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    padding: 0 12px; }\n    .euiButton .euiButton__content .euiButton__icon,\n    .euiButton .euiButton__content .euiButton__spinner {\n      -ms-flex-negative: 0;\n          flex-shrink: 0; }\n    .euiButton .euiButton__content > * + * {\n      margin-left: 8px;\n      /* 1 */ }\n  .euiButton .euiButton__text {\n    text-overflow: ellipsis;\n    overflow: hidden; }\n  .euiButton.euiButton--small {\n    height: 32px;\n    line-height: 32px; }\n  .euiButton.euiButton--iconRight .euiButton__content {\n    height: 100%;\n    width: 100%;\n    vertical-align: middle;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: row-reverse;\n            flex-direction: row-reverse; }\n    .euiButton.euiButton--iconRight .euiButton__content .euiButton__icon,\n    .euiButton.euiButton--iconRight .euiButton__content .euiButton__spinner {\n      -ms-flex-negative: 0;\n          flex-shrink: 0; }\n    .euiButton.euiButton--iconRight .euiButton__content > * + * {\n      margin-left: 0;\n      /* 1 */\n      margin-right: 8px;\n      /* 1 */ }\n  .euiButton:hover, .euiButton:active {\n    -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3); }\n  .euiButton:enabled:hover, .euiButton:enabled:focus {\n    background-color: rgba(0, 107, 180, 0.1); }\n  .euiButton:disabled {\n    color: #c2c3c6;\n    border-color: #c2c3c6;\n    pointer-events: none; }\n    .euiButton:disabled .euiButton__content {\n      pointer-events: auto;\n      cursor: not-allowed; }\n    .euiButton:disabled.euiButton--fill {\n      background-color: #c2c3c6;\n      border-color: #c2c3c6; }\n      .euiButton:disabled.euiButton--fill:hover, .euiButton:disabled.euiButton--fill:focus {\n        background-color: #c2c3c6;\n        border-color: #c2c3c6; }\n    .euiButton:disabled:hover, .euiButton:disabled:focus {\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      text-decoration: none; }\n\n.euiButton--primary {\n  color: #006BB4;\n  border-color: #006BB4; }\n  .euiButton--primary.euiButton--fill {\n    background-color: #006BB4;\n    border-color: #006BB4;\n    color: #FFF; }\n    .euiButton--primary.euiButton--fill:enabled:hover, .euiButton--primary.euiButton--fill:enabled:focus {\n      background-color: #005c9b;\n      border-color: #005c9b; }\n    .euiButton--primary.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7); }\n  .euiButton--primary:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(54, 97, 126, 0.3); }\n    .euiButton--primary:enabled:hover, .euiButton--primary:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(54, 97, 126, 0.15), 0 2px 2px -1px rgba(54, 97, 126, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(54, 97, 126, 0.15), 0 2px 2px -1px rgba(54, 97, 126, 0.3);\n      background-color: rgba(0, 107, 180, 0.1); }\n\n.euiButton--secondary {\n  color: #017D73;\n  border-color: #017D73; }\n  .euiButton--secondary.euiButton--fill {\n    background-color: #017D73;\n    border-color: #017D73;\n    color: #FFF; }\n    .euiButton--secondary.euiButton--fill:enabled:hover, .euiButton--secondary.euiButton--fill:enabled:focus {\n      background-color: #01645c;\n      border-color: #01645c; }\n    .euiButton--secondary.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7); }\n  .euiButton--secondary:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(39, 87, 83, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(39, 87, 83, 0.3); }\n    .euiButton--secondary:enabled:hover, .euiButton--secondary:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(39, 87, 83, 0.15), 0 2px 2px -1px rgba(39, 87, 83, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(39, 87, 83, 0.15), 0 2px 2px -1px rgba(39, 87, 83, 0.3);\n      background-color: rgba(1, 125, 115, 0.1); }\n\n.euiButton--warning {\n  color: #9b6900;\n  border-color: #F5A700; }\n  .euiButton--warning.euiButton--fill {\n    background-color: #F5A700;\n    border-color: #F5A700;\n    color: #000; }\n    .euiButton--warning.euiButton--fill:enabled:hover, .euiButton--warning.euiButton--fill:enabled:focus {\n      background-color: #dc9600;\n      border-color: #dc9600; }\n    .euiButton--warning.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7); }\n  .euiButton--warning:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(172, 140, 74, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(172, 140, 74, 0.3); }\n    .euiButton--warning:enabled:hover, .euiButton--warning:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(172, 140, 74, 0.15), 0 2px 2px -1px rgba(172, 140, 74, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(172, 140, 74, 0.15), 0 2px 2px -1px rgba(172, 140, 74, 0.3);\n      background-color: rgba(245, 167, 0, 0.1); }\n\n.euiButton--danger {\n  color: #BD271E;\n  border-color: #BD271E; }\n  .euiButton--danger.euiButton--fill {\n    background-color: #BD271E;\n    border-color: #BD271E;\n    color: #FFF; }\n    .euiButton--danger.euiButton--fill:enabled:hover, .euiButton--danger.euiButton--fill:enabled:focus {\n      background-color: #a7221b;\n      border-color: #a7221b; }\n    .euiButton--danger.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7); }\n  .euiButton--danger:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(123, 97, 96, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(123, 97, 96, 0.3); }\n    .euiButton--danger:enabled:hover, .euiButton--danger:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(123, 97, 96, 0.15), 0 2px 2px -1px rgba(123, 97, 96, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(123, 97, 96, 0.15), 0 2px 2px -1px rgba(123, 97, 96, 0.3);\n      background-color: rgba(189, 39, 30, 0.1); }\n\n.euiButton--ghost {\n  color: #FFF;\n  border-color: #FFF; }\n  .euiButton--ghost.euiButton--fill {\n    background-color: #FFF;\n    border-color: #FFF;\n    color: #000; }\n    .euiButton--ghost.euiButton--fill:enabled:hover, .euiButton--ghost.euiButton--fill:enabled:focus {\n      background-color: #f2f2f2;\n      border-color: #f2f2f2; }\n    .euiButton--ghost.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7); }\n  .euiButton--ghost:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3); }\n    .euiButton--ghost:enabled:hover, .euiButton--ghost:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 2px -1px rgba(0, 0, 0, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 2px -1px rgba(0, 0, 0, 0.3);\n      background-color: rgba(255, 255, 255, 0.1); }\n  .euiButton--ghost:disabled, .euiButton--ghost:disabled:hover, .euiButton--ghost:disabled:focus {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3); }\n\n.euiButton--text {\n  color: #343741;\n  border-color: #69707D; }\n  .euiButton--text.euiButton--fill {\n    background-color: #69707D;\n    border-color: #69707D;\n    color: #FFF; }\n    .euiButton--text.euiButton--fill:enabled:hover, .euiButton--text.euiButton--fill:enabled:focus {\n      background-color: #5d646f;\n      border-color: #5d646f; }\n    .euiButton--text.euiButton--fill:disabled .euiButton__spinner {\n      border-color: #006BB4 rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7); }\n  .euiButton--text:enabled {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(115, 115, 115, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(115, 115, 115, 0.3); }\n    .euiButton--text:enabled:hover, .euiButton--text:enabled:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.15), 0 2px 2px -1px rgba(115, 115, 115, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(115, 115, 115, 0.15), 0 2px 2px -1px rgba(115, 115, 115, 0.3);\n      background-color: rgba(105, 112, 125, 0.1); }\n\n.euiButton--fullWidth {\n  display: block;\n  width: 100%; }\n\n/**\n * 1. We don't want any of the animations that come inherited from the mixin.\n *    These should act like normal links instead.\n * 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash\n */\n.euiButtonEmpty {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  display: inline-block;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  cursor: pointer;\n  height: 40px;\n  line-height: 40px;\n  text-decoration: none;\n  border: solid 1px transparent;\n  text-align: center;\n  -webkit-transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  white-space: nowrap;\n  max-width: 100%;\n  vertical-align: middle;\n  border-color: transparent;\n  background-color: transparent;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n  -webkit-transform: none !important;\n          transform: none !important;\n  /* 1 */\n  -webkit-animation: none !important;\n          animation: none !important;\n  /* 1 */\n  -webkit-transition-timing-function: ease-in;\n          transition-timing-function: ease-in;\n  /* 2 */\n  -webkit-transition-duration: 150ms;\n          transition-duration: 150ms;\n  /* 2 */ }\n  .euiButtonEmpty:hover:not(:disabled) {\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n  .euiButtonEmpty:hover:not(:disabled), .euiButtonEmpty:focus {\n    text-decoration: underline; }\n  .euiButtonEmpty:focus {\n    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n            animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiButtonEmpty:active:not(:disabled) {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); }\n  .euiButtonEmpty .euiButtonEmpty__content {\n    height: 100%;\n    width: 100%;\n    vertical-align: middle;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: center;\n        -ms-flex-pack: center;\n            justify-content: center;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    padding: 0 8px; }\n    .euiButtonEmpty .euiButtonEmpty__content .euiButton__icon,\n    .euiButtonEmpty .euiButtonEmpty__content .euiButton__spinner {\n      -ms-flex-negative: 0;\n          flex-shrink: 0; }\n    .euiButtonEmpty .euiButtonEmpty__content > * + * {\n      margin-left: 8px;\n      /* 1 */ }\n  .euiButtonEmpty .euiButtonEmpty__text {\n    text-overflow: ellipsis;\n    overflow: hidden; }\n  .euiButtonEmpty.euiButtonEmpty--small {\n    height: 32px; }\n  .euiButtonEmpty.euiButtonEmpty--xSmall {\n    height: 24px;\n    font-size: 14px; }\n  .euiButtonEmpty.euiButtonEmpty--iconRight .euiButtonEmpty__content {\n    height: 100%;\n    width: 100%;\n    vertical-align: middle;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: reverse;\n        -ms-flex-direction: row-reverse;\n            flex-direction: row-reverse; }\n    .euiButtonEmpty.euiButtonEmpty--iconRight .euiButtonEmpty__content .euiButton__icon,\n    .euiButtonEmpty.euiButtonEmpty--iconRight .euiButtonEmpty__content .euiButton__spinner {\n      -ms-flex-negative: 0;\n          flex-shrink: 0; }\n    .euiButtonEmpty.euiButtonEmpty--iconRight .euiButtonEmpty__content > * + * {\n      margin-left: 0;\n      /* 1 */\n      margin-right: 8px;\n      /* 1 */ }\n  .euiButtonEmpty:disabled {\n    color: #c2c3c6;\n    pointer-events: none; }\n    .euiButtonEmpty:disabled .euiButtonEmpty__content {\n      pointer-events: auto;\n      cursor: not-allowed; }\n    .euiButtonEmpty:disabled .euiButtonEmpty__icon {\n      fill: #c2c3c6; }\n    .euiButtonEmpty:disabled:focus {\n      background-color: transparent; }\n    .euiButtonEmpty:disabled:hover, .euiButtonEmpty:disabled:focus {\n      text-decoration: none; }\n\n.euiButtonEmpty--primary {\n  color: #006BB4; }\n  .euiButtonEmpty--primary:focus {\n    background-color: rgba(0, 107, 180, 0.1); }\n\n.euiButtonEmpty--danger {\n  color: #BD271E; }\n  .euiButtonEmpty--danger:focus {\n    background-color: rgba(189, 39, 30, 0.1); }\n\n.euiButtonEmpty--disabled {\n  color: #757577; }\n  .euiButtonEmpty--disabled:focus {\n    background-color: rgba(194, 195, 198, 0.1); }\n  .euiButtonEmpty--disabled:hover {\n    cursor: not-allowed; }\n\n.euiButtonEmpty--ghost {\n  color: #FFF; }\n  .euiButtonEmpty--ghost:focus {\n    background-color: rgba(255, 255, 255, 0.1); }\n\n.euiButtonEmpty--text {\n  color: #343741; }\n  .euiButtonEmpty--text:focus {\n    background-color: #F5F7FA; }\n\n.euiButtonEmpty--flushLeft {\n  margin-right: 8px; }\n  .euiButtonEmpty--flushLeft .euiButtonEmpty__content {\n    border-left: none;\n    padding-left: 0;\n    padding-right: 0; }\n\n.euiButtonEmpty--flushRight {\n  margin-left: 8px; }\n  .euiButtonEmpty--flushRight .euiButtonEmpty__content {\n    border-right: none;\n    padding-left: 0;\n    padding-right: 0; }\n\n.euiButtonIcon {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  display: inline-block;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  cursor: pointer;\n  height: 40px;\n  line-height: 40px;\n  text-decoration: none;\n  border: solid 1px transparent;\n  text-align: center;\n  -webkit-transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  white-space: nowrap;\n  max-width: 100%;\n  vertical-align: middle;\n  border: none;\n  background-color: transparent;\n  -webkit-box-shadow: none;\n          box-shadow: none;\n  height: auto;\n  min-height: 24px;\n  min-width: 24px;\n  line-height: 0;\n  padding: 4px;\n  border-radius: 4px; }\n  .euiButtonIcon:hover:not(:disabled) {\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n  .euiButtonIcon:hover:not(:disabled), .euiButtonIcon:focus {\n    text-decoration: underline; }\n  .euiButtonIcon:focus {\n    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n            animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiButtonIcon:active:not(:disabled) {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); }\n  .euiButtonIcon > svg {\n    pointer-events: none; }\n  .euiButtonIcon:disabled {\n    color: #c2c3c6;\n    pointer-events: none; }\n    .euiButtonIcon:disabled .euiButtonIcon__icon {\n      pointer-events: auto;\n      cursor: not-allowed; }\n    .euiButtonIcon:disabled:hover, .euiButtonIcon:disabled:focus {\n      background-color: transparent;\n      text-decoration: none; }\n\n.euiButtonIcon--danger {\n  color: #BD271E; }\n  .euiButtonIcon--danger:focus {\n    background-color: rgba(189, 39, 30, 0.1); }\n\n.euiButtonIcon--disabled {\n  color: #c2c3c6; }\n  .euiButtonIcon--disabled:focus {\n    background-color: rgba(194, 195, 198, 0.1); }\n  .euiButtonIcon--disabled:hover, .euiButtonIcon--disabled:focus {\n    cursor: not-allowed; }\n\n.euiButtonIcon--ghost {\n  color: #FFF; }\n  .euiButtonIcon--ghost:focus {\n    background-color: rgba(255, 255, 255, 0.1); }\n\n.euiButtonIcon--primary {\n  color: #006BB4; }\n  .euiButtonIcon--primary:focus {\n    background-color: rgba(0, 107, 180, 0.1); }\n\n.euiButtonIcon--subdued {\n  color: #69707D; }\n  .euiButtonIcon--subdued:focus {\n    background-color: rgba(105, 112, 125, 0.1); }\n\n.euiButtonIcon--success {\n  color: #017D73; }\n  .euiButtonIcon--success:focus {\n    background-color: rgba(1, 125, 115, 0.1); }\n\n.euiButtonIcon--text {\n  color: #343741; }\n  .euiButtonIcon--text:focus {\n    background-color: rgba(52, 55, 65, 0.1); }\n\n.euiButtonIcon--warning {\n  color: #F5A700; }\n  .euiButtonIcon--warning:focus {\n    background-color: rgba(245, 167, 0, 0.1); }\n\n.euiButtonToggle__wrapper {\n  display: inline-block; }\n  .euiButtonToggle__wrapper:not(.euiButtonToggle--isDisabled) {\n    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n    .euiButtonToggle__wrapper:not(.euiButtonToggle--isDisabled):hover {\n      -webkit-transform: translateY(-1px);\n              transform: translateY(-1px); }\n    .euiButtonToggle__wrapper:not(.euiButtonToggle--isDisabled):focus {\n      -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n              animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n    .euiButtonToggle__wrapper:not(.euiButtonToggle--isDisabled):active {\n      -webkit-transform: translateY(1px);\n              transform: translateY(1px); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle,\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle,\n.euiButtonToggle__input:enabled:active + .euiButtonToggle {\n  text-decoration: underline; }\n\n.euiButtonToggle.euiButtonToggle--isIconOnly {\n  min-width: 0; }\n  .euiButtonToggle.euiButtonToggle--isIconOnly .euiButton__content {\n    padding: 0 8px; }\n  .euiButtonToggle.euiButtonToggle--isIconOnly .euiButton__text:empty {\n    display: none; }\n\n.euiButtonToggle.euiButtonToggle--isEmpty {\n  border-color: transparent;\n  background-color: transparent;\n  -webkit-box-shadow: none;\n          box-shadow: none; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='primary'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='primary'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='primary'] {\n  background-color: rgba(0, 107, 180, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='primary'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='primary'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='primary'][class*='fill'] {\n  background-color: #005c9b;\n  border-color: #005c9b; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='secondary'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='secondary'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='secondary'] {\n  background-color: rgba(1, 125, 115, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='secondary'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='secondary'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='secondary'][class*='fill'] {\n  background-color: #01645c;\n  border-color: #01645c; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='warning'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='warning'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='warning'] {\n  background-color: rgba(245, 167, 0, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='warning'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='warning'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='warning'][class*='fill'] {\n  background-color: #dc9600;\n  border-color: #dc9600; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='danger'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='danger'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='danger'] {\n  background-color: rgba(189, 39, 30, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='danger'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='danger'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='danger'][class*='fill'] {\n  background-color: #a7221b;\n  border-color: #a7221b; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='ghost'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='ghost'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='ghost'] {\n  background-color: rgba(255, 255, 255, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='ghost'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='ghost'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='ghost'][class*='fill'] {\n  background-color: #f2f2f2;\n  border-color: #f2f2f2; }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='text'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='text'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='text'] {\n  background-color: rgba(105, 112, 125, 0.1); }\n\n.euiButtonToggle__input:enabled:hover + .euiButtonToggle[class*='text'][class*='fill'],\n.euiButtonToggle__input:enabled:focus + .euiButtonToggle[class*='text'][class*='fill'],\n.euiButtonToggle__input:enabled:active + .euiButtonToggle[class*='text'][class*='fill'] {\n  background-color: #5d646f;\n  border-color: #5d646f; }\n\n.euiButtonGroup {\n  max-width: 100%;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n.euiButtonGroup--fullWidth .euiButtonGroup__toggle {\n  -webkit-box-flex: 1;\n      -ms-flex: 1;\n          flex: 1; }\n\n.euiButtonGroup__toggle {\n  margin-left: -1px;\n  z-index: 1;\n  -webkit-transition: none !important;\n  transition: none !important;\n  -webkit-transform: none !important;\n          transform: none !important;\n  -webkit-animation: none !important;\n          animation: none !important; }\n  .euiButtonGroup__toggle[class*='checked'] {\n    z-index: 2; }\n    .euiButtonGroup__toggle[class*='checked'] + [class*='checked'] {\n      -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);\n              box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1); }\n  .euiButtonGroup__toggle .euiButtonGroup__button {\n    border-radius: 0;\n    width: 100%; }\n    .euiButtonGroup__toggle .euiButtonGroup__button:not([class*='fill']) {\n      border-color: #D3DAE6; }\n    .euiButtonGroup__toggle .euiButtonGroup__button:enabled {\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3); }\n    .euiButtonToggle__input:enabled:hover + .euiButtonGroup__toggle .euiButtonGroup__button,\n    .euiButtonToggle__input:enabled:focus + .euiButtonGroup__toggle .euiButtonGroup__button,\n    .euiButtonToggle__input:enabled:active + .euiButtonGroup__toggle .euiButtonGroup__button {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3); }\n  .euiButtonGroup__toggle:first-child {\n    margin-left: 0; }\n    .euiButtonGroup__toggle:first-child .euiButtonGroup__button {\n      border-top-left-radius: 4px;\n      border-bottom-left-radius: 4px; }\n  .euiButtonGroup__toggle:last-child .euiButtonGroup__button {\n    border-top-right-radius: 4px;\n    border-bottom-right-radius: 4px; }\n  @media only screen and (max-width: 574px) {\n    .euiButtonGroup__toggle {\n      -webkit-box-flex: 1;\n          -ms-flex: 1;\n              flex: 1;\n      min-width: 0; }\n      .euiButtonGroup__toggle .euiButtonGroup__button {\n        min-width: 0; } }\n  @media only screen and (min-width: 575px) and (max-width: 767px) {\n    .euiButtonGroup__toggle {\n      -webkit-box-flex: 1;\n          -ms-flex: 1;\n              flex: 1;\n      min-width: 0; }\n      .euiButtonGroup__toggle .euiButtonGroup__button {\n        min-width: 0; } }\n\n.euiBreadcrumbs {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5; }\n\n.euiBreadcrumb {\n  display: inline-block; }\n  .euiBreadcrumb:not(.euiBreadcrumb--last) {\n    margin-right: 8px; }\n\n.euiBreadcrumb--last {\n  font-weight: 500; }\n\n.euiBreadcrumb--collapsed {\n  color: #D3DAE6; }\n\n.euiBreadcrumbSeparator {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  pointer-events: none;\n  display: inline-block;\n  margin-right: 8px;\n  width: 1px;\n  height: 16px;\n  -webkit-transform: translateY(0.2em) rotate(15deg);\n          transform: translateY(0.2em) rotate(15deg);\n  background: #D3DAE6; }\n\n/**\n * 1. Can't target separator vs breadcrumb with -of-type because it takes\n *    the dom element into consideration too and there could be divs, or spans, or a's\n *    as breadcrumbs.\n */\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .euiBreadcrumbs--responsive .euiBreadcrumbSeparator,\n  .euiBreadcrumbs--responsive .euiBreadcrumb {\n    display: none; }\n    .euiBreadcrumbs--responsive .euiBreadcrumbSeparator:nth-last-child(-n+7),\n    .euiBreadcrumbs--responsive .euiBreadcrumb:nth-last-child(-n+7) {\n      /* 1 */\n      display: inline-block; } }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .euiBreadcrumbs--responsive .euiBreadcrumbSeparator,\n  .euiBreadcrumbs--responsive .euiBreadcrumb {\n    display: none; }\n    .euiBreadcrumbs--responsive .euiBreadcrumbSeparator:nth-last-child(-n+3),\n    .euiBreadcrumbs--responsive .euiBreadcrumb:nth-last-child(-n+3) {\n      /* 1 */\n      display: inline-block; } }\n\n@media only screen and (max-width: 574px) {\n  .euiBreadcrumbs--responsive .euiBreadcrumbSeparator,\n  .euiBreadcrumbs--responsive .euiBreadcrumb {\n    display: none; }\n    .euiBreadcrumbs--responsive .euiBreadcrumbSeparator:nth-last-child(-n+1),\n    .euiBreadcrumbs--responsive .euiBreadcrumb:nth-last-child(-n+1) {\n      /* 1 */\n      display: inline-block; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiBreadcrumbs--responsive .euiBreadcrumbSeparator,\n  .euiBreadcrumbs--responsive .euiBreadcrumb {\n    display: none; }\n    .euiBreadcrumbs--responsive .euiBreadcrumbSeparator:nth-last-child(-n+1),\n    .euiBreadcrumbs--responsive .euiBreadcrumb:nth-last-child(-n+1) {\n      /* 1 */\n      display: inline-block; } }\n\n.euiBreadcrumbs--truncate {\n  white-space: nowrap;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  overflow: hidden; }\n  .euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed) {\n    max-width: 160px;\n    overflow: hidden;\n    text-overflow: ellipsis; }\n    .euiBreadcrumbs--truncate .euiBreadcrumb:not(.euiBreadcrumb--collapsed).euiBreadcrumb--last {\n      max-width: none; }\n  .euiBreadcrumbs--truncate .euiBreadcrumbSeparator {\n    -webkit-transform: translateY(0) rotate(15deg);\n            transform: translateY(0) rotate(15deg); }\n\n.euiBreadcrumb--truncate {\n  white-space: nowrap;\n  max-width: 160px;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  text-align: center;\n  vertical-align: top; }\n\n.euiCallOut {\n  padding: 16px;\n  border-left: 2px solid transparent; }\n  .euiCallOut.euiCallOut--small {\n    padding: 8px; }\n  .euiCallOut .euiCallOutHeader__icon {\n    -webkit-box-flex: 0;\n        -ms-flex: 0 0 auto;\n            flex: 0 0 auto;\n    -webkit-transform: translateY(2px);\n            transform: translateY(2px); }\n\n.euiCallOut--primary {\n  border-color: #006BB4;\n  background-color: #e6f0f8; }\n  .euiCallOut--primary .euiCallOutHeader__icon {\n    fill: #006bb4; }\n  .euiCallOut--primary .euiCallOutHeader__title {\n    color: #006bb4; }\n\n.euiCallOut--success {\n  border-color: #017D73;\n  background-color: #e6f2f1; }\n  .euiCallOut--success .euiCallOutHeader__icon {\n    fill: #01776d; }\n  .euiCallOut--success .euiCallOutHeader__title {\n    color: #01776d; }\n\n.euiCallOut--warning {\n  border-color: #F5A700;\n  background-color: #fef6e6; }\n  .euiCallOut--warning .euiCallOutHeader__icon {\n    fill: #936400; }\n  .euiCallOut--warning .euiCallOutHeader__title {\n    color: #936400; }\n\n.euiCallOut--danger {\n  border-color: #BD271E;\n  background-color: #f8e9e9; }\n  .euiCallOut--danger .euiCallOutHeader__icon {\n    fill: #b4251d; }\n  .euiCallOut--danger .euiCallOutHeader__title {\n    color: #b4251d; }\n\n/**\n * 1. Align icon with first line of title text if it wraps.\n * 2. If content exists under the header, space it appropriately.\n * 3. Apply margin to all but last item in the flex.\n */\n.euiCallOutHeader {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em;\n  font-weight: 400;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: baseline;\n      -ms-flex-align: baseline;\n          align-items: baseline;\n  /* 1 */ }\n  .euiCallOutHeader + * {\n    margin-top: 8px;\n    /* 1 */ }\n  .euiCallOutHeader > * + * {\n    margin-left: 8px;\n    /* 3 */ }\n  .euiCallOut--small .euiCallOutHeader {\n    color: #1a1c21;\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 700;\n    font-weight: 400; }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n/**\n *  Mixin for use in:\n *  - EuiCard\n *  - EuiPageContent\n*/\n/**\n * 1. Extend beta badges to at least 40% of the container's width\n * 2. Fix for IE to ensure badges are visible outside of a <button> tag\n */\n.euiCard {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n  background-color: #FFF;\n  border: 1px solid #D3DAE6;\n  border-radius: 4px;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n  .euiCard.euiCard--flexGrowZero {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n  .euiCard.euiCard--isClickable {\n    display: block;\n    width: 100%;\n    text-align: left;\n    -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n    .euiCard.euiCard--isClickable:hover, .euiCard.euiCard--isClickable:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      -webkit-transform: translateY(-2px);\n              transform: translateY(-2px);\n      cursor: pointer; }\n  .euiCard.euiCard--shadow {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n    border-bottom-color: rgba(152, 162, 179, 0.5); }\n    .euiCard.euiCard--shadow.euiCard--isClickable:hover, .euiCard.euiCard--shadow.euiCard--isClickable:focus {\n      -webkit-box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n              box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n\n/**\n * 1. Footer is always at the bottom.\n * 2. Fix for IE where the image correctly resizes in width but doesn't collapse it's height\n      (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421)\n * 3. Horizontal layouts should always top left align no matter the textAlign prop\n */\n.euiCard {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  padding: 16px;\n  min-height: 1px;\n  /* 2 */ }\n  .euiCard.euiCard--hasBetaBadge {\n    position: relative;\n    overflow: visible;\n    /* 2 */ }\n    .euiCard.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper {\n      position: absolute;\n      top: -12px;\n      left: 50%;\n      -webkit-transform: translateX(-50%);\n              transform: translateX(-50%);\n      z-index: 3;\n      min-width: 40%;\n      /* 1 */\n      max-width: calc(100% - 32px); }\n      .euiCard.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiToolTipAnchor,\n      .euiCard.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge {\n        width: 100%;\n        /* 1 */ }\n      .euiCard.euiCard--hasBetaBadge .euiCard__betaBadgeWrapper .euiCard__betaBadge {\n        overflow: hidden;\n        text-overflow: ellipsis;\n        background-color: #FFF; }\n  .euiCard .euiCard__top,\n  .euiCard .euiCard__content,\n  .euiCard .euiCard__footer {\n    display: block;\n    width: 100%; }\n  .euiCard.euiCard--leftAligned, .euiCard.euiCard--isClickable.euiCard--leftAligned {\n    text-align: left;\n    -webkit-box-align: start;\n        -ms-flex-align: start;\n            align-items: flex-start; }\n  .euiCard.euiCard--centerAligned, .euiCard.euiCard--isClickable.euiCard--centerAligned {\n    text-align: center;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center; }\n  .euiCard.euiCard--rightAligned, .euiCard.euiCard--isClickable.euiCard--rightAligned {\n    text-align: right;\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end; }\n  .euiCard.euiCard--isClickable {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex; }\n    .euiCard.euiCard--isClickable:focus .euiCard__title, .euiCard.euiCard--isClickable:hover .euiCard__title {\n      text-decoration: underline; }\n  .euiCard.euiCard--hasBottomGraphic, .euiCard.euiCard--isSelectable {\n    position: relative;\n    padding-bottom: 56px; }\n  .euiCard.euiCard-isSelected {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n    -webkit-transition: border-color 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: border-color 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: box-shadow 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), border-color 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: box-shadow 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), border-color 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n\n.euiCard--isSelectable--text.euiCard-isSelected {\n  border-color: #017D73; }\n\n.euiCard--isSelectable--primary.euiCard-isSelected {\n  border-color: #006BB4; }\n\n.euiCard--isSelectable--success.euiCard-isSelected {\n  border-color: #017D73; }\n\n.euiCard--isSelectable--danger.euiCard-isSelected {\n  border-color: #BD271E; }\n\n.euiCard--isSelectable--ghost.euiCard-isSelected {\n  border-color: #69707D; }\n\n.euiCard__top {\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  /* 1 */\n  position: relative;\n  min-height: 1px;\n  /* 2 */ }\n  .euiCard__top .euiCard__icon {\n    margin-top: 8px; }\n  .euiCard__top .euiCard__image {\n    position: relative;\n    width: calc(100% + (16px * 2));\n    left: -16px;\n    top: -16px;\n    margin-bottom: -16px;\n    border-top-left-radius: 3px;\n    border-top-right-radius: 3px; }\n    .euiCard__top .euiCard__image + .euiCard__icon {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      -webkit-transform: translate(-50%, -75%);\n              transform: translate(-50%, -75%);\n      -webkit-transform: translate(-50%, calc(-50% + -16px));\n              transform: translate(-50%, calc(-50% + -16px)); }\n\n.euiCard__top + .euiCard__content {\n  margin-top: 16px; }\n\n.euiCard__content {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  /* 1 */ }\n  .euiCard__content .euiCard__title {\n    color: #1a1c21;\n    font-size: 18px;\n    font-size: 1.125rem;\n    line-height: 1.5rem;\n    display: block;\n    font-weight: 500; }\n  .euiCard__content .euiCard__description {\n    color: #343741;\n    margin-top: 8px; }\n\n.euiCard__footer:not(:empty) {\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  /* 1 */\n  margin-top: 16px; }\n\n.euiCard.euiCard--horizontal .euiCard__content {\n  padding-top: 8px;\n  text-align: left;\n  /* 3 */ }\n\n.euiCard.euiCard--horizontal.euiCard--hasIcon {\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -webkit-box-align: start !important;\n      -ms-flex-align: start !important;\n          align-items: flex-start !important;\n  /* 3 */ }\n  .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top,\n  .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__content {\n    width: auto;\n    margin-top: 0; }\n  .euiCard.euiCard--horizontal.euiCard--hasIcon .euiCard__top .euiCard__icon {\n    margin-top: 0;\n    margin-right: 16px; }\n\n.euiCard__graphic {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  height: 40px !important;\n  width: 100%;\n  overflow: hidden;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px; }\n\n.euiCardSelect {\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  height: 40px !important;\n  width: 100%;\n  overflow: hidden;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  font-weight: 700; }\n  .euiCardSelect--text:enabled {\n    background-color: #F5F7FA; }\n  .euiCardSelect--primary:enabled {\n    background-color: #e6f0f8; }\n  .euiCardSelect--success:enabled {\n    background-color: #e6f2f1;\n    color: #01776d; }\n  .euiCardSelect--danger:enabled {\n    background-color: #f8e9e9; }\n  .euiCardSelect--ghost:enabled {\n    background-color: #69707D; }\n  .euiCardSelect:disabled {\n    background-color: #fafbfd; }\n\n.euiCodeBlock {\n  display: block;\n  position: relative;\n  background: #F5F7FA;\n  color: #343741;\n  /**\n  ** 1. Size the code against the text its embedded within.\n  **/ }\n  .euiCodeBlock .euiCodeBlock__pre {\n    scrollbar-width: thin;\n    height: 100%;\n    overflow: auto;\n    display: block;\n    white-space: pre-wrap;\n    padding-right: 40px !important; }\n    .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar {\n      width: 16px;\n      height: 16px; }\n    .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-thumb {\n      background-color: rgba(105, 112, 125, 0.5);\n      border: 6px solid transparent;\n      background-clip: content-box; }\n    .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-corner, .euiCodeBlock .euiCodeBlock__pre::-webkit-scrollbar-track {\n      background-color: transparent; }\n  .euiCodeBlock .euiCodeBlock__code {\n    font-family: \"Roboto Mono\", Consolas, Menlo, Courier, monospace;\n    letter-spacing: normal;\n    display: block;\n    line-height: 1.5;\n    font-weight: 400; }\n  .euiCodeBlock .euiCodeBlock__fullScreenButton + .euiCodeBlock__copyButton {\n    margin-top: 4px; }\n  .euiCodeBlock .euiCodeBlock__controls {\n    position: absolute;\n    top: 12px;\n    right: 16px; }\n  .euiCodeBlock.euiCodeBlock-isFullScreen {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0; }\n    .euiCodeBlock.euiCodeBlock-isFullScreen .euiCodeBlock__pre {\n      padding: 32px !important; }\n  .euiCodeBlock.euiCodeBlock--fontSmall {\n    font-size: 12px; }\n  .euiCodeBlock.euiCodeBlock--fontMedium {\n    font-size: 14px; }\n  .euiCodeBlock.euiCodeBlock--fontLarge {\n    font-size: 16px; }\n  .euiCodeBlock.euiCodeBlock--paddingSmall .euiCodeBlock__pre {\n    padding: 8px; }\n  .euiCodeBlock.euiCodeBlock--paddingMedium .euiCodeBlock__pre {\n    padding: 16px; }\n  .euiCodeBlock.euiCodeBlock--paddingLarge .euiCodeBlock__pre {\n    padding: 24px; }\n  .euiCodeBlock.euiCodeBlock--inline {\n    display: inline-block;\n    white-space: pre;\n    color: #343741;\n    font-size: 90%;\n    padding: 0 8px;\n    background: #F5F7FA; }\n    .euiCodeBlock.euiCodeBlock--inline .euiCodeBlock__pre {\n      padding: 0 4px; }\n    .euiCodeBlock.euiCodeBlock--inline .euiCodeBlock__code {\n      display: inline;\n      white-space: normal; }\n  .euiCodeBlock.euiCodeBlock--transparentBackground {\n    background: transparent; }\n  .euiCodeBlock .hljs-comment,\n  .euiCodeBlock .hljs-quote {\n    color: #998;\n    font-style: italic; }\n  .euiCodeBlock .hljs-selector-tag {\n    color: inherit;\n    font-weight: bold; }\n  .euiCodeBlock .hljs-string,\n  .euiCodeBlock .hljs-subst,\n  .euiCodeBlock .hljs-doctag {\n    color: #DD0A73; }\n  .euiCodeBlock .hljs-number,\n  .euiCodeBlock .hljs-literal,\n  .euiCodeBlock .hljs-regexp,\n  .euiCodeBlock .hljs-variable,\n  .euiCodeBlock .hljs-template-variable,\n  .euiCodeBlock .hljs-tag .hljs-attr {\n    color: #00A69B; }\n  .euiCodeBlock .hljs-keyword {\n    color: #333;\n    font-weight: bold; }\n  .euiCodeBlock .hljs-function > .hljs-title {\n    color: inherit; }\n  .euiCodeBlock .hljs-tag {\n    color: #0079A5; }\n  .euiCodeBlock .hljs-name {\n    color: euiCodeBlockNameColor; }\n  .euiCodeBlock .hljs-type,\n  .euiCodeBlock .hljs-class .hljs-title {\n    color: #0079A5; }\n  .euiCodeBlock .hljs-attribute {\n    color: inherit; }\n  .euiCodeBlock .hljs-symbol,\n  .euiCodeBlock .hljs-bullet,\n  .euiCodeBlock .hljs-built_in,\n  .euiCodeBlock .hljs-builtin-name,\n  .euiCodeBlock .hljs-link {\n    color: #990073; }\n  .euiCodeBlock .hljs-params {\n    color: inherit; }\n  .euiCodeBlock .hljs-meta {\n    color: #999; }\n  .euiCodeBlock .hljs-title {\n    color: #900; }\n  .euiCodeBlock .hljs-section {\n    color: #FFC66D; }\n  .euiCodeBlock .hljs-addition {\n    background-color: #DFD;\n    color: inherit;\n    display: inline-block;\n    width: 100%; }\n  .euiCodeBlock .hljs-deletion {\n    background-color: #FDD;\n    color: inherit;\n    display: inline-block;\n    width: 100%; }\n  .euiCodeBlock .hljs-selector-class {\n    color: inherit; }\n  .euiCodeBlock .hljs-selector-id {\n    color: inherit; }\n  .euiCodeBlock .hljs-emphasis {\n    font-style: italic; }\n  .euiCodeBlock .hljs-strong {\n    font-weight: bold; }\n  .euiCodeBlock .hljs-link {\n    text-decoration: underline; }\n\n.euiCodeEditorWrapper {\n  position: relative; }\n  .euiCodeEditorWrapper .ace_hidden-cursors {\n    opacity: 0; }\n  .euiCodeEditorWrapper.euiCodeEditorWrapper-isEditing .ace_hidden-cursors {\n    opacity: 1; }\n\n.euiCodeEditorKeyboardHint {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  right: 0;\n  left: 0;\n  background: rgba(255, 255, 255, 0.7);\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  text-align: center;\n  opacity: 0;\n  cursor: pointer; }\n  .euiCodeEditorKeyboardHint:focus {\n    opacity: 1;\n    border: 2px solid #006BB4;\n    z-index: 1000; }\n  .euiCodeEditorKeyboardHint.euiCodeEditorKeyboardHint-isInactive {\n    display: none; }\n\n.euiColorPicker {\n  position: relative;\n  width: 152px; }\n\n.euiSwatchInput__stroke {\n  fill: none;\n  stroke: rgba(0, 0, 0, 0.2); }\n\n.euiColorPicker__popoverPanel--pickerOnly {\n  padding-bottom: 0 !important; }\n\n.euiColorPickerSwatch {\n  display: inline-block;\n  height: 24px;\n  width: 24px;\n  border-radius: 2px;\n  cursor: pointer;\n  border: solid 1px rgba(0, 0, 0, 0.1);\n  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);\n          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); }\n  .euiColorPickerSwatch:focus {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n.euiHue {\n  background: -webkit-gradient(linear, left top, right top, from(#FF3232), color-stop(20%, #FFF130), color-stop(35%, #45FF30), color-stop(52%, #28FFF0), color-stop(71%, #282CFF), color-stop(88%, #FF28FB), to(#FF0094));\n  background: linear-gradient(to right, #FF3232 0%, #FFF130 20%, #45FF30 35%, #28FFF0 52%, #282CFF 71%, #FF28FB 88%, #FF0094 100%);\n  height: 24px;\n  margin: 4px 0;\n  position: relative; }\n  .euiHue:before, .euiHue:after {\n    content: '';\n    left: 0;\n    position: absolute;\n    height: 8px;\n    background: #FFF;\n    width: 100%; }\n  .euiHue:after {\n    bottom: 0; }\n\n.euiHue__range {\n  position: relative;\n  height: 24px;\n  width: calc(100% + 2px);\n  margin: 0 -1px;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  background: transparent;\n  z-index: 2; }\n  .euiHue__range::-webkit-slider-thumb {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiHue__range::-moz-range-thumb {\n    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiHue__range::-ms-thumb {\n    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiHue__range::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    margin-top: 0; }\n  .euiHue__range::-ms-thumb {\n    margin-top: 0; }\n  .euiHue__range::-ms-track {\n    height: 24px;\n    background: transparent;\n    border-color: transparent;\n    color: transparent; }\n  .euiHue__range::-moz-focus-outer {\n    border: none; }\n  .euiHue__range::-ms-fill-lower, .euiHue__range::-ms-fill-upper {\n    background: transparent; }\n  .euiHue__range:focus::-webkit-slider-thumb {\n    -webkit-box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n            box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n    border-color: #006BB4; }\n  .euiHue__range:focus::-moz-range-thumb {\n    box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n    border-color: #006BB4; }\n  .euiHue__range:focus::-ms-thumb {\n    box-shadow: 0 0 0 2px rgba(0, 107, 180, 0.3);\n    border-color: #006BB4; }\n\n.euiSaturation {\n  position: relative;\n  width: 100%;\n  padding-bottom: 100%;\n  border-radius: 2px;\n  -ms-touch-action: none;\n      touch-action: none;\n  z-index: 3; }\n  .euiSaturation .euiSaturation__lightness,\n  .euiSaturation .euiSaturation__saturation {\n    position: absolute;\n    top: -1px;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    border-radius: 2px; }\n  .euiSaturation .euiSaturation__lightness {\n    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));\n    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }\n  .euiSaturation .euiSaturation__saturation {\n    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));\n    background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }\n  .euiSaturation .euiSaturation__indicator {\n    position: absolute;\n    height: 12px;\n    width: 12px;\n    border-radius: 100%;\n    margin-top: -6px;\n    margin-left: -6px;\n    border: 1px solid #343741; }\n    .euiSaturation .euiSaturation__indicator:before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      border-radius: 100%;\n      border: 1px solid #F5F7FA; }\n  .euiSaturation:focus .euiSaturation__indicator {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n.euiComboBox {\n  max-width: 400px;\n  width: 100%;\n  height: auto;\n  position: relative;\n  /**\n   * 1. Allow pills to truncate their text with an ellipsis.\n   * 2. Don't allow pills to overlap with the caret or clear button.\n   * 3. The height on combo can be larger than normal text inputs.\n   */\n  /**\n   * 1. Force field height to match other field heights.\n   * 2. Force input height to expand to fill this element.\n   * 3. Reset appearance on Safari.\n   * 4. Fix react-input-autosize appearance.\n   * 5. Prevent a lot of input from causing the react-input-autosize to overflow the container.\n   */ }\n  .euiComboBox--fullWidth {\n    max-width: 100%; }\n  .euiComboBox--compressed {\n    height: 32px; }\n  .euiComboBox--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiComboBox--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiComboBox--inGroup.euiComboBox--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiComboBox--inGroup.euiComboBox--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiComboBox--compressed,\n  .euiComboBox .euiFormControlLayout--compressed {\n    height: auto; }\n  .euiComboBox .euiComboBox__inputWrap {\n    max-width: 400px;\n    width: 100%;\n    height: 40px;\n    background-color: #fbfcfd;\n    background-repeat: no-repeat;\n    background-size: 0% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n    -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n    transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n    transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n    transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n    font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n    font-weight: 400;\n    letter-spacing: -.005em;\n    -webkit-text-size-adjust: 100%;\n    -ms-text-size-adjust: 100%;\n    -webkit-font-kerning: normal;\n            font-kerning: normal;\n    font-size: 14px;\n    line-height: 1em;\n    color: #343741;\n    border: none;\n    border-radius: 0;\n    padding: 12px;\n    max-width: 400px;\n    width: 100%;\n    height: auto;\n    padding: 4px 8px;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    /* 1 */\n    padding-right: 40px;\n    /* 2 */ }\n    @supports (-moz-appearance: none) {\n      .euiComboBox .euiComboBox__inputWrap {\n        -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n        transition-property: background-image, background-size, -webkit-box-shadow;\n        transition-property: box-shadow, background-image, background-size;\n        transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n    .euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap::-moz-placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap:-ms-input-placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap:-moz-placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap::-ms-input-placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap::placeholder {\n      color: #69707D; }\n    .euiComboBox .euiComboBox__inputWrap--withIcon {\n      padding-left: 40px; }\n    .euiComboBox .euiComboBox__inputWrap--fullWidth {\n      max-width: 100%; }\n    .euiComboBox .euiComboBox__inputWrap--compressed {\n      height: 32px; }\n    .euiComboBox .euiComboBox__inputWrap--inGroup:not(:-moz-read-only) {\n      height: 38px;\n      /* 2 */ }\n    .euiComboBox .euiComboBox__inputWrap--inGroup:not(:read-only) {\n      height: 38px;\n      /* 2 */ }\n    .euiComboBox .euiComboBox__inputWrap--inGroup.euiComboBox .euiComboBox__inputWrap--compressed:not(:-moz-read-only) {\n      height: 30px;\n      /* 2 */ }\n    .euiComboBox .euiComboBox__inputWrap--inGroup.euiComboBox .euiComboBox__inputWrap--compressed:not(:read-only) {\n      height: 30px;\n      /* 2 */ }\n    .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap) {\n      padding-top: 4px;\n      padding-bottom: 4px;\n      padding-left: 4px;\n      height: auto;\n      /* 3 */\n      -ms-flex-wrap: wrap;\n          flex-wrap: wrap;\n      /* 1 */\n      -ms-flex-line-pack: start;\n          align-content: flex-start; }\n      .euiComboBox .euiComboBox__inputWrap:not(.euiComboBox__inputWrap--noWrap):hover {\n        cursor: text; }\n    .euiComboBox .euiComboBox__inputWrap.euiComboBox__inputWrap-isClearable {\n      padding-right: 56px;\n      /* 2 */ }\n  .euiComboBox .euiComboBox__input {\n    display: -webkit-inline-box !important;\n    display: -ms-inline-flexbox !important;\n    display: inline-flex !important;\n    /* 1 */\n    height: 32px;\n    /* 2 */\n    overflow: hidden;\n    /* 5 */ }\n    .euiComboBox .euiComboBox__input > input {\n      font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n      font-weight: 400;\n      letter-spacing: -.005em;\n      -webkit-text-size-adjust: 100%;\n      -ms-text-size-adjust: 100%;\n      -webkit-font-kerning: normal;\n              font-kerning: normal;\n      -webkit-appearance: none;\n         -moz-appearance: none;\n              appearance: none;\n      /* 3 */\n      padding: 0;\n      border: none;\n      background: transparent;\n      font-size: 14px;\n      color: #343741;\n      margin: 4px;\n      line-height: 1.5;\n      /* 4 */ }\n  .euiComboBox.euiComboBox-isOpen .euiComboBox__inputWrap {\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiComboBox.euiComboBox-isInvalid .euiComboBox__inputWrap {\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-moz-placeholder {\n      color: #98A2B3; }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap:-moz-placeholder {\n      color: #98A2B3; }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiComboBox.euiComboBox-isDisabled .euiComboBox__inputWrap::placeholder {\n      color: #98A2B3; }\n  .euiComboBox.euiComboBox--compressed .euiComboBox__inputWrap {\n    line-height: 32px;\n    /* 2 */\n    padding-top: 0;\n    padding-bottom: 0; }\n\n.euiComboBox__input {\n  max-width: 100%; }\n  .euiComboBox__input input[aria-hidden='true'] {\n    border: none !important;\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important;\n    outline: none !important; }\n\n.euiComboBoxPill {\n  margin: 4px !important;\n  line-height: 22px;\n  vertical-align: baseline; }\n  .euiComboBoxPill--plainText {\n    font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n    font-weight: 400;\n    letter-spacing: -.005em;\n    -webkit-text-size-adjust: 100%;\n    -ms-text-size-adjust: 100%;\n    -webkit-font-kerning: normal;\n            font-kerning: normal;\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    line-height: 24px;\n    font-size: 14px;\n    padding: 0;\n    color: #343741;\n    vertical-align: middle;\n    display: inline-block; }\n\n.euiComboBoxPlaceholder {\n  position: absolute;\n  pointer-events: none;\n  padding: 0 4px;\n  line-height: 32px;\n  color: #98A2B3;\n  margin-bottom: 0 !important; }\n\n/**\n * 1. Make width match that of the input and tweak position to match.\n * 2. Put the list at the top of the screen, otherwise it will cause a scrollbar to show up when\n *    the portal is appended to the body. This would throw off our logic for positioning the\n *    list beneath the input.\n * 3. The height can expand, hence auto\n * 4. Using specificity to override panel shadow\n */\n.euiComboBoxOptionsList {\n  max-width: 400px;\n  width: 100%;\n  height: auto;\n  /* 3 */\n  z-index: 8001;\n  position: absolute;\n  /* 2 */\n  top: 0;\n  /* 2 */ }\n  .euiComboBoxOptionsList--fullWidth {\n    max-width: 100%; }\n  .euiComboBoxOptionsList--compressed {\n    height: 32px; }\n  .euiComboBoxOptionsList--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiComboBoxOptionsList--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiComboBoxOptionsList--inGroup.euiComboBoxOptionsList--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiComboBoxOptionsList--inGroup.euiComboBoxOptionsList--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiComboBoxOptionsList .ReactVirtualized__List {\n    scrollbar-width: thin; }\n    .euiComboBoxOptionsList .ReactVirtualized__List::-webkit-scrollbar {\n      width: 16px;\n      height: 16px; }\n    .euiComboBoxOptionsList .ReactVirtualized__List::-webkit-scrollbar-thumb {\n      background-color: rgba(105, 112, 125, 0.5);\n      border: 6px solid transparent;\n      background-clip: content-box; }\n    .euiComboBoxOptionsList .ReactVirtualized__List::-webkit-scrollbar-corner, .euiComboBoxOptionsList .ReactVirtualized__List::-webkit-scrollbar-track {\n      background-color: transparent; }\n  .euiComboBoxOptionsList.euiComboBoxOptionsList--bottom {\n    /* 4 */\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n  .euiComboBoxOptionsList.euiComboBoxOptionsList--top {\n    /* 4 */\n    -webkit-box-shadow: 0 -2px 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 -2px 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2); }\n\n.euiComboBoxOptionsList--bottom {\n  border-radius: 0 0 4px 4px !important;\n  border-top: none !important; }\n\n.euiComboBoxOptionsList--top {\n  border-radius: 4px 4px 0 0 !important; }\n\n/**\n  * 1. Prevent really long input from overflowing the container.\n  */\n.euiComboBoxOptionsList__empty {\n  padding: 8px;\n  text-align: center;\n  color: #69707D;\n  word-wrap: break-word;\n  /* 1 */ }\n\n.euiComboBoxOptionsList__rowWrap {\n  padding: 0;\n  max-height: 200px;\n  overflow: hidden; }\n\n.euiComboBoxOption {\n  font-size: 14px;\n  padding: 4px 8px 4px 16px;\n  width: 100%;\n  text-align: left;\n  border: 1px solid #D3DAE6;\n  border-color: transparent;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiComboBoxOption:hover {\n    text-decoration: underline; }\n  .euiComboBoxOption.euiComboBoxOption-isFocused {\n    cursor: pointer;\n    color: #006BB4;\n    background-color: #e6f0f8; }\n  .euiComboBoxOption.euiComboBoxOption-isDisabled {\n    color: #98A2B3;\n    cursor: not-allowed; }\n    .euiComboBoxOption.euiComboBoxOption-isDisabled:hover {\n      text-decoration: none; }\n\n.euiComboBoxOption__content {\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap; }\n\n/**\n * 1. Force each title to be the same height as an option, so that the virtualized scroll logic\n *    works.\n */\n.euiComboBoxTitle {\n  font-size: 12px;\n  padding: 11px 8px 4px;\n  /* 1 */\n  width: 100%;\n  font-weight: 700;\n  color: #000; }\n\n.euiContextMenu {\n  width: 256px;\n  max-width: 100%;\n  position: relative;\n  overflow: hidden;\n  -webkit-transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: height 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  border-radius: 4px; }\n  .euiContextMenu .euiContextMenu__content {\n    padding: 8px; }\n\n/**\n  * 1. When there are multiple ContextMenuPanels, the ContextMenu will absolutely\n  *    position them. ContextMenuPanel will break the layout of a Popover if it's\n  *    absolutely positioned by default.\n  */\n.euiContextMenu__panel {\n  position: absolute;\n  /* 1 */ }\n\n.euiContextMenu__icon {\n  margin-right: 8px; }\n\n.euiContextMenuPanel {\n  width: 100%;\n  visibility: visible; }\n  .euiContextMenuPanel.euiContextMenuPanel-txInLeft {\n    pointer-events: none;\n    -webkit-animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n            animation: euiContextMenuPanelTxInLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiContextMenuPanel.euiContextMenuPanel-txOutLeft {\n    pointer-events: none;\n    -webkit-animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n            animation: euiContextMenuPanelTxOutLeft 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiContextMenuPanel.euiContextMenuPanel-txInRight {\n    pointer-events: none;\n    -webkit-animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n            animation: euiContextMenuPanelTxInRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiContextMenuPanel.euiContextMenuPanel-txOutRight {\n    pointer-events: none;\n    -webkit-animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n            animation: euiContextMenuPanelTxOutRight 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n\n.euiContextMenuPanel--next {\n  -webkit-transform: translateX(256px);\n          transform: translateX(256px);\n  visibility: hidden; }\n\n.euiContextMenuPanel--previous {\n  -webkit-transform: translateX(-256px);\n          transform: translateX(-256px);\n  visibility: hidden; }\n\n.euiContextMenuPanelTitle {\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  padding: 12px;\n  text-transform: uppercase;\n  border-bottom: 1px solid #D3DAE6;\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px;\n  width: 100%;\n  text-align: left; }\n  .euiContextMenuPanelTitle:hover, .euiContextMenuPanelTitle:focus {\n    text-decoration: underline; }\n\n@-webkit-keyframes euiContextMenuPanelTxInLeft {\n  0% {\n    -webkit-transform: translateX(256px);\n            transform: translateX(256px); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n@keyframes euiContextMenuPanelTxInLeft {\n  0% {\n    -webkit-transform: translateX(256px);\n            transform: translateX(256px); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n@-webkit-keyframes euiContextMenuPanelTxOutLeft {\n  0% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); }\n  100% {\n    -webkit-transform: translateX(-256px);\n            transform: translateX(-256px); } }\n\n@keyframes euiContextMenuPanelTxOutLeft {\n  0% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); }\n  100% {\n    -webkit-transform: translateX(-256px);\n            transform: translateX(-256px); } }\n\n@-webkit-keyframes euiContextMenuPanelTxInRight {\n  0% {\n    -webkit-transform: translateX(-256px);\n            transform: translateX(-256px); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n@keyframes euiContextMenuPanelTxInRight {\n  0% {\n    -webkit-transform: translateX(-256px);\n            transform: translateX(-256px); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n@-webkit-keyframes euiContextMenuPanelTxOutRight {\n  0% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); }\n  100% {\n    -webkit-transform: translateX(256px);\n            transform: translateX(256px); } }\n\n@keyframes euiContextMenuPanelTxOutRight {\n  0% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); }\n  100% {\n    -webkit-transform: translateX(256px);\n            transform: translateX(256px); } }\n\n.euiContextMenuItem {\n  display: block;\n  padding: 12px;\n  width: 100%;\n  text-align: left;\n  color: #343741; }\n  .euiContextMenuItem:hover, .euiContextMenuItem:focus {\n    text-decoration: underline; }\n  .euiContextMenuItem:focus {\n    background-color: #e6f0f8; }\n  .euiContextMenuItem.euiContextMenuItem-isDisabled {\n    color: #c2c3c6;\n    cursor: default; }\n    .euiContextMenuItem.euiContextMenuItem-isDisabled:hover, .euiContextMenuItem.euiContextMenuItem-isDisabled:focus {\n      text-decoration: none; }\n\n.euiContextMenuItem__inner {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n.euiContextMenuItem__text {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n.euiContextMenuItem__arrow {\n  -ms-flex-item-align: end;\n      align-self: flex-end; }\n\n.euiContextMenu__itemLayout {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiContextMenu__itemLayout.euiContextMenu__itemLayout--bottom {\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end; }\n  .euiContextMenu__itemLayout.euiContextMenu__itemLayout--top {\n    -webkit-box-align: start;\n        -ms-flex-align: start;\n            align-items: flex-start; }\n  .euiContextMenu__itemLayout .euiContextMenu__icon {\n    -ms-flex-negative: 0;\n        flex-shrink: 0; }\n\n/* This file is a heavy retheme of react-datepicker's Sass as of v1.4.0\n** https://github.com/Hacker0x01/react-datepicker\n**\n** In places where features were disabled, I've commented out the original Sass\n** selectors rather than removing it so we can better understand what's changed.\n** Commented out selectors that don't have properties indicate that we are not\n** using those dom elements for styling of any kind. For example, react-datepicker\n** has lots of pointer arrows attached to its popovers, but we choose not to render\n** then in any way.\n**\n** Similarly, you will also find several times where we use display: none to\n** completely remove extranous UI (they had some overly obvious legends for example).\n*/\n.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper {\n  -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n          box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n  border: 1px solid #D3DAE6;\n  background-color: #FFF;\n  border-radius: 0 0 4px 4px; }\n\n.euiDatePicker.euiDatePicker--shadow.euiDatePicker--inline .react-datepicker {\n  -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n          box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n  border: 1px solid #D3DAE6;\n  background-color: #FFF;\n  border-radius: 4px; }\n\n.react-datepicker {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 12px;\n  color: #000;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  position: relative;\n  border-radius: 4px; }\n\n.react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {\n  width: 100%; }\n  .react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list li.react-datepicker__time-list-item {\n    font-size: 14px;\n    text-align: left;\n    padding-left: 36px;\n    padding-right: 36px;\n    color: #343741; }\n    .react-datepicker--time-only .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list li.react-datepicker__time-list-item.react-datepicker__time-list-item--selected {\n      color: #FFF; }\n\n.react-datepicker--time-only .react-datepicker__time-container {\n  border-left: 0; }\n\n.euiDatePicker.euiDatePicker--shadow .react-datepicker-popper {\n  z-index: 1;\n  -webkit-animation: euiAnimFadeIn 150ms ease-in;\n          animation: euiAnimFadeIn 150ms ease-in; }\n  .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=\"top\"] {\n    -webkit-box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n    border-radius: 4px 4px 0 0 !important; }\n  .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=\"right\"] {\n    margin-left: 0; }\n  .euiDatePicker.euiDatePicker--shadow .react-datepicker-popper[data-placement^=\"left\"] {\n    margin-right: 0; }\n\n.react-datepicker__header {\n  text-align: center;\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px; }\n  .react-datepicker__header--time {\n    display: none; }\n\n.react-datepicker__header__dropdown {\n  padding: 16px 0 8px 0; }\n\n.react-datepicker__year-dropdown-container--select,\n.react-datepicker__month-dropdown-container--select,\n.react-datepicker__month-year-dropdown-container--select,\n.react-datepicker__year-dropdown-container--scroll,\n.react-datepicker__month-dropdown-container--scroll,\n.react-datepicker__month-year-dropdown-container--scroll {\n  display: inline-block;\n  margin: 0 4px; }\n\n.react-datepicker__current-month,\n.react-datepicker-time__header {\n  display: none; }\n\n.react-datepicker-time__header {\n  text-overflow: ellipsis;\n  white-space: nowrap;\n  overflow: hidden; }\n\n.react-datepicker__navigation {\n  cursor: pointer;\n  position: absolute;\n  top: 18px;\n  width: 0;\n  padding: 0;\n  z-index: 1;\n  text-indent: -999em;\n  overflow: hidden; }\n  .react-datepicker__navigation--previous {\n    background-position: center;\n    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+);\n    left: 20px;\n    height: 16px;\n    width: 16px;\n    -webkit-transform: rotate(90deg);\n            transform: rotate(90deg);\n    -webkit-transition: -webkit-transform 90ms ease-in-out;\n    transition: -webkit-transform 90ms ease-in-out;\n    transition: transform 90ms ease-in-out;\n    transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out; }\n    .react-datepicker__navigation--previous:hover, .react-datepicker__navigation--previous:focus {\n      border-radius: 4px;\n      -webkit-transform: scale(1.2) rotate(90deg);\n              transform: scale(1.2) rotate(90deg); }\n    .react-datepicker__navigation--previous:hover {\n      background-color: #F5F7FA;\n      -webkit-box-shadow: 0 0 0 2px #F5F7FA;\n              box-shadow: 0 0 0 2px #F5F7FA; }\n    .react-datepicker__navigation--previous:focus {\n      background-color: #e6f0f8;\n      -webkit-box-shadow: 0 0 0 2px #e6f0f8;\n              box-shadow: 0 0 0 2px #e6f0f8; }\n    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {\n      cursor: not-allowed;\n      opacity: .2; }\n  .react-datepicker__navigation--next {\n    background-position: center;\n    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+);\n    right: 20px;\n    height: 16px;\n    width: 16px;\n    -webkit-transform: rotate(-90deg);\n            transform: rotate(-90deg); }\n    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {\n      left: 248px; }\n    .react-datepicker__navigation--next:hover, .react-datepicker__navigation--next:focus {\n      border-radius: 4px;\n      -webkit-transform: scale(1.2) rotate(-90deg);\n              transform: scale(1.2) rotate(-90deg); }\n    .react-datepicker__navigation--next:hover {\n      background-color: #F5F7FA;\n      -webkit-box-shadow: 0 0 0 2px #F5F7FA;\n              box-shadow: 0 0 0 2px #F5F7FA; }\n    .react-datepicker__navigation--next:focus {\n      background-color: #e6f0f8;\n      -webkit-box-shadow: 0 0 0 2px #e6f0f8;\n              box-shadow: 0 0 0 2px #e6f0f8; }\n    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {\n      cursor: not-allowed;\n      opacity: .2; }\n  .react-datepicker__navigation--years {\n    position: relative;\n    top: 0;\n    display: block;\n    margin-left: auto;\n    margin-right: auto; }\n    .react-datepicker__navigation--years-previous {\n      top: 4px;\n      border-top-color: #F5F7FA; }\n      .react-datepicker__navigation--years-previous:hover {\n        border-top-color: #d3dce9; }\n    .react-datepicker__navigation--years-upcoming {\n      top: -4px;\n      border-bottom-color: #F5F7FA; }\n      .react-datepicker__navigation--years-upcoming:hover {\n        border-bottom-color: #d3dce9; }\n\n.react-datepicker__month {\n  margin: 0 16px 16px 16px;\n  text-align: center;\n  border-radius: 4px; }\n\n.react-datepicker__time-container {\n  border-left: #D3DAE6;\n  width: auto;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  padding: 16px 0;\n  border-radius: 0 4px 4px 0;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n  .react-datepicker__time-container .react-datepicker__time {\n    position: relative;\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    padding-left: 4px;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column; }\n    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {\n      width: auto;\n      display: -webkit-box;\n      display: -ms-flexbox;\n      display: flex;\n      -webkit-box-orient: vertical;\n      -webkit-box-direction: normal;\n          -ms-flex-direction: column;\n              flex-direction: column;\n      -webkit-box-flex: 1;\n          -ms-flex-positive: 1;\n              flex-grow: 1; }\n      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {\n        scrollbar-width: thin;\n        height: 204px !important;\n        display: -webkit-box;\n        display: -ms-flexbox;\n        display: flex;\n        -webkit-box-orient: vertical;\n        -webkit-box-direction: normal;\n            -ms-flex-direction: column;\n                flex-direction: column;\n        -webkit-box-flex: 1;\n            -ms-flex-positive: 1;\n                flex-grow: 1;\n        overflow-y: auto;\n        -webkit-box-align: center;\n            -ms-flex-align: center;\n                align-items: center; }\n        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar {\n          width: 16px;\n          height: 16px; }\n        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-thumb {\n          background-color: rgba(105, 112, 125, 0.5);\n          border: 6px solid transparent;\n          background-clip: content-box; }\n        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-corner, .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar-track {\n          background-color: transparent; }\n        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {\n          padding: 4px 8px;\n          margin-bottom: 4px;\n          text-align: right;\n          color: #69707D;\n          white-space: nowrap;\n          line-height: 12px; }\n          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover, .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:focus {\n            cursor: pointer;\n            text-decoration: underline; }\n          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {\n            background-color: #006BB4;\n            color: white;\n            border-radius: 2px; }\n            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {\n              background-color: #006BB4; }\n          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {\n            color: #D3DAE6; }\n            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {\n              cursor: not-allowed;\n              text-decoration: none;\n              background-color: transparent; }\n\n.react-datepicker__week-number {\n  color: #F5F7FA;\n  display: inline-block;\n  width: 32px;\n  line-height: 28px;\n  text-align: center;\n  margin: 0 4px; }\n  .react-datepicker__week-number.react-datepicker__week-number--clickable {\n    cursor: pointer; }\n    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {\n      border-radius: 4px;\n      background-color: #FFF; }\n\n.react-datepicker__day-names,\n.react-datepicker__week {\n  white-space: nowrap; }\n\n.react-datepicker__day-name,\n.react-datepicker__day,\n.react-datepicker__time-name {\n  color: #000;\n  display: inline-block;\n  width: 32px;\n  line-height: 28px;\n  text-align: center;\n  margin: 0 2px; }\n\n.react-datepicker__day-name {\n  color: #69707D;\n  text-transform: uppercase; }\n\n.react-datepicker__day {\n  cursor: pointer;\n  border: solid 2px transparent;\n  -webkit-transition: -webkit-transform 90ms ease-in-out;\n  transition: -webkit-transform 90ms ease-in-out;\n  transition: transform 90ms ease-in-out;\n  transition: transform 90ms ease-in-out, -webkit-transform 90ms ease-in-out; }\n  .react-datepicker__day:hover:not(.react-datepicker__day--disabled) {\n    text-decoration: underline;\n    font-weight: 700;\n    -webkit-transform: scale(1.2);\n            transform: scale(1.2); }\n  .react-datepicker__day--today {\n    font-weight: bold;\n    color: #006BB4; }\n  .react-datepicker__day--outside-month {\n    color: #69707D; }\n  .react-datepicker__day--highlighted {\n    border-radius: 4px;\n    background-color: #017D73;\n    color: #FFF; }\n    .react-datepicker__day--highlighted:hover {\n      background-color: #01645c; }\n  .react-datepicker__day--in-range {\n    background-color: rgba(0, 107, 180, 0.1);\n    color: #000;\n    border-radius: 0;\n    border-top: solid 6px #FFF;\n    border-bottom: solid 6px #FFF;\n    border-right: none;\n    border-left: none;\n    line-height: 20px; }\n  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range {\n    height: 32px;\n    margin: 0 2px;\n    border-radius: 4px;\n    background-color: #006BB4;\n    line-height: 28px;\n    border: solid 2px #006BB4;\n    color: #FFF; }\n    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover {\n      background-color: #005c9b; }\n  .react-datepicker__day--keyboard-selected {\n    border-radius: 4px;\n    border: solid 2px #006BB4;\n    font-weight: 700; }\n    .react-datepicker__day--keyboard-selected:hover {\n      background-color: #005c9b;\n      color: #FFF; }\n  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {\n    background-color: rgba(0, 107, 180, 0.5); }\n  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {\n    background-color: #FFF;\n    color: #000; }\n  .react-datepicker__day--disabled {\n    cursor: not-allowed;\n    color: #D3DAE6; }\n    .react-datepicker__day--disabled:hover {\n      background-color: transparent; }\n\n.react-datepicker__input-container {\n  position: relative; }\n\n.react-datepicker__year-read-view {\n  font-weight: 300;\n  color: #69707D; }\n\n.react-datepicker__month-read-view {\n  font-weight: 500; }\n\n.react-datepicker__year-read-view,\n.react-datepicker__month-read-view,\n.react-datepicker__month-year-read-view {\n  font-size: 20px; }\n  .react-datepicker__year-read-view:hover,\n  .react-datepicker__month-read-view:hover,\n  .react-datepicker__month-year-read-view:hover {\n    cursor: pointer;\n    color: #006BB4; }\n    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,\n    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,\n    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,\n    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,\n    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,\n    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {\n      border-top-color: #d3dce9; }\n  .react-datepicker__year-read-view--down-arrow,\n  .react-datepicker__month-read-view--down-arrow,\n  .react-datepicker__month-year-read-view--down-arrow {\n    display: none; }\n\n.react-datepicker__year-dropdown,\n.react-datepicker__month-dropdown,\n.react-datepicker__month-year-dropdown {\n  background-color: #FFF;\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  right: 0;\n  z-index: 1;\n  text-align: center;\n  border-radius: 4px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  -webkit-animation: euiAnimFadeIn 150ms ease-in;\n          animation: euiAnimFadeIn 150ms ease-in;\n  -ms-flex-line-pack: distribute;\n      align-content: space-around;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 8px; }\n  .react-datepicker__year-dropdown:hover,\n  .react-datepicker__month-dropdown:hover,\n  .react-datepicker__month-year-dropdown:hover {\n    cursor: pointer; }\n\n.react-datepicker__year-dropdown {\n  -ms-flex-wrap: wrap-reverse;\n      flex-wrap: wrap-reverse;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: reverse;\n      -ms-flex-direction: row-reverse;\n          flex-direction: row-reverse;\n  -webkit-box-pack: end;\n      -ms-flex-pack: end;\n          justify-content: flex-end; }\n\n.react-datepicker__year-option:first-of-type, .react-datepicker__year-option:last-of-type {\n  display: none; }\n\n.react-datepicker__year-option,\n.react-datepicker__month-option,\n.react-datepicker__month-year-option {\n  font-size: 12px;\n  padding: 8px;\n  color: #343741;\n  -ms-flex-preferred-size: 33.3%;\n      flex-basis: 33.3%; }\n  .react-datepicker__year-option:first-of-type,\n  .react-datepicker__month-option:first-of-type,\n  .react-datepicker__month-year-option:first-of-type {\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px; }\n  .react-datepicker__year-option:last-of-type,\n  .react-datepicker__month-option:last-of-type,\n  .react-datepicker__month-year-option:last-of-type {\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius: 4px; }\n  .react-datepicker__year-option:hover,\n  .react-datepicker__month-option:hover,\n  .react-datepicker__month-year-option:hover {\n    background-color: #F5F7FA; }\n    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,\n    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,\n    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {\n      border-bottom-color: #d3dce9; }\n    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,\n    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,\n    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {\n      border-top-color: #d3dce9; }\n  .react-datepicker__year-option--selected,\n  .react-datepicker__month-option--selected,\n  .react-datepicker__month-year-option--selected {\n    display: none; }\n\n.react-datepicker__screenReaderOnly {\n  position: absolute;\n  left: -10000px;\n  top: auto;\n  width: 1px;\n  height: 1px;\n  overflow: hidden; }\n\n.react-datepicker__year-option--preselected,\n.react-datepicker__month-option--preselected {\n  background: #e6f0f8; }\n\n.react-datepicker__year-option--selected_year.react-datepicker__year-option--preselected,\n.react-datepicker__month-option--selected_month.react-datepicker__month-option--preselected {\n  background: #006BB4; }\n\n.react-datepicker__time-list-item--preselected,\n.react-datepicker__year-option--preselected,\n.react-datepicker__month-option--preselected {\n  background: #d2e4f2; }\n\n.react-datepicker__time-container--focus {\n  background: #e6f0f8; }\n\n.react-datepicker__month-read-view:focus,\n.react-datepicker__year-read-view:focus {\n  text-decoration: underline; }\n\n.react-datepicker__month--accessible:focus {\n  background: #e6f0f8; }\n  .react-datepicker__month--accessible:focus .react-datepicker__day--in-range:not(.react-datepicker__day--selected) {\n    border-top-color: #e6f0f8;\n    border-bottom-color: #e6f0f8; }\n\n.react-datepicker__navigation:focus {\n  background-color: #e6f0f8; }\n\n.react-datepicker__year-option--selected_year,\n.react-datepicker__month-option--selected_month {\n  background: #006BB4;\n  color: #FFF;\n  font-weight: 700;\n  border-radius: 4px; }\n\n.react-datepicker__focusTrap {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n@media only screen and (max-width: 574px) {\n  .euiDatePicker--inline {\n    max-width: 284px;\n    display: block; }\n  .react-datepicker__time-container {\n    display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiDatePicker--inline {\n    max-width: 284px;\n    display: block; }\n  .react-datepicker__time-container {\n    display: none; } }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n/**\n * 1. Account for inner box-shadow style border\n */\n.euiDatePickerRange {\n  max-width: 400px;\n  width: 100%;\n  height: auto;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 1px;\n  /* 1 */ }\n  .euiDatePickerRange--fullWidth {\n    max-width: 100%; }\n  .euiDatePickerRange--compressed {\n    height: 32px; }\n  .euiDatePickerRange--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiDatePickerRange--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiDatePickerRange--inGroup.euiDatePickerRange--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiDatePickerRange--inGroup.euiDatePickerRange--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiDatePickerRange {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiDatePickerRange > * {\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n  .euiDatePickerRange .euiFieldText.euiDatePicker {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important;\n    text-align: center; }\n  .euiDatePickerRange .react-datepicker-popper .euiFieldText.euiDatePicker {\n    text-align: left; }\n  .euiDatePickerRange--inGroup {\n    -webkit-box-shadow: none;\n            box-shadow: none;\n    padding: 0; }\n    .euiDatePickerRange--inGroup .euiDatePicker {\n      height: 38px; }\n  .euiDatePickerRange > .euiDatePickerRange__icon {\n    -webkit-box-flex: 0;\n        -ms-flex: 0 0 auto;\n            flex: 0 0 auto;\n    padding-left: 12px;\n    padding-right: 12px; }\n  .euiDatePickerRange > .euiDatePickerRange__delimeter {\n    line-height: 1 !important;\n    -webkit-box-flex: 0;\n        -ms-flex: 0 0 auto;\n            flex: 0 0 auto;\n    padding-left: 6px;\n    padding-right: 6px; }\n\n.euiDatePickerRange--readOnly {\n  background: #eef2f7; }\n\n.euiDatePopoverButton {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  display: block;\n  width: 100%;\n  padding: 0 8px;\n  line-height: 38px;\n  height: 38px;\n  word-break: break-all;\n  -webkit-transition: background 150ms ease-in;\n  transition: background 150ms ease-in;\n  background-size: 100%; }\n  .euiDatePopoverButton::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton::-moz-placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton:-ms-input-placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton:-moz-placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton::-ms-input-placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton::placeholder {\n    color: #69707D; }\n  .euiDatePopoverButton:focus, .euiDatePopoverButton-isSelected {\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%); }\n  .euiDatePopoverButton-needsUpdating {\n    background-color: #e6f2f1;\n    color: #01776d; }\n    .euiDatePopoverButton-needsUpdating:focus, .euiDatePopoverButton-needsUpdating.euiDatePopoverButton-isSelected {\n      background-image: linear-gradient(to top, #017D73, #017D73 2px, transparent 2px, transparent 100%); }\n  .euiDatePopoverButton-isInvalid {\n    background-color: #f8e9e9;\n    color: #b4251d; }\n    .euiDatePopoverButton-isInvalid:focus, .euiDatePopoverButton-isInvalid.euiDatePopoverButton-isSelected {\n      background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%); }\n  .euiDatePopoverButton:disabled {\n    background-color: #eef2f7;\n    color: #69707D;\n    cursor: default; }\n\n.euiDatePopoverButton--start {\n  text-align: right; }\n\n.euiDatePopoverButton--end {\n  text-align: left; }\n\n.euiDatePopoverContent {\n  width: 400px;\n  max-width: 100%; }\n\n.euiDatePopoverContent__padded {\n  padding: 8px; }\n\n.euiDatePopoverContent__padded--large {\n  padding: 16px; }\n\n@media only screen and (max-width: 574px) {\n  .euiDatePopoverContent {\n    width: 284px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiDatePopoverContent {\n    width: 284px; } }\n\n.euiQuickSelectPopover__content {\n  width: 400px;\n  max-width: 100%; }\n\n.euiQuickSelectPopover__section {\n  scrollbar-width: thin;\n  max-height: 132px;\n  overflow: hidden;\n  overflow-y: auto; }\n  .euiQuickSelectPopover__section::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiQuickSelectPopover__section::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiQuickSelectPopover__section::-webkit-scrollbar-corner, .euiQuickSelectPopover__section::-webkit-scrollbar-track {\n    background-color: transparent; }\n\n.euiQuickSelectPopover__buttonText {\n  margin-right: 4px !important; }\n\n.euiQuickSelect__applyButton {\n  min-width: 0; }\n\n.euiRefreshInterval__startButton {\n  min-width: 90px; }\n\n.euiSuperDatePicker__flexWrapper {\n  max-width: 100%;\n  width: 606px; }\n\n.euiSuperDatePicker__flexWrapper--isAutoRefreshOnly {\n  width: 400px; }\n\n.euiSuperDatePicker__flexWrapper--noUpdateButton {\n  width: 480px; }\n\n.euiSuperDatePicker {\n  max-width: 100% !important; }\n  .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper {\n    -webkit-box-flex: 1;\n        -ms-flex: 1 1 100%;\n            flex: 1 1 100%;\n    overflow: hidden; }\n    .euiSuperDatePicker > .euiFormControlLayout__childrenWrapper > .euiDatePickerRange {\n      max-width: none;\n      width: auto; }\n\n.euiSuperDatePicker__prettyFormat {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  display: block;\n  width: 100%;\n  padding: 0 8px;\n  line-height: 38px;\n  height: 38px;\n  word-break: break-all;\n  -webkit-transition: background 150ms ease-in;\n  transition: background 150ms ease-in;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  text-align: left; }\n  .euiSuperDatePicker__prettyFormat::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat::-moz-placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat:-ms-input-placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat:-moz-placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat::-ms-input-placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat::placeholder {\n    color: #69707D; }\n  .euiSuperDatePicker__prettyFormat:not(:disabled):hover, .euiSuperDatePicker__prettyFormat:focus {\n    text-decoration: none; }\n    .euiSuperDatePicker__prettyFormat:not(:disabled):hover .euiSuperDatePicker__prettyFormatLink, .euiSuperDatePicker__prettyFormat:focus .euiSuperDatePicker__prettyFormatLink {\n      text-decoration: underline; }\n  .euiSuperDatePicker__prettyFormat:disabled {\n    background-color: #eef2f7;\n    color: #69707D;\n    cursor: not-allowed; }\n    .euiSuperDatePicker__prettyFormat:disabled .euiSuperDatePicker__prettyFormatLink {\n      display: none; }\n\n.euiSuperDatePicker__prettyFormatLink {\n  color: #006BB4;\n  padding-left: 4px;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n\n@media only screen and (max-width: 574px) {\n  .euiSuperDatePicker__flexWrapper,\n  .euiSuperDatePicker__flexWrapper--isAutoRefreshOnly,\n  .euiSuperDatePicker__flexWrapper--noUpdateButton {\n    width: 100%; }\n  .euiSuperDatePicker__prettyFormatLink {\n    -ms-flex-negative: 1;\n        flex-shrink: 1;\n    min-width: 3em; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiSuperDatePicker__flexWrapper,\n  .euiSuperDatePicker__flexWrapper--isAutoRefreshOnly,\n  .euiSuperDatePicker__flexWrapper--noUpdateButton {\n    width: 100%; }\n  .euiSuperDatePicker__prettyFormatLink {\n    -ms-flex-negative: 1;\n        flex-shrink: 1;\n    min-width: 3em; } }\n\n.euiSuperUpdateButton {\n  min-width: 118px; }\n\n@media only screen and (max-width: 574px) {\n  .euiSuperUpdateButton {\n    min-width: 0; }\n    .euiSuperUpdateButton .euiSuperUpdateButton__text {\n      display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiSuperUpdateButton {\n    min-width: 0; }\n    .euiSuperUpdateButton .euiSuperUpdateButton__text {\n      display: none; } }\n\n.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em;\n  line-height: 1.5;\n  margin-top: 16px; }\n  .euiDescriptionList.euiDescriptionList--row .euiDescriptionList__title:first-of-type {\n    margin-top: 0; }\n\n.euiDescriptionList.euiDescriptionList--row .euiDescriptionList__description {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--center {\n  text-align: center; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__title {\n  color: #343741;\n  font-weight: 400;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--reverse .euiDescriptionList__description {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__title {\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed .euiDescriptionList__description {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {\n  color: #343741;\n  font-weight: 400;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--row.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--column, .euiDescriptionList.euiDescriptionList--responsiveColumn {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap; }\n  .euiDescriptionList.euiDescriptionList--column > *, .euiDescriptionList.euiDescriptionList--responsiveColumn > * {\n    margin-top: 16px; }\n  .euiDescriptionList.euiDescriptionList--column > *:first-child,\n  .euiDescriptionList.euiDescriptionList--column > :nth-child(2), .euiDescriptionList.euiDescriptionList--responsiveColumn > *:first-child,\n  .euiDescriptionList.euiDescriptionList--responsiveColumn > :nth-child(2) {\n    margin-top: 0; }\n  .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title {\n    color: #1a1c21;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 600;\n    letter-spacing: -.02em;\n    line-height: 1.5;\n    width: 50%;\n    padding-right: 8px; }\n  .euiDescriptionList.euiDescriptionList--column .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    width: 50%;\n    padding-left: 8px; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--center .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title {\n    text-align: right; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {\n    color: #343741;\n    font-weight: 400;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {\n    color: #1a1c21;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 600;\n    letter-spacing: -.02em;\n    line-height: 1.5; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__title {\n    color: #1a1c21;\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 700;\n    line-height: 1.5; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed .euiDescriptionList__description {\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__title {\n    color: #343741;\n    font-weight: 400;\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5; }\n  .euiDescriptionList.euiDescriptionList--column.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description, .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--compressed.euiDescriptionList--reverse .euiDescriptionList__description {\n    color: #1a1c21;\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 700;\n    line-height: 1.5; }\n\n@media only screen and (max-width: 574px) {\n  .euiDescriptionList.euiDescriptionList--responsiveColumn {\n    display: block; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {\n      width: 100%;\n      padding: 0; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {\n      font-size: 14px;\n      font-size: 0.875rem;\n      line-height: 1.5;\n      margin-top: 0; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description {\n      text-align: center; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {\n      font-size: 14px;\n      font-size: 0.875rem;\n      line-height: 1.5; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {\n      color: #1a1c21;\n      font-size: 16px;\n      font-size: 1rem;\n      line-height: 1.5;\n      line-height: 1.5rem;\n      font-weight: 600;\n      letter-spacing: -.02em; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiDescriptionList.euiDescriptionList--responsiveColumn {\n    display: block; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__title,\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {\n      width: 100%;\n      padding: 0; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn .euiDescriptionList__description {\n      font-size: 14px;\n      font-size: 0.875rem;\n      line-height: 1.5;\n      margin-top: 0; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__title,\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--center .euiDescriptionList__description {\n      text-align: center; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__title {\n      font-size: 14px;\n      font-size: 0.875rem;\n      line-height: 1.5; }\n    .euiDescriptionList.euiDescriptionList--responsiveColumn.euiDescriptionList--reverse .euiDescriptionList__description {\n      color: #1a1c21;\n      font-size: 16px;\n      font-size: 1rem;\n      line-height: 1.5;\n      line-height: 1.5rem;\n      font-weight: 600;\n      letter-spacing: -.02em; } }\n\n.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  display: inline;\n  border-radius: 4px;\n  font-weight: 400;\n  background: #F5F7FA;\n  border: 1px solid #D3DAE6;\n  padding: 0 4px;\n  margin: 0 4px; }\n  .euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__title:first-of-type {\n    margin-left: 0; }\n\n.euiDescriptionList.euiDescriptionList--inline .euiDescriptionList__description {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  display: inline;\n  word-break: break-all; }\n\n.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__title {\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--compressed .euiDescriptionList__description {\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5; }\n\n.euiDescriptionList.euiDescriptionList--inline.euiDescriptionList--center {\n  text-align: center; }\n\n.euiDraggable.euiDraggable--isDragging {\n  z-index: 9000 !important; }\n\n.euiDraggable.euiDraggable--hasClone:not(.euiDraggable--isDragging) {\n  -webkit-transform: none !important;\n          transform: none !important; }\n\n.euiDraggable.euiDraggable--withoutDropAnimation {\n  -webkit-transition-duration: .001s !important;\n          transition-duration: .001s !important; }\n\n.euiDraggable:focus > .euiDraggable__item,\n.euiDraggable.euiDraggable--hasCustomDragHandle > .euiDraggable__item [data-react-beautiful-dnd-drag-handle]:focus {\n  -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n          animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n\n.euiDraggable .euiDraggable__item.euiDraggable__item--isDisabled {\n  cursor: not-allowed; }\n\n.euiDraggable--s {\n  padding: 2px; }\n\n.euiDraggable--m {\n  padding: 4px; }\n\n.euiDraggable--l {\n  padding: 8px; }\n\n/**\n *  Mixin for use in:\n *  - EuiCard\n *  - EuiPageContent\n*/\n.euiDroppable {\n  -webkit-transition: background-color 500ms ease;\n  transition: background-color 500ms ease; }\n  .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled) {\n    background-color: rgba(1, 125, 115, 0.1); }\n    .euiDroppable.euiDroppable--isDraggingType:not(.euiDroppable--isDisabled).euiDroppable--isDraggingOver {\n      background-color: rgba(1, 125, 115, 0.25); }\n  .euiDroppable .euiDroppable__placeholder.euiDroppable__placeholder--isHidden {\n    display: none !important; }\n\n.euiDroppable--withPanel {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n  background-color: #FFF;\n  border: 1px solid #D3DAE6;\n  border-radius: 4px;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n  .euiDroppable--withPanel.euiDroppable--withPanel--flexGrowZero {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n  .euiDroppable--withPanel.euiDroppable--withPanel--isClickable {\n    display: block;\n    width: 100%;\n    text-align: left;\n    -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n    .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:hover, .euiDroppable--withPanel.euiDroppable--withPanel--isClickable:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      -webkit-transform: translateY(-2px);\n              transform: translateY(-2px);\n      cursor: pointer; }\n  .euiDroppable--withPanel.euiDroppable--withPanel--shadow {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n    border-bottom-color: rgba(152, 162, 179, 0.5); }\n    .euiDroppable--withPanel.euiDroppable--withPanel--shadow.euiDroppable--withPanel--isClickable:hover, .euiDroppable--withPanel.euiDroppable--withPanel--shadow.euiDroppable--withPanel--isClickable:focus {\n      -webkit-box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n              box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n\n.euiDroppable--noGrow {\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0; }\n\n.euiDroppable--grow {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n.euiDroppable--s {\n  padding: 2px; }\n\n.euiDroppable--m {\n  padding: 4px; }\n\n.euiDroppable--l {\n  padding: 8px; }\n\n.euiEmptyPrompt {\n  max-width: 36em;\n  text-align: center;\n  padding: 24px;\n  margin: auto; }\n\n.euiErrorBoundary {\n  background: repeating-linear-gradient(45deg, rgba(189, 39, 30, 0.25), rgba(189, 39, 30, 0.25) 1px, rgba(189, 39, 30, 0.05) 1px, rgba(189, 39, 30, 0.05) 20px);\n  overflow: auto;\n  padding: 16px; }\n\n.euiErrorBoundary__text {\n  background-color: #FFF;\n  padding: 8px; }\n\n.euiErrorBoundary__stack {\n  white-space: pre-wrap; }\n\n/**\n * 1. Keep each expression's text together as much as possible,\n *    but then wrap long words\n */\n.euiExpression {\n  overflow-wrap: break-word;\n  /* 1 */\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  font-family: \"Roboto Mono\", Consolas, Menlo, Courier, monospace;\n  letter-spacing: normal;\n  display: inline-block;\n  /* 1 */\n  text-align: left;\n  padding: 2px 0;\n  -webkit-transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  color: #343741;\n  border-bottom: 2px solid transparent; }\n  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n    .euiExpression {\n      word-break: break-all; } }\n  .euiExpression:focus {\n    border-bottom-style: solid; }\n  .euiExpression + .euiExpression {\n    margin-left: 8px; }\n\n.euiExpression-isUppercase .euiExpression__description {\n  text-transform: uppercase; }\n\n.euiExpression-isClickable {\n  cursor: pointer;\n  border-bottom: 2px dotted #D3DAE6; }\n  .euiExpression-isClickable:hover:not(:disabled) {\n    border-bottom-style: solid;\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n\n.euiExpression-isActive {\n  border-bottom-style: solid; }\n\n.euiExpression--subdued:focus {\n  background-color: rgba(152, 162, 179, 0.1); }\n\n.euiExpression--subdued.euiExpression-isActive {\n  border-bottom-color: #98A2B3; }\n\n.euiExpression--subdued .euiExpression__description {\n  color: #98A2B3; }\n\n.euiExpression--primary:focus {\n  background-color: rgba(0, 107, 180, 0.1); }\n\n.euiExpression--primary.euiExpression-isActive {\n  border-bottom-color: #006BB4; }\n\n.euiExpression--primary .euiExpression__description {\n  color: #006BB4; }\n\n.euiExpression--secondary:focus {\n  background-color: rgba(1, 125, 115, 0.1); }\n\n.euiExpression--secondary.euiExpression-isActive {\n  border-bottom-color: #017D73; }\n\n.euiExpression--secondary .euiExpression__description {\n  color: #017D73; }\n\n.euiExpression--warning:focus {\n  background-color: rgba(245, 167, 0, 0.1); }\n\n.euiExpression--warning.euiExpression-isActive {\n  border-bottom-color: #F5A700; }\n\n.euiExpression--warning .euiExpression__description {\n  color: #F5A700; }\n\n.euiExpression--danger:focus {\n  background-color: rgba(189, 39, 30, 0.1); }\n\n.euiExpression--danger.euiExpression-isActive {\n  border-bottom-color: #BD271E; }\n\n.euiExpression--danger .euiExpression__description {\n  color: #BD271E; }\n\n.euiExpression--accent:focus {\n  background-color: rgba(221, 10, 115, 0.1); }\n\n.euiExpression--accent.euiExpression-isActive {\n  border-bottom-color: #DD0A73; }\n\n.euiExpression--accent .euiExpression__description {\n  color: #DD0A73; }\n\n/**\n * 1. Apply margin to all but last item in the flex.\n * 2. Margin gets flipped because of the row-reverse.\n */\n@keyframes euiButtonActive {\n  50% {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); } }\n\n/**\n * 1. We don't want any of the animations that come inherited from the mixin.\n *    These should act like normal links instead.\n * 2. Change the easing, quickness to not bounce so lighter backgrounds don't flash\n * 3. Make sure the quantity doesn't get an underline on hover\n */\n.euiFacetButton {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  display: inline-block;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  cursor: pointer;\n  height: 40px;\n  line-height: 40px;\n  text-decoration: none;\n  border: solid 1px transparent;\n  text-align: center;\n  -webkit-transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: all 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  white-space: nowrap;\n  max-width: 100%;\n  vertical-align: middle;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  text-align: left;\n  border: none;\n  -webkit-transform: none !important;\n          transform: none !important;\n  /* 1 */\n  -webkit-animation: none !important;\n          animation: none !important;\n  /* 1 */\n  -webkit-transition: all 150ms ease-in;\n  transition: all 150ms ease-in;\n  /* 2 */ }\n  .euiFacetButton:hover:not(:disabled) {\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n  .euiFacetButton:hover:not(:disabled), .euiFacetButton:focus {\n    text-decoration: underline; }\n  .euiFacetButton:focus {\n    -webkit-animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n            animation: euiButtonActive 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiFacetButton:active:not(:disabled) {\n    -webkit-transform: translateY(1px);\n            transform: translateY(1px); }\n  .euiFacetButton:hover, .euiFacetButton:focus {\n    text-decoration: none !important;\n    /* 3 */ }\n    .euiFacetButton:hover:not(:disabled) .euiFacetButton__text, .euiFacetButton:focus:not(:disabled) .euiFacetButton__text {\n      text-decoration: underline;\n      /* 3 */ }\n  .euiFacetButton:focus {\n    background-color: #F5F7FA; }\n  .euiFacetButton:disabled {\n    color: #c2c3c6;\n    pointer-events: none; }\n    .euiFacetButton:disabled .euiFacetButton__content {\n      pointer-events: auto;\n      cursor: not-allowed; }\n    .euiFacetButton:disabled .euiFacetButton__icon,\n    .euiFacetButton:disabled .euiFacetButton__quantity {\n      opacity: .5; }\n    .euiFacetButton:disabled:focus {\n      background-color: transparent; }\n    .euiFacetButton:disabled:hover, .euiFacetButton:disabled:focus {\n      text-decoration: none; }\n\n.euiFacetButton__content {\n  height: 100%;\n  width: 100%;\n  vertical-align: middle;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiFacetButton__content .euiButton__icon,\n  .euiFacetButton__content .euiButton__spinner {\n    -ms-flex-negative: 0;\n        flex-shrink: 0; }\n  .euiFacetButton__content > * + * {\n    margin-left: 8px;\n    /* 1 */ }\n\n.euiFacetButton__text {\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  vertical-align: middle; }\n  .euiFacetButton__text::after {\n    display: block;\n    content: attr(data-text);\n    font-weight: 700;\n    height: 0;\n    overflow: hidden;\n    visibility: hidden; }\n  .euiFacetButton--isSelected .euiFacetButton__text {\n    font-weight: 700; }\n\n.euiFacetButton__icon {\n  -webkit-transition: all 150ms ease-in;\n  transition: all 150ms ease-in; }\n\n.euiFacetGroup--horizontal .euiFacetButton {\n  height: 32px; }\n  .euiFacetGroup--horizontal .euiFacetButton:not(:last-of-type) {\n    margin-right: 24px; }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n.euiFilterGroup {\n  display: -webkit-inline-box;\n  display: -ms-inline-flexbox;\n  display: inline-flex;\n  max-width: 100%;\n  border-right: 1px solid rgba(0, 0, 0, 0.1);\n  -webkit-box-shadow: 0 1px 2px -1px rgba(152, 162, 179, 0.2), 0 3px 3px -2px rgba(152, 162, 179, 0.2);\n          box-shadow: 0 1px 2px -1px rgba(152, 162, 179, 0.2), 0 3px 3px -2px rgba(152, 162, 179, 0.2);\n  overflow-x: auto; }\n  .euiFilterGroup > * {\n    -webkit-box-flex: 1;\n        -ms-flex: 1 1 auto;\n            flex: 1 1 auto;\n    min-width: 48px; }\n  .euiFilterGroup > .euiFilterButton--noGrow {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n  .euiFilterGroup > .euiFilterButton-hasNotification {\n    min-width: 96px; }\n  .euiFilterGroup > .euiFilterButton--hasIcon {\n    min-width: 128px; }\n  .euiFilterGroup .euiPopover__anchor {\n    display: block; }\n    .euiFilterGroup .euiPopover__anchor .euiFilterButton {\n      width: 100%; }\n\n.euiFilterGroup--fullWidth {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n.euiFilterGroup__popoverPanel {\n  width: 288px; }\n\n@media only screen and (max-width: 574px) {\n  .euiFilterGroup {\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiFilterGroup {\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap; } }\n\n@media only screen and (max-width: 574px) {\n  .euiFilterGroup {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex; }\n    .euiFilterGroup .euiFilterButton {\n      -webkit-box-flex: 1 !important;\n          -ms-flex-positive: 1 !important;\n              flex-grow: 1 !important; } }\n\n.euiFilterButton {\n  background-color: #fbfcfd;\n  height: 40px;\n  width: auto;\n  border: 1px solid rgba(0, 0, 0, 0.1);\n  border-right: none;\n  font-size: 14px; }\n  .euiFilterButton:disabled {\n    color: #c2c3c6;\n    pointer-events: none; }\n    .euiFilterButton:disabled .euiFilterButton__notification {\n      opacity: .5; }\n  .euiFilterButton:hover:not(:disabled), .euiFilterButton:focus:not(:disabled) {\n    text-decoration: none; }\n    .euiFilterButton:hover:not(:disabled) .euiFilterButton__textShift, .euiFilterButton:focus:not(:disabled) .euiFilterButton__textShift {\n      text-decoration: underline; }\n\n.euiFilterButton-hasActiveFilters {\n  font-weight: 700; }\n\n.euiFilterButton--hasIcon .euiButtonEmpty__content {\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between; }\n\n.euiFilterButton--withNext + .euiFilterButton {\n  margin-left: -4px;\n  border-left: none; }\n\n.euiFilterButton-isSelected {\n  background-color: #F5F7FA; }\n\n.euiFilterButton__text-hasNotification {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiFilterButton__notification {\n  margin-left: 8px;\n  vertical-align: text-bottom; }\n\n.euiFilterButton__textShift {\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */\n  min-width: 48px; }\n  .euiFilterButton__textShift::after {\n    display: block;\n    content: attr(data-text);\n    font-weight: 700;\n    height: 0;\n    overflow: hidden;\n    visibility: hidden; }\n\n.euiFilterSelectItem {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  padding: 4px 12px;\n  display: block;\n  width: 100%;\n  text-align: left;\n  color: #343741;\n  border-bottom: 1px solid #D3DAE6;\n  border-color: #eef2f7; }\n  .euiFilterSelectItem:hover, .euiFilterSelectItem:focus {\n    text-decoration: underline; }\n  .euiFilterSelectItem:focus, .euiFilterSelectItem-isFocused {\n    cursor: pointer;\n    color: #006BB4;\n    background-color: #e6f0f8; }\n  .euiFilterSelectItem[disabled] {\n    color: #98A2B3;\n    cursor: not-allowed; }\n    .euiFilterSelectItem[disabled]:hover {\n      text-decoration: none; }\n\n.euiFilterSelectItem__content {\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */ }\n\n.euiFilterSelect__items {\n  scrollbar-width: thin;\n  overflow-y: auto;\n  max-height: 480px; }\n  .euiFilterSelect__items::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiFilterSelect__items::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiFilterSelect__items::-webkit-scrollbar-corner, .euiFilterSelect__items::-webkit-scrollbar-track {\n    background-color: transparent; }\n\n.euiFilterSelect__note {\n  height: 64px;\n  text-align: center;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -ms-flex-pack: distribute;\n      justify-content: space-around; }\n\n.euiFilterSelect__noteContent {\n  color: #69707D;\n  font-size: 14px; }\n\n/**\n * 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.\n * 2. IE requires a unit to grow.\n */\n.euiFlexGroup {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  /* 1 */ }\n  .euiFlexGroup .euiFlexItem {\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1;\n    -ms-flex-preferred-size: 0%;\n        flex-basis: 0%;\n    /* 2 */ }\n    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n      .euiFlexGroup .euiFlexItem {\n        min-width: 1px; } }\n\n.euiFlexGroup--gutterExtraSmall {\n  margin: -2px; }\n  .euiFlexGroup--gutterExtraSmall > .euiFlexItem {\n    margin: 2px; }\n\n.euiFlexGroup--gutterSmall {\n  margin: -4px; }\n  .euiFlexGroup--gutterSmall > .euiFlexItem {\n    margin: 4px; }\n\n.euiFlexGroup--gutterMedium {\n  margin: -8px; }\n  .euiFlexGroup--gutterMedium > .euiFlexItem {\n    margin: 8px; }\n\n.euiFlexGroup--gutterLarge {\n  margin: -12px; }\n  .euiFlexGroup--gutterLarge > .euiFlexItem {\n    margin: 12px; }\n\n.euiFlexGroup--gutterExtraLarge {\n  margin: -20px; }\n  .euiFlexGroup--gutterExtraLarge > .euiFlexItem {\n    margin: 20px; }\n\n.euiFlexGroup--justifyContentSpaceEvenly {\n  -webkit-box-pack: space-evenly;\n      -ms-flex-pack: space-evenly;\n          justify-content: space-evenly; }\n\n.euiFlexGroup--justifyContentSpaceBetween {\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between; }\n\n.euiFlexGroup--justifyContentSpaceAround {\n  -ms-flex-pack: distribute;\n      justify-content: space-around; }\n\n.euiFlexGroup--justifyContentCenter {\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center; }\n\n.euiFlexGroup--justifyContentFlexEnd {\n  -webkit-box-pack: end;\n      -ms-flex-pack: end;\n          justify-content: flex-end; }\n\n.euiFlexGroup--alignItemsFlexStart {\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start; }\n\n.euiFlexGroup--alignItemsCenter {\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiFlexGroup--alignItemsFlexEnd {\n  -webkit-box-align: end;\n      -ms-flex-align: end;\n          align-items: flex-end; }\n\n.euiFlexGroup--alignItemsBaseline {\n  -webkit-box-align: baseline;\n      -ms-flex-align: baseline;\n          align-items: baseline; }\n\n.euiFlexGroup--directionRow {\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row; }\n\n.euiFlexGroup--directionRowReverse {\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: reverse;\n      -ms-flex-direction: row-reverse;\n          flex-direction: row-reverse; }\n\n.euiFlexGroup--directionColumn {\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column; }\n\n.euiFlexGroup--directionColumnReverse {\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: reverse;\n      -ms-flex-direction: column-reverse;\n          flex-direction: column-reverse; }\n\n.euiFlexGroup--wrap {\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap; }\n\n@media only screen and (max-width: 574px) {\n  .euiFlexGroup--responsive {\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n    margin-left: 0;\n    margin-right: 0; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiFlexGroup--responsive {\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n    margin-left: 0;\n    margin-right: 0; } }\n\n.euiFlexGrid {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  margin-bottom: 0; }\n  .euiFlexGrid > .euiFlexItem {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n    .euiFlexGrid > .euiFlexItem.euiFlexItem--flexGrowZero {\n      -webkit-box-flex: 0 !important;\n          -ms-flex-positive: 0 !important;\n              flex-grow: 0 !important;\n      -ms-flex-preferred-size: auto !important;\n          flex-basis: auto !important; }\n\n/**\n  * 1. For vertical layouts we use columns instead of flex\n  */\n.euiFlexGrid--directionColumn {\n  display: block;\n  /* 1 */\n  -webkit-column-gap: 0;\n     -moz-column-gap: 0;\n          column-gap: 0; }\n  .euiFlexGrid--directionColumn > .euiFlexItem {\n    display: inline-block;\n    /* 1 */\n    line-height: initial; }\n\n/**\n   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid\n   * without columns.\n   */\n.euiFlexGrid--gutterNone {\n  margin: 0px;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n  .euiFlexGrid--gutterNone > .euiFlexItem {\n    margin: 0px; }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--fourths > .euiFlexItem {\n  -ms-flex-preferred-size: calc(25% - 0px);\n      flex-basis: calc(25% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 4;\n     -moz-column-count: 4;\n          column-count: 4; }\n  .euiFlexGrid--gutterNone.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--thirds > .euiFlexItem {\n  -ms-flex-preferred-size: calc(33.3% - 0px);\n      flex-basis: calc(33.3% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 3;\n     -moz-column-count: 3;\n          column-count: 3; }\n  .euiFlexGrid--gutterNone.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--halves > .euiFlexItem {\n  -ms-flex-preferred-size: calc(50% - 0px);\n      flex-basis: calc(50% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 2;\n     -moz-column-count: 2;\n          column-count: 2; }\n  .euiFlexGrid--gutterNone.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--single > .euiFlexItem {\n  -ms-flex-preferred-size: calc(100% - 0px);\n      flex-basis: calc(100% - 0px); }\n\n.euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 1;\n     -moz-column-count: 1;\n          column-count: 1; }\n  .euiFlexGrid--gutterNone.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 0px); }\n\n/**\n   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid\n   * without columns.\n   */\n.euiFlexGrid--gutterSmall {\n  margin: -4px;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n  .euiFlexGrid--gutterSmall > .euiFlexItem {\n    margin: 4px; }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--fourths > .euiFlexItem {\n  -ms-flex-preferred-size: calc(25% - 8px);\n      flex-basis: calc(25% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 4;\n     -moz-column-count: 4;\n          column-count: 4; }\n  .euiFlexGrid--gutterSmall.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--thirds > .euiFlexItem {\n  -ms-flex-preferred-size: calc(33.3% - 8px);\n      flex-basis: calc(33.3% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 3;\n     -moz-column-count: 3;\n          column-count: 3; }\n  .euiFlexGrid--gutterSmall.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--halves > .euiFlexItem {\n  -ms-flex-preferred-size: calc(50% - 8px);\n      flex-basis: calc(50% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 2;\n     -moz-column-count: 2;\n          column-count: 2; }\n  .euiFlexGrid--gutterSmall.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--single > .euiFlexItem {\n  -ms-flex-preferred-size: calc(100% - 8px);\n      flex-basis: calc(100% - 8px); }\n\n.euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 1;\n     -moz-column-count: 1;\n          column-count: 1; }\n  .euiFlexGrid--gutterSmall.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 8px); }\n\n/**\n   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid\n   * without columns.\n   */\n.euiFlexGrid--gutterMedium {\n  margin: -8px;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n  .euiFlexGrid--gutterMedium > .euiFlexItem {\n    margin: 8px; }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--fourths > .euiFlexItem {\n  -ms-flex-preferred-size: calc(25% - 16px);\n      flex-basis: calc(25% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 4;\n     -moz-column-count: 4;\n          column-count: 4; }\n  .euiFlexGrid--gutterMedium.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--thirds > .euiFlexItem {\n  -ms-flex-preferred-size: calc(33.3% - 16px);\n      flex-basis: calc(33.3% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 3;\n     -moz-column-count: 3;\n          column-count: 3; }\n  .euiFlexGrid--gutterMedium.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--halves > .euiFlexItem {\n  -ms-flex-preferred-size: calc(50% - 16px);\n      flex-basis: calc(50% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 2;\n     -moz-column-count: 2;\n          column-count: 2; }\n  .euiFlexGrid--gutterMedium.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--single > .euiFlexItem {\n  -ms-flex-preferred-size: calc(100% - 16px);\n      flex-basis: calc(100% - 16px); }\n\n.euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 1;\n     -moz-column-count: 1;\n          column-count: 1; }\n  .euiFlexGrid--gutterMedium.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 16px); }\n\n/**\n   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid\n   * without columns.\n   */\n.euiFlexGrid--gutterLarge {\n  margin: -12px;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n  .euiFlexGrid--gutterLarge > .euiFlexItem {\n    margin: 12px; }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--fourths > .euiFlexItem {\n  -ms-flex-preferred-size: calc(25% - 24px);\n      flex-basis: calc(25% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 4;\n     -moz-column-count: 4;\n          column-count: 4; }\n  .euiFlexGrid--gutterLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--thirds > .euiFlexItem {\n  -ms-flex-preferred-size: calc(33.3% - 24px);\n      flex-basis: calc(33.3% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 3;\n     -moz-column-count: 3;\n          column-count: 3; }\n  .euiFlexGrid--gutterLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--halves > .euiFlexItem {\n  -ms-flex-preferred-size: calc(50% - 24px);\n      flex-basis: calc(50% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 2;\n     -moz-column-count: 2;\n          column-count: 2; }\n  .euiFlexGrid--gutterLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--single > .euiFlexItem {\n  -ms-flex-preferred-size: calc(100% - 24px);\n      flex-basis: calc(100% - 24px); }\n\n.euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 1;\n     -moz-column-count: 1;\n          column-count: 1; }\n  .euiFlexGrid--gutterLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 24px); }\n\n/**\n   * Uncouple the gutter margin from the column widths to support cases where we use a FlexGrid\n   * without columns.\n   */\n.euiFlexGrid--gutterXLarge {\n  margin: -16px;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n  .euiFlexGrid--gutterXLarge > .euiFlexItem {\n    margin: 16px; }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths > .euiFlexItem {\n  -ms-flex-preferred-size: calc(25% - 32px);\n      flex-basis: calc(25% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 4;\n     -moz-column-count: 4;\n          column-count: 4; }\n  .euiFlexGrid--gutterXLarge.euiFlexGrid--fourths.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds > .euiFlexItem {\n  -ms-flex-preferred-size: calc(33.3% - 32px);\n      flex-basis: calc(33.3% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 3;\n     -moz-column-count: 3;\n          column-count: 3; }\n  .euiFlexGrid--gutterXLarge.euiFlexGrid--thirds.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--halves > .euiFlexItem {\n  -ms-flex-preferred-size: calc(50% - 32px);\n      flex-basis: calc(50% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 2;\n     -moz-column-count: 2;\n          column-count: 2; }\n  .euiFlexGrid--gutterXLarge.euiFlexGrid--halves.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--single > .euiFlexItem {\n  -ms-flex-preferred-size: calc(100% - 32px);\n      flex-basis: calc(100% - 32px); }\n\n.euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn {\n  /* 1 */\n  -webkit-column-count: 1;\n     -moz-column-count: 1;\n          column-count: 1; }\n  .euiFlexGrid--gutterXLarge.euiFlexGrid--single.euiFlexGrid--directionColumn > .euiFlexItem {\n    width: calc(100% - 32px); }\n\n@media only screen and (max-width: 574px) {\n  .euiFlexGrid.euiFlexGrid--responsive {\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    -webkit-column-count: 1 !important;\n       -moz-column-count: 1 !important;\n            column-count: 1 !important; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiFlexGrid.euiFlexGrid--responsive {\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    -webkit-column-count: 1 !important;\n       -moz-column-count: 1 !important;\n            column-count: 1 !important; } }\n\n/**\n * 1. Allow EuiPanels to expand to fill the item.\n * 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and\n *    not cause weird wrapping issues.\n */\n.euiFlexItem {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  /* 1 */\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  /* 1 */\n  /*\n   * 1. We need the extra specificity here to override the FlexGroup > FlexItem styles.\n   * 2. FlexItem can be manually set to not grow if needed.\n   */ }\n  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n    .euiFlexItem {\n      min-width: 1px;\n      /* 2 */ } }\n  .euiFlexItem.euiFlexItem--flexGrowZero {\n    /* 1 */\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0;\n    /* 2 */\n    -ms-flex-preferred-size: auto;\n        flex-basis: auto;\n    /* 2 */ }\n  .euiFlexItem.euiFlexItem--flexGrow1 {\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n  .euiFlexItem.euiFlexItem--flexGrow2 {\n    -webkit-box-flex: 2;\n        -ms-flex-positive: 2;\n            flex-grow: 2; }\n  .euiFlexItem.euiFlexItem--flexGrow3 {\n    -webkit-box-flex: 3;\n        -ms-flex-positive: 3;\n            flex-grow: 3; }\n  .euiFlexItem.euiFlexItem--flexGrow4 {\n    -webkit-box-flex: 4;\n        -ms-flex-positive: 4;\n            flex-grow: 4; }\n  .euiFlexItem.euiFlexItem--flexGrow5 {\n    -webkit-box-flex: 5;\n        -ms-flex-positive: 5;\n            flex-grow: 5; }\n  .euiFlexItem.euiFlexItem--flexGrow6 {\n    -webkit-box-flex: 6;\n        -ms-flex-positive: 6;\n            flex-grow: 6; }\n  .euiFlexItem.euiFlexItem--flexGrow7 {\n    -webkit-box-flex: 7;\n        -ms-flex-positive: 7;\n            flex-grow: 7; }\n  .euiFlexItem.euiFlexItem--flexGrow8 {\n    -webkit-box-flex: 8;\n        -ms-flex-positive: 8;\n            flex-grow: 8; }\n  .euiFlexItem.euiFlexItem--flexGrow9 {\n    -webkit-box-flex: 9;\n        -ms-flex-positive: 9;\n            flex-grow: 9; }\n  .euiFlexItem.euiFlexItem--flexGrow10 {\n    -webkit-box-flex: 10;\n        -ms-flex-positive: 10;\n            flex-grow: 10; }\n\n@media only screen and (max-width: 574px) {\n  .euiFlexGroup--responsive > .euiFlexItem,\n  .euiFlexGrid--responsive > .euiFlexItem {\n    width: 100% !important;\n    -ms-flex-preferred-size: 100% !important;\n        flex-basis: 100% !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    margin-bottom: 16px !important; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiFlexGroup--responsive > .euiFlexItem,\n  .euiFlexGrid--responsive > .euiFlexItem {\n    width: 100% !important;\n    -ms-flex-preferred-size: 100% !important;\n        flex-basis: 100% !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    margin-bottom: 16px !important; } }\n\n.euiFlyout {\n  border-left: 1px solid #D3DAE6;\n  -webkit-box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n          box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n  border-color: #c6cad1;\n  border-top-color: #e3e4e8;\n  border-bottom-color: #aaafba;\n  position: fixed;\n  top: 0;\n  bottom: 0;\n  right: 0;\n  height: 100%;\n  z-index: 8000;\n  background: #FFF;\n  -webkit-animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n          animation: euiFlyout 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch; }\n\n.euiFlyout__closeButton {\n  background-color: rgba(255, 255, 255, 0.9);\n  position: absolute;\n  right: 17px;\n  top: 17px;\n  z-index: 3; }\n\n/**\n * 1. Calculating the minimum width based on the screen takover breakpoint\n */\n.euiFlyout--small {\n  min-width: 384px;\n  width: 25vw; }\n  .euiFlyout--small.euiFlyout--maxWidth-default {\n    max-width: 403px; }\n\n.euiFlyout--medium {\n  min-width: 424px;\n  width: 50vw; }\n  .euiFlyout--medium.euiFlyout--maxWidth-default {\n    max-width: 768px; }\n\n.euiFlyout--large {\n  min-width: 691px;\n  width: 75vw; }\n  .euiFlyout--large.euiFlyout--maxWidth-default {\n    max-width: 992px; }\n\n@-webkit-keyframes euiFlyout {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(100%);\n            transform: translateX(100%); }\n  75% {\n    opacity: 1;\n    -webkit-transform: translateX(0%);\n            transform: translateX(0%); } }\n\n@keyframes euiFlyout {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(100%);\n            transform: translateX(100%); }\n  75% {\n    opacity: 1;\n    -webkit-transform: translateX(0%);\n            transform: translateX(0%); } }\n\n/**\n * 1. Only small flyouts should NOT takover the entire screen\n * 2. If a custom maxWidth is set, we need to override it.\n */\n@media only screen and (max-width: 574px) {\n  .euiFlyout:not(.euiFlyout--small) {\n    /* 1 */\n    left: 0;\n    min-width: 0;\n    width: auto;\n    border-left: none;\n    max-width: 100vw !important;\n    /* 2 */ }\n  .euiFlyout--small {\n    width: 90vw;\n    min-width: 0;\n    /* 1 */\n    max-width: 403px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiFlyout:not(.euiFlyout--small) {\n    /* 1 */\n    left: 0;\n    min-width: 0;\n    width: auto;\n    border-left: none;\n    max-width: 100vw !important;\n    /* 2 */ }\n  .euiFlyout--small {\n    width: 90vw;\n    min-width: 0;\n    /* 1 */\n    max-width: 403px; } }\n\n.euiFlyoutBody {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  overflow-y: hidden;\n  height: 100%; }\n  .euiFlyoutBody .euiFlyoutBody__overflow {\n    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n            mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n    scrollbar-width: thin;\n    height: 100%;\n    overflow-y: auto;\n    padding: 24px; }\n    .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar {\n      width: 16px;\n      height: 16px; }\n    .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-thumb {\n      background-color: rgba(105, 112, 125, 0.5);\n      border: 6px solid transparent;\n      background-clip: content-box; }\n    .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-corner, .euiFlyoutBody .euiFlyoutBody__overflow::-webkit-scrollbar-track {\n      background-color: transparent; }\n\n.euiFlyoutFooter {\n  background: #F5F7FA;\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  padding: 16px 24px; }\n\n.euiFlyoutHeader {\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  padding: 24px 40px 0 24px; }\n\n.euiFlyoutHeader--hasBorder {\n  padding-bottom: 24px;\n  border-bottom: 1px solid #D3DAE6; }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n.euiCheckbox {\n  position: relative;\n  /**\n   * 1. Float above the visual radio and match its dimension, so that when users try to click it\n   *    they actually click this input.\n   */ }\n  .euiCheckbox .euiCheckbox__input {\n    position: absolute;\n    left: -10000px;\n    top: auto;\n    width: 1px;\n    height: 1px;\n    overflow: hidden; }\n    .euiCheckbox .euiCheckbox__input ~ .euiCheckbox__label {\n      display: block;\n      padding-left: 24px;\n      line-height: 24px;\n      font-size: 14px;\n      position: relative;\n      z-index: 2;\n      cursor: pointer; }\n    .euiCheckbox .euiCheckbox__input + .euiCheckbox__square {\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      padding: 7px;\n      border: 1px solid #c9cbcd;\n      background: #FFF no-repeat center;\n      border-radius: 4px;\n      -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n      transition: background-color 150ms ease-in, border-color 150ms ease-in;\n      display: inline-block;\n      position: absolute;\n      left: 0;\n      top: 3px; }\n    .euiCheckbox .euiCheckbox__input:checked + .euiCheckbox__square {\n      border-color: #006BB4;\n      background-color: #006BB4;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E\"); }\n    .euiCheckbox .euiCheckbox__input:indeterminate + .euiCheckbox__square {\n      border-color: #006BB4;\n      background-color: #006BB4;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Crect width='6' height='6' fill='rgb%28255, 255, 255%29' fill-rule='evenodd'/%3E%3C/svg%3E\"); }\n    .euiCheckbox .euiCheckbox__input[disabled] {\n      cursor: not-allowed !important; }\n      .euiCheckbox .euiCheckbox__input[disabled] ~ .euiCheckbox__label {\n        color: #98A2B3;\n        cursor: not-allowed !important; }\n      .euiCheckbox .euiCheckbox__input[disabled] + .euiCheckbox__square {\n        border-color: #D3DAE6;\n        background-color: #D3DAE6;\n        -webkit-box-shadow: none;\n                box-shadow: none; }\n    .euiCheckbox .euiCheckbox__input:checked[disabled] + .euiCheckbox__square {\n      border-color: #D3DAE6;\n      background-color: #D3DAE6;\n      -webkit-box-shadow: none;\n              box-shadow: none;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M.375 2.625L3.375 5.625M3.375 5.625L8.625.375' fill='none' fill-rule='evenodd' stroke='rgb%2894, 100, 111%29' stroke-linecap='round' stroke-width='1.5' transform='translate(.5 1)'/%3E%3C/svg%3E\"); }\n    .euiCheckbox .euiCheckbox__input:indeterminate[disabled] + .euiCheckbox__square {\n      border-color: #D3DAE6;\n      background-color: #D3DAE6;\n      -webkit-box-shadow: none;\n              box-shadow: none;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2894, 100, 111%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E\"); }\n    .euiCheckbox .euiCheckbox__input:focus + .euiCheckbox__square, .euiCheckbox .euiCheckbox__input:active:not(:disabled) + .euiCheckbox__square {\n      -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n              animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n      border-color: #006BB4; }\n  .euiCheckbox.euiCheckbox--inList, .euiCheckbox.euiCheckbox--noLabel {\n    min-height: 16px;\n    min-width: 16px; }\n    .euiCheckbox.euiCheckbox--inList .euiCheckbox__square, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__square {\n      top: 0; }\n    .euiCheckbox.euiCheckbox--inList .euiCheckbox__input, .euiCheckbox.euiCheckbox--noLabel .euiCheckbox__input {\n      width: 16px;\n      height: 16px;\n      /* 1 */\n      position: absolute;\n      /* 1 */\n      opacity: 0;\n      /* 1 */\n      z-index: 1;\n      /* 1 */\n      margin: 0;\n      /* 1 */\n      left: 0;\n      /* 1 */\n      cursor: pointer; }\n\n.euiCheckboxGroup__item + .euiCheckboxGroup__item {\n  margin-top: 4px; }\n  .euiCheckboxGroup__item + .euiCheckboxGroup__item.euiCheckbox--compressed {\n    margin-top: 0; }\n\n.euiDescribedFormGroup {\n  max-width: 800px; }\n  .euiDescribedFormGroup + * {\n    margin-top: 24px; }\n  .euiDescribedFormGroup.euiDescribedFormGroup--fullWidth {\n    max-width: 100%; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__description {\n    padding-top: 8px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fields {\n    width: 400px;\n    max-width: 100%; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxxsmall {\n    padding-top: 8px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xxsmall {\n    padding-top: 11px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--xsmall {\n    padding-top: 14px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--small {\n    padding-top: 20px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--medium {\n    padding-top: 32px; }\n  .euiDescribedFormGroup .euiDescribedFormGroup__fieldPadding--large {\n    padding-top: 44px; }\n  @media only screen and (max-width: 574px) {\n    .euiDescribedFormGroup .euiDescribedFormGroup__fields {\n      padding-top: 0; }\n      .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child {\n        padding-top: 0; } }\n  @media only screen and (min-width: 575px) and (max-width: 767px) {\n    .euiDescribedFormGroup .euiDescribedFormGroup__fields {\n      padding-top: 0; }\n      .euiDescribedFormGroup .euiDescribedFormGroup__fields > .euiFormRow--hasEmptyLabelSpace:first-child {\n        padding-top: 0; } }\n\n.euiFieldNumber {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px; }\n  .euiFieldNumber--fullWidth {\n    max-width: 100%; }\n  .euiFieldNumber--compressed {\n    height: 32px; }\n  .euiFieldNumber--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldNumber--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldNumber--inGroup.euiFieldNumber--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiFieldNumber--inGroup.euiFieldNumber--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiFieldNumber {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFieldNumber::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiFieldNumber::-moz-placeholder {\n    color: #69707D; }\n  .euiFieldNumber:-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldNumber:-moz-placeholder {\n    color: #69707D; }\n  .euiFieldNumber::-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldNumber::placeholder {\n    color: #69707D; }\n  .euiFieldNumber--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiFieldNumber--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiFieldNumber:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiFieldNumber:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiFieldNumber:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiFieldNumber:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldNumber:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldNumber:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldNumber:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldNumber:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldNumber:disabled::placeholder {\n      color: #98A2B3; }\n  .euiFieldNumber[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiFieldNumber--withIcon {\n    padding-left: 40px; }\n  .euiFieldNumber-isLoading {\n    padding-right: 40px; }\n\n.euiFieldPassword {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  padding-left: 40px; }\n  .euiFieldPassword--fullWidth {\n    max-width: 100%; }\n  .euiFieldPassword--compressed {\n    height: 32px; }\n  .euiFieldPassword--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldPassword--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldPassword--inGroup.euiFieldPassword--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiFieldPassword--inGroup.euiFieldPassword--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiFieldPassword {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFieldPassword::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiFieldPassword::-moz-placeholder {\n    color: #69707D; }\n  .euiFieldPassword:-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldPassword:-moz-placeholder {\n    color: #69707D; }\n  .euiFieldPassword::-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldPassword::placeholder {\n    color: #69707D; }\n  .euiFieldPassword--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiFieldPassword--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiFieldPassword:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiFieldPassword:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiFieldPassword:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiFieldPassword:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldPassword:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldPassword:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldPassword:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldPassword:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldPassword:disabled::placeholder {\n      color: #98A2B3; }\n  .euiFieldPassword[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiFieldPassword-isLoading {\n    padding-right: 40px; }\n\n/*\n * 1. Fix for Safari to ensure that it renders like a normal text input\n *    and doesn't add extra spacing around text\n */\n.euiFieldSearch {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  padding-left: 40px;\n  -webkit-appearance: textfield;\n  /* 1 */ }\n  .euiFieldSearch--fullWidth {\n    max-width: 100%; }\n  .euiFieldSearch--compressed {\n    height: 32px; }\n  .euiFieldSearch--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldSearch--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldSearch--inGroup.euiFieldSearch--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiFieldSearch--inGroup.euiFieldSearch--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiFieldSearch {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFieldSearch::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiFieldSearch::-moz-placeholder {\n    color: #69707D; }\n  .euiFieldSearch:-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldSearch:-moz-placeholder {\n    color: #69707D; }\n  .euiFieldSearch::-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldSearch::placeholder {\n    color: #69707D; }\n  .euiFieldSearch--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiFieldSearch--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiFieldSearch:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiFieldSearch:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiFieldSearch:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiFieldSearch:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldSearch:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldSearch:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldSearch:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldSearch:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldSearch:disabled::placeholder {\n      color: #98A2B3; }\n  .euiFieldSearch[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiFieldSearch-isLoading {\n    padding-right: 40px; }\n  .euiFieldSearch::-webkit-search-decoration {\n    -webkit-appearance: none;\n    /* 1 */ }\n\n.euiFieldText {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  /* Invalid state normally comes from :invalid, but several components\n  /* like EuiDatePicker need it toggled through an extra class.\n  */ }\n  .euiFieldText--fullWidth {\n    max-width: 100%; }\n  .euiFieldText--compressed {\n    height: 32px; }\n  .euiFieldText--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldText--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFieldText--inGroup.euiFieldText--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiFieldText--inGroup.euiFieldText--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiFieldText {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFieldText::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiFieldText::-moz-placeholder {\n    color: #69707D; }\n  .euiFieldText:-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldText:-moz-placeholder {\n    color: #69707D; }\n  .euiFieldText::-ms-input-placeholder {\n    color: #69707D; }\n  .euiFieldText::placeholder {\n    color: #69707D; }\n  .euiFieldText--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiFieldText--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiFieldText:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiFieldText:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiFieldText:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiFieldText:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldText:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldText:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldText:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiFieldText:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiFieldText:disabled::placeholder {\n      color: #98A2B3; }\n  .euiFieldText[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiFieldText--withIcon {\n    padding-left: 40px; }\n  .euiFieldText-isLoading {\n    padding-right: 40px; }\n  .euiFieldText.euiFieldText-isInvalid {\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n\n/**\n  * REMEMBER: --large modifiers must come last to override --compressed\n  */\n.euiFilePicker {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  position: relative; }\n  .euiFilePicker.euiFilePicker--fullWidth {\n    max-width: 100%; }\n  .euiFilePicker.euiFilePicker--large {\n    height: auto; }\n\n.euiFilePicker__input {\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  opacity: 0;\n  overflow: hidden; }\n  .euiFilePicker__input:hover {\n    cursor: pointer; }\n  .euiFilePicker__input:hover:disabled {\n    cursor: not-allowed; }\n  .euiFilePicker__input:disabled ~ .euiFilePicker__prompt {\n    color: #98A2B3; }\n\n.euiFilePicker__icon {\n  position: absolute;\n  left: 12px;\n  top: 12px;\n  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiFilePicker--compressed .euiFilePicker__icon {\n    top: 8px; }\n  .euiFilePicker--large .euiFilePicker__icon {\n    position: static;\n    margin-bottom: 16px; }\n\n/**\n  * 1. Don't block the user from dropping files onto the filepicker.\n  * 3. Ensure space for import icon, loading spinner, and clear button (only if it has files)\n  * 4. Delay focus gradient or else it will only partially transition while file chooser opens\n  * 5. Static height so that it doesn't shift it's surrounding contents around\n  */\n.euiFilePicker__prompt {\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  padding-left: 40px;\n  /* 3 */\n  height: 40px;\n  padding-top: 12px;\n  padding-right: 12px;\n  padding-bottom: 12px;\n  pointer-events: none;\n  /* 1 */\n  -webkit-transition: background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms, -webkit-box-shadow 150ms ease-in;\n  transition: background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms;\n  transition: box-shadow 150ms ease-in, background-color 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in 150ms, -webkit-box-shadow 150ms ease-in;\n  /* 4 */ }\n  @supports (-moz-appearance: none) {\n    .euiFilePicker__prompt {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFilePicker--compressed .euiFilePicker__prompt {\n    height: 32px;\n    padding-top: 8px;\n    padding-right: 8px;\n    padding-bottom: 8px; }\n  .euiFilePicker--large .euiFilePicker__prompt {\n    height: 128px;\n    /* 5 */\n    padding: 0 24px;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    -webkit-box-pack: center;\n        -ms-flex-pack: center;\n            justify-content: center; }\n  .euiFilePicker-isInvalid .euiFilePicker__prompt {\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n\n.euiFilePicker__promptText {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */\n  line-height: 16px;\n  display: block; }\n  .euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText {\n    color: #98A2B3; }\n\n.euiFilePicker__clearButton,\n.euiFilePicker__loadingSpinner {\n  position: absolute;\n  right: 12px;\n  top: 12px; }\n  .euiFilePicker--compressed .euiFilePicker__clearButton, .euiFilePicker--compressed\n  .euiFilePicker__loadingSpinner {\n    top: 8px; }\n\n/**\n  * 1. Undo the pointer-events: none applied to the enclosing prompt.\n  */\n.euiFilePicker__clearButton {\n  pointer-events: auto;\n  /* 1 */ }\n  .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton {\n    width: 16px;\n    height: 16px;\n    pointer-events: all;\n    background-color: #98A2B3;\n    border-radius: 16px;\n    line-height: 0; }\n    .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton:focus {\n      -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n              animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n    .euiFilePicker:not(.euiFilePicker--large) .euiFilePicker__clearButton .euiFilePicker__clearIcon {\n      width: 8px;\n      height: 8px;\n      fill: #FFF;\n      stroke: #FFF;\n      stroke-width: 2px; }\n  .euiFilePicker--large .euiFilePicker__clearButton {\n    position: relative;\n    top: 0;\n    right: 0; }\n\n.euiFilePicker__showDrop .euiFilePicker__prompt,\n.euiFilePicker__input:focus + .euiFilePicker__prompt {\n  background-color: white;\n  background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n  background-size: 100% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n\n.euiFilePicker__input:disabled + .euiFilePicker__prompt {\n  cursor: not-allowed;\n  color: #98A2B3;\n  background: #eef2f7;\n  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt::-webkit-input-placeholder {\n    color: #98A2B3; }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt::-moz-placeholder {\n    color: #98A2B3; }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt:-ms-input-placeholder {\n    color: #98A2B3; }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt:-moz-placeholder {\n    color: #98A2B3; }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt::-ms-input-placeholder {\n    color: #98A2B3; }\n  .euiFilePicker__input:disabled + .euiFilePicker__prompt::placeholder {\n    color: #98A2B3; }\n\n.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-isLoading .euiFilePicker__prompt,\n.euiFilePicker:not(.euiFilePicker--large).euiFilePicker-hasFiles .euiFilePicker__prompt {\n  padding-right: 40px;\n  /* 3 */ }\n\n.euiFilePicker-hasFiles .euiFilePicker__promptText {\n  color: #343741; }\n\n.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__promptText,\n.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__promptText {\n  text-decoration: underline; }\n\n.euiFilePicker--large .euiFilePicker__input:hover:not(:disabled) + .euiFilePicker__prompt .euiFilePicker__icon,\n.euiFilePicker--large .euiFilePicker__input:focus + .euiFilePicker__prompt .euiFilePicker__icon {\n  -webkit-transform: scale(1.1);\n          transform: scale(1.1); }\n\n.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__promptText {\n  text-decoration: underline; }\n\n.euiFilePicker--large.euiFilePicker__showDrop .euiFilePicker__prompt .euiFilePicker__icon {\n  -webkit-transform: scale(1.1);\n          transform: scale(1.1); }\n\n.euiFilePicker--large.euiFilePicker-hasFiles .euiFilePicker__promptText {\n  font-weight: 700; }\n\n.euiForm__error {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  list-style: disc; }\n\n.euiForm__errors {\n  margin-bottom: 16px; }\n\n/**\n * 2. Account for inner box-shadow style border when in group\n * 3. Must supply both values to background-size or some browsers apply the single value to both directions\n */\n/**\n * 4. Override invalid state with focus state.\n */\n.euiFormControlLayout {\n  max-width: 400px;\n  width: 100%;\n  height: auto; }\n  .euiFormControlLayout--fullWidth {\n    max-width: 100%; }\n  .euiFormControlLayout--compressed {\n    height: 32px; }\n  .euiFormControlLayout--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFormControlLayout--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiFormControlLayout--inGroup.euiFormControlLayout--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiFormControlLayout--inGroup.euiFormControlLayout--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n\n.euiFormControlLayout__childrenWrapper {\n  position: relative; }\n\n/**\n * 1. Account for inner box-shadow style border\n */\n.euiFormControlLayout--group {\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 1px;\n  /* 1 */ }\n  @supports (-moz-appearance: none) {\n    .euiFormControlLayout--group {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiFormControlLayout--group .euiFormControlLayout__childrenWrapper {\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n  .euiFormControlLayout--group .euiFormControlLayout__prepend,\n  .euiFormControlLayout--group .euiFormControlLayout__append {\n    -ms-flex-negative: 0;\n        flex-shrink: 0;\n    height: 38px;\n    /* 1 */\n    line-height: 16px;\n    border: none; }\n    .euiFormControlLayout--group .euiFormControlLayout__prepend:disabled,\n    .euiFormControlLayout--group .euiFormControlLayout__append:disabled {\n      background-color: #eef2f7;\n      color: #98A2B3; }\n    .euiFormControlLayout--group .euiFormControlLayout__prepend.euiFormLabel, .euiFormControlLayout--group .euiFormControlLayout__prepend.euiText,\n    .euiFormControlLayout--group .euiFormControlLayout__append.euiFormLabel,\n    .euiFormControlLayout--group .euiFormControlLayout__append.euiText {\n      white-space: nowrap;\n      margin-bottom: 0;\n      padding: 12px;\n      border: none;\n      background-color: #eef2f7;\n      line-height: 16px; }\n  .euiFormControlLayout--group .euiFormControlLayout__prepend {\n    border-right: 1px solid rgba(0, 0, 0, 0.1); }\n  .euiFormControlLayout--group .euiFormControlLayout__append {\n    border-left: 1px solid rgba(0, 0, 0, 0.1); }\n  .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend,\n  .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append {\n    height: 30px;\n    /* 1 */ }\n    .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend.euiFormLabel, .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__prepend.euiText,\n    .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append.euiFormLabel,\n    .euiFormControlLayout--group.euiFormControlLayout--compressed .euiFormControlLayout__append.euiText {\n      padding-top: 8px;\n      padding-bottom: 8px; }\n  .euiFormControlLayout--group.euiFormControlLayout--readOnly {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none;\n    padding: 0;\n    /* 1 */\n    background-color: transparent; }\n    .euiFormControlLayout--group.euiFormControlLayout--readOnly .euiFormControlLayout__prepend,\n    .euiFormControlLayout--group.euiFormControlLayout--readOnly .euiFormControlLayout__append {\n      height: 40px; }\n\n.euiFormControlLayout-isDisabled,\n.euiFormControlLayout-isDisabled .euiDatePickerRange--inGroup {\n  background-color: #eef2f7;\n  color: #69707D; }\n\n.euiFormControlLayoutIcons {\n  pointer-events: none;\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 12px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiFormControlLayoutIcons > * + * {\n    margin-left: 6px; }\n\n.euiFormControlLayoutIcons--right {\n  left: auto;\n  right: 12px; }\n\n*:disabled + .euiFormControlLayoutIcons {\n  cursor: not-allowed;\n  color: #98A2B3; }\n\n.euiFormControlLayoutClearButton {\n  width: 16px;\n  height: 16px;\n  pointer-events: all;\n  background-color: #98A2B3;\n  border-radius: 16px;\n  line-height: 0; }\n  .euiFormControlLayoutClearButton:focus {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n  .euiFormControlLayoutClearButton .euiFormControlLayoutClearButton__icon {\n    width: 8px;\n    height: 8px;\n    fill: #FFF;\n    stroke: #FFF;\n    stroke-width: 2px; }\n\n.euiFormControlLayoutCustomIcon {\n  pointer-events: none; }\n  .euiFormControlLayoutCustomIcon .euiFormControlLayoutCustomIcon__icon {\n    -webkit-transform: translateY(-1px);\n            transform: translateY(-1px); }\n\n.euiFormControlLayoutCustomIcon--clickable {\n  width: 16px;\n  height: 16px;\n  pointer-events: all; }\n  .euiFormControlLayoutCustomIcon--clickable .euiFormControlLayoutCustomIcon__icon {\n    vertical-align: baseline;\n    -webkit-transform: none;\n            transform: none; }\n  .euiFormControlLayoutCustomIcon--clickable:focus {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate; }\n  .euiFormControlLayoutCustomIcon--clickable:disabled {\n    cursor: not-allowed;\n    color: #98A2B3; }\n\n.euiFormErrorText {\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5;\n  padding-top: 8px;\n  color: #BD271E; }\n\n.euiFormHelpText {\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5;\n  padding-top: 8px;\n  color: #69707D; }\n\n/**\n * 1. Focused state overrides invalid state.\n */\n.euiFormLabel {\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5;\n  display: inline-block;\n  margin-bottom: 4px;\n  -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  color: #1a1c21;\n  font-weight: 600; }\n  .euiFormLabel.euiFormLabel-isInvalid {\n    color: #BD271E;\n    /* 1 */ }\n  .euiFormLabel.euiFormLabel-isFocused {\n    color: #006BB4;\n    /* 1 */ }\n\n.euiFormLabel[for] {\n  cursor: pointer; }\n\n/**\n * 1. Coerce inline form elements to behave as block-level elements.\n * 2. For inline forms, we need to add margin if the label doesn't exist.\n */\n.euiFormRow {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  /* 1 */\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  /* 1 */\n  max-width: 400px;\n  padding-bottom: 8px; }\n  .euiFormRow + * {\n    margin-top: 16px; }\n\n.euiFormRow--fullWidth {\n  max-width: 100%; }\n\n.euiFormRow--hasEmptyLabelSpace {\n  margin-top: 20px;\n  /* 2 */\n  min-height: 40px;\n  padding-bottom: 0;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center; }\n\n.euiFormRow--compressed + * {\n  margin-top: 8px; }\n\n.euiFormRow--compressed .euiFormRow__text {\n  padding-top: 6px; }\n\n.euiFormRow__displayOnlyWrapper {\n  min-height: 40px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiRadio {\n  position: relative;\n  /**\n   * 1. Float above the visual radio and match its dimension, so that when users try to click it\n   *    they actually click this input.\n   */ }\n  .euiRadio .euiRadio__input {\n    position: absolute;\n    left: -10000px;\n    top: auto;\n    width: 1px;\n    height: 1px;\n    overflow: hidden; }\n    .euiRadio .euiRadio__input ~ .euiRadio__label {\n      display: block;\n      padding-left: 24px;\n      line-height: 24px;\n      font-size: 14px;\n      position: relative;\n      z-index: 2;\n      cursor: pointer; }\n    .euiRadio .euiRadio__input + .euiRadio__circle {\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      padding: 7px;\n      border: 1px solid #c9cbcd;\n      background: #FFF no-repeat center;\n      border-radius: 14px;\n      -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n      transition: background-color 150ms ease-in, border-color 150ms ease-in;\n      display: inline-block;\n      position: absolute;\n      left: 0;\n      top: 3px; }\n    .euiRadio .euiRadio__input:checked + .euiRadio__circle {\n      border-color: #006BB4;\n      background-color: #006BB4;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%28255, 255, 255%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E\"); }\n    .euiRadio .euiRadio__input[disabled] {\n      cursor: not-allowed !important; }\n      .euiRadio .euiRadio__input[disabled] ~ .euiRadio__label {\n        color: #98A2B3;\n        cursor: not-allowed !important; }\n      .euiRadio .euiRadio__input[disabled] + .euiRadio__circle {\n        border-color: #D3DAE6;\n        background-color: #D3DAE6;\n        -webkit-box-shadow: none;\n                box-shadow: none; }\n    .euiRadio .euiRadio__input:checked[disabled] + .euiRadio__circle {\n      border-color: #D3DAE6;\n      background-color: #D3DAE6;\n      -webkit-box-shadow: none;\n              box-shadow: none;\n      background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='8' cy='11' r='3' fill='rgb%2894, 100, 111%29' fill-rule='evenodd' transform='translate(-5 -8)'/%3E%3C/svg%3E\"); }\n    .euiRadio .euiRadio__input:focus + .euiRadio__circle, .euiRadio .euiRadio__input:active:not(:disabled) + .euiRadio__circle {\n      -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n              animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n      border-color: #006BB4; }\n  .euiRadio.euiRadio--inList, .euiRadio.euiRadio--noLabel {\n    min-height: 16px;\n    min-width: 16px; }\n    .euiRadio.euiRadio--inList .euiRadio__circle, .euiRadio.euiRadio--noLabel .euiRadio__circle {\n      top: 0; }\n    .euiRadio.euiRadio--inList .euiRadio__input, .euiRadio.euiRadio--noLabel .euiRadio__input {\n      width: 16px;\n      height: 16px;\n      /* 1 */\n      position: absolute;\n      /* 1 */\n      opacity: 0;\n      /* 1 */\n      z-index: 1;\n      /* 1 */\n      margin: 0;\n      /* 1 */\n      left: 0;\n      /* 1 */\n      cursor: pointer; }\n\n.euiRadioGroup__item + .euiRadioGroup__item {\n  margin-top: 8px; }\n  .euiRadioGroup__item + .euiRadioGroup__item.euiRadio--compressed {\n    margin-top: 0; }\n\n.euiRangeHighlight {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  top: 18px;\n  z-index: 0;\n  overflow: hidden; }\n  .euiRangeHighlight__progress {\n    height: 4px;\n    border-radius: 4px;\n    background-color: #69707D; }\n    .euiRangeHighlight__progress--hasFocus {\n      background-color: #006BB4; }\n  .euiRangeHighlight--hasTicks {\n    top: 8px;\n    left: 0; }\n\n.euiRangeInput {\n  width: auto;\n  min-width: 64px; }\n  .euiRangeInput--min {\n    margin-right: 16px; }\n  .euiRangeInput--max {\n    margin-left: 16px; }\n\n.euiRangeLabel--min, .euiRangeLabel--max {\n  font-size: 12px; }\n\n.euiRangeLabel--min {\n  margin-right: 8px; }\n\n.euiRangeLabel--max {\n  margin-left: 8px; }\n\n.euiRangeLabel--isDisabled {\n  opacity: 0.25; }\n\n.euiRangeLevels {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: stretch;\n      -ms-flex-pack: stretch;\n          justify-content: stretch;\n  z-index: 0;\n  position: absolute;\n  left: 0;\n  right: 0;\n  top: 22px; }\n  .euiRangeLevels--hasTicks {\n    top: 12px; }\n\n.euiRangeLevel {\n  display: block;\n  height: 6px;\n  border-radius: 6px;\n  margin: 2px; }\n\n.euiRangeLevel--primary {\n  background-color: rgba(0, 107, 180, 0.3); }\n\n.euiRangeLevel--success {\n  background-color: rgba(1, 125, 115, 0.3); }\n\n.euiRangeLevel--warning {\n  background-color: rgba(245, 167, 0, 0.3); }\n\n.euiRangeLevel--danger {\n  background-color: rgba(189, 39, 30, 0.3); }\n\n/*\n *  Input Range Customization by browser\n */\n.euiRangeSlider {\n  height: 40px;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  background: transparent;\n  width: 100%;\n  position: relative;\n  z-index: 2000;\n  cursor: pointer; }\n  .euiRangeSlider:disabled {\n    cursor: not-allowed; }\n    .euiRangeSlider:disabled::-webkit-slider-thumb {\n      cursor: not-allowed;\n      border-color: #69707D;\n      background-color: #69707D;\n      -webkit-box-shadow: none;\n              box-shadow: none; }\n    .euiRangeSlider:disabled::-moz-range-thumb {\n      cursor: not-allowed;\n      border-color: #69707D;\n      background-color: #69707D;\n      box-shadow: none; }\n    .euiRangeSlider:disabled::-ms-thumb {\n      cursor: not-allowed;\n      border-color: #69707D;\n      background-color: #69707D;\n      box-shadow: none; }\n    .euiRangeSlider:disabled ~ .euiRangeThumb {\n      cursor: not-allowed;\n      border-color: #69707D;\n      background-color: #69707D;\n      -webkit-box-shadow: none;\n              box-shadow: none; }\n  .euiRangeSlider::-webkit-slider-thumb {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiRangeSlider::-moz-range-thumb {\n    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiRangeSlider::-ms-thumb {\n    box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 7px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 14px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    cursor: pointer;\n    border-color: #69707D;\n    padding: 0;\n    height: 16px;\n    width: 16px; }\n  .euiRangeSlider::-webkit-slider-runnable-track {\n    height: 2px;\n    -webkit-transition: all 250ms ease-in;\n    transition: all 250ms ease-in;\n    width: 100%;\n    background: #69707D;\n    border: 0 solid #69707D;\n    border-radius: 4px; }\n  .euiRangeSlider::-moz-range-track {\n    height: 2px;\n    -webkit-transition: all 250ms ease-in;\n    transition: all 250ms ease-in;\n    width: 100%;\n    background: #69707D;\n    border: 0 solid #69707D;\n    border-radius: 4px; }\n  .euiRangeSlider::-ms-fill-lower {\n    height: 2px;\n    -webkit-transition: all 250ms ease-in;\n    transition: all 250ms ease-in;\n    width: 100%;\n    background: #69707D;\n    border: 0 solid #69707D;\n    border-radius: 4px; }\n  .euiRangeSlider::-ms-fill-upper {\n    height: 2px;\n    -webkit-transition: all 250ms ease-in;\n    transition: all 250ms ease-in;\n    width: 100%;\n    background: #69707D;\n    border: 0 solid #69707D;\n    border-radius: 4px; }\n  .euiRangeSlider:focus::-webkit-slider-thumb, .euiRangeSlider--hasFocus::-webkit-slider-thumb {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-moz-range-thumb, .euiRangeSlider--hasFocus::-moz-range-thumb {\n    animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-ms-thumb, .euiRangeSlider--hasFocus::-ms-thumb {\n    animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus ~ .euiRangeThumb, .euiRangeSlider--hasFocus ~ .euiRangeThumb {\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-webkit-slider-runnable-track, .euiRangeSlider--hasFocus::-webkit-slider-runnable-track {\n    background-color: #006BB4;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-moz-range-track, .euiRangeSlider--hasFocus::-moz-range-track {\n    background-color: #006BB4;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-ms-fill-lower, .euiRangeSlider--hasFocus::-ms-fill-lower {\n    background-color: #006BB4;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus::-ms-fill-upper, .euiRangeSlider--hasFocus::-ms-fill-upper {\n    background-color: #006BB4;\n    border-color: #006BB4; }\n  .euiRangeSlider:focus ~ .euiRangeHighlight .euiRangeHighlight__progress, .euiRangeSlider--hasFocus ~ .euiRangeHighlight .euiRangeHighlight__progress {\n    background-color: #006BB4; }\n  .euiRangeSlider:focus ~ .euiRangeTooltip .euiRangeTooltip__value, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n    .euiRangeSlider:focus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider:focus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeSlider--hasFocus ~ .euiRangeTooltip .euiRangeTooltip__value.euiRangeTooltip__value--left {\n      -webkit-transform: translateX(0) translateY(-50%) scale(1.1);\n              transform: translateX(0) translateY(-50%) scale(1.1); }\n  .euiRangeSlider::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    margin-top: -7px; }\n  .euiRangeSlider::-ms-thumb {\n    margin-top: 0; }\n  .euiRangeSlider::-moz-focus-outer {\n    border: none; }\n  .euiRangeSlider::-ms-track {\n    height: 2px;\n    -webkit-transition: all 250ms ease-in;\n    transition: all 250ms ease-in;\n    width: 100%;\n    background: transparent;\n    border-color: transparent;\n    border-width: 8px 0;\n    color: transparent; }\n  .euiRangeSlider--hasTicks {\n    height: 20px; }\n\n.euiRangeSlider--hasRange::-webkit-slider-runnable-track {\n  background-color: rgba(105, 112, 125, 0.4);\n  border-color: rgba(105, 112, 125, 0.4); }\n\n.euiRangeSlider--hasRange::-moz-range-track {\n  background-color: rgba(105, 112, 125, 0.4);\n  border-color: rgba(105, 112, 125, 0.4); }\n\n.euiRangeSlider--hasRange::-ms-fill-lower {\n  background-color: rgba(105, 112, 125, 0.4);\n  border-color: rgba(105, 112, 125, 0.4); }\n\n.euiRangeSlider--hasRange::-ms-fill-upper {\n  background-color: rgba(105, 112, 125, 0.4);\n  border-color: rgba(105, 112, 125, 0.4); }\n\n.euiRangeThumb {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n  padding: 7px;\n  border: 1px solid #c9cbcd;\n  background: #FFF no-repeat center;\n  border-radius: 14px;\n  -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n  transition: background-color 150ms ease-in, border-color 150ms ease-in;\n  cursor: pointer;\n  border-color: #69707D;\n  padding: 0;\n  height: 16px;\n  width: 16px;\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 50%;\n  margin-top: -8px;\n  z-index: 2000;\n  pointer-events: none; }\n  .euiRangeThumb:focus {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    border-color: #006BB4; }\n  .euiRangeThumb--hasTicks {\n    top: 25%; }\n\n.euiRangeTicks {\n  position: absolute;\n  left: 8px;\n  right: 8px;\n  top: 8px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  z-index: 1000; }\n\n.euiRangeTick {\n  overflow-x: hidden;\n  text-overflow: ellipsis;\n  font-size: 12px;\n  position: relative;\n  padding-top: 16px; }\n  .euiRangeTick::before {\n    width: 4px;\n    height: 4px;\n    content: '';\n    background-color: #69707D;\n    border-radius: 100%;\n    position: absolute;\n    top: 0;\n    left: calc(50% - 2px); }\n  .euiRangeTick--isCustom {\n    position: absolute;\n    -webkit-transform: translateX(-50%);\n            transform: translateX(-50%); }\n  .euiRangeTick:enabled:hover, .euiRangeTick:focus, .euiRangeTick--selected {\n    color: #006BB4; }\n  .euiRangeTick--selected {\n    font-weight: 500; }\n  .euiRangeTick:disabled {\n    cursor: not-allowed; }\n\n.euiRangeTooltip {\n  display: block;\n  position: absolute;\n  left: 0;\n  top: 0;\n  bottom: 0;\n  width: calc(100% - 16px);\n  margin-left: 8px; }\n\n.euiRangeTooltip__value {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  border: 1px solid rgba(52, 55, 65, 0.2);\n  position: absolute;\n  border-radius: 4px;\n  padding: 2px 8px;\n  background-color: #404040;\n  color: #FFF;\n  max-width: 256px;\n  z-index: 4000;\n  top: 19px;\n  -webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: -webkit-box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-box-shadow 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiRangeTooltip__value::after, .euiRangeTooltip__value::before {\n    content: '';\n    position: absolute;\n    bottom: -6px;\n    left: 50%;\n    -webkit-transform-origin: center;\n            transform-origin: center;\n    background-color: #404040;\n    width: 12px;\n    height: 12px;\n    border-radius: 2px; }\n  .euiRangeTooltip__value::before {\n    background-color: rgba(52, 55, 65, 0.2); }\n  .euiRangeTooltip__value.euiRangeTooltip__value--right {\n    margin-left: 24px; }\n    .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after {\n      left: -5px; }\n    .euiRangeTooltip__value.euiRangeTooltip__value--right::before {\n      margin-left: -1px; }\n  .euiRangeTooltip__value.euiRangeTooltip__value--left {\n    margin-right: 24px; }\n    .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after {\n      left: auto;\n      right: -5px; }\n    .euiRangeTooltip__value.euiRangeTooltip__value--left::before {\n      margin-right: -1px; }\n  .euiRangeTooltip__value.euiRangeTooltip__value--right, .euiRangeTooltip__value.euiRangeTooltip__value--left {\n    -webkit-transform: translateX(0) translateY(-50%);\n            transform: translateX(0) translateY(-50%); }\n    .euiRangeTooltip__value.euiRangeTooltip__value--right:before, .euiRangeTooltip__value.euiRangeTooltip__value--right:after, .euiRangeTooltip__value.euiRangeTooltip__value--left:before, .euiRangeTooltip__value.euiRangeTooltip__value--left:after {\n      bottom: 50%;\n      -webkit-transform: translateY(50%) rotateZ(45deg);\n              transform: translateY(50%) rotateZ(45deg); }\n  .euiRangeTooltip__value--hasTicks {\n    top: 9px; }\n\n.euiRangeTrack {\n  height: 100%;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  position: relative;\n  -ms-flex-item-align: start;\n      align-self: flex-start; }\n  .euiRangeTrack--disabled {\n    opacity: 0.25; }\n\n/*\n * 1. There's no way to target the layout of the extra input, so we must\n *    use the descendant selector to allow the width to shrink.\n */\n.euiRangeWrapper {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiRangeWrapper--fullWidth {\n    max-width: 100%; }\n  .euiRangeWrapper > .euiFormControlLayout {\n    /* 1 */\n    width: auto; }\n\n.euiDualRange__slider::-webkit-slider-thumb {\n  visibility: hidden; }\n\n.euiDualRange__slider::-moz-range-thumb {\n  visibility: hidden; }\n\n.euiDualRange__slider::-ms-thumb {\n  visibility: hidden; }\n\n/**\n * 1. Leave room for caret.\n * 2. Ensure the descenders don't get cut off\n */\n.euiSelect {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  padding-right: 40px;\n  /* 1 */\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  line-height: 40px;\n  /* 2 */\n  padding-top: 0;\n  /* 2 */\n  padding-bottom: 0;\n  /* 2 */ }\n  .euiSelect--fullWidth {\n    max-width: 100%; }\n  .euiSelect--compressed {\n    height: 32px; }\n  .euiSelect--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiSelect--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiSelect--inGroup.euiSelect--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiSelect--inGroup.euiSelect--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiSelect {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiSelect::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiSelect::-moz-placeholder {\n    color: #69707D; }\n  .euiSelect:-ms-input-placeholder {\n    color: #69707D; }\n  .euiSelect:-moz-placeholder {\n    color: #69707D; }\n  .euiSelect::-ms-input-placeholder {\n    color: #69707D; }\n  .euiSelect::placeholder {\n    color: #69707D; }\n  .euiSelect--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiSelect--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiSelect:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiSelect:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiSelect:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiSelect:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiSelect:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiSelect:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiSelect:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiSelect:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiSelect:disabled::placeholder {\n      color: #98A2B3; }\n  .euiSelect[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiSelect-isLoading {\n    padding-right: 56px; }\n  .euiSelect--compressed {\n    line-height: 32px;\n    /* 2 */\n    padding-top: 0;\n    /* 2 */\n    padding-bottom: 0;\n    /* 2 */ }\n  .euiSelect--inGroup {\n    line-height: 38px;\n    /* 2 */ }\n  .euiSelect--inGroup.euiSelect--compressed {\n    line-height: 30px;\n    /* 2 */ }\n  .euiSelect::-ms-expand {\n    display: none; }\n  .euiSelect:focus::-ms-value {\n    color: #343741;\n    background: transparent; }\n\n/*\n * 1. Make popover the same width as the form control\n * 2. Style popover similar to combobox\n * 3. Use attribute selector to match popover position without needing the full popover class name\n */\n.euiSuperSelect:not(.euiSuperSelect--fullWidth) {\n  /* 1 */\n  max-width: 400px !important; }\n\n.euiSuperSelect__popoverPanel[class*='bottom'] {\n  /* 3 */\n  border-top-color: rgba(211, 218, 230, 0.8);\n  border-top-right-radius: 0;\n  /* 2 */\n  border-top-left-radius: 0;\n  /* 2 */ }\n\n.euiSuperSelect__popoverPanel[class*='top'] {\n  /* 3 */\n  -webkit-box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n          box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n  /* 2 */\n  border-bottom-color: rgba(211, 218, 230, 0.8);\n  border-bottom-right-radius: 0;\n  /* 2 */\n  border-bottom-left-radius: 0;\n  /* 2 */ }\n\n.euiSuperSelect__item:hover, .euiSuperSelect__item:focus {\n  text-decoration: none;\n  background-color: #e6f0f8; }\n\n.euiSuperSelect__item--hasDividers:not(:last-of-type) {\n  border-bottom: 1px solid #D3DAE6; }\n\n/**\n * 1. Leave room for caret.\n * 2. Ensure the descenders don't get cut off\n * 3. Makes sure the height is correct when there's no selection\n */\n.euiSuperSelectControl {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  padding-right: 40px;\n  /* 1 */\n  display: block;\n  /* 3 */\n  text-align: left;\n  line-height: 40px;\n  /* 2 */\n  padding-top: 0;\n  /* 2 */\n  padding-bottom: 0;\n  /* 2 */\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap; }\n  .euiSuperSelectControl--fullWidth {\n    max-width: 100%; }\n  .euiSuperSelectControl--compressed {\n    height: 32px; }\n  .euiSuperSelectControl--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiSuperSelectControl--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiSuperSelectControl--inGroup.euiSuperSelectControl--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiSuperSelectControl--inGroup.euiSuperSelectControl--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiSuperSelectControl {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiSuperSelectControl::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl::-moz-placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl:-ms-input-placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl:-moz-placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl::-ms-input-placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl::placeholder {\n    color: #69707D; }\n  .euiSuperSelectControl--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiSuperSelectControl--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiSuperSelectControl:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiSuperSelectControl:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiSuperSelectControl:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiSuperSelectControl:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiSuperSelectControl:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiSuperSelectControl:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiSuperSelectControl:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiSuperSelectControl:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiSuperSelectControl:disabled::placeholder {\n      color: #98A2B3; }\n  .euiSuperSelectControl[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiSuperSelectControl-isLoading {\n    padding-right: 56px; }\n  .euiSuperSelectControl-isInvalid {\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiSuperSelectControl--compressed {\n    line-height: 32px;\n    /* 2 */\n    padding-top: 0;\n    /* 2 */\n    padding-bottom: 0;\n    /* 2 */ }\n  .euiSuperSelectControl.euiSuperSelect--isOpen__button {\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n\n.euiSwitch {\n  position: relative;\n  display: inline-block;\n  min-height: 20px;\n  /**\n   * 1. The input is \"hidden\" but still focusable.\n   * 2. Make sure it's still hidden when [disabled].\n   */\n  /**\n   * The thumb is slightly scaled when in use, unless it's disabled.\n   */\n  /**\n   * When input is not checked, we shift around the positioning of sibling/child selectors.\n   */ }\n  .euiSwitch .euiSwitch__label {\n    padding-left: 8px;\n    line-height: 20px;\n    font-size: 14px;\n    vertical-align: middle; }\n  .euiSwitch .euiSwitch__input,\n  .euiSwitch .euiSwitch__input[disabled] {\n    position: absolute;\n    opacity: 0;\n    /* 1 */\n    width: 100%;\n    height: 100%;\n    cursor: pointer; }\n  .euiSwitch .euiSwitch__input:focus + .euiSwitch__body .euiSwitch__thumb {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimate;\n    border-color: #006BB4; }\n  .euiSwitch .euiSwitch__body {\n    pointer-events: none;\n    width: 44px;\n    height: 20px;\n    background-color: #006BB4;\n    display: inline-block;\n    position: relative;\n    border-radius: 20px;\n    vertical-align: middle; }\n  .euiSwitch .euiSwitch__thumb {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    padding: 9px;\n    border: 1px solid #c9cbcd;\n    background: #FFF no-repeat center;\n    border-radius: 18px;\n    -webkit-transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    transition: background-color 150ms ease-in, border-color 150ms ease-in;\n    position: absolute;\n    display: inline-block;\n    left: 24px;\n    -webkit-transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: border-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1), left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiSwitch .euiSwitch__track {\n    position: absolute;\n    left: 0;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    overflow: hidden;\n    border-radius: 20px; }\n  .euiSwitch .euiSwitch__icon {\n    position: absolute;\n    right: -34px;\n    top: 2px;\n    bottom: 0;\n    width: 42px;\n    height: 16px;\n    -webkit-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n    fill: #343741; }\n  .euiSwitch .euiSwitch__icon--checked {\n    right: auto;\n    left: -8px;\n    fill: #FFF; }\n  .euiSwitch:hover .euiSwitch__input:not(:disabled) ~ .euiSwitch__body .euiSwitch__thumb {\n    -webkit-transform: scale(1.05);\n            transform: scale(1.05); }\n  .euiSwitch:active .euiSwitch__thumb {\n    -webkit-transform: scale(0.95);\n            transform: scale(0.95); }\n  .euiSwitch .euiSwitch__input:disabled:hover {\n    cursor: not-allowed; }\n  .euiSwitch .euiSwitch__input:disabled ~ .euiSwitch__body,\n  .euiSwitch .euiSwitch__input:checked:disabled ~ .euiSwitch__body {\n    background-color: rgba(152, 162, 179, 0.2); }\n    .euiSwitch .euiSwitch__input:disabled ~ .euiSwitch__body .euiSwitch__thumb,\n    .euiSwitch .euiSwitch__input:checked:disabled ~ .euiSwitch__body .euiSwitch__thumb {\n      border-color: #D3DAE6;\n      background-color: #D3DAE6;\n      -webkit-box-shadow: none;\n              box-shadow: none;\n      background-color: rgba(152, 162, 179, 0.2); }\n    .euiSwitch .euiSwitch__input:disabled ~ .euiSwitch__body .euiSwitch__icon,\n    .euiSwitch .euiSwitch__input:checked:disabled ~ .euiSwitch__body .euiSwitch__icon {\n      fill: #5e646f; }\n    .euiSwitch .euiSwitch__input:disabled ~ .euiSwitch__body + label,\n    .euiSwitch .euiSwitch__input:checked:disabled ~ .euiSwitch__body + label {\n      color: #98A2B3; }\n  .euiSwitch .euiSwitch__input:not(:checked):not(:disabled) ~ .euiSwitch__body {\n    background-color: rgba(152, 162, 179, 0.2); }\n  .euiSwitch .euiSwitch__input:not(:checked) ~ .euiSwitch__body .euiSwitch__thumb {\n    left: 0; }\n  .euiSwitch .euiSwitch__input:not(:checked) ~ .euiSwitch__body .euiSwitch__icon {\n    right: -8px; }\n    .euiSwitch .euiSwitch__input:not(:checked) ~ .euiSwitch__body .euiSwitch__icon.euiSwitch__icon--checked {\n      right: auto;\n      left: -34px; }\n\n.euiTextArea {\n  max-width: 400px;\n  width: 100%;\n  height: 40px;\n  background-color: #fbfcfd;\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  /* 3 */\n  -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n          box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 3px 2px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n  -webkit-transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;\n  transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  font-size: 14px;\n  line-height: 1em;\n  color: #343741;\n  border: none;\n  border-radius: 0;\n  padding: 12px;\n  line-height: 1.5; }\n  .euiTextArea--fullWidth {\n    max-width: 100%; }\n  .euiTextArea--compressed {\n    height: 32px; }\n  .euiTextArea--inGroup:not(:-moz-read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiTextArea--inGroup:not(:read-only) {\n    height: 38px;\n    /* 2 */ }\n  .euiTextArea--inGroup.euiTextArea--compressed:not(:-moz-read-only) {\n    height: 30px;\n    /* 2 */ }\n  .euiTextArea--inGroup.euiTextArea--compressed:not(:read-only) {\n    height: 30px;\n    /* 2 */ }\n  @supports (-moz-appearance: none) {\n    .euiTextArea {\n      -webkit-transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: background-image, background-size, -webkit-box-shadow;\n      transition-property: box-shadow, background-image, background-size;\n      transition-property: box-shadow, background-image, background-size, -webkit-box-shadow; } }\n  .euiTextArea::-webkit-input-placeholder {\n    color: #69707D; }\n  .euiTextArea::-moz-placeholder {\n    color: #69707D; }\n  .euiTextArea:-ms-input-placeholder {\n    color: #69707D; }\n  .euiTextArea:-moz-placeholder {\n    color: #69707D; }\n  .euiTextArea::-ms-input-placeholder {\n    color: #69707D; }\n  .euiTextArea::placeholder {\n    color: #69707D; }\n  .euiTextArea--compressed {\n    padding-top: 8px;\n    padding-bottom: 8px; }\n  .euiTextArea--inGroup {\n    -webkit-box-shadow: none !important;\n            box-shadow: none !important; }\n  .euiTextArea:invalid {\n    /* 4 */\n    background-image: linear-gradient(to top, #BD271E, #BD271E 2px, transparent 2px, transparent 100%);\n    background-size: 100%; }\n  .euiTextArea:focus {\n    /* 4 */\n    background-color: white;\n    background-image: linear-gradient(to top, #006BB4, #006BB4 2px, transparent 2px, transparent 100%);\n    background-size: 100% 100%;\n    /* 3 */\n    -webkit-box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16);\n            box-shadow: 0 1px 1px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -2px rgba(152, 162, 179, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.16); }\n  .euiTextArea:disabled {\n    cursor: not-allowed;\n    color: #98A2B3;\n    background: #eef2f7;\n    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);\n            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08); }\n    .euiTextArea:disabled::-webkit-input-placeholder {\n      color: #98A2B3; }\n    .euiTextArea:disabled::-moz-placeholder {\n      color: #98A2B3; }\n    .euiTextArea:disabled:-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiTextArea:disabled:-moz-placeholder {\n      color: #98A2B3; }\n    .euiTextArea:disabled::-ms-input-placeholder {\n      color: #98A2B3; }\n    .euiTextArea:disabled::placeholder {\n      color: #98A2B3; }\n  .euiTextArea[readOnly] {\n    cursor: default;\n    background: rgba(211, 218, 230, 0.12);\n    border-color: transparent;\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiTextArea, .euiTextArea--compressed {\n    height: auto; }\n\n.euiTextArea--resizeVertical {\n  resize: vertical; }\n\n.euiTextArea--resizeHorizontal {\n  resize: horizontal; }\n\n.euiTextArea--resizeBoth {\n  resize: both; }\n\n.euiTextArea--resizeNone {\n  resize: none; }\n\n.euiHeader {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n  position: relative;\n  z-index: 1000;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  background: #FFF;\n  border-bottom: 1px solid #D3DAE6; }\n\n.euiHeaderProfile {\n  padding: 16px; }\n\n.euiHeaderLinks {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  position: relative;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n.euiHeaderLinks__list {\n  white-space: nowrap;\n  overflow: hidden; }\n\n.euiHeaderLinks__mobile {\n  display: none !important;\n  position: absolute !important;\n  right: 0; }\n\n@media only screen and (max-width: 574px) {\n  .euiHeaderLinks__mobile {\n    display: block !important; }\n  .euiHeaderLinks__list {\n    display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiHeaderLinks__mobile {\n    display: block !important; }\n  .euiHeaderLinks__list {\n    display: none; } }\n\n.euiHeaderLink {\n  text-align: left;\n  display: inline-block;\n  height: 48px;\n  line-height: 48px;\n  padding: 0 8px;\n  text-align: left; }\n  .euiHeaderLink:hover {\n    text-decoration: underline; }\n  .euiHeaderLink:focus {\n    text-decoration: underline;\n    background: #e6f0f8; }\n\n.euiHeaderLinks__mobileList .euiHeaderLink {\n  display: block;\n  height: auto;\n  line-height: 1.5;\n  padding: 8px; }\n  .euiHeaderLinks__mobileList .euiHeaderLink > span {\n    -webkit-box-pack: start;\n        -ms-flex-pack: start;\n            justify-content: flex-start; }\n\n.euiHeaderLogo {\n  text-align: left;\n  position: relative;\n  height: 48px;\n  line-height: 48px;\n  min-width: 49px;\n  padding: 0 13px 0 12px;\n  display: inline-block;\n  vertical-align: middle;\n  white-space: nowrap; }\n  .euiHeaderLogo:hover {\n    text-decoration: underline; }\n  .euiHeaderLogo:focus {\n    text-decoration: underline;\n    background: #e6f0f8; }\n  .euiHeaderLogo:focus, .euiHeaderLogo:hover {\n    text-decoration: none; }\n\n.euiHeaderLogo__icon {\n  opacity: 1;\n  position: relative;\n  top: -2px; }\n\n.euiHeaderLogo__text {\n  color: #1a1c21;\n  font-size: 20px;\n  font-size: 1.25rem;\n  line-height: 1.5;\n  line-height: 2rem;\n  font-weight: 500;\n  letter-spacing: -.025em;\n  padding-left: 16px;\n  font-weight: 300; }\n\n@media only screen and (max-width: 574px) {\n  .euiHeaderLogo {\n    padding: 0 12px; }\n  .euiHeaderLogo__icon.euiIcon--xLarge {\n    width: 24px;\n    height: 24px; }\n  .euiHeaderLogo__text {\n    color: #1a1c21;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 600;\n    letter-spacing: -.02em;\n    font-weight: 400; } }\n\n.euiHeaderAlert {\n  min-width: 300px;\n  position: relative;\n  padding: 16px;\n  border-top: 1px solid #D3DAE6; }\n  .euiHeaderAlert .euiHeaderAlert__dismiss {\n    opacity: 0;\n    position: absolute;\n    right: 12px;\n    top: 12px;\n    -webkit-transition: opacity 250ms ease-in;\n    transition: opacity 250ms ease-in; }\n  .euiHeaderAlert:hover .euiHeaderAlert__dismiss,\n  .euiHeaderAlert .euiHeaderAlert__dismiss:focus {\n    opacity: 1; }\n  .euiHeaderAlert .euiHeaderAlert__title {\n    color: #1a1c21;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 600;\n    letter-spacing: -.02em;\n    padding-right: 24px; }\n  .euiHeaderAlert .euiHeaderAlert__text {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    margin-bottom: 8px; }\n  .euiHeaderAlert .euiHeaderAlert__action {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5; }\n  .euiHeaderAlert .euiHeaderAlert__date {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    color: #69707D; }\n\n.euiHeaderBreadcrumbs {\n  margin-left: 16px;\n  margin-right: 16px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n@media only screen and (max-width: 574px) {\n  .euiHeaderBreadcrumbs {\n    margin-left: 8px;\n    margin-right: 8px; } }\n\n.euiHeaderSection {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n\n.euiHeaderSection--grow,\n.euiHeaderSection--left {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n.euiHeaderSection--dontGrow {\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0; }\n\n.euiHeaderSectionItem {\n  position: relative; }\n  .euiHeaderSectionItem:hover {\n    background: #F5F7FA; }\n  .euiHeaderSectionItem:after {\n    position: absolute;\n    content: '';\n    top: 16px;\n    bottom: 0;\n    background: #D3DAE6;\n    left: 0; }\n\n.euiHeaderSectionItem__button {\n  height: 48px;\n  min-width: 48px;\n  text-align: center;\n  font-size: 0; }\n  .euiHeaderSectionItem__button:focus {\n    background: #e6f0f8; }\n\n.euiHeaderSectionItem--borderLeft:after {\n  left: 0;\n  width: 1px; }\n\n.euiHeaderSectionItem--borderRight:after {\n  width: 1px;\n  left: auto;\n  right: 0; }\n\n.euiHeaderNotification {\n  position: absolute;\n  top: 9%;\n  right: 9%;\n  -webkit-box-shadow: 0 0 0 1px #FFF;\n          box-shadow: 0 0 0 1px #FFF; }\n\n@media only screen and (max-width: 574px) {\n  .euiHeaderSectionItem,\n  .euiHeaderSectionItem__button {\n    min-width: 36px; }\n  .euiHeaderSectionItem--borderLeft:after,\n  .euiHeaderSectionItem--borderRight:after {\n    display: none; }\n  .euiHeaderNotification {\n    width: 8px;\n    height: 8px;\n    top: 20%;\n    min-width: 0;\n    border-radius: 8px;\n    color: #DD0A73;\n    overflow: hidden; } }\n\n.euiHealth {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  display: inline-block; }\n\n.euiHorizontalRule {\n  border: none;\n  height: 1.1px;\n  background-color: #D3DAE6; }\n  .euiHorizontalRule.euiHorizontalRule--full {\n    width: 100%; }\n  .euiHorizontalRule.euiHorizontalRule--half {\n    width: 50%;\n    margin-left: auto;\n    margin-right: auto; }\n  .euiHorizontalRule.euiHorizontalRule--quarter {\n    width: 25%;\n    margin-left: auto;\n    margin-right: auto; }\n\n.euiHorizontalRule--marginXSmall {\n  margin: 8px 0; }\n\n.euiHorizontalRule--marginSmall {\n  margin: 12px 0; }\n\n.euiHorizontalRule--marginMedium {\n  margin: 16px 0; }\n\n.euiHorizontalRule--marginLarge {\n  margin: 24px 0; }\n\n.euiHorizontalRule--marginXLarge {\n  margin: 32px 0; }\n\n.euiHorizontalRule--marginXXLarge {\n  margin: 40px 0; }\n\n.euiIcon {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  display: inline-block;\n  vertical-align: middle;\n  fill: currentColor;\n  -webkit-transform: translate(0, 0);\n          transform: translate(0, 0); }\n  .euiIcon:focus {\n    opacity: 1;\n    background: #e6f0f8; }\n\n.euiIcon--app {\n  fill: #343741; }\n  .euiIcon--app .euiIcon__fillSecondary {\n    fill: #017D73; }\n\n.euiIcon-isLoading {\n  opacity: 0.05;\n  background-color: currentColor;\n  border-radius: 4px; }\n\n.euiIcon-isLoaded {\n  -webkit-animation: euiIconLoading 250ms ease-in 0s 1 forwards;\n          animation: euiIconLoading 250ms ease-in 0s 1 forwards; }\n\n.euiIcon--text {\n  color: #343741; }\n\n.euiIcon--primary {\n  color: #006BB4; }\n\n.euiIcon--subdued {\n  color: #98A2B3; }\n\n.euiIcon--secondary {\n  color: #017D73; }\n\n.euiIcon--success {\n  color: #017D73; }\n\n.euiIcon--accent {\n  color: #DD0A73; }\n\n.euiIcon--warning {\n  color: #F5A700; }\n\n.euiIcon--danger {\n  color: #BD271E; }\n\n.euiIcon--ghost {\n  color: #FFF; }\n\n.euiIcon--text,\n.euiIcon--text .euiIcon__fillSecondary,\n.euiIcon--subdued,\n.euiIcon--subdued .euiIcon__fillSecondary,\n.euiIcon--primary,\n.euiIcon--primary .euiIcon__fillSecondary {\n  fill: currentColor; }\n\n.euiIcon__fillNegative {\n  fill: #343741; }\n\n.euiIcon--small {\n  width: 12px;\n  height: 12px; }\n\n.euiIcon--medium {\n  width: 16px;\n  height: 16px; }\n\n.euiIcon--large {\n  width: 24px;\n  height: 24px; }\n\n.euiIcon--xLarge {\n  width: 32px;\n  height: 32px; }\n\n.euiIcon--xxLarge {\n  width: 40px;\n  height: 40px; }\n\n@-webkit-keyframes euiIconLoading {\n  0% {\n    opacity: 0.05; }\n  100% {\n    opacity: 1; } }\n\n@keyframes euiIconLoading {\n  0% {\n    opacity: 0.05; }\n  100% {\n    opacity: 1; } }\n\n/**\n * 1. Fix for IE where the image correctly resizes in width but doesn't collapse it's height\n      (https://github.com/philipwalton/flexbugs/issues/75#issuecomment-134702421)\n */\n.euiImage {\n  display: inline-block;\n  max-width: 100%;\n  position: relative;\n  min-height: 1px;\n  /* 1 */\n  line-height: 0; }\n  .euiImage.euiImage--hasShadow .euiImage__img {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n  .euiImage.euiImage--allowFullScreen:hover .euiImage__img {\n    cursor: pointer; }\n  .euiImage.euiImage--allowFullScreen:hover .euiImage__icon {\n    visibility: visible;\n    opacity: 1; }\n  .euiImage.euiImage--small {\n    width: 7.5rem; }\n  .euiImage.euiImage--medium {\n    width: 12.5rem; }\n  .euiImage.euiImage--large {\n    width: 22.5rem; }\n  .euiImage.euiImage--xlarge {\n    width: 37.5rem; }\n  .euiImage.euiImage--fullWidth {\n    width: 100%; }\n\n.euiImage__img {\n  width: 100%; }\n\n.euiImage__caption {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  text-align: center; }\n\n.euiImage__icon {\n  visibility: hidden;\n  opacity: 0;\n  position: absolute;\n  right: 16px;\n  top: 16px;\n  -webkit-transition: opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 350ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  cursor: pointer; }\n\n.euiImageFullScreen {\n  max-height: 80vh;\n  max-width: 80vw;\n  -webkit-animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1);\n          animation: euiImageFullScreen 500ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiImageFullScreen .euiImageFullScreen__img {\n    max-height: 80vh;\n    max-width: 80vw;\n    cursor: pointer; }\n  .euiImageFullScreen:hover .euiImageFullScreen__img {\n    cursor: pointer; }\n\n@-webkit-keyframes euiImageFullScreen {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(64px);\n            transform: translateY(64px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiImageFullScreen {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(64px);\n            transform: translateY(64px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n/**\n * Dial menu is a phone like dial comprised of an svg icon and a title.\n */\n/**\n * 1. Default to grid of 3\n */\n.euiKeyPadMenu {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  width: 288px; }\n\n/**\n * 1. If this class is applied to a button, we need to override the Chrome default font.\n * 2. If it has a BetaBadge, make sure only the first letter shows\n */\n.euiKeyPadMenuItem {\n  font-family: \"Inter UI\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n  font-weight: 400;\n  letter-spacing: -.005em;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n  -webkit-font-kerning: normal;\n          font-kerning: normal;\n  /* 1 */\n  display: block;\n  padding: 4px;\n  height: 96px;\n  width: 96px;\n  color: #69707D;\n  border: 1px solid #D3DAE6;\n  border-color: transparent;\n  border-radius: 4px;\n  -webkit-transition: border-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: border-color 150ms ease-in, -webkit-box-shadow 150ms ease-in;\n  transition: border-color 150ms ease-in, box-shadow 150ms ease-in;\n  transition: border-color 150ms ease-in, box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in; }\n  .euiKeyPadMenuItem:hover, .euiKeyPadMenuItem:focus {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n    border-color: #D3DAE6; }\n    .euiKeyPadMenuItem:hover .euiKeyPadMenuItem__icon, .euiKeyPadMenuItem:focus .euiKeyPadMenuItem__icon {\n      -webkit-transform: translateY(0);\n              transform: translateY(0); }\n\n.euiKeyPadMenuItem__inner {\n  width: 100%;\n  height: 100%;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center; }\n  .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner {\n    position: relative; }\n    .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadgeWrapper {\n      position: absolute;\n      top: 8px;\n      right: 8px;\n      z-index: 3; }\n      .euiKeyPadMenuItem--hasBetaBadge .euiKeyPadMenuItem__inner .euiKeyPadMenuItem__betaBadgeWrapper .euiKeyPadMenuItem__betaBadge:not(.euiBetaBadge--iconOnly) {\n        width: 24px;\n        padding: 0 8px;\n        /* 2 */\n        overflow: hidden;\n        /* 2 */\n        letter-spacing: 3rem;\n        /* 2 */ }\n\n.euiKeyPadMenuItem__icon {\n  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  -webkit-transform: translateY(2px);\n          transform: translateY(2px);\n  margin-bottom: 12px; }\n\n.euiKeyPadMenuItem__label {\n  font-size: 12px;\n  font-weight: 500;\n  line-height: 16px;\n  text-align: center; }\n\n.euiLink {\n  text-align: left; }\n  .euiLink:hover {\n    text-decoration: underline; }\n  .euiLink:focus {\n    text-decoration: underline;\n    background: #e6f0f8; }\n\n.euiLink.euiLink--subdued {\n  color: #69707D; }\n  .euiLink.euiLink--subdued:hover {\n    color: #525761; }\n  .euiLink.euiLink--subdued:focus {\n    outline: solid 3px rgba(105, 112, 125, 0.1);\n    background-color: rgba(105, 112, 125, 0.1); }\n\n.euiLink.euiLink--primary {\n  color: #006BB4; }\n  .euiLink.euiLink--primary:hover {\n    color: #004d81; }\n  .euiLink.euiLink--primary:focus {\n    outline: solid 3px rgba(0, 107, 180, 0.1);\n    background-color: rgba(0, 107, 180, 0.1); }\n\n.euiLink.euiLink--secondary {\n  color: #017D73; }\n  .euiLink.euiLink--secondary:hover {\n    color: #014a44; }\n  .euiLink.euiLink--secondary:focus {\n    outline: solid 3px rgba(1, 125, 115, 0.1);\n    background-color: rgba(1, 125, 115, 0.1); }\n\n.euiLink.euiLink--accent {\n  color: #DD0A73; }\n  .euiLink.euiLink--accent:hover {\n    color: #ac085a; }\n  .euiLink.euiLink--accent:focus {\n    outline: solid 3px rgba(221, 10, 115, 0.1);\n    background-color: rgba(221, 10, 115, 0.1); }\n\n.euiLink.euiLink--warning {\n  color: #F5A700; }\n  .euiLink.euiLink--warning:hover {\n    color: #c28400; }\n  .euiLink.euiLink--warning:focus {\n    outline: solid 3px rgba(245, 167, 0, 0.1);\n    background-color: rgba(245, 167, 0, 0.1); }\n\n.euiLink.euiLink--danger {\n  color: #BD271E; }\n  .euiLink.euiLink--danger:hover {\n    color: #911e17; }\n  .euiLink.euiLink--danger:focus {\n    outline: solid 3px rgba(189, 39, 30, 0.1);\n    background-color: rgba(189, 39, 30, 0.1); }\n\n.euiLink.euiLink--text {\n  color: #343741; }\n  .euiLink.euiLink--text:hover {\n    color: #1d1f25; }\n  .euiLink.euiLink--text:focus {\n    outline: solid 3px rgba(52, 55, 65, 0.1);\n    background-color: rgba(52, 55, 65, 0.1); }\n\n.euiLink.euiLink--ghost {\n  color: #FFF; }\n  .euiLink.euiLink--ghost:hover {\n    color: #e6e6e6; }\n  .euiLink.euiLink--ghost:focus {\n    outline: solid 3px rgba(255, 255, 255, 0.1);\n    background-color: rgba(255, 255, 255, 0.1); }\n\n/**\n * The List Group component provides neatly styled lists containing plain text\n * or links. The outer container can be bordered, with padding, or borderless\n * with links flush to the sides.\n *(\n * List items can be displayed with active and disabled states.\n */\n.euiListGroup {\n  padding: 8px; }\n  .euiListGroup.euiListGroup-flush {\n    padding: 0;\n    border: none; }\n  .euiListGroup.euiListGroup-bordered {\n    border-radius: 4px;\n    border: 1px solid #D3DAE6; }\n\n.euiListGroup-maxWidthDefault {\n  max-width: 400px; }\n\n.euiListGroupItem {\n  padding: 0;\n  margin-top: 8px;\n  border-radius: 4px;\n  overflow: hidden;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-transition: background-color 150ms;\n  transition: background-color 150ms;\n  position: relative; }\n  .euiListGroupItem:first-child {\n    margin-top: 0; }\n  .euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover, .euiListGroupItem.euiListGroupItem-isClickable:focus {\n    background-color: #f5f7fa; }\n  .euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__label,\n  .euiListGroupItem.euiListGroupItem-isClickable:focus .euiListGroupItem__label {\n    text-decoration: underline; }\n  .euiListGroupItem.euiListGroupItem-isDisabled, .euiListGroupItem.euiListGroupItem-isDisabled:hover, .euiListGroupItem.euiListGroupItem-isDisabled:focus,\n  .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:hover,\n  .euiListGroupItem.euiListGroupItem-isDisabled .euiListGroupItem__button:focus {\n    color: #c2c3c6;\n    text-decoration: none;\n    cursor: not-allowed;\n    background-color: transparent; }\n\n.euiListGroupItem__text,\n.euiListGroupItem__button {\n  padding: 8px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-flex: 1;\n      -ms-flex: 1 0 auto;\n          flex: 1 0 auto;\n  text-align: left;\n  max-width: 100%; }\n  .euiListGroupItem-hasExtraAction .euiListGroupItem__text, .euiListGroupItem-hasExtraAction\n  .euiListGroupItem__button {\n    max-width: calc(100% - 32px); }\n\n.euiListGroupItem__label {\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis; }\n\n.euiListGroupItem__extraAction {\n  opacity: 0;\n  margin-right: 8px;\n  -webkit-transition: opacity 150ms;\n  transition: opacity 150ms; }\n  .euiListGroupItem:not(.euiListGroupItem-isDisabled):focus .euiListGroupItem__extraAction,\n  .euiListGroupItem:not(.euiListGroupItem-isDisabled):hover .euiListGroupItem__extraAction, .euiListGroupItem__extraAction.euiListGroupItem__extraAction-alwaysShow, .euiListGroupItem__extraAction:focus {\n    opacity: 1; }\n\n.euiListGroupItem__icon {\n  margin-right: 12px;\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n\n.euiListGroupItem--xSmall {\n  font-size: 12px;\n  line-height: 12px; }\n\n.euiListGroupItem--small {\n  font-size: 14px;\n  line-height: 16px; }\n\n.euiListGroupItem--large {\n  font-size: 20px;\n  line-height: 16px; }\n\n.euiListGroupItem--wrapText .euiListGroupItem__button,\n.euiListGroupItem--wrapText .euiListGroupItem__text {\n  width: 100%;\n  word-break: break-word; }\n\n.euiListGroupItem--wrapText .euiListGroupItem__label {\n  white-space: inherit; }\n\n.euiListGroup-flush .euiListGroupItem {\n  border-radius: 0; }\n\n.euiListGroup-bordered .euiListGroupItem:first-child {\n  border-top-left-radius: 4px;\n  border-top-right-radius: 4px; }\n\n.euiListGroup-bordered .euiListGroupItem:last-child {\n  border-bottom-left-radius: 4px;\n  border-bottom-right-radius: 4px; }\n\n.euiListGroupItem__tooltip {\n  width: 100%; }\n\n.euiLoadingKibana {\n  position: relative;\n  display: inline-block; }\n  .euiLoadingKibana:before, .euiLoadingKibana:after {\n    position: absolute;\n    content: '';\n    width: 90%;\n    left: 5%;\n    border-radius: 50%;\n    opacity: .2;\n    z-index: 1; }\n  .euiLoadingKibana:before {\n    -webkit-box-shadow: 0 0 8px #000;\n            box-shadow: 0 0 8px #000;\n    -webkit-animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n            animation: 1s euiLoadingKibanaPulsateAndFade cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n  .euiLoadingKibana:after {\n    background-color: #000;\n    -webkit-animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n            animation: 1s euiLoadingKibanaPulsate cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n  .euiLoadingKibana .euiLoadingKibana__icon {\n    display: block; }\n\n/**\n * 1. Requires pixel math for animation.\n */\n.euiLoadingKibana--medium {\n  width: 16px; }\n  .euiLoadingKibana--medium:before, .euiLoadingKibana--medium:after {\n    height: 3px;\n    /* 1 */\n    bottom: -4px; }\n  .euiLoadingKibana--medium .euiLoadingKibana__icon {\n    z-index: 999;\n    -webkit-animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n            animation: 1s euiLoadingKibanaBounceMedium cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n\n/**\n * 1. Requires pixel math for animation.\n */\n.euiLoadingKibana--large {\n  width: 24px; }\n  .euiLoadingKibana--large:before, .euiLoadingKibana--large:after {\n    height: 6px;\n    /* 1 */\n    bottom: -8px; }\n  .euiLoadingKibana--large .euiLoadingKibana__icon {\n    -webkit-animation: 1s euiLoadingKibanaBounceLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n            animation: 1s euiLoadingKibanaBounceLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n\n.euiLoadingKibana--xLarge {\n  width: 32px; }\n  .euiLoadingKibana--xLarge:before, .euiLoadingKibana--xLarge:after {\n    height: 8px;\n    bottom: -12px; }\n  .euiLoadingKibana--xLarge .euiLoadingKibana__icon {\n    -webkit-animation: 1s euiLoadingKibanaBounceXLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n            animation: 1s euiLoadingKibanaBounceXLarge cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n\n@-webkit-keyframes euiLoadingKibanaBounceMedium {\n  50% {\n    -webkit-transform: translateY(-8px);\n            transform: translateY(-8px); } }\n\n@keyframes euiLoadingKibanaBounceMedium {\n  50% {\n    -webkit-transform: translateY(-8px);\n            transform: translateY(-8px); } }\n\n@-webkit-keyframes euiLoadingKibanaBounceLarge {\n  50% {\n    -webkit-transform: translateY(-12px);\n            transform: translateY(-12px); } }\n\n@keyframes euiLoadingKibanaBounceLarge {\n  50% {\n    -webkit-transform: translateY(-12px);\n            transform: translateY(-12px); } }\n\n@-webkit-keyframes euiLoadingKibanaBounceXLarge {\n  50% {\n    -webkit-transform: translateY(-16px);\n            transform: translateY(-16px); } }\n\n@keyframes euiLoadingKibanaBounceXLarge {\n  50% {\n    -webkit-transform: translateY(-16px);\n            transform: translateY(-16px); } }\n\n@-webkit-keyframes euiLoadingKibanaPulsateAndFade {\n  0% {\n    opacity: 0; }\n  50% {\n    -webkit-transform: scale(0.5);\n            transform: scale(0.5);\n    opacity: .1; }\n  100% {\n    opacity: 0; } }\n\n@keyframes euiLoadingKibanaPulsateAndFade {\n  0% {\n    opacity: 0; }\n  50% {\n    -webkit-transform: scale(0.5);\n            transform: scale(0.5);\n    opacity: .1; }\n  100% {\n    opacity: 0; } }\n\n@-webkit-keyframes euiLoadingKibanaPulsate {\n  0% {\n    opacity: .15; }\n  50% {\n    -webkit-transform: scale(0.5);\n            transform: scale(0.5);\n    opacity: .05; }\n  100% {\n    opacity: .15; } }\n\n@keyframes euiLoadingKibanaPulsate {\n  0% {\n    opacity: .15; }\n  50% {\n    -webkit-transform: scale(0.5);\n            transform: scale(0.5);\n    opacity: .05; }\n  100% {\n    opacity: .15; } }\n\n.euiLoadingChart {\n  height: 32px;\n  z-index: 500;\n  overflow: hidden;\n  display: inline-block; }\n\n.euiLoadingChart__bar {\n  height: 100%;\n  width: 8px;\n  display: inline-block;\n  margin-bottom: -16px;\n  margin-left: 2px;\n  -webkit-animation: euiLoadingChart 1s infinite;\n          animation: euiLoadingChart 1s infinite; }\n  .euiLoadingChart__bar:nth-child(1) {\n    background-color: #006BB4; }\n  .euiLoadingChart__bar:nth-child(2) {\n    background-color: #017D73;\n    -webkit-animation-delay: .1s;\n            animation-delay: .1s; }\n  .euiLoadingChart__bar:nth-child(3) {\n    background-color: #DD0A73;\n    -webkit-animation-delay: .2s;\n            animation-delay: .2s; }\n  .euiLoadingChart__bar:nth-child(4) {\n    background-color: #343741;\n    -webkit-animation-delay: .3s;\n            animation-delay: .3s; }\n\n.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(1) {\n  background-color: #D3DAE6; }\n\n.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(2) {\n  background-color: #cbd1dd; }\n\n.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(3) {\n  background-color: #c2c9d4; }\n\n.euiLoadingChart--mono .euiLoadingChart__bar:nth-child(4) {\n  background-color: #bac0ca; }\n\n.euiLoadingChart--medium {\n  height: 16px; }\n  .euiLoadingChart--medium > span {\n    width: 2px;\n    margin-left: 2px;\n    margin-bottom: 8px; }\n\n.euiLoadingChart--large {\n  height: 24px; }\n  .euiLoadingChart--large > span {\n    width: 4px;\n    margin-left: 2px;\n    margin-bottom: 12px; }\n\n.euiLoadingChart--xLarge {\n  height: 32px; }\n  .euiLoadingChart--xLarge > span {\n    width: 8px;\n    margin-left: 4px;\n    margin-bottom: 16px; }\n\n@-webkit-keyframes euiLoadingChart {\n  0% {\n    -webkit-transform: translateY(0);\n            transform: translateY(0); }\n  50% {\n    -webkit-transform: translateY(66%);\n            transform: translateY(66%); }\n  100% {\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiLoadingChart {\n  0% {\n    -webkit-transform: translateY(0);\n            transform: translateY(0); }\n  50% {\n    -webkit-transform: translateY(66%);\n            transform: translateY(66%); }\n  100% {\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n.euiLoadingContent__loader {\n  display: block;\n  width: 100%; }\n\n.euiLoadingContent__singleLine {\n  display: block;\n  width: 100%;\n  height: 16px;\n  margin-bottom: 8px;\n  border-radius: 4px;\n  overflow: hidden; }\n  .euiLoadingContent__singleLine:last-child:not(:only-child) {\n    width: 75%; }\n\n.euiLoadingContent__singleLineBackground {\n  display: block;\n  width: 220%;\n  height: 100%;\n  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #d5dce7), color-stop(50%, #e9edf3), color-stop(55%, #d5dce7));\n  background: linear-gradient(to right, #d5dce7 45%, #e9edf3 50%, #d5dce7 55%);\n  -webkit-animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n          animation: euiLoadingContentGradientLoad 1.5s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n\n@-webkit-keyframes euiLoadingContentGradientLoad {\n  0% {\n    -webkit-transform: translateX(-53%);\n            transform: translateX(-53%); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n@keyframes euiLoadingContentGradientLoad {\n  0% {\n    -webkit-transform: translateX(-53%);\n            transform: translateX(-53%); }\n  100% {\n    -webkit-transform: translateX(0);\n            transform: translateX(0); } }\n\n.euiLoadingSpinner {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  display: inline-block;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  border: solid 2px #D3DAE6;\n  border-color: #006BB4 #D3DAE6 #D3DAE6 #D3DAE6;\n  -webkit-animation: euiLoadingSpinner .6s infinite linear;\n          animation: euiLoadingSpinner .6s infinite linear; }\n\n.euiLoadingSpinner--small {\n  width: 8px;\n  height: 8px;\n  border-width: 1px; }\n\n.euiLoadingSpinner--medium {\n  width: 16px;\n  height: 16px;\n  border-width: 1px; }\n\n.euiLoadingSpinner--large {\n  width: 24px;\n  height: 24px; }\n\n.euiLoadingSpinner--xLarge {\n  width: 32px;\n  height: 32px; }\n\n@-webkit-keyframes euiLoadingSpinner {\n  from {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  to {\n    -webkit-transform: rotate(359deg);\n            transform: rotate(359deg); } }\n\n@keyframes euiLoadingSpinner {\n  from {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  to {\n    -webkit-transform: rotate(359deg);\n            transform: rotate(359deg); } }\n\n/**\n * 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the\n *    flex display. https://github.com/philipwalton/flexbugs#flexbug-3\n * 2. IE has trouble with min-widths on flex elements. Use the pixel value\n *    from our forms since that's usually the smallest we want them.\n */\n.euiModal {\n  border: 1px solid #D3DAE6;\n  -webkit-box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n          box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n  border-color: #c6cad1;\n  border-top-color: #e3e4e8;\n  border-bottom-color: #aaafba;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  /* 1 */\n  position: relative;\n  background-color: #FFF;\n  border-radius: 4px;\n  z-index: 8000;\n  min-width: 400px;\n  -webkit-animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1);\n          animation: euiModal 350ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiModal .euiModal__flex {\n    /* 1 */\n    -webkit-box-flex: 1;\n        -ms-flex: 1 1 auto;\n            flex: 1 1 auto;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n    max-height: 75vh;\n    overflow: hidden; }\n\n.euiModal--maxWidth-default {\n  max-width: 768px; }\n\n.euiModal--confirmation {\n  min-width: 400px; }\n\n.euiModalHeader {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 24px 40px 16px 24px;\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n\n.euiModalHeader__title {\n  color: #1a1c21;\n  font-size: 28px;\n  font-size: 1.75rem;\n  line-height: 1.25;\n  font-weight: 300;\n  letter-spacing: -.05em;\n  line-height: 2.5rem;\n  letter-spacing: -.04em; }\n\n.euiModalBody {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  overflow: hidden;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column; }\n  .euiModalBody .euiModalBody__overflow {\n    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n            mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n    scrollbar-width: thin;\n    height: 100%;\n    overflow-y: auto;\n    padding: 8px 24px; }\n    .euiModalBody .euiModalBody__overflow::-webkit-scrollbar {\n      width: 16px;\n      height: 16px; }\n    .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-thumb {\n      background-color: rgba(105, 112, 125, 0.5);\n      border: 6px solid transparent;\n      background-clip: content-box; }\n    .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-corner, .euiModalBody .euiModalBody__overflow::-webkit-scrollbar-track {\n      background-color: transparent; }\n\n.euiModalFooter {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-pack: end;\n      -ms-flex-pack: end;\n          justify-content: flex-end;\n  padding: 16px 24px 24px;\n  -webkit-box-flex: 0;\n      -ms-flex-positive: 0;\n          flex-grow: 0;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n  .euiModalFooter > * + * {\n    margin-left: 16px; }\n\n.euiModalHeader + .euiModalFooter {\n  padding-top: 8px; }\n\n.euiModalBody:last-of-type .euiModalBody__overflow {\n  padding-bottom: 24px; }\n\n.euiModal__closeIcon {\n  background-color: rgba(255, 255, 255, 0.9);\n  position: absolute;\n  right: 17px;\n  top: 17px;\n  z-index: 3; }\n\n@-webkit-keyframes euiModal {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(32px);\n            transform: translateY(32px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiModal {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(32px);\n            transform: translateY(32px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@media only screen and (max-width: 574px) {\n  .euiModal {\n    position: fixed;\n    width: 100vw !important;\n    max-width: none !important;\n    min-width: 0 !important;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    top: 0;\n    border-radius: 0;\n    border: none; }\n    .euiModal.euiModal--confirmation {\n      -webkit-box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);\n              box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);\n      top: auto; }\n    .euiModal .euiModal__flex {\n      /* 1 */\n      max-height: 100vh; }\n  .euiModalHeader {\n    width: 100vw; }\n  .euiModalFooter {\n    background: #F5F7FA;\n    padding: 12px 24px !important;\n    width: 100vw;\n    -webkit-box-pack: stretch;\n        -ms-flex-pack: stretch;\n            justify-content: stretch; }\n    .euiModalFooter > * {\n      -webkit-box-flex: 1;\n          -ms-flex: 1;\n              flex: 1; }\n      .euiModalFooter > * + * {\n        margin-left: 0; }\n  .euiModalBody {\n    width: 100vw; }\n    .euiModalBody .euiModalBody__overflow {\n      padding-bottom: 24px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiModal {\n    position: fixed;\n    width: 100vw !important;\n    max-width: none !important;\n    min-width: 0 !important;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    top: 0;\n    border-radius: 0;\n    border: none; }\n    .euiModal.euiModal--confirmation {\n      -webkit-box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);\n              box-shadow: 0 -40px 64px 0 rgba(65, 78, 101, 0.1), 0 -24px 32px 0 rgba(65, 78, 101, 0.1), 0 -16px 16px 0 rgba(65, 78, 101, 0.1), 0 -8px 8px 0 rgba(65, 78, 101, 0.1);\n      top: auto; }\n    .euiModal .euiModal__flex {\n      /* 1 */\n      max-height: 100vh; }\n  .euiModalHeader {\n    width: 100vw; }\n  .euiModalFooter {\n    background: #F5F7FA;\n    padding: 12px 24px !important;\n    width: 100vw;\n    -webkit-box-pack: stretch;\n        -ms-flex-pack: stretch;\n            justify-content: stretch; }\n    .euiModalFooter > * {\n      -webkit-box-flex: 1;\n          -ms-flex: 1;\n              flex: 1; }\n      .euiModalFooter > * + * {\n        margin-left: 0; }\n  .euiModalBody {\n    width: 100vw; }\n    .euiModalBody .euiModalBody__overflow {\n      padding-bottom: 24px; } }\n\n.euiNavDrawer {\n  width: 48px;\n  height: calc(100% - 49px);\n  position: fixed;\n  left: 0;\n  top: 49px;\n  overflow: hidden;\n  z-index: 1000;\n  background: #FFF;\n  -webkit-box-shadow: 2px 0 2px -1px rgba(152, 162, 179, 0.3);\n          box-shadow: 2px 0 2px -1px rgba(152, 162, 179, 0.3);\n  -webkit-transition: width 90ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: width 90ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n  .euiNavDrawer .euiNavDrawerMenu {\n    scrollbar-width: thin;\n    overflow-y: auto;\n    width: 48px;\n    height: 100%; }\n    .euiNavDrawer .euiNavDrawerMenu::-webkit-scrollbar {\n      width: 16px;\n      height: 16px; }\n    .euiNavDrawer .euiNavDrawerMenu::-webkit-scrollbar-thumb {\n      background-color: rgba(105, 112, 125, 0.5);\n      border: 6px solid transparent;\n      background-clip: content-box; }\n    .euiNavDrawer .euiNavDrawerMenu::-webkit-scrollbar-corner, .euiNavDrawer .euiNavDrawerMenu::-webkit-scrollbar-track {\n      background-color: transparent; }\n    .euiNavDrawer .euiNavDrawerMenu-hasFooter {\n      margin-bottom: 40px; }\n  .euiNavDrawer .euiNavDrawer__expandButton {\n    -webkit-box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n    background-color: #FFF;\n    position: fixed;\n    bottom: 0;\n    width: 48px;\n    -webkit-transition: width 90ms;\n    transition: width 90ms;\n    z-index: 1001; }\n    .euiNavDrawer .euiNavDrawer__expandButton .euiListGroupItem__button {\n      padding: 12px 16px; }\n  .euiNavDrawer.euiNavDrawer-isCollapsed.euiNavDrawer-flyoutIsExpanded {\n    width: 288px; }\n  .euiNavDrawer.euiNavDrawer-isCollapsed .euiNavDrawerMenu {\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    scrollbar-width: none; }\n    .euiNavDrawer.euiNavDrawer-isCollapsed .euiNavDrawerMenu::-webkit-scrollbar {\n      width: 0;\n      height: 0; }\n    .euiNavDrawer.euiNavDrawer-isCollapsed .euiNavDrawerMenu .euiListGroup:not(.euiNavDrawer__expandButton) .euiListGroupItem__button {\n      max-width: 32px; }\n    .euiNavDrawer.euiNavDrawer-isCollapsed .euiNavDrawerMenu .euiListGroupItem__extraAction {\n      visibility: hidden; }\n  .euiNavDrawer.euiNavDrawer-isExpanded {\n    width: 240px; }\n    .euiNavDrawer.euiNavDrawer-isExpanded .euiNavDrawerMenu,\n    .euiNavDrawer.euiNavDrawer-isExpanded .euiNavDrawer__expandButton {\n      width: 240px; }\n    .euiNavDrawer.euiNavDrawer-isExpanded.euiNavDrawer-flyoutIsExpanded {\n      width: 288px; }\n\n.euiNavDrawerPage {\n  height: 100%; }\n  .euiNavDrawerPage .euiNavDrawerPage__pageBody {\n    margin-left: 48px; }\n\n@media only screen and (max-width: 574px) {\n  .euiNavDrawer {\n    width: 0; }\n    .euiNavDrawer.euiNavDrawer-isExpanded .euiNavDrawerMenu .euiListGroupItem__icon {\n      margin-right: 12px; }\n    .euiNavDrawer.euiNavDrawer-flyoutIsCollapsed .euiNavDrawerFlyout {\n      width: 0;\n      -webkit-transition-duration: 0s;\n              transition-duration: 0s; }\n    .euiNavDrawer .euiNavDrawerMenu-hasFooter {\n      margin-bottom: 0; }\n    .euiNavDrawer .euiNavDrawer__expandButton {\n      display: none; }\n  .euiNavDrawerPage .euiNavDrawerPage__pageBody {\n    margin-left: 0; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiNavDrawer {\n    width: 0; }\n    .euiNavDrawer.euiNavDrawer-isExpanded .euiNavDrawerMenu .euiListGroupItem__icon {\n      margin-right: 12px; }\n    .euiNavDrawer.euiNavDrawer-flyoutIsCollapsed .euiNavDrawerFlyout {\n      width: 0;\n      -webkit-transition-duration: 0s;\n              transition-duration: 0s; }\n    .euiNavDrawer .euiNavDrawerMenu-hasFooter {\n      margin-bottom: 0; }\n    .euiNavDrawer .euiNavDrawer__expandButton {\n      display: none; }\n  .euiNavDrawerPage .euiNavDrawerPage__pageBody {\n    margin-left: 0; } }\n\n@media only screen and (max-width: 574px) {\n  .euiNavDrawer__expandButtonLockAction {\n    display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiNavDrawer__expandButtonLockAction {\n    display: none; } }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .euiNavDrawer__expandButtonLockAction {\n    display: none; } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .euiNavDrawer__expandButtonLockAction {\n    display: none; } }\n\n@media only screen and (min-width: 1200px) {\n  .euiNavDrawer-isLocked + .euiNavDrawerPage .euiNavDrawerPage__pageBody {\n    margin-left: 240px !important;\n    -webkit-transition: margin 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: margin 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiNavDrawer-isLocked.euiNavDrawer-flyoutIsExpanded {\n    width: 480px !important; }\n  .euiNavDrawer-isExpanded.euiNavDrawer-flyoutIsExpanded {\n    width: 480px !important; } }\n\n.euiNavDrawerFlyout {\n  scrollbar-width: thin;\n  width: 0;\n  height: 100%;\n  padding: 12px 8px;\n  overflow-y: auto;\n  background-color: #FFF;\n  border-left: 1px solid #D3DAE6;\n  -webkit-box-shadow: 2px 0 2px -1px rgba(152, 162, 179, 0.3);\n          box-shadow: 2px 0 2px -1px rgba(152, 162, 179, 0.3);\n  visibility: hidden;\n  opacity: 0; }\n  .euiNavDrawerFlyout::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiNavDrawerFlyout::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiNavDrawerFlyout::-webkit-scrollbar-corner, .euiNavDrawerFlyout::-webkit-scrollbar-track {\n    background-color: transparent; }\n  .euiNavDrawerFlyout.euiNavDrawerFlyout-isExpanded {\n    visibility: visible;\n    opacity: 1;\n    width: 240px;\n    -webkit-transition: opacity 150ms 150ms, width 250ms;\n    transition: opacity 150ms 150ms, width 250ms; }\n  .euiNavDrawerFlyout.euiNavDrawerFlyout-isCollapsed {\n    -webkit-transition: opacity 150ms, width 150ms;\n    transition: opacity 150ms, width 150ms; }\n  .euiNavDrawerFlyout .euiNavDrawerFlyout__title {\n    margin: 0 8px 4px; }\n  .euiNavDrawerFlyout .euiNavDrawerFlyout__listGroup {\n    padding-left: 0;\n    padding-right: 0; }\n\n.euiNavDrawerGroup__item .euiListGroupItem__label {\n  -webkit-transition: all 90ms;\n  transition: all 90ms; }\n\n.euiNavDrawerGroup__item .euiListGroupItem__button {\n  color: inherit; }\n  .euiNavDrawerGroup__item .euiListGroupItem__button:focus {\n    background-color: #e6f0f8;\n    border-radius: 4px; }\n\n.euiNavDrawerGroup__item .euiListGroupItem__icon {\n  max-width: 16px; }\n\n.euiNavDrawerGroup__itemDefaultIcon {\n  position: relative;\n  width: 16px;\n  height: 16px;\n  line-height: 16px;\n  font-size: 12px;\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  display: inline-block;\n  text-align: center;\n  vertical-align: middle;\n  overflow: visible;\n  font-weight: 500;\n  border-radius: 50%; }\n  .euiNavDrawerGroup__itemDefaultIcon:after {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    border-radius: 50%;\n    content: '';\n    pointer-events: none;\n    border: 1px solid rgba(52, 55, 65, 0.05); }\n  .euiNavDrawerGroup__itemDefaultIcon:after {\n    top: -4px;\n    left: -4px;\n    right: -4px;\n    bottom: -4px; }\n\n.euiOverlayMask {\n  position: fixed;\n  z-index: 6000;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  padding-bottom: 10vh;\n  -webkit-animation: euiAnimFadeIn 150ms ease-in;\n          animation: euiAnimFadeIn 150ms ease-in;\n  background: rgba(255, 255, 255, 0.8); }\n\n.euiBody-hasOverlayMask {\n  overflow: hidden; }\n\n.euiPage {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  padding: 16px;\n  background-color: #fafbfd; }\n  .euiPage--restrictWidth-default, .euiPage--restrictWidth-custom {\n    margin-left: auto;\n    margin-right: auto; }\n  .euiPage--restrictWidth-default {\n    max-width: 1000px; }\n  @media only screen and (max-width: 574px) {\n    .euiPage {\n      -webkit-box-orient: vertical;\n      -webkit-box-direction: normal;\n          -ms-flex-direction: column;\n              flex-direction: column; } }\n  @media only screen and (min-width: 575px) and (max-width: 767px) {\n    .euiPage {\n      -webkit-box-orient: vertical;\n      -webkit-box-direction: normal;\n          -ms-flex-direction: column;\n              flex-direction: column; } }\n\n.euiPageBody {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch;\n  -webkit-box-flex: 1;\n      -ms-flex: 1 1 100%;\n          flex: 1 1 100%; }\n  .euiPageBody--restrictWidth-default, .euiPageBody--restrictWidth-custom {\n    margin-left: auto;\n    margin-right: auto; }\n  .euiPageBody--restrictWidth-default {\n    max-width: 1000px; }\n\n.euiPageContent {\n  width: 100%;\n  /** TEMPORARILY REMOVING\n  // At small screens, the content extends edge to edge, so remove the side borders and shadow\n  @include euiBreakpoint('xs', 's') {\n    .euiPanel:not(.euiPageContent--horizontalCenter) { // Override panel styles without the need for !important\n      // border-radius: 0;\n      // border-left: none;\n      // border-right: none;\n      // box-shadow: none;\n    }\n  }\n  **/ }\n  .euiPageContent.euiPageContent--verticalCenter {\n    -ms-flex-item-align: center;\n        align-self: center;\n    margin-top: auto;\n    margin-bottom: auto;\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n  .euiPageContent.euiPageContent--horizontalCenter {\n    width: auto;\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n.euiPageContentHeader {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n  .euiPageContent[class*='paddingSmall'] .euiPageContentHeader {\n    margin-bottom: 8px; }\n  .euiPageContent[class*='paddingMedium'] .euiPageContentHeader {\n    margin-bottom: 16px; }\n  .euiPageContent[class*='paddingLarge'] .euiPageContentHeader {\n    margin-bottom: 24px; }\n\n@media only screen and (max-width: 574px) {\n  .euiPageContentHeader--responsive {\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n    -webkit-box-align: start;\n        -ms-flex-align: start;\n            align-items: flex-start; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPageContentHeader--responsive {\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column;\n    -webkit-box-align: start;\n        -ms-flex-align: start;\n            align-items: flex-start; } }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n.euiPageContentHeaderSection + .euiPageContentHeaderSection {\n  margin-left: 32px; }\n\n@media only screen and (max-width: 574px) {\n  .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 4px; }\n  .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 8px; }\n  .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 12px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPageContent[class*='paddingSmall'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 4px; }\n  .euiPageContent[class*='paddingMedium'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 8px; }\n  .euiPageContent[class*='paddingLarge'] .euiPageContentHeader--responsive .euiPageContentHeaderSection + .euiPageContentHeaderSection {\n    margin-left: 0;\n    margin-top: 12px; } }\n\n/**\n * 1. Prevent side bar width from changing when content width changes.\n */\n.euiPageSideBar {\n  min-width: 192px;\n  /* 1 */\n  -webkit-box-flex: 0;\n      -ms-flex: 0 1 0%;\n          flex: 0 1 0%;\n  /* 1 */\n  margin-right: 24px; }\n\n@media only screen and (max-width: 574px) {\n  .euiPageSideBar {\n    width: 100%; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPageSideBar {\n    width: 100%; } }\n\n.euiPageHeader {\n  margin-bottom: 16px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n@media only screen and (max-width: 574px) {\n  .euiPageHeader {\n    padding: 16px 0;\n    margin-bottom: 0; }\n  .euiPageHeader--responsive {\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPageHeader {\n    padding: 16px 0;\n    margin-bottom: 0; }\n  .euiPageHeader--responsive {\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column; } }\n\n.euiPageHeaderSection + .euiPageHeaderSection {\n  margin-left: 32px; }\n\n@media only screen and (max-width: 574px) {\n  .euiPageHeader--responsive .euiPageHeaderSection {\n    width: 100%; }\n    .euiPageHeader--responsive .euiPageHeaderSection + .euiPageHeaderSection {\n      margin-left: 0;\n      margin-top: 16px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPageHeader--responsive .euiPageHeaderSection {\n    width: 100%; }\n    .euiPageHeader--responsive .euiPageHeaderSection + .euiPageHeaderSection {\n      margin-left: 0;\n      margin-top: 16px; } }\n\n.euiPagination {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiPaginationButton {\n  font-size: 14px;\n  padding: 0;\n  text-align: center;\n  border-radius: 4px; }\n\n.euiPaginationButton-isActive {\n  pointer-events: none;\n  color: #006BB4;\n  text-decoration: underline;\n  font-weight: 700; }\n\n.euiPaginationButton-isPlaceholder:disabled .euiButtonEmpty__content {\n  cursor: default; }\n\n@media only screen and (max-width: 574px) {\n  .euiPaginationButton--hideOnMobile {\n    display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiPaginationButton--hideOnMobile {\n    display: none; } }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n/**\n *  Mixin for use in:\n *  - EuiCard\n *  - EuiPageContent\n*/\n/**\n * 1. Extend beta badges to at least 40% of the container's width\n * 2. Fix for IE to ensure badges are visible outside of a <button> tag\n */\n.euiPanel {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n  background-color: #FFF;\n  border: 1px solid #D3DAE6;\n  border-radius: 4px;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n  .euiPanel.euiPanel--flexGrowZero {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0; }\n  .euiPanel.euiPanel--isClickable {\n    display: block;\n    width: 100%;\n    text-align: left;\n    -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n    .euiPanel.euiPanel--isClickable:hover, .euiPanel.euiPanel--isClickable:focus {\n      -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n      -webkit-transform: translateY(-2px);\n              transform: translateY(-2px);\n      cursor: pointer; }\n  .euiPanel.euiPanel--shadow {\n    -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n    border-bottom-color: rgba(152, 162, 179, 0.5); }\n    .euiPanel.euiPanel--shadow.euiPanel--isClickable:hover, .euiPanel.euiPanel--shadow.euiPanel--isClickable:focus {\n      -webkit-box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n              box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n\n.euiPanel.euiPanel--hasBetaBadge {\n  position: relative;\n  overflow: visible;\n  /* 2 */ }\n  .euiPanel.euiPanel--hasBetaBadge .euiPanel__betaBadgeWrapper {\n    position: absolute;\n    top: -12px;\n    left: 50%;\n    -webkit-transform: translateX(-50%);\n            transform: translateX(-50%);\n    z-index: 3;\n    min-width: 40%;\n    /* 1 */\n    max-width: calc(100% - 32px); }\n    .euiPanel.euiPanel--hasBetaBadge .euiPanel__betaBadgeWrapper .euiToolTipAnchor,\n    .euiPanel.euiPanel--hasBetaBadge .euiPanel__betaBadgeWrapper .euiPanel__betaBadge {\n      width: 100%;\n      /* 1 */ }\n    .euiPanel.euiPanel--hasBetaBadge .euiPanel__betaBadgeWrapper .euiPanel__betaBadge {\n      overflow: hidden;\n      text-overflow: ellipsis;\n      background-color: #FFF; }\n\n.euiPanel.euiPanel--paddingSmall {\n  padding: 8px; }\n  .euiPanel.euiPanel--paddingSmall .euiPanel__betaBadgeWrapper {\n    max-width: calc(100% - 16px); }\n\n.euiPanel.euiPanel--paddingMedium {\n  padding: 16px; }\n  .euiPanel.euiPanel--paddingMedium .euiPanel__betaBadgeWrapper {\n    max-width: calc(100% - 32px); }\n\n.euiPanel.euiPanel--paddingLarge {\n  padding: 24px; }\n  .euiPanel.euiPanel--paddingLarge .euiPanel__betaBadgeWrapper {\n    max-width: calc(100% - 48px); }\n\n.euiPopover {\n  display: inline-block;\n  position: relative;\n  vertical-align: middle;\n  max-width: 100%; }\n\n.euiPopover__anchor {\n  display: inline-block; }\n\n.euiPopover--displayBlock {\n  display: block; }\n  .euiPopover--displayBlock .euiPopover__anchor {\n    display: block; }\n\n/**\n * 1. Can expand further, but it looks weird if it's smaller than the originating button.\n * 2. Animation happens on the panel.\n * 3. Make sure the panel stays within the window.\n */\n.euiPopover__panel {\n  position: absolute;\n  z-index: 2000;\n  min-width: 112px;\n  /* 1 */\n  max-width: calc(100vw - 32px);\n  /* 3 */\n  -webkit-backface-visibility: hidden;\n          backface-visibility: hidden;\n  pointer-events: none;\n  -webkit-transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, visibility cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;\n  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, visibility cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;\n  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, visibility cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;\n  transition: opacity cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, visibility cubic-bezier(0.34, 1.61, 0.7, 1) 350ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 450ms;\n  opacity: 0;\n  /* 2 */\n  visibility: hidden;\n  /* 2 */\n  -webkit-transform: translateY(0) translateX(0) translateZ(0);\n          transform: translateY(0) translateX(0) translateZ(0);\n  /* 2 */\n  -webkit-box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n          box-shadow: 0 12px 24px 0 rgba(65, 78, 101, 0.1), 0 6px 12px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n  border-color: #d0d3d9;\n  border-top-color: #d9dce0;\n  border-bottom-color: #aaafba; }\n  .euiPopover__panel.euiPopover__panel-isOpen {\n    opacity: 1;\n    visibility: visible;\n    pointer-events: auto; }\n  .euiPopover__panel .euiPopover__panelArrow {\n    position: absolute;\n    width: 0;\n    height: 0; }\n    .euiPopover__panel .euiPopover__panelArrow:before {\n      position: absolute;\n      content: '';\n      height: 0;\n      width: 0; }\n    .euiPopover__panel .euiPopover__panelArrow:after {\n      position: absolute;\n      content: '';\n      height: 0;\n      width: 0; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:before {\n      bottom: -11px;\n      border-left: 12px solid transparent;\n      border-right: 12px solid transparent;\n      border-top: 12px solid #D3DAE6; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--top:after {\n      bottom: -10px;\n      border-left: 12px solid transparent;\n      border-right: 12px solid transparent;\n      border-top: 12px solid #FFF; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:before {\n      left: -12px;\n      top: 50%;\n      border-top: 12px solid transparent;\n      border-bottom: 12px solid transparent;\n      border-right: 12px solid #D3DAE6; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--right:after {\n      left: -11px;\n      top: 50%;\n      border-top: 12px solid transparent;\n      border-bottom: 12px solid transparent;\n      border-right: 12px solid #FFF; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:before {\n      top: -12px;\n      border-left: 12px solid transparent;\n      border-right: 12px solid transparent;\n      border-bottom: 12px solid #D3DAE6; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--bottom:after {\n      top: -11px;\n      border-left: 12px solid transparent;\n      border-right: 12px solid transparent;\n      border-bottom: 12px solid #FFF; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:before {\n      right: -11px;\n      top: 50%;\n      border-top: 12px solid transparent;\n      border-bottom: 12px solid transparent;\n      border-left: 12px solid #D3DAE6; }\n    .euiPopover__panel .euiPopover__panelArrow.euiPopover__panelArrow--left:after {\n      right: -10px;\n      top: 50%;\n      border-top: 12px solid transparent;\n      border-bottom: 12px solid transparent;\n      border-left: 12px solid #FFF; }\n  .euiPopover__panel.euiPopover__panel-noArrow .euiPopover__panelArrow {\n    display: none; }\n  .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--bottom {\n    border-top-color: rgba(211, 218, 230, 0.8);\n    border-top-right-radius: 0;\n    border-top-left-radius: 0; }\n  .euiPopover__panel.euiPopover__panel-isAttached.euiPopover__panel--top {\n    -webkit-box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n            box-shadow: 0 0 12px -1px rgba(152, 162, 179, 0.2), 0 0 4px -1px rgba(152, 162, 179, 0.2), 0 0 2px 0 rgba(152, 162, 179, 0.2);\n    border-bottom-color: rgba(211, 218, 230, 0.8);\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0; }\n\n.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--top {\n  -webkit-transform: translateY(8px) translateZ(0);\n          transform: translateY(8px) translateZ(0); }\n\n.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--bottom {\n  -webkit-transform: translateY(-8px) translateZ(0);\n          transform: translateY(-8px) translateZ(0); }\n\n.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--left {\n  -webkit-transform: translateX(8px) translateZ(0);\n          transform: translateX(8px) translateZ(0); }\n\n.euiPopover__panel.euiPopover__panel-isOpen.euiPopover__panel--right {\n  -webkit-transform: translateX(-8px) translateZ(0);\n          transform: translateX(-8px) translateZ(0); }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n.euiPopoverTitle {\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  padding: 12px;\n  text-transform: uppercase;\n  border-bottom: 1px solid #D3DAE6;\n  border-top-left-radius: 3px;\n  border-top-right-radius: 3px; }\n  .euiPopover__panel.euiPanel--paddingSmall .euiPopoverTitle {\n    padding: 12px 8px;\n    margin: -8px -8px 8px; }\n  .euiPopover__panel.euiPanel--paddingMedium .euiPopoverTitle {\n    padding: 12px 16px;\n    margin: -16px -16px 16px; }\n  .euiPopover__panel.euiPanel--paddingLarge .euiPopoverTitle {\n    padding: 12px 24px;\n    margin: -24px -24px 24px; }\n\n/**\n * Padding map referenced in:\n *  - Popover\n *  - PageContentHeader\n *  - PageContentHeaderSection\n*/\n.euiPopoverFooter {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  padding: 12px;\n  border-top: 1px solid #D3DAE6;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px; }\n  .euiPopover__panel.euiPanel--paddingSmall .euiPopoverFooter {\n    padding: 12px 8px;\n    margin: 8px -8px -8px; }\n  .euiPopover__panel.euiPanel--paddingMedium .euiPopoverFooter {\n    padding: 12px 16px;\n    margin: 16px -16px -16px; }\n  .euiPopover__panel.euiPanel--paddingLarge .euiPopoverFooter {\n    padding: 12px 24px;\n    margin: 24px -24px -24px; }\n\n.euiInputPopover.euiInputPopover--fullWidth {\n  max-width: 100%; }\n\n/**\n * 1. Portal content is absolutely positioned (e.g. tooltips, popovers, flyouts).\n */\n.euiBody-hasPortalContent {\n  position: relative;\n  /* 1 */ }\n\n.euiProgress {\n  position: relative;\n  overflow: hidden;\n  background-color: #D3DAE6; }\n\n.euiProgress--xs {\n  height: 2px; }\n\n.euiProgress--s {\n  height: 4px; }\n\n.euiProgress--m {\n  height: 8px; }\n\n.euiProgress--l {\n  height: 16px; }\n\n.euiProgress--native {\n  display: block;\n  width: 100%;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  border: none; }\n  .euiProgress--native::-webkit-progress-bar {\n    background-color: #D3DAE6; }\n  .euiProgress--native::-webkit-progress-value {\n    -webkit-transition: width 250ms linear;\n    transition: width 250ms linear; }\n  .euiProgress--native::-moz-progress-bar {\n    -webkit-transition: width 250ms linear;\n    transition: width 250ms linear; }\n\n/**\n * An indeterminate bar has an unreliable end time. Because of a Firefox animation issue,\n * we apply this style to a <div> instead of a <progress> element.\n * See https://css-tricks.com/html5-progress-element/ for more info.\n */\n.euiProgress--indeterminate:before {\n  position: absolute;\n  content: '';\n  width: 100%;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  -webkit-transform: scaleX(0) translateX(0%);\n          transform: scaleX(0) translateX(0%);\n  -webkit-animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite;\n          animation: euiProgress 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite; }\n\n.euiProgress--fixed {\n  position: fixed;\n  z-index: 1001; }\n\n.euiProgress--absolute {\n  position: absolute; }\n\n.euiProgress--fixed,\n.euiProgress--absolute {\n  top: 0;\n  left: 0;\n  right: 0;\n  background-color: transparent; }\n  .euiProgress--fixed.euiProgress--native::-webkit-progress-bar,\n  .euiProgress--absolute.euiProgress--native::-webkit-progress-bar {\n    background-color: transparent; }\n  .euiProgress--fixed.euiProgress--native::-moz-progress-bar,\n  .euiProgress--absolute.euiProgress--native::-moz-progress-bar {\n    background-color: transparent; }\n\n.euiProgress--primary.euiProgress--native::-webkit-progress-value {\n  background-color: #006BB4; }\n\n.euiProgress--primary.euiProgress--native::-moz-progress-bar {\n  background-color: #006BB4; }\n\n.euiProgress--primary.euiProgress--indeterminate:before {\n  background-color: #006BB4; }\n\n.euiProgress--secondary.euiProgress--native::-webkit-progress-value {\n  background-color: #017D73; }\n\n.euiProgress--secondary.euiProgress--native::-moz-progress-bar {\n  background-color: #017D73; }\n\n.euiProgress--secondary.euiProgress--indeterminate:before {\n  background-color: #017D73; }\n\n.euiProgress--warning.euiProgress--native::-webkit-progress-value {\n  background-color: #F5A700; }\n\n.euiProgress--warning.euiProgress--native::-moz-progress-bar {\n  background-color: #F5A700; }\n\n.euiProgress--warning.euiProgress--indeterminate:before {\n  background-color: #F5A700; }\n\n.euiProgress--danger.euiProgress--native::-webkit-progress-value {\n  background-color: #BD271E; }\n\n.euiProgress--danger.euiProgress--native::-moz-progress-bar {\n  background-color: #BD271E; }\n\n.euiProgress--danger.euiProgress--indeterminate:before {\n  background-color: #BD271E; }\n\n.euiProgress--accent.euiProgress--native::-webkit-progress-value {\n  background-color: #DD0A73; }\n\n.euiProgress--accent.euiProgress--native::-moz-progress-bar {\n  background-color: #DD0A73; }\n\n.euiProgress--accent.euiProgress--indeterminate:before {\n  background-color: #DD0A73; }\n\n.euiProgress--subdued.euiProgress--native::-webkit-progress-value {\n  background-color: #98A2B3; }\n\n.euiProgress--subdued.euiProgress--native::-moz-progress-bar {\n  background-color: #98A2B3; }\n\n.euiProgress--subdued.euiProgress--indeterminate:before {\n  background-color: #98A2B3; }\n\n@-webkit-keyframes euiProgress {\n  0% {\n    -webkit-transform: scaleX(1) translateX(-100%);\n            transform: scaleX(1) translateX(-100%); }\n  100% {\n    -webkit-transform: scaleX(1) translateX(100%);\n            transform: scaleX(1) translateX(100%); } }\n\n@keyframes euiProgress {\n  0% {\n    -webkit-transform: scaleX(1) translateX(-100%);\n            transform: scaleX(1) translateX(-100%); }\n  100% {\n    -webkit-transform: scaleX(1) translateX(100%);\n            transform: scaleX(1) translateX(100%); } }\n\n.euiSideNav__mobileToggle {\n  display: none;\n  border-bottom: 1px solid #D3DAE6;\n  padding: 16px 24px;\n  width: 100%;\n  text-align: left;\n  /**\n   * 1. This toggle also works with EUI link, but we need the outline\n   *    that comes with the focus state.\n   */ }\n  .euiSideNav__mobileToggle:focus {\n    outline: none; }\n\n.euiSideNav__mobileIcon {\n  fill: #006BB4; }\n\n.euiSideNav__mobileWrap {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n.euiSideNav__mobileTitle {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  color: #006BB4; }\n\n.euiSideNav__hideButton {\n  width: 24px;\n  height: 24px;\n  border-radius: 4px;\n  border: 1px solid #D3DAE6;\n  background: #FFF;\n  position: absolute;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -ms-flex-pack: distribute;\n      justify-content: space-around;\n  right: -40px;\n  top: 32px; }\n\n@media only screen and (max-width: 574px) {\n  /**\n   * 1. Animation doesn't work against height. Need max-height instead.\n   *    We set a value larger than what is needed to fake \"auto\".\n   */\n  .euiSideNav-isOpenMobile .euiSideNav__content {\n    visibility: visible;\n    opacity: 1;\n    margin: 24px;\n    max-height: 5000px;\n    /* 1 */\n    -webkit-transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiSideNav__mobileToggle {\n    display: block; }\n  .euiSideNav__content {\n    visibility: hidden;\n    opacity: 0;\n    max-height: 0;\n    margin: 0 24px; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  /**\n   * 1. Animation doesn't work against height. Need max-height instead.\n   *    We set a value larger than what is needed to fake \"auto\".\n   */\n  .euiSideNav-isOpenMobile .euiSideNav__content {\n    visibility: visible;\n    opacity: 1;\n    margin: 24px;\n    max-height: 5000px;\n    /* 1 */\n    -webkit-transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: all 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiSideNav__mobileToggle {\n    display: block; }\n  .euiSideNav__content {\n    visibility: hidden;\n    opacity: 0;\n    max-height: 0;\n    margin: 0 24px; } }\n\n/**\n * 1. Text-align defaults to center, so we have to override that.\n * 2. Need this on the button element to color the underline.\n */\n.euiSideNavItemButton {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  text-align: left;\n  /* 1 */\n  display: block;\n  width: 100%;\n  padding: 2px 0;\n  color: #000;\n  /* 2 */ }\n  .euiSideNavItemButton.euiSideNavItemButton--isClickable:hover .euiSideNavItemButton__label {\n    text-decoration: underline; }\n  .euiSideNavItemButton.euiSideNavItemButton--isClickable:focus {\n    background-color: #e6f0f8 !important; }\n  .euiSideNavItemButton.euiSideNavItemButton-isSelected .euiSideNavItemButton__label {\n    color: #006BB4;\n    font-weight: 500;\n    text-decoration: underline; }\n\n.euiSideNavItemButton__content {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between; }\n\n.euiSideNavItemButton__icon {\n  margin-right: 8px; }\n\n/**\n  * 1. Enable ellipsis overflow to work (https://css-tricks.com/flexbox-truncated-text/)\n  */\n.euiSideNavItemButton__labelContainer {\n  min-width: 0;\n  /* 1 */ }\n\n.euiSideNavItemButton__label {\n  color: #69707D;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis; }\n\n/**\n * 1. Draw the vertical line to group an expanded item's child items together.\n */\n.euiSideNavItem__items {\n  position: relative; }\n  .euiSideNavItem__items:after {\n    /* 1 */\n    position: absolute;\n    content: '';\n    top: 0;\n    bottom: 12px;\n    width: 1px;\n    background: #D3DAE6;\n    left: 0; }\n\n.euiSideNavItem--root {\n  /**\n   * 1. Create padding around focus area without indenting the item itself.\n   * 2. Align icon and label to the left.\n   */ }\n  .euiSideNavItem--root.euiSideNavItem--rootIcon > .euiSideNavItem__items {\n    margin-left: 24px; }\n  .euiSideNavItem--root > .euiSideNavItemButton {\n    margin-bottom: 8px;\n    padding: 0;\n    padding-left: 8px;\n    /* 1 */\n    padding-right: 8px;\n    /* 1 */\n    margin-left: -8px;\n    /* 1 */\n    width: calc(100% + 16px);\n    /* 1 */ }\n    .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__content {\n      -webkit-box-pack: start;\n          -ms-flex-pack: start;\n              justify-content: flex-start;\n      /* 2 */ }\n    .euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {\n      color: #1a1c21;\n      font-size: 16px;\n      font-size: 1rem;\n      line-height: 1.5;\n      line-height: 1.5rem;\n      font-weight: 600;\n      letter-spacing: -.02em; }\n  .euiSideNavItem--root > .euiSideNavItem__items {\n    position: static;\n    margin-left: 0; }\n    .euiSideNavItem--root > .euiSideNavItem__items:after {\n      display: none; }\n  .euiSideNavItem--root + .euiSideNavItem--root {\n    margin-top: 32px; }\n\n.euiSideNavItem--trunk {\n  /**\n   * 1. Create padding around focus area without indenting the item itself.\n   */ }\n  .euiSideNavItem--trunk > .euiSideNavItemButton {\n    padding-left: 8px;\n    /* 1 */\n    padding-right: 8px;\n    /* 1 */\n    margin-left: -8px;\n    /* 1 */\n    width: calc(100% + 16px);\n    /* 1 */ }\n  .euiSideNavItem--trunk > .euiSideNavItem__items {\n    margin-left: 8px;\n    width: 100%; }\n\n.euiSideNavItem--branch {\n  /**\n   * 1. Absolutely position the horizontal tick connecting the item to the vertical line.\n   */ }\n  .euiSideNavItem--branch > .euiSideNavItemButton {\n    position: relative;\n    /* 1 */\n    padding-left: 8px;\n    padding-right: 8px;\n    /* 1 */ }\n    .euiSideNavItem--branch > .euiSideNavItemButton:after {\n      position: absolute;\n      /* 1 */\n      content: '';\n      top: 50%;\n      left: 0;\n      width: 4px;\n      height: 1px;\n      background: #D3DAE6; }\n  .euiSideNavItem--branch > .euiSideNavItem__items {\n    margin-left: 16px; }\n\n.euiSideNavItem--hasChildItems > .euiSideNavItemButton-isOpen .euiSideNavItemButton__label {\n  color: #000; }\n\n.euiSpacer--xs {\n  height: 4px; }\n\n.euiSpacer--s {\n  height: 8px; }\n\n.euiSpacer--m {\n  height: 16px; }\n\n.euiSpacer--l {\n  height: 24px; }\n\n.euiSpacer--xl {\n  height: 32px; }\n\n.euiSpacer--xxl {\n  height: 40px; }\n\n.euiSearchBar__searchHolder {\n  min-width: 200px; }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .euiSearchBar__filtersHolder {\n    max-width: calc(100% - 16px); } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .euiSearchBar__filtersHolder {\n    max-width: calc(100% - 16px); } }\n\n@media only screen and (min-width: 1200px) {\n  .euiSearchBar__filtersHolder {\n    max-width: calc(100% - 16px); } }\n\n.euiSelectable {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column; }\n\n.euiSelectable-fullHeight {\n  height: 100%; }\n\n.euiSelectableList-fullHeight {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n.euiSelectableList-bordered {\n  overflow: hidden;\n  border: 1px solid #D3DAE6;\n  border-radius: 4px; }\n\n.euiSelectableList__list {\n  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n          mask-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0%, red 7.5px, red calc(100% - 7.5px), rgba(255, 0, 0, 0.1) 100%);\n  scrollbar-width: thin; }\n  .euiSelectableList__list::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiSelectableList__list::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiSelectableList__list::-webkit-scrollbar-corner, .euiSelectableList__list::-webkit-scrollbar-track {\n    background-color: transparent; }\n\n.euiSelectableList__groupLabel {\n  color: #1a1c21;\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  border-bottom: 1px solid #eef2f7; }\n\n.euiSelectableListItem {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  padding: 4px 12px;\n  display: block;\n  width: 100%;\n  text-align: left;\n  color: #343741; }\n  .euiSelectableListItem:not(:last-of-type) {\n    border-bottom: 1px solid #eef2f7; }\n  .euiSelectableListItem:hover .euiSelectableListItem__text, .euiSelectableListItem:focus .euiSelectableListItem__text {\n    text-decoration: underline; }\n  .euiSelectableListItem:focus, .euiSelectableListItem-isFocused {\n    cursor: pointer;\n    color: #006BB4;\n    background-color: #e6f0f8; }\n  .euiSelectableListItem[disabled] {\n    color: #98A2B3;\n    cursor: not-allowed; }\n    .euiSelectableListItem[disabled]:hover {\n      text-decoration: none; }\n\n.euiSelectableListItem__content {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiSelectableListItem__icon,\n.euiSelectableListItem__prepend {\n  margin-right: 12px; }\n\n.euiSelectableListItem__append {\n  margin-left: 12px; }\n\n.euiSelectableListItem__text {\n  max-width: 100%;\n  /* 1 */\n  overflow: hidden !important;\n  text-overflow: ellipsis !important;\n  white-space: nowrap !important;\n  word-wrap: normal !important;\n  /* 2 */\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1; }\n\n/**\n  * 1. Prevent really long input from overflowing the container.\n  */\n.euiSelectableMessage {\n  padding: 8px;\n  text-align: center;\n  word-wrap: break-word;\n  /* 1 */ }\n\n.euiStat .euiStat__title {\n  color: #000; }\n  .euiStat .euiStat__title--subdued {\n    color: #69707D; }\n  .euiStat .euiStat__title--primary {\n    color: #006BB4; }\n  .euiStat .euiStat__title--secondary {\n    color: #017D73; }\n  .euiStat .euiStat__title--danger {\n    color: #BD271E; }\n  .euiStat .euiStat__title--accent {\n    color: #DD0A73; }\n\n.euiStat .euiStat__title-isLoading {\n  -webkit-animation: euiStatPulse 1.5s infinite ease-in-out;\n          animation: euiStatPulse 1.5s infinite ease-in-out; }\n\n.euiStat.euiStat--leftAligned {\n  text-align: left;\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start; }\n\n.euiStat.euiStat--centerAligned {\n  text-align: center;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center; }\n\n.euiStat.euiStat--rightAligned {\n  text-align: right;\n  -webkit-box-align: end;\n      -ms-flex-align: end;\n          align-items: flex-end; }\n\n@-webkit-keyframes euiStatPulse {\n  0% {\n    opacity: 1; }\n  50% {\n    opacity: .25; }\n  100% {\n    opacity: 1; } }\n\n@keyframes euiStatPulse {\n  0% {\n    opacity: 1; }\n  50% {\n    opacity: .25; }\n  100% {\n    opacity: 1; } }\n\n.euiStepNumber {\n  width: 32px;\n  height: 32px;\n  display: inline-block;\n  line-height: 32px;\n  border-radius: 32px;\n  text-align: center;\n  color: #FFF;\n  background-color: #006BB4;\n  font-size: 16px;\n  font-weight: 500; }\n  .euiStepNumber .euiStepNumber__icon {\n    position: relative;\n    top: -2px; }\n  .euiStepNumber--complete .euiStepNumber__icon {\n    stroke: currentColor;\n    stroke-width: .5px; }\n  .euiStepNumber.euiStepNumber-isHollow {\n    background-color: transparent;\n    border: 2px solid #006BB4; }\n  .euiStepNumber--warning {\n    color: #936400;\n    background-color: #fef6e6; }\n    .euiStepNumber--warning.euiStepNumber-isHollow {\n      border-color: #F5A700; }\n  .euiStepNumber--danger {\n    color: #b4251d;\n    background-color: #f8e9e9; }\n    .euiStepNumber--danger.euiStepNumber-isHollow {\n      border-color: #BD271E; }\n  .euiStepNumber--disabled {\n    color: #646a77;\n    background-color: #f0f1f2; }\n    .euiStepNumber--disabled.euiStepNumber-isHollow {\n      border-color: #69707D; }\n  .euiStepNumber--incomplete {\n    color: #646a77;\n    background-color: #f0f1f2; }\n    .euiStepNumber--incomplete.euiStepNumber-isHollow {\n      border-color: #69707D; }\n\n/**\n * 1. Ensure that the step number vertically aligns with the title text\n */\n.euiStep:not(:last-of-type) {\n  background-image: linear-gradient(to right, transparent 0, transparent 15px, #D3DAE6 15px, #D3DAE6 17px, transparent 17px, transparent 100%);\n  background-repeat: no-repeat;\n  background-position: left 40px; }\n\n.euiStep__titleWrapper {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex; }\n\n.euiStep__circle {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  margin-right: 16px;\n  vertical-align: top;\n  /* 1 */ }\n  .euiStep__circle[class*='complete'], .euiStep__circle[class*='warning'], .euiStep__circle[class*='danger'] {\n    -webkit-animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1);\n            animation: euiGrow 150ms cubic-bezier(0.34, 1.61, 0.7, 1); }\n  .euiStep__circle[class*='incomplete'] {\n    border-color: #006BB4;\n    -webkit-animation: none;\n            animation: none; }\n\n.euiStep__title {\n  font-weight: 500; }\n\n.euiStep__content {\n  padding: 16px 16px 32px;\n  margin: 8px 0;\n  padding-left: 32px;\n  margin-left: 16px; }\n\n.euiSubSteps {\n  padding: 16px;\n  background-color: #F5F7FA;\n  margin-bottom: 16px; }\n  .euiSubSteps > *:last-child {\n    margin-bottom: 0; }\n  .euiText .euiSubSteps ol,\n  .euiSubSteps ol {\n    list-style-type: lower-alpha; }\n\n/**\n * 1. Ensure the connecting lines stays behind the number\n * 2. Make each step the same width\n * 3. Make the content of each step align to the top, even if the steps are of varying heights,\n *    e.g. due to some of their titles wrapping to multiple lines\n */\n.euiStepsHorizontal {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  background: rgba(245, 247, 250, 0.5); }\n\n.euiStepHorizontal {\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  /* 2 */\n  -ms-flex-preferred-size: 0%;\n      flex-basis: 0%;\n  /* 2 */\n  padding: 24px 16px 16px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  /* 3 */\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  /* 3 */\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  /* 3 */\n  -webkit-box-pack: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n  /* 3 */\n  cursor: pointer;\n  position: relative; }\n  .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number, .euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__number {\n    -webkit-animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge;\n            animation: 350ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards focusRingAnimateLarge;\n    -webkit-transition: background-color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n    transition: background-color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiStepHorizontal:focus:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title, .euiStepHorizontal:hover:not(.euiStepHorizontal-isDisabled) .euiStepHorizontal__title {\n    text-decoration: underline; }\n  .euiStepHorizontal.euiStepHorizontal-isDisabled {\n    cursor: not-allowed; }\n  .euiStepHorizontal::before, .euiStepHorizontal::after {\n    content: '';\n    position: absolute;\n    width: 50%;\n    height: 1px;\n    top: 40px;\n    background-color: #D3DAE6;\n    z-index: 0;\n    /* 1 */ }\n  .euiStepHorizontal::before {\n    left: 0; }\n  .euiStepHorizontal::after {\n    right: 0; }\n  .euiStepHorizontal:first-of-type::before {\n    display: none; }\n  .euiStepHorizontal:last-of-type::after {\n    display: none; }\n\n.euiStepHorizontal__number {\n  position: relative;\n  /* 1 */\n  z-index: 1000;\n  /* 1 */\n  -webkit-transition: all 150ms ease-in-out;\n  transition: all 150ms ease-in-out; }\n\n.euiStepHorizontal__title {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em;\n  margin-top: 8px;\n  font-weight: 400;\n  text-align: center;\n  max-width: 100%; }\n  .euiStepHorizontal-isDisabled .euiStepHorizontal__title {\n    color: #69707D; }\n\n.euiStepHorizontal-isComplete::before, .euiStepHorizontal-isComplete::after {\n  height: 2px;\n  background-color: #006BB4; }\n\n.euiStepHorizontal-isSelected .euiStepHorizontal__number:not([class*='danger']):not([class*='warning']) {\n  -webkit-box-shadow: 0 2px 2px -1px rgba(18, 104, 162, 0.3);\n          box-shadow: 0 2px 2px -1px rgba(18, 104, 162, 0.3); }\n\n.euiStepHorizontal-isSelected::before {\n  height: 2px;\n  background-color: #006BB4; }\n\n@media only screen and (max-width: 574px) {\n  .euiStepHorizontal {\n    padding-top: 16px; }\n    .euiStepHorizontal:before, .euiStepHorizontal:after {\n      top: 32px; }\n  .euiStepHorizontal__title {\n    display: none; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiStepHorizontal {\n    padding-top: 16px; }\n    .euiStepHorizontal:before, .euiStepHorizontal:after {\n      top: 32px; }\n  .euiStepHorizontal__title {\n    display: none; } }\n\n.euiSuggestItem {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-flex: 1;\n      -ms-flex-positive: 1;\n          flex-grow: 1;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  font-size: 12px;\n  white-space: nowrap; }\n  .euiSuggestItem .euiSuggestItem__type--tint0 {\n    background-color: #e6f7f6;\n    color: #007d73; }\n  .euiSuggestItem .euiSuggestItem__type--tint1 {\n    background-color: #eaf3ff;\n    color: #2767c3; }\n  .euiSuggestItem .euiSuggestItem__type--tint2 {\n    background-color: #fbe7f1;\n    color: #b30f5f; }\n  .euiSuggestItem .euiSuggestItem__type--tint3 {\n    background-color: #ede6f4;\n    color: #490092; }\n  .euiSuggestItem .euiSuggestItem__type--tint4 {\n    background-color: #fdf9e9;\n    color: #846f14; }\n  .euiSuggestItem .euiSuggestItem__type--tint5 {\n    background-color: #fef3e7;\n    color: #a5580a; }\n  .euiSuggestItem .euiSuggestItem__type--tint6 {\n    background-color: #ede8e7;\n    color: #461A0A; }\n  .euiSuggestItem .euiSuggestItem__type--tint7 {\n    background-color: #f4e6e6;\n    color: #920000; }\n  .euiSuggestItem .euiSuggestItem__type--tint8 {\n    background-color: #f0f1f2;\n    color: #646a77; }\n  .euiSuggestItem .euiSuggestItem__label,\n  .euiSuggestItem .euiSuggestItem__type,\n  .euiSuggestItem .euiSuggestItem__description {\n    -webkit-box-flex: 0;\n        -ms-flex-positive: 0;\n            flex-grow: 0;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n        -ms-flex-direction: column;\n            flex-direction: column; }\n  .euiSuggestItem .euiSuggestItem__type {\n    position: relative;\n    -ms-flex-negative: 0;\n        flex-shrink: 0;\n    -ms-flex-preferred-size: auto;\n        flex-basis: auto;\n    width: 32px;\n    height: 32px;\n    text-align: center;\n    overflow: hidden;\n    padding: 4px;\n    -webkit-box-pack: center;\n        -ms-flex-pack: center;\n            justify-content: center;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center; }\n  .euiSuggestItem .euiSuggestItem__label {\n    -ms-flex-preferred-size: 50%;\n        flex-basis: 50%;\n    min-width: 50%;\n    font-family: \"Roboto Mono\", Consolas, Menlo, Courier, monospace;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    padding: 4px 8px;\n    color: #343741; }\n    .euiSuggestItem .euiSuggestItem__label.euiSuggestItem__labelDisplay--expand {\n      -ms-flex-preferred-size: auto;\n          flex-basis: auto;\n      -ms-flex-negative: 1;\n          flex-shrink: 1; }\n  .euiSuggestItem .euiSuggestItem__description,\n  .euiSuggestItem .euiSuggestItem__label {\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    display: block; }\n  .euiSuggestItem .euiSuggestItem__description {\n    color: #69707D;\n    -ms-flex-preferred-size: auto;\n        flex-basis: auto;\n    padding-top: 2px; }\n    .euiSuggestItem .euiSuggestItem__description:empty {\n      -webkit-box-flex: 0;\n          -ms-flex-positive: 0;\n              flex-grow: 0;\n      margin-left: 0; }\n\n/**\n * NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from\n * specifying a column width, e.g. the checkbox column.\n */\n.euiTable {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  -webkit-font-feature-settings: \"calt\" 1, \"kern\" 1, \"liga\" 1, \"tnum\" 1;\n          font-feature-settings: \"calt\" 1, \"kern\" 1, \"liga\" 1, \"tnum\" 1;\n  width: 100%;\n  table-layout: fixed;\n  border: none;\n  border-collapse: collapse;\n  background-color: #FFF; }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .euiTable--compressed .euiTableCellContent {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    padding: 4px; } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .euiTable--compressed .euiTableCellContent {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    padding: 4px; } }\n\n@media only screen and (min-width: 1200px) {\n  .euiTable--compressed .euiTableCellContent {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    padding: 4px; } }\n\n.euiTableFooterCell,\n.euiTableHeaderCell {\n  vertical-align: middle;\n  border-top: 1px solid #D3DAE6;\n  border-bottom: 1px solid #D3DAE6;\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700;\n  font-weight: 500;\n  border-top: none; }\n  .euiTableFooterCell .euiTableHeaderButton,\n  .euiTableHeaderCell .euiTableHeaderButton {\n    text-align: left;\n    font-weight: 500; }\n  .euiTableFooterCell .euiTableCellContent__text,\n  .euiTableHeaderCell .euiTableCellContent__text {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    font-weight: 600; }\n\n.euiTableHeaderButton {\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  color: inherit;\n  width: 100%; }\n  .euiTableHeaderButton:hover .euiTableCellContent__text, .euiTableHeaderButton:focus .euiTableCellContent__text {\n    text-decoration: underline;\n    color: #006BB4; }\n  .euiTableHeaderButton:hover .euiTableSortIcon, .euiTableHeaderButton:focus .euiTableSortIcon {\n    fill: #006BB4; }\n\n.euiTableSortIcon {\n  margin-left: 4px;\n  -ms-flex-negative: 0;\n      flex-shrink: 0; }\n  .euiTableHeaderButton-isSorted .euiTableSortIcon {\n    fill: #1a1c21; }\n\n.euiTableHeaderCellCheckbox {\n  vertical-align: middle;\n  border-top: 1px solid #D3DAE6;\n  border-bottom: 1px solid #D3DAE6;\n  width: 32px;\n  vertical-align: middle;\n  border-top: none; }\n\n.euiTableRow:hover {\n  background-color: #fafbfd; }\n\n.euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n  background-color: #fafbfd; }\n\n.euiTableRow.euiTableRow-isExpandedRow.euiTableRow-isSelectable .euiTableCellContent {\n  padding-left: 40px; }\n\n.euiTableRow.euiTableRow-isSelected {\n  background-color: #eef5fa; }\n  .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n    background-color: #eef5fa; }\n  .euiTableRow.euiTableRow-isSelected:hover,\n  .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n    background-color: #e6f0f8; }\n\n.euiTableRowCell {\n  vertical-align: middle;\n  border-top: 1px solid #D3DAE6;\n  border-bottom: 1px solid #D3DAE6;\n  color: #343741; }\n  .euiTableRowCell.euiTableRowCell--isMobileHeader {\n    display: none; }\n\n.euiTableRowCellCheckbox {\n  vertical-align: middle;\n  border-top: 1px solid #D3DAE6;\n  border-bottom: 1px solid #D3DAE6;\n  width: 32px;\n  vertical-align: middle; }\n\n.euiTableFooterCell {\n  background-color: #F5F7FA;\n  border-bottom: none; }\n\n/**\n * 1. Vertically align all children.\n * 2. The padding on this div allows the ellipsis to show if the content is truncated. If\n *    the padding was on the cell, the ellipsis would be cropped.\n * 3. Support wrapping.\n * 4. Prevent very long single words (e.g. the name of a field in a document) from overflowing\n *    the cell.\n */\n.euiTableCellContent {\n  overflow: hidden;\n  /* 4 */\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  /* 1 */\n  padding: 8px;\n  /* 2 */ }\n\n.euiTableCellContent__text {\n  overflow-wrap: break-word;\n  /* 4 */\n  min-width: 0;\n  text-overflow: ellipsis; }\n  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n    .euiTableCellContent__text {\n      word-break: break-all; } }\n\n.euiTableCellContent--alignRight {\n  -webkit-box-pack: end;\n      -ms-flex-pack: end;\n          justify-content: flex-end;\n  text-align: right; }\n\n.euiTableCellContent--alignCenter {\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  text-align: center; }\n\n.euiTableHeaderCell,\n.euiTableFooterCell,\n.euiTableCellContent--truncateText {\n  white-space: nowrap;\n  /* 3 */ }\n  .euiTableHeaderCell .euiTableCellContent__text,\n  .euiTableFooterCell .euiTableCellContent__text,\n  .euiTableCellContent--truncateText .euiTableCellContent__text {\n    overflow: hidden; }\n\n.euiTableCellContent--overflowingContent {\n  overflow: visible;\n  white-space: normal;\n  word-break: break-all;\n  word-break: break-word; }\n\n.euiTableCellContent--showOnHover > *:not(:first-child) {\n  margin-left: 8px; }\n\n.euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  opacity: .7;\n  -webkit-filter: grayscale(100%);\n          filter: grayscale(100%);\n  -webkit-transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), -webkit-filter 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n\n.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide,\n.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled,\n.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:hover,\n.euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled:focus,\n.euiTableRow:hover .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide:disabled {\n  -webkit-filter: grayscale(0%);\n          filter: grayscale(0%);\n  opacity: 0; }\n\n.euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled), .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):hover, .euiTableRow-hasActions:hover .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem:not(:disabled):focus {\n  opacity: 1;\n  -webkit-filter: grayscale(0%);\n          filter: grayscale(0%); }\n\n.euiTableRow-isExpandedRow .euiTableCellContent {\n  overflow: hidden;\n  -webkit-animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow;\n          animation: 250ms cubic-bezier(0.694, 0.0482, 0.335, 1) 1 normal forwards growExpandedRow; }\n\n@-webkit-keyframes growExpandedRow {\n  0% {\n    max-height: 0; }\n  100% {\n    max-height: 1000px; } }\n\n@keyframes growExpandedRow {\n  0% {\n    max-height: 0; }\n  100% {\n    max-height: 1000px; } }\n\n.euiTableRow-isClickable:hover {\n  background-color: rgba(0, 107, 180, 0.05);\n  cursor: pointer; }\n\n.euiTableRow-isClickable:focus {\n  background-color: rgba(0, 107, 180, 0.1); }\n\n/**\n *  Mixin for use in:\n *  - EuiCard\n *  - EuiPageContent\n*/\n.euiTableRowCell__mobileHeader {\n  display: none; }\n\n@media only screen and (max-width: 574px) {\n  .euiTableRowCell--hideForMobile {\n    display: none !important; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiTableRowCell--hideForMobile {\n    display: none !important; } }\n\n@media only screen and (min-width: 768px) and (max-width: 991px) {\n  .euiTableRowCell--hideForDesktop {\n    display: none !important; } }\n\n@media only screen and (min-width: 992px) and (max-width: 1199px) {\n  .euiTableRowCell--hideForDesktop {\n    display: none !important; } }\n\n@media only screen and (min-width: 1200px) {\n  .euiTableRowCell--hideForDesktop {\n    display: none !important; } }\n\n@media only screen and (max-width: 574px) {\n  .euiTable.euiTable--responsive thead {\n    display: none; }\n  .euiTable.euiTable--responsive tfoot {\n    display: none; }\n  .euiTable.euiTable--responsive .euiTableRow {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n    background-color: #FFF;\n    border: 1px solid #D3DAE6;\n    border-radius: 4px;\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero {\n      -webkit-box-flex: 0;\n          -ms-flex-positive: 0;\n              flex-grow: 0; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable {\n      display: block;\n      width: 100%;\n      text-align: left;\n      -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n      transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus {\n        -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n                box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n        -webkit-transform: translateY(-2px);\n                transform: translateY(-2px);\n        cursor: pointer; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow {\n      -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n              box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n      border-bottom-color: rgba(152, 162, 179, 0.5); }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow.euiTableRow--isClickable:focus {\n        -webkit-box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n                box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n  .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    font-size: 11px;\n    font-size: 0.6875rem;\n    display: block;\n    color: #69707D;\n    padding: 8px;\n    padding-bottom: 0;\n    margin-bottom: -8px;\n    min-height: 24px; }\n    .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {\n      min-height: 0; }\n  .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile {\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5; }\n  .euiTable.euiTable--responsive .euiTableRowCell--isMobileFullWidth {\n    width: 100%; }\n    .euiTable.euiTable--responsive .euiTableRowCell--isMobileFullWidth .euiTableCellContent--alignCenter {\n      -webkit-box-pack: center;\n          -ms-flex-pack: center;\n              justify-content: center;\n      text-align: center; }\n  .euiTable.euiTable--responsive .euiTableRow {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n    padding: 8px;\n    margin-bottom: 8px; }\n    .euiTable.euiTable--responsive .euiTableRow:hover {\n      background-color: transparent; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions {\n      background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);\n      background-size: 40px 100%;\n      background-position-x: right;\n      background-repeat: no-repeat;\n      padding-right: 40px;\n      position: relative; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions {\n      min-width: 0;\n      width: 24px;\n      position: absolute;\n      top: 16px;\n      right: 8px; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before {\n        display: none; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent {\n        -webkit-box-orient: vertical;\n        -webkit-box-direction: normal;\n            -ms-flex-direction: column;\n                flex-direction: column;\n        padding: 0; }\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {\n          padding: 4px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {\n      top: auto;\n      bottom: 16px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable {\n      padding-left: 36px;\n      position: relative; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox {\n        position: absolute;\n        left: 4px;\n        top: 8px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n      background-color: #eef5fa; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow {\n      background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);\n      background-size: 40px 100%;\n      background-position-x: right;\n      background-repeat: no-repeat;\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n      margin-top: -16px;\n      position: relative;\n      z-index: 2;\n      border-top: none;\n      border-top-left-radius: 0;\n      border-top-right-radius: 0;\n      padding-left: 8px; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover {\n        background-color: #FFF; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n        width: calc(100% - 40px); }\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {\n          display: none; }\n  .euiTable.euiTable--responsive .euiTableRowCell {\n    display: block;\n    /* IE requires block to grow and wrap. */\n    min-width: 50%;\n    border: none; }\n  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {\n    border: none; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * {\n    margin-left: 0; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide {\n    display: none; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {\n    opacity: 1;\n    -webkit-filter: none;\n            filter: none;\n    margin-left: 0;\n    margin-bottom: 8px; }\n  .euiTable.euiTable--responsive .euiTableCellContent--alignRight {\n    -webkit-box-pack: start;\n        -ms-flex-pack: start;\n            justify-content: flex-start; }\n  .euiTable.euiTable--responsive .euiTableCellContent--alignCenter {\n    -webkit-box-pack: start;\n        -ms-flex-pack: start;\n            justify-content: flex-start; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiTable.euiTable--responsive thead {\n    display: none; }\n  .euiTable.euiTable--responsive tfoot {\n    display: none; }\n  .euiTable.euiTable--responsive .euiTableRow {\n    -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n            box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n    background-color: #FFF;\n    border: 1px solid #D3DAE6;\n    border-radius: 4px;\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--flexGrowZero {\n      -webkit-box-flex: 0;\n          -ms-flex-positive: 0;\n              flex-grow: 0; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable {\n      display: block;\n      width: 100%;\n      text-align: left;\n      -webkit-transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n      transition: all 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--isClickable:focus {\n        -webkit-box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n                box-shadow: 0 4px 8px 0 rgba(152, 162, 179, 0.15), 0 2px 2px -1px rgba(152, 162, 179, 0.3);\n        -webkit-transform: translateY(-2px);\n                transform: translateY(-2px);\n        cursor: pointer; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow {\n      -webkit-box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n              box-shadow: 0 6px 12px -1px rgba(152, 162, 179, 0.2), 0 4px 4px -1px rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n      border-bottom-color: rgba(152, 162, 179, 0.5); }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow.euiTableRow--isClickable:hover, .euiTable.euiTable--responsive .euiTableRow.euiTableRow--shadow.euiTableRow--isClickable:focus {\n        -webkit-box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2);\n                box-shadow: 0 12px 24px 0 rgba(152, 162, 179, 0.2), 0 6px 12px 0 rgba(152, 162, 179, 0.2), 0 4px 4px 0 rgba(152, 162, 179, 0.2), 0 2px 2px 0 rgba(152, 162, 179, 0.2); }\n  .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {\n    max-width: 100%;\n    /* 1 */\n    overflow: hidden !important;\n    text-overflow: ellipsis !important;\n    white-space: nowrap !important;\n    word-wrap: normal !important;\n    /* 2 */\n    font-size: 11px;\n    font-size: 0.6875rem;\n    display: block;\n    color: #69707D;\n    padding: 8px;\n    padding-bottom: 0;\n    margin-bottom: -8px;\n    min-height: 24px; }\n    .euiTableRowCell:only-child .euiTable.euiTable--responsive .euiTableRowCell__mobileHeader {\n      min-height: 0; }\n  .euiTable.euiTable--responsive .euiTableRowCell--enlargeForMobile {\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5; }\n  .euiTable.euiTable--responsive .euiTableRowCell--isMobileFullWidth {\n    width: 100%; }\n    .euiTable.euiTable--responsive .euiTableRowCell--isMobileFullWidth .euiTableCellContent--alignCenter {\n      -webkit-box-pack: center;\n          -ms-flex-pack: center;\n              justify-content: center;\n      text-align: center; }\n  .euiTable.euiTable--responsive .euiTableRow {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n    padding: 8px;\n    margin-bottom: 8px; }\n    .euiTable.euiTable--responsive .euiTableRow:hover {\n      background-color: transparent; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions {\n      background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);\n      background-size: 40px 100%;\n      background-position-x: right;\n      background-repeat: no-repeat;\n      padding-right: 40px;\n      position: relative; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions {\n      min-width: 0;\n      width: 24px;\n      position: absolute;\n      top: 16px;\n      right: 8px; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander::before,\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions::before {\n        display: none; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent,\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent {\n        -webkit-box-orient: vertical;\n        -webkit-box-direction: normal;\n            -ms-flex-direction: column;\n                flex-direction: column;\n        padding: 0; }\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandable .euiTableRowCell--isExpander .euiTableCellContent .euiLink,\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions .euiTableRowCell--hasActions .euiTableCellContent .euiLink {\n          padding: 4px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-hasActions.euiTableRow-isExpandable .euiTableRowCell--isExpander {\n      top: auto;\n      bottom: 16px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable {\n      padding-left: 36px;\n      position: relative; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelectable .euiTableRowCellCheckbox {\n        position: absolute;\n        left: 4px;\n        top: 8px; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected, .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected + .euiTableRow.euiTableRow-isExpandedRow,\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isSelected:hover + .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n      background-color: #eef5fa; }\n    .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow {\n      background-image: linear-gradient(to right, rgba(152, 162, 179, 0.1) 0, rgba(152, 162, 179, 0.1) 1px, transparent 1px, transparent 100%);\n      background-size: 40px 100%;\n      background-position-x: right;\n      background-repeat: no-repeat;\n      -webkit-box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n              box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.3), 0 1px 5px -2px rgba(152, 162, 179, 0.3);\n      margin-top: -16px;\n      position: relative;\n      z-index: 2;\n      border-top: none;\n      border-top-left-radius: 0;\n      border-top-right-radius: 0;\n      padding-left: 8px; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow:hover {\n        background-color: #FFF; }\n      .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell {\n        width: calc(100% - 40px); }\n        .euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {\n          display: none; }\n  .euiTable.euiTable--responsive .euiTableRowCell {\n    display: block;\n    /* IE requires block to grow and wrap. */\n    min-width: 50%;\n    border: none; }\n  .euiTable.euiTable--responsive .euiTableRowCellCheckbox {\n    border: none; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover > * {\n    margin-left: 0; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .expandedItemActions__completelyHide {\n    display: none; }\n  .euiTable.euiTable--responsive .euiTableRow-hasActions .euiTableCellContent--showOnHover .euiTableCellContent__hoverItem {\n    opacity: 1;\n    -webkit-filter: none;\n            filter: none;\n    margin-left: 0;\n    margin-bottom: 8px; }\n  .euiTable.euiTable--responsive .euiTableCellContent--alignRight {\n    -webkit-box-pack: start;\n        -ms-flex-pack: start;\n            justify-content: flex-start; }\n  .euiTable.euiTable--responsive .euiTableCellContent--alignCenter {\n    -webkit-box-pack: start;\n        -ms-flex-pack: start;\n            justify-content: flex-start; } }\n\n.euiTableHeaderMobile,\n.euiTableHeaderCell--hideForDesktop {\n  display: none; }\n\n@media only screen and (max-width: 574px) {\n  .euiTableHeaderMobile {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n    padding: 8px 0; }\n  .euiTableSortMobile {\n    display: block; } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  .euiTableHeaderMobile {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n    padding: 8px 0; }\n  .euiTableSortMobile {\n    display: block; } }\n\n.euiTabs {\n  scrollbar-width: thin;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  max-width: 100%;\n  overflow-x: auto;\n  overflow-y: hidden;\n  position: relative; }\n  .euiTabs::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiTabs::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiTabs::-webkit-scrollbar-corner, .euiTabs::-webkit-scrollbar-track {\n    background-color: transparent; }\n  .euiTabs::-webkit-scrollbar {\n    height: 3px; }\n  .euiTabs:not(.euiTabs--condensed)::before {\n    background-color: #D3DAE6;\n    bottom: 0;\n    content: '';\n    height: 1px;\n    left: 0;\n    position: absolute;\n    right: 0; }\n\n.euiTab {\n  font-size: 16px;\n  font-size: 1rem;\n  background-color: transparent;\n  cursor: pointer;\n  line-height: 1.5;\n  padding: 12px 16px;\n  position: relative;\n  -webkit-transition: color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), background-color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1), background-color 250ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiTab:hover:not(.euiTab-isSelected) {\n    color: #343741;\n    text-decoration: underline; }\n  .euiTab:focus {\n    background-color: #e6f0f8;\n    text-decoration: underline; }\n    .euiTab:focus::before {\n      background-color: #D3DAE6;\n      bottom: 0;\n      content: '';\n      height: 1px;\n      left: 0;\n      position: absolute;\n      right: 0; }\n  .euiTab.euiTab-isDisabled {\n    color: #98A2B3; }\n    .euiTab.euiTab-isDisabled:hover {\n      color: #98A2B3;\n      cursor: not-allowed;\n      text-decoration: none; }\n  .euiTab.euiTab-isSelected {\n    color: #006BB4;\n    cursor: default; }\n    .euiTab.euiTab-isSelected::after {\n      -webkit-animation: euiTab 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n              animation: euiTab 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n      background-color: #006BB4;\n      bottom: 0;\n      content: ' ';\n      height: 2px;\n      left: 0;\n      position: absolute;\n      width: 100%; }\n  .euiTabs--small .euiTab {\n    font-size: 14px;\n    font-size: 0.875rem;\n    padding: 8px; }\n  .euiTabs--condensed .euiTab {\n    font-weight: 600;\n    padding: 8px 0; }\n    .euiTabs--condensed .euiTab:focus {\n      background-color: transparent; }\n      .euiTabs--condensed .euiTab:focus::before {\n        display: none; }\n    .euiTabs--condensed .euiTab + .euiTab {\n      margin-left: 24px; }\n  .euiTabs--expand .euiTab {\n    -ms-flex-preferred-size: 0%;\n        flex-basis: 0%;\n    -webkit-box-flex: 1;\n        -ms-flex-positive: 1;\n            flex-grow: 1; }\n\n.euiTab__content {\n  display: block;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  -webkit-transform: translateY(0);\n          transform: translateY(0);\n  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: -webkit-transform 150ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: transform 150ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  transition: transform 150ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 150ms cubic-bezier(0.34, 1.61, 0.7, 1);\n  white-space: nowrap; }\n\n@-webkit-keyframes euiTab {\n  0% {\n    -webkit-transform: scaleX(0);\n            transform: scaleX(0); }\n  100% {\n    -webkit-transform: scaleX(1);\n            transform: scaleX(1); } }\n\n@keyframes euiTab {\n  0% {\n    -webkit-transform: scaleX(0);\n            transform: scaleX(0); }\n  100% {\n    -webkit-transform: scaleX(1);\n            transform: scaleX(1); } }\n\n.euiTitle + .euiTitle {\n  margin-top: 24px; }\n\n.euiTitle--uppercase {\n  text-transform: uppercase; }\n\n.euiTitle--xxxsmall {\n  color: #1a1c21;\n  font-size: 12px;\n  font-size: 0.75rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700; }\n\n.euiTitle--xxsmall {\n  color: #1a1c21;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 700; }\n\n.euiTitle--xsmall {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em; }\n\n.euiTitle--small {\n  color: #1a1c21;\n  font-size: 20px;\n  font-size: 1.25rem;\n  line-height: 1.5;\n  line-height: 2rem;\n  font-weight: 500;\n  letter-spacing: -.025em; }\n\n.euiTitle--medium {\n  color: #1a1c21;\n  font-size: 28px;\n  font-size: 1.75rem;\n  line-height: 1.25;\n  font-weight: 300;\n  letter-spacing: -.05em;\n  line-height: 2.5rem;\n  letter-spacing: -.04em; }\n\n.euiTitle--large {\n  color: #1a1c21;\n  font-size: 36px;\n  font-size: 2.25rem;\n  line-height: 1.25;\n  font-weight: 300;\n  letter-spacing: -.03em;\n  line-height: 3rem; }\n\n/**\n * 1. Allow list to expand as items are added, but cap it at the screen height.\n * 2. Only show the scroll on hover. Generally, scrolling is bad for toasts.\n * 3. Allow some padding if a scroll shows up.\n */\n.euiGlobalToastList {\n  scrollbar-width: thin;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: stretch;\n      -ms-flex-align: stretch;\n          align-items: stretch;\n  position: fixed;\n  z-index: 9000;\n  bottom: 0;\n  right: 0;\n  width: 368px;\n  /* 3 */\n  padding-right: 16px;\n  padding-left: 32px;\n  max-height: 100vh;\n  /* 1 */ }\n  .euiGlobalToastList::-webkit-scrollbar {\n    width: 16px;\n    height: 16px; }\n  .euiGlobalToastList::-webkit-scrollbar-thumb {\n    background-color: rgba(105, 112, 125, 0.5);\n    border: 6px solid transparent;\n    background-clip: content-box; }\n  .euiGlobalToastList::-webkit-scrollbar-corner, .euiGlobalToastList::-webkit-scrollbar-track {\n    background-color: transparent; }\n  .euiGlobalToastList:hover {\n    overflow-y: auto;\n    /* 2 */ }\n\n.euiGlobalToastListItem {\n  margin-bottom: 16px;\n  margin-right: 16px;\n  -webkit-animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1);\n          animation: 250ms euiShowToast cubic-bezier(0.694, 0.0482, 0.335, 1);\n  opacity: 1;\n  /**\n   * 1. justify-content: flex-end interferes with overflowing content, so we'll use this to push\n   *    items to the bottom instead.\n   */ }\n  .euiGlobalToastListItem:first-child {\n    margin-top: auto;\n    /* 1 */ }\n  .euiGlobalToastListItem.euiGlobalToastListItem-isDismissed {\n    -webkit-transition: opacity 250ms;\n    transition: opacity 250ms;\n    opacity: 0; }\n\n@-webkit-keyframes euiShowToast {\n  from {\n    -webkit-transform: translateY(24px) scale(0.9);\n            transform: translateY(24px) scale(0.9);\n    opacity: 0; }\n  to {\n    -webkit-transform: translateY(0) scale(1);\n            transform: translateY(0) scale(1);\n    opacity: 1; } }\n\n@keyframes euiShowToast {\n  from {\n    -webkit-transform: translateY(24px) scale(0.9);\n            transform: translateY(24px) scale(0.9);\n    opacity: 0; }\n  to {\n    -webkit-transform: translateY(0) scale(1);\n            transform: translateY(0) scale(1);\n    opacity: 1; } }\n\n@media only screen and (max-width: 574px) {\n  /**\n   * 1. Mobile we make these 100%. Matching change happens on the item as well.\n   */\n  .euiGlobalToastList {\n    left: 0;\n    padding-left: 16px;\n    width: 100%;\n    /* 1 */ } }\n\n@media only screen and (min-width: 575px) and (max-width: 767px) {\n  /**\n   * 1. Mobile we make these 100%. Matching change happens on the item as well.\n   */\n  .euiGlobalToastList {\n    left: 0;\n    padding-left: 16px;\n    width: 100%;\n    /* 1 */ } }\n\n.euiToast {\n  border: 1px solid #D3DAE6;\n  -webkit-box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n          box-shadow: 0 40px 64px 0 rgba(65, 78, 101, 0.1), 0 24px 32px 0 rgba(65, 78, 101, 0.1), 0 16px 16px 0 rgba(65, 78, 101, 0.1), 0 8px 8px 0 rgba(65, 78, 101, 0.1), 0 4px 4px 0 rgba(65, 78, 101, 0.1), 0 2px 2px 0 rgba(65, 78, 101, 0.1);\n  border-color: #c6cad1;\n  border-top-color: #e3e4e8;\n  border-bottom-color: #aaafba;\n  position: relative;\n  padding: 16px;\n  background-color: #FFF;\n  width: 100%; }\n  .euiToast:hover .euiToast__closeButton,\n  .euiToast:focus .euiToast__closeButton {\n    opacity: 1; }\n\n/**\n  * 1. Fit button to icon.\n  */\n.euiToast__closeButton {\n  position: absolute;\n  top: 16px;\n  right: 16px;\n  line-height: 0;\n  /* 1 */\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  opacity: 0;\n  -webkit-transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);\n  transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1); }\n  .euiToast__closeButton svg {\n    fill: #8d8e90; }\n  .euiToast__closeButton:hover svg {\n    fill: #1a1c21; }\n  .euiToast__closeButton:focus {\n    background-color: #e6f0f8;\n    opacity: 1; }\n    .euiToast__closeButton:focus svg {\n      fill: #006BB4; }\n\n.euiToast--primary {\n  border-top: 2px solid #006BB4; }\n\n.euiToast--success {\n  border-top: 2px solid #017D73; }\n\n.euiToast--warning {\n  border-top: 2px solid #F5A700; }\n\n.euiToast--danger {\n  border-top: 2px solid #BD271E; }\n\n/**\n * 1. Align icon with first line of title text if it wraps.\n * 2. Apply margin to all but last item in the flex.\n * 3. Account for close button.\n */\n.euiToastHeader {\n  padding-right: 24px;\n  /* 3 */\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: baseline;\n      -ms-flex-align: baseline;\n          align-items: baseline;\n  /* 1 */ }\n  .euiToastHeader > * + * {\n    margin-left: 8px;\n    /* 2 */ }\n\n/**\n  * 1. Vertically center icon with first line of title.\n  */\n.euiToastHeader__icon {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 auto;\n          flex: 0 0 auto;\n  fill: #1a1c21;\n  -webkit-transform: translateY(2px);\n          transform: translateY(2px);\n  /* 1 */ }\n\n.euiToastHeader__title {\n  color: #1a1c21;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  line-height: 1.5rem;\n  font-weight: 600;\n  letter-spacing: -.02em;\n  font-weight: 300; }\n\n.euiToastHeader--withBody {\n  margin-bottom: 12px; }\n\n/**\n * 1. Prevent long lines from overflowing.\n */\n.euiToastBody {\n  word-wrap: break-word;\n  /* 1 */ }\n\n.euiToken {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center; }\n  .euiToken svg {\n    width: 100%;\n    height: 100%;\n    margin: auto; }\n\n.euiToken--circle {\n  border-radius: 50%; }\n\n.euiToken--square {\n  border-radius: 3px; }\n\n.euiToken--small {\n  width: 16px;\n  height: 16px; }\n  .euiToken--small.euiToken--rectangle {\n    padding: 0 4px; }\n\n.euiToken--medium {\n  width: 24px;\n  height: 24px; }\n  .euiToken--medium.euiToken--rectangle {\n    padding: 0 8px; }\n\n.euiToken--large {\n  width: 32px;\n  height: 32px; }\n  .euiToken--large.euiToken--rectangle {\n    padding: 0 8px; }\n\n.euiToken--rectangle {\n  -webkit-box-sizing: content-box;\n          box-sizing: content-box; }\n\n.euiToken--tokenTint01 {\n  -webkit-box-shadow: 0 0 0 1px #006BB4;\n          box-shadow: 0 0 0 1px #006BB4;\n  background-color: #b3d3e9; }\n  .euiToken--tokenTint01.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint01.euiToken--fill {\n    background-color: #006BB4; }\n    .euiToken--tokenTint01.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint01 svg {\n    fill: #005792; }\n\n.euiToken--tokenTint02 {\n  -webkit-box-shadow: 0 0 0 1px #DD0A73;\n          box-shadow: 0 0 0 1px #DD0A73;\n  background-color: #f5b6d5; }\n  .euiToken--tokenTint02.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint02.euiToken--fill {\n    background-color: #DD0A73; }\n    .euiToken--tokenTint02.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint02 svg {\n    fill: #a30a55; }\n\n.euiToken--tokenTint03 {\n  -webkit-box-shadow: 0 0 0 1px #490092;\n          box-shadow: 0 0 0 1px #490092;\n  background-color: #c8b3de; }\n  .euiToken--tokenTint03.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint03.euiToken--fill {\n    background-color: #490092; }\n    .euiToken--tokenTint03.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint03 svg {\n    fill: #490092; }\n\n.euiToken--tokenTint04 {\n  -webkit-box-shadow: 0 0 0 1px #F98510;\n          box-shadow: 0 0 0 1px #F98510;\n  background-color: #fddab7; }\n  .euiToken--tokenTint04.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint04.euiToken--fill {\n    background-color: #F98510; }\n    .euiToken--tokenTint04.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint04 svg {\n    fill: #95500a; }\n\n.euiToken--tokenTint05 {\n  -webkit-box-shadow: 0 0 0 1px #3185FC;\n          box-shadow: 0 0 0 1px #3185FC;\n  background-color: #c1dafe; }\n  .euiToken--tokenTint05.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint05.euiToken--fill {\n    background-color: #3185FC; }\n    .euiToken--tokenTint05.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint05 svg {\n    fill: #2158a7; }\n\n.euiToken--tokenTint06 {\n  -webkit-box-shadow: 0 0 0 1px #E6C220;\n          box-shadow: 0 0 0 1px #E6C220;\n  background-color: #f8edbc; }\n  .euiToken--tokenTint06.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint06.euiToken--fill {\n    background-color: #E6C220; }\n    .euiToken--tokenTint06.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint06 svg {\n    fill: #776412; }\n\n.euiToken--tokenTint07 {\n  -webkit-box-shadow: 0 0 0 1px #00B3A4;\n          box-shadow: 0 0 0 1px #00B3A4;\n  background-color: #b3e8e4; }\n  .euiToken--tokenTint07.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint07.euiToken--fill {\n    background-color: #00B3A4; }\n    .euiToken--tokenTint07.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint07 svg {\n    fill: #006b63; }\n\n.euiToken--tokenTint08 {\n  -webkit-box-shadow: 0 0 0 1px #920000;\n          box-shadow: 0 0 0 1px #920000;\n  background-color: #deb3b3; }\n  .euiToken--tokenTint08.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint08.euiToken--fill {\n    background-color: #920000; }\n    .euiToken--tokenTint08.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint08 svg {\n    fill: #920000; }\n\n.euiToken--tokenTint09 {\n  -webkit-box-shadow: 0 0 0 1px #F0F;\n          box-shadow: 0 0 0 1px #F0F;\n  background-color: #ffb3ff; }\n  .euiToken--tokenTint09.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint09.euiToken--fill {\n    background-color: #F0F; }\n    .euiToken--tokenTint09.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint09 svg {\n    fill: #9a009a; }\n\n.euiToken--tokenTint10 {\n  -webkit-box-shadow: 0 0 0 1px #26AB00;\n          box-shadow: 0 0 0 1px #26AB00;\n  background-color: #bee6b3; }\n  .euiToken--tokenTint10.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint10.euiToken--fill {\n    background-color: #26AB00; }\n    .euiToken--tokenTint10.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint10 svg {\n    fill: #196b00; }\n\n.euiToken--tokenTint11 {\n  -webkit-box-shadow: 0 0 0 1px #4C1604;\n          box-shadow: 0 0 0 1px #4C1604;\n  background-color: #c9b9b4; }\n  .euiToken--tokenTint11.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint11.euiToken--fill {\n    background-color: #4C1604; }\n    .euiToken--tokenTint11.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint11 svg {\n    fill: #4C1604; }\n\n.euiToken--tokenTint12 {\n  -webkit-box-shadow: 0 0 0 1px #666;\n          box-shadow: 0 0 0 1px #666;\n  background-color: #d1d1d1; }\n  .euiToken--tokenTint12.euiToken--no-border {\n    -webkit-box-shadow: none;\n            box-shadow: none; }\n  .euiToken--tokenTint12.euiToken--fill {\n    background-color: #666; }\n    .euiToken--tokenTint12.euiToken--fill svg {\n      fill: #FFF; }\n  .euiToken--tokenTint12 svg {\n    fill: #575757; }\n\n.euiToggle {\n  position: relative; }\n  .euiToggle .euiToggle__input {\n    position: absolute;\n    opacity: 0 !important;\n    width: 100%;\n    height: 100%;\n    cursor: pointer;\n    z-index: 1; }\n    .euiToggle .euiToggle__input:disabled {\n      cursor: not-allowed; }\n\n/*\n * 1. Shift arrow 1px more than half it's size to account for border radius\n */\n.euiToolTip {\n  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);\n          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);\n  border-radius: 4px;\n  background-color: #404040;\n  color: #FFF;\n  z-index: 9000;\n  max-width: 256px;\n  overflow-wrap: break-word;\n  font-size: 14px;\n  font-size: 0.875rem;\n  line-height: 1.5;\n  padding: 12px;\n  -webkit-animation: euiToolTipTop 350ms ease-out 250ms forwards;\n          animation: euiToolTipTop 350ms ease-out 250ms forwards;\n  position: absolute;\n  opacity: 0;\n  /* 1 */\n  /* 1 */ }\n  .euiToolTip.euiToolTip--delayLong {\n    -webkit-animation-delay: 1250ms;\n            animation-delay: 1250ms; }\n  .euiToolTip .euiToolTip__arrow {\n    content: '';\n    position: absolute;\n    -webkit-transform-origin: center;\n            transform-origin: center;\n    border-radius: 2px;\n    background-color: #404040;\n    width: 12px;\n    height: 12px;\n    -webkit-transform: translateY(-7px) rotateZ(45deg);\n            transform: translateY(-7px) rotateZ(45deg);\n    /* 1 */ }\n  .euiToolTip.euiToolTip--right {\n    -webkit-animation-name: euiToolTipRight;\n            animation-name: euiToolTipRight; }\n    .euiToolTip.euiToolTip--right .euiToolTip__arrow {\n      -webkit-transform: translateX(-5px) rotateZ(45deg);\n              transform: translateX(-5px) rotateZ(45deg);\n      /* 1 */ }\n  .euiToolTip.euiToolTip--bottom {\n    -webkit-animation-name: euiToolTipBottom;\n            animation-name: euiToolTipBottom; }\n    .euiToolTip.euiToolTip--bottom .euiToolTip__arrow {\n      -webkit-transform: translateY(-5px) rotateZ(45deg);\n              transform: translateY(-5px) rotateZ(45deg);\n      /* 1 */ }\n  .euiToolTip.euiToolTip--left {\n    -webkit-animation-name: euiToolTipLeft;\n            animation-name: euiToolTipLeft; }\n    .euiToolTip.euiToolTip--left .euiToolTip__arrow {\n      -webkit-transform: translateX(-7px) rotateZ(45deg);\n              transform: translateX(-7px) rotateZ(45deg);\n      /* 1 */ }\n  .euiToolTip .euiToolTip__title {\n    font-weight: 700;\n    border-bottom: solid 1px #595959;\n    padding-bottom: 4px;\n    margin-bottom: 4px; }\n\n.euiToolTipAnchor {\n  display: inline-block; }\n  .euiToolTipAnchor *[disabled] {\n    pointer-events: none; }\n\n@-webkit-keyframes euiToolTipTop {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(-16px);\n            transform: translateY(-16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiToolTipTop {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(-16px);\n            transform: translateY(-16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@-webkit-keyframes euiToolTipBottom {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(16px);\n            transform: translateY(16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiToolTipBottom {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateY(16px);\n            transform: translateY(16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@-webkit-keyframes euiToolTipLeft {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(-16px);\n            transform: translateX(-16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiToolTipLeft {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(-16px);\n            transform: translateX(-16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@-webkit-keyframes euiToolTipRight {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(16px);\n            transform: translateX(16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n@keyframes euiToolTipRight {\n  0% {\n    opacity: 0;\n    -webkit-transform: translateX(16px);\n            transform: translateX(16px); }\n  100% {\n    opacity: 1;\n    -webkit-transform: translateY(0);\n            transform: translateY(0); } }\n\n.euiText {\n  color: #343741;\n  font-weight: 400;\n  font-size: 16px;\n  font-size: 1rem;\n  line-height: 1.5;\n  color: inherit;\n  line-height: 1.5rem; }\n  .euiText a:not([class]) {\n    color: #006BB4; }\n    .euiText a:not([class]):hover {\n      color: #004d81;\n      text-decoration: underline; }\n    .euiText a:not([class]):focus {\n      text-decoration: underline;\n      outline: solid 3px rgba(0, 107, 180, 0.1);\n      background-color: rgba(0, 107, 180, 0.1); }\n  .euiText img {\n    display: block;\n    width: 100%; }\n  .euiText ul {\n    list-style: disc; }\n  .euiText ol {\n    list-style: decimal; }\n  .euiText blockquote {\n    position: relative;\n    text-align: center;\n    margin-left: auto;\n    margin-right: auto;\n    font-family: Georgia, Times, Times New Roman, serif;\n    font-style: italic;\n    letter-spacing: normal; }\n    .euiText blockquote p:last-child {\n      margin-bottom: 0; }\n    .euiText blockquote:before, .euiText blockquote:after {\n      position: absolute;\n      content: '';\n      height: 2px;\n      width: 50%;\n      right: 0;\n      -webkit-transform: translateX(-50%);\n              transform: translateX(-50%);\n      background: #69707D; }\n    .euiText blockquote:before {\n      top: 0; }\n    .euiText blockquote:after {\n      bottom: 0; }\n  .euiText h1 {\n    color: #1a1c21;\n    font-size: 36px;\n    font-size: 2.25rem;\n    line-height: 1.25;\n    font-weight: 300;\n    letter-spacing: -.03em;\n    line-height: 3rem; }\n  .euiText h2 {\n    color: #1a1c21;\n    font-size: 28px;\n    font-size: 1.75rem;\n    line-height: 1.25;\n    font-weight: 300;\n    letter-spacing: -.05em;\n    line-height: 2.5rem;\n    letter-spacing: -.04em; }\n  .euiText h3 {\n    color: #1a1c21;\n    font-size: 20px;\n    font-size: 1.25rem;\n    line-height: 1.5;\n    line-height: 2rem;\n    font-weight: 500;\n    letter-spacing: -.025em; }\n  .euiText h4,\n  .euiText dt {\n    color: #1a1c21;\n    font-size: 16px;\n    font-size: 1rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 600;\n    letter-spacing: -.02em; }\n  .euiText h5 {\n    color: #1a1c21;\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 700; }\n  .euiText h6 {\n    color: #1a1c21;\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.5;\n    line-height: 1.5rem;\n    font-weight: 700;\n    text-transform: uppercase; }\n  .euiText pre {\n    white-space: pre-wrap;\n    background: #F5F7FA;\n    color: #343741; }\n  .euiText pre,\n  .euiText pre code {\n    display: block; }\n  .euiText code {\n    font-family: \"Roboto Mono\", Consolas, Menlo, Courier, monospace;\n    letter-spacing: normal;\n    display: inline-block;\n    font-weight: 400; }\n  .euiText p,\n  .euiText ul,\n  .euiText ol,\n  .euiText dl,\n  .euiText blockquote,\n  .euiText img,\n  .euiText pre {\n    margin-bottom: 1.5rem; }\n  .euiText ul,\n  .euiText ol {\n    margin-left: 1.5rem; }\n  .euiText blockquote {\n    padding: 1.5rem;\n    font-size: 1.125rem; }\n  .euiText h1,\n  .euiText h2,\n  .euiText h3,\n  .euiText h4,\n  .euiText h5,\n  .euiText h6 {\n    margin-bottom: 0.5rem; }\n  .euiText dd + dt {\n    margin-top: 1rem; }\n  .euiText * + h2,\n  .euiText * + h3,\n  .euiText * + h4,\n  .euiText * + h5,\n  .euiText * + h6 {\n    margin-top: 2rem; }\n  .euiText h1 {\n    font-size: 2.25rem;\n    line-height: 3rem; }\n  .euiText h2 {\n    font-size: 1.75rem;\n    line-height: 2.5rem; }\n  .euiText h3 {\n    font-size: 1.25rem;\n    line-height: 2rem; }\n  .euiText h4,\n  .euiText dt,\n  .euiText .eui-definitionListReverse dd {\n    font-size: 1rem;\n    line-height: 1.5rem; }\n  .euiText .eui-definitionListReverse dt {\n    font-size: 0.75rem;\n    color: #343741; }\n  .euiText h5 {\n    font-size: 0.875rem;\n    line-height: 1rem; }\n  .euiText h6 {\n    font-size: 0.75rem;\n    line-height: 1rem; }\n  .euiText small {\n    font-size: 0.875rem; }\n  .euiText pre {\n    padding: 16px; }\n  .euiText code {\n    font-size: 0.9rem; }\n  .euiText.euiText--constrainedWidth {\n    max-width: 36em;\n    min-width: 75%; }\n  .euiText.euiText--small {\n    font-size: 14px;\n    font-size: 0.875rem;\n    line-height: 1.3125rem; }\n    .euiText.euiText--small p,\n    .euiText.euiText--small ul,\n    .euiText.euiText--small ol,\n    .euiText.euiText--small dl,\n    .euiText.euiText--small blockquote,\n    .euiText.euiText--small img,\n    .euiText.euiText--small pre {\n      margin-bottom: 1.3125rem; }\n    .euiText.euiText--small ul,\n    .euiText.euiText--small ol {\n      margin-left: 1.3125rem; }\n    .euiText.euiText--small blockquote {\n      padding: 1.3125rem;\n      font-size: 0.98438rem; }\n    .euiText.euiText--small h1,\n    .euiText.euiText--small h2,\n    .euiText.euiText--small h3,\n    .euiText.euiText--small h4,\n    .euiText.euiText--small h5,\n    .euiText.euiText--small h6 {\n      margin-bottom: 0.4375rem; }\n    .euiText.euiText--small dd + dt {\n      margin-top: 0.875rem; }\n    .euiText.euiText--small * + h2,\n    .euiText.euiText--small * + h3,\n    .euiText.euiText--small * + h4,\n    .euiText.euiText--small * + h5,\n    .euiText.euiText--small * + h6 {\n      margin-top: 1.75rem; }\n    .euiText.euiText--small h1 {\n      font-size: 1.96875rem;\n      line-height: 2.625rem; }\n    .euiText.euiText--small h2 {\n      font-size: 1.53125rem;\n      line-height: 2.1875rem; }\n    .euiText.euiText--small h3 {\n      font-size: 1.09375rem;\n      line-height: 1.75rem; }\n    .euiText.euiText--small h4,\n    .euiText.euiText--small dt,\n    .euiText.euiText--small .eui-definitionListReverse dd {\n      font-size: 0.875rem;\n      line-height: 1.3125rem; }\n    .euiText.euiText--small .eui-definitionListReverse dt {\n      font-size: 0.65625rem;\n      color: #343741; }\n    .euiText.euiText--small h5 {\n      font-size: 0.76562rem;\n      line-height: 0.875rem; }\n    .euiText.euiText--small h6 {\n      font-size: 0.65625rem;\n      line-height: 0.875rem; }\n    .euiText.euiText--small small {\n      font-size: 0.76562rem; }\n    .euiText.euiText--small pre {\n      padding: 14px; }\n    .euiText.euiText--small code {\n      font-size: 0.7875rem; }\n  .euiText.euiText--extraSmall {\n    font-size: 12px;\n    font-size: 0.75rem;\n    line-height: 1.125rem; }\n    .euiText.euiText--extraSmall p,\n    .euiText.euiText--extraSmall ul,\n    .euiText.euiText--extraSmall ol,\n    .euiText.euiText--extraSmall dl,\n    .euiText.euiText--extraSmall blockquote,\n    .euiText.euiText--extraSmall img,\n    .euiText.euiText--extraSmall pre {\n      margin-bottom: 1.125rem; }\n    .euiText.euiText--extraSmall ul,\n    .euiText.euiText--extraSmall ol {\n      margin-left: 1.125rem; }\n    .euiText.euiText--extraSmall blockquote {\n      padding: 1.125rem;\n      font-size: 0.84375rem; }\n    .euiText.euiText--extraSmall h1,\n    .euiText.euiText--extraSmall h2,\n    .euiText.euiText--extraSmall h3,\n    .euiText.euiText--extraSmall h4,\n    .euiText.euiText--extraSmall h5,\n    .euiText.euiText--extraSmall h6 {\n      margin-bottom: 0.375rem; }\n    .euiText.euiText--extraSmall dd + dt {\n      margin-top: 0.75rem; }\n    .euiText.euiText--extraSmall * + h2,\n    .euiText.euiText--extraSmall * + h3,\n    .euiText.euiText--extraSmall * + h4,\n    .euiText.euiText--extraSmall * + h5,\n    .euiText.euiText--extraSmall * + h6 {\n      margin-top: 1.5rem; }\n    .euiText.euiText--extraSmall h1 {\n      font-size: 1.6875rem;\n      line-height: 2.25rem; }\n    .euiText.euiText--extraSmall h2 {\n      font-size: 1.3125rem;\n      line-height: 1.875rem; }\n    .euiText.euiText--extraSmall h3 {\n      font-size: 0.9375rem;\n      line-height: 1.5rem; }\n    .euiText.euiText--extraSmall h4,\n    .euiText.euiText--extraSmall dt,\n    .euiText.euiText--extraSmall .eui-definitionListReverse dd {\n      font-size: 0.75rem;\n      line-height: 1.125rem; }\n    .euiText.euiText--extraSmall .eui-definitionListReverse dt {\n      font-size: 0.5625rem;\n      color: #343741; }\n    .euiText.euiText--extraSmall h5 {\n      font-size: 0.65625rem;\n      line-height: 0.75rem; }\n    .euiText.euiText--extraSmall h6 {\n      font-size: 0.5625rem;\n      line-height: 0.75rem; }\n    .euiText.euiText--extraSmall small {\n      font-size: 0.65625rem; }\n    .euiText.euiText--extraSmall pre {\n      padding: 12px; }\n    .euiText.euiText--extraSmall code {\n      font-size: 0.675rem; }\n  .euiText > :last-child,\n  .euiText .euiTextColor > :last-child {\n    margin-bottom: 0 !important; }\n\n.euiTextColor--default {\n  color: #343741; }\n\n.euiTextColor--subdued {\n  color: #69707D; }\n\n.euiTextColor--secondary {\n  color: #017D73; }\n\n.euiTextColor--accent {\n  color: #DD0A73; }\n\n.euiTextColor--warning {\n  color: #9b6900; }\n\n.euiTextColor--danger {\n  color: #BD271E; }\n\n.euiTextColor--ghost {\n  color: #717171;\n  color: #FFF !important; }\n\n.euiTextAlign--left {\n  text-align: left; }\n\n.euiTextAlign--right {\n  text-align: right; }\n\n.euiTextAlign--center {\n  text-align: center; }\n"
          },
          "redirectURL": "",
          "headersSize": 0,
          "bodySize": 52233
        },
        "cache": {},
        "timings": {
          "blocked": 0,
          "dns": 0,
          "ssl": 0,
          "connect": 0,
          "send": 0,
          "wait": 0,
          "receive": 0
        },
        "time": 0,
        "_securityState": "secure"
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment