/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "utf-8";

.dgrid {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 30em;
    display: block;
}

.dgrid-header {
    background-color: #eee;
}

.dgrid-header-row {
    position: absolute;
    right: 17px;
    left: 0;
}

.dgrid-header-scroll {
    position: absolute;
    top: 0;
    right: 0;
}

.dgrid-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dgrid-header-hidden {
    font-size: 0;
    height: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dgrid-footer-hidden {
    display: none;
}

.dgrid-sortable {
    cursor: pointer;
}

.dgrid-header,
.dgrid-header-row,
.dgrid-footer {
    overflow: hidden;
    background-color: #eee;
}

.dgrid-row-table {
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
    empty-cells: show;
    width: 100%;
    height: 100%;
}

.dgrid-cell {
    padding: 3px;
    text-align: left;
    overflow: hidden;
    vertical-align: top;
    border: 1px solid #ddd;
    border-top-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dgrid-content {
    position: relative;
    height: 99%;
}

.dgrid-scroller {
    overflow-x: auto;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    margin-top: 25px;
    bottom: 0px;
    width: 100%;
}

.dgrid-preload {
    font-size: 0;
    line-height: 0;
}

.dgrid-loading {
    position: relative;
    height: 100%;
}

.dgrid-above {
    position: absolute;
    bottom: 0;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.dgrid-sort-arrow {
    background-position: -64px -16px;
    display: block;
    float: right;
    margin: 0 4px 0 5px;
    height: 12px;
}

.dgrid-sort-up .dgrid-sort-arrow {
    background-position: 0px -16px;
}

.dgrid-selected {
    background-color: #bbb;
}

.dgrid-input {
    width: 99%;
}

html.has-mozilla .dgrid .dgrid-row:focus,
html.has-mozilla .dgrid .dgrid-cell:focus {
    outline: 1px dotted;
}

html.has-mozilla .dgrid-focus {
    outline-offset: -1px;
}

.dgrid-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.dgrid-autoheight {
    height: auto;
}

.dgrid-autoheight .dgrid-scroller {
    position: relative;
    overflow-y: hidden;
}

.dgrid-autoheight .dgrid-header-scroll {
    display: none;
}

.dgrid-autoheight .dgrid-header {
    right: 0;
}

.dgrid-column-set {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.dgrid-column-set-cell {
    vertical-align: top;
    height: 100%;
}

.dgrid-column-set-scroller-container {
    font-size: 0;
    position: absolute;
    bottom: 0;
}

.dgrid-autoheight .dgrid-column-set-scroller-container {
    position: relative;
}

.dgrid-column-set-scroller {
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
}

.dgrid-column-set-scroller-content {
    height: 1px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.dgrid-expando-icon {
    width: 16px;
    height: 16px;
}

.dgrid-tree-container {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.dgrid-tree-container.dgrid-tree-resetting {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
}

.dgrid-hider-toggle {
    background-position: 0 -192px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.dgrid-rtl-swap .dgrid-hider-toggle {
    right: auto;
    left: 0;
}

.dgrid-hider-menu {
    position: absolute;
    top: 0;
    right: 17px;
    width: 184px;
    border: 1px solid #000;
    z-index: 99999;
    padding: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dgrid-rtl-swap .dgrid-hider-menu {
    right: auto;
    left: 17px;
}

.dgrid-hider-menu-row {
    position: relative;
    padding: 2px;
}

.dgrid-hider-menu-check {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0;
}

.dgrid-hider-menu-label {
    display: block;
    padding-left: 20px;
}

.dgrid-header .dojoDndTarget .dgrid-cell {
    display: table-cell;
}

.dgrid-header .dojoDndItemBefore {
    border-left: 2px dotted #000 !important;
}

.dgrid-header .dojoDndItemAfter {
    border-right: 2px dotted #000 !important;
}

.dgrid-column-resizer {
    cursor: col-resize;
    position: absolute;
    width: 2px;
    /*background-color: #666;*/
    z-index: 1000;
}

.dgrid-resize-handle {
    height: 100px;
    width: 0;
    position: absolute;
    right: -4px;
    top: -4px;
    cursor: col-resize;
    z-index: 999;
    border-left: 5px solid transparent;
    outline: none;
}

.dgrid-resize-header-container {
    height: 100%;
}

.dgrid-resize-guard {
    cursor: col-resize;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

html.has-touch .dgrid-resize-handle {
    border-left: 20px solid transparent;
}

html.has-touch .dgrid-column-resizer {
    width: 2px;
}

.dgrid-resize-header-container {
    position: relative;
}

.dgrid-header .dgrid-cell {
    overflow: hidden;
}

.dgrid-spacer-row {
    height: 0;
}

.dgrid-spacer-row th {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
}

.dgrid-status {
    padding: 2px;
}

.dgrid-pagination .dgrid-status {
    float: left;
}

.dgrid-pagination .dgrid-navigation,
.dgrid-pagination .dgrid-page-size {
    float: right;
}

.dgrid-navigation .dgrid-page-link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    padding: 0 4px;
}

.dgrid-first,
.dgrid-last,
.dgrid-next,
.dgrid-previous {
    font-size: 130%;
}

.dgrid-pagination .dgrid-page-disabled {
    color: #aaa;
    cursor: default;
}

.dgrid-page-input {
    margin-top: 1px;
    width: 2em;
    text-align: center;
}

.dgrid-page-size {
    margin: 1px 4px 0 4px;
}

.dgrid-rtl-swap .dgrid-header-row {
    right: 0;
    left: 17px;
}

.dgrid-rtl-swap .dgrid-header-scroll {
    left: 0px;
    right: auto;
}

.dgrid-rtl .dgrid-cell {
    text-align: right;
}

.dgrid-rtl .dgrid-sort-arrow {
    float: left;
    margin: 0 5px 0 4px;
}

.dgrid-rtl .ui-icon-triangle-1-e {
    background-position: -96px -16px;
}

.dgrid-rtl .ui-icon-triangle-1-se {
    background-position: -80px -16px;
}

.dgrid-rtl .dgrid-pagination .dgrid-status {
    float: right;
}

.dgrid-rtl .dgrid-pagination .dgrid-page-size {
    float: right;
}

.dgrid-rtl .dgrid-pagination .dgrid-navigation {
    float: left;
}

.dgrid-rtl.dgrid-autoheight .dgrid-header {
    left: 0;
}

[class^="esri-icon-"],
[class*=" esri-icon-"] {
    font-family: 'CalciteWebCoreIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.esri-icon-close:before {
    content: "\e600";
    color: inherit
}

.esri-icon-drag-horizontal:before {
    content: "\e601";
    color: inherit
}

.esri-icon-drag-vertical:before {
    content: "\e602";
    color: inherit
}

.esri-icon-handle-horizontal:before {
    content: "\e603";
    color: inherit
}

.esri-icon-handle-vertical:before {
    content: "\e604";
    color: inherit
}

.esri-icon-check-mark:before {
    content: "\e605";
    color: inherit
}

.esri-icon-left-triangle-arrow:before {
    content: "\e606";
    color: inherit
}

.esri-icon-right-triangle-arrow:before {
    content: "\e607";
    color: inherit
}

.esri-icon-down-arrow:before {
    content: "\e608";
    color: inherit
}

.esri-icon-up-arrow:before {
    content: "\e609";
    color: inherit
}

.esri-icon-overview-arrow-bottom-left:before {
    content: "\e60a";
    color: inherit
}

.esri-icon-overview-arrow-bottom-right:before {
    content: "\e60b";
    color: inherit
}

.esri-icon-overview-arrow-top-left:before {
    content: "\e60c";
    color: inherit
}

.esri-icon-overview-arrow-top-right:before {
    content: "\e60d";
    color: inherit
}

.esri-icon-maximize:before {
    content: "\e60e";
    color: inherit
}

.esri-icon-minimize:before {
    content: "\e60f";
    color: inherit
}

.esri-icon-checkbox-unchecked:before {
    content: "\e610";
    color: inherit
}

.esri-icon-checkbox-checked:before {
    content: "\e611";
    color: inherit
}

.esri-icon-radio-unchecked:before {
    content: "\e612";
    color: inherit
}

.esri-icon-radio-checked:before {
    content: "\e613";
    color: inherit
}

.esri-icon-up-arrow-circled:before {
    content: "\e614";
    color: inherit
}

.esri-icon-down-arrow-circled:before {
    content: "\e615";
    color: inherit
}

.esri-icon-left-arrow-circled:before {
    content: "\e616";
    color: inherit
}

.esri-icon-right-arrow-circled:before {
    content: "\e617";
    color: inherit
}

.esri-icon-zoom-out-fixed:before {
    content: "\e618";
    color: inherit
}

.esri-icon-zoom-in-fixed:before {
    content: "\e619";
    color: inherit
}

.esri-icon-refresh:before {
    content: "\e61a";
    color: inherit
}

.esri-icon-edit:before {
    content: "\e61b";
    color: inherit
}

.esri-icon-authorize:before {
    content: "\e61c";
    color: inherit
}

.esri-icon-map-pin:before {
    content: "\e61d";
    color: inherit
}

.esri-icon-blank-map-pin:before {
    content: "\e61e";
    color: inherit
}

.esri-icon-table:before {
    content: "\e61f";
    color: inherit
}

.esri-icon-plus:before {
    content: "\e620";
    color: inherit
}

.esri-icon-minus:before {
    content: "\e621";
    color: inherit
}

.esri-icon-beginning:before {
    content: "\e622";
    color: inherit
}

.esri-icon-reverse:before {
    content: "\e623";
    color: inherit
}

.esri-icon-pause:before {
    content: "\e624";
    color: inherit
}

.esri-icon-play:before {
    content: "\e625";
    color: inherit
}

.esri-icon-forward:before {
    content: "\e626";
    color: inherit
}

.esri-icon-end:before {
    content: "\e627";
    color: inherit
}

.esri-icon-erase:before {
    content: "\e628";
    color: inherit
}

.esri-icon-up-down-arrows:before {
    content: "\e629";
    color: inherit
}

.esri-icon-left:before {
    content: "\e62a";
    color: inherit
}

.esri-icon-right:before {
    content: "\e62b";
    color: inherit
}

.esri-icon-announcement:before {
    content: "\e62c";
    color: inherit
}

.esri-icon-notice-round:before {
    content: "\e62d";
    color: inherit
}

.esri-icon-notice-triangle:before {
    content: "\e62e";
    color: inherit
}

.esri-icon-home:before {
    content: "\e62f";
    color: inherit
}

.esri-icon-locate:before {
    content: "\e630";
    color: inherit
}

.esri-icon-expand:before {
    content: "\e631";
    color: inherit
}

.esri-icon-collapse:before {
    content: "\e632";
    color: inherit
}

.esri-icon-layer-list:before {
    content: "\e633";
    color: inherit
}

.esri-icon-basemap:before {
    content: "\e634";
    color: inherit
}

.esri-icon-globe:before {
    content: "\e635";
    color: inherit
}

.esri-icon-applications:before {
    content: "\e636";
    color: inherit
}

.esri-icon-arrow-up-circled:before {
    content: "\e637";
    color: inherit
}

.esri-icon-arrow-down-circled:before {
    content: "\e638";
    color: inherit
}

.esri-icon-arrow-left-circled:before {
    content: "\e639";
    color: inherit
}

.esri-icon-arrow-right-circled:before {
    content: "\e63a";
    color: inherit
}

.esri-icon-minus-circled:before {
    content: "\e63b";
    color: inherit
}

.esri-icon-plus-circled:before {
    content: "\e63c";
    color: inherit
}

.esri-icon-add-attachment:before {
    content: "\e63d";
    color: inherit
}

.esri-icon-attachment:before {
    content: "\e63e";
    color: inherit
}

.esri-icon-calendar:before {
    content: "\e63f";
    color: inherit
}

.esri-icon-close-circled:before {
    content: "\e640";
    color: inherit
}

.esri-icon-browser:before {
    content: "\e641";
    color: inherit
}

.esri-icon-collection:before {
    content: "\e642";
    color: inherit
}

.esri-icon-comment:before {
    content: "\e643";
    color: inherit
}

.esri-icon-configure-popup:before {
    content: "\e644";
    color: inherit
}

.esri-icon-contact:before {
    content: "\e645";
    color: inherit
}

.esri-icon-dashboard:before {
    content: "\e646";
    color: inherit
}

.esri-icon-deny:before {
    content: "\e647";
    color: inherit
}

.esri-icon-description:before {
    content: "\e648";
    color: inherit
}

.esri-icon-directions:before {
    content: "\e649";
    color: inherit
}

.esri-icon-directions2:before {
    content: "\e64a";
    color: inherit
}

.esri-icon-documentation:before {
    content: "\e64b";
    color: inherit
}

.esri-icon-duplicate:before {
    content: "\e64c";
    color: inherit
}

.esri-icon-review:before {
    content: "\e64d";
    color: inherit
}

.esri-icon-environment-settings:before {
    content: "\e64e";
    color: inherit
}

.esri-icon-error:before {
    content: "\e64f";
    color: inherit
}

.esri-icon-error2:before {
    content: "\e650";
    color: inherit
}

.esri-icon-experimental:before {
    content: "\e651";
    color: inherit
}

.esri-icon-feature-layer:before {
    content: "\e652";
    color: inherit
}

.esri-icon-filter:before {
    content: "\e653";
    color: inherit
}

.esri-icon-grant:before {
    content: "\e654";
    color: inherit
}

.esri-icon-group:before {
    content: "\e655";
    color: inherit
}

.esri-icon-key:before {
    content: "\e656";
    color: inherit
}

.esri-icon-labels:before {
    content: "\e657";
    color: inherit
}

.esri-icon-tag:before {
    content: "\e658";
    color: inherit
}

.esri-icon-layers:before {
    content: "\e659";
    color: inherit
}

.esri-icon-left-arrow:before {
    content: "\e65a";
    color: inherit
}

.esri-icon-right-arrow:before {
    content: "\e65b";
    color: inherit
}

.esri-icon-link-external:before {
    content: "\e65c";
    color: inherit
}

.esri-icon-link:before {
    content: "\e65d";
    color: inherit
}

.esri-icon-loading-indicator:before {
    content: "\e65e";
    color: inherit
}

.esri-icon-maps:before {
    content: "\e65f";
    color: inherit
}

.esri-icon-marketplace:before {
    content: "\e660";
    color: inherit
}

.esri-icon-media:before {
    content: "\e661";
    color: inherit
}

.esri-icon-media2:before {
    content: "\e662";
    color: inherit
}

.esri-icon-menu:before {
    content: "\e663";
    color: inherit
}

.esri-icon-mobile:before {
    content: "\e664";
    color: inherit
}

.esri-icon-phone:before {
    content: "\e665";
    color: inherit
}

.esri-icon-navigation:before {
    content: "\e666";
    color: inherit
}

.esri-icon-pan:before {
    content: "\e667";
    color: inherit
}

.esri-icon-printer:before {
    content: "\e668";
    color: inherit
}

.esri-icon-pie-chart:before {
    content: "\e669";
    color: inherit
}

.esri-icon-chart:before {
    content: "\e66a";
    color: inherit
}

.esri-icon-line-chart:before {
    content: "\e66b";
    color: inherit
}

.esri-icon-question:before {
    content: "\e66c";
    color: inherit
}

.esri-icon-resend-invitation:before {
    content: "\e66d";
    color: inherit
}

.esri-icon-rotate:before {
    content: "\e66e";
    color: inherit
}

.esri-icon-save:before {
    content: "\e66f";
    color: inherit
}

.esri-icon-settings:before {
    content: "\e670";
    color: inherit
}

.esri-icon-settings2:before {
    content: "\e671";
    color: inherit
}

.esri-icon-share:before {
    content: "\e672";
    color: inherit
}

.esri-icon-sign-out:before {
    content: "\e673";
    color: inherit
}

.esri-icon-support:before {
    content: "\e674";
    color: inherit
}

.esri-icon-user:before {
    content: "\e675";
    color: inherit
}

.esri-icon-time-clock:before {
    content: "\e676";
    color: inherit
}

.esri-icon-trash:before {
    content: "\e677";
    color: inherit
}

.esri-icon-upload:before {
    content: "\e678";
    color: inherit
}

.esri-icon-download:before {
    content: "\e679";
    color: inherit
}

.esri-icon-zoom-in-magnifying-glass:before {
    content: "\e67a";
    color: inherit
}

.esri-icon-search:before {
    content: "\e67b";
    color: inherit
}

.esri-icon-zoom-out-magnifying-glass:before {
    content: "\e67c";
    color: inherit
}

.esri-icon-locked:before {
    content: "\e67d";
    color: inherit
}

.esri-icon-unlocked:before {
    content: "\e67e";
    color: inherit
}

.esri-icon-favorites:before {
    content: "\e67f";
    color: inherit
}

.esri-icon-compass:before {
    content: "\e680";
    color: inherit
}

.esri-icon-down:before {
    content: "\e681";
    color: inherit
}

.esri-icon-up:before {
    content: "\e682";
    color: inherit
}

.esri-icon-chat:before {
    content: "\e683";
    color: inherit
}

.esri-icon-dock-bottom:before {
    content: "\e684";
    color: inherit
}

.esri-icon-dock-left:before {
    content: "\e685";
    color: inherit
}

.esri-icon-dock-right:before {
    content: "\e686";
    color: inherit
}

.esri-icon-organization:before {
    content: "\e687";
    color: inherit
}

.esri-icon-north-navigation:before {
    content: "\e688";
    color: inherit
}

.esri-icon-locate-circled:before {
    content: "\e689";
    color: inherit
}

.esri-icon-dial:before {
    content: "\e68a";
    color: inherit
}

.esri-icon-polygon:before {
    content: "\e68b";
    color: inherit
}

.esri-icon-polyline:before {
    content: "\e68c";
    color: inherit
}

.esri-icon-visible:before {
    content: "\e68d";
    color: inherit
}

.esri-icon-non-visible:before {
    content: "\e68e";
    color: inherit
}

.esri-icon-link-vertical:before {
    content: "\e68f";
    color: inherit
}

.esri-icon-unlocked-link-vertical:before {
    content: "\e690";
    color: inherit
}

.esri-icon-link-horizontal:before {
    content: "\e691";
    color: inherit
}

.esri-icon-unlocked-link-horizontal:before {
    content: "\e692";
    color: inherit
}

.esri-icon-swap:before {
    content: "\e693";
    color: inherit
}

.esri-icon-cta-link-external:before {
    content: "\e694";
    color: inherit
}

.esri-icon-reply:before {
    content: "\e695";
    color: inherit
}

.esri-icon-public:before {
    content: "\e696";
    color: inherit
}

.esri-icon-share2:before {
    content: "\e697";
    color: inherit
}

.esri-icon-launch-link-external:before {
    content: "\e698";
    color: inherit
}

.esri-icon-rotate-back:before {
    content: "\e699";
    color: inherit
}

.esri-icon-pan2:before {
    content: "\e69a";
    color: inherit
}

.esri-icon-tracking:before {
    content: "\e69b";
    color: inherit
}

.esri-icon-expand2:before {
    content: "\e69c";
    color: inherit
}

.esri-icon-arrow-down:before {
    content: "\e69d";
    color: inherit
}

.esri-icon-arrow-up:before {
    content: "\e69e";
    color: inherit
}

.esri-icon-hollow-eye:before {
    content: "\e69f";
    color: inherit
}

.esri-icon-play-circled:before {
    content: "\e6a0";
    color: inherit
}

.esri-icon-volume-off:before {
    content: "\e6a1";
    color: inherit
}

.esri-icon-volume-on:before {
    content: "\e6a2";
    color: inherit
}

.esri-icon-bookmark:before {
    content: "\e900";
    color: inherit
}

.esri-icon-lightbulb:before {
    content: "\e901";
    color: inherit
}

.esri-icon-sketch-rectangle:before {
    content: "\e902";
    color: inherit
}

.esri-icon-north-navigation-filled:before {
    content: "\e903";
    color: inherit
}

.esri-icon-default-action:before {
    content: "\e904";
    color: inherit
}

.esri-icon-undo:before {
    content: "\e905";
    color: inherit
}

.esri-icon-redo:before {
    content: "\e906";
    color: inherit
}

.esri-icon-cursor:before {
    content: "\e907";
    color: inherit
}

.esri-view {
    display: flex;
    margin: 0;
    padding: 0;
    min-height: 1000px;
    width: 100%;
}

.esri-view .esri-view-user-storage {
    overflow: hidden
}

.esri-view .esri-view-root {
    position: relative;
    flex: 1 1 100%;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

.esri-view .esri-view-surface {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr
}

.esri-view .esri-view-surface--inset-outline {
    outline: 0
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
    outline-offset: -3px;
    pointer-events: none;
    overflow: hidden
}

.esri-view .esri-view-surface[data-cursor="copy"] {
    cursor: copy
}

.esri-view .esri-view-surface[data-cursor="crosshair"] {
    cursor: crosshair
}

.esri-view .esri-view-surface[data-cursor="help"] {
    cursor: help
}

.esri-view .esri-view-surface[data-cursor="move"] {
    cursor: move
}

.esri-view .esri-view-surface[data-cursor="pointer"] {
    cursor: pointer
}

.esri-view .esri-view-surface[data-cursor="progress"] {
    cursor: progress
}

.esri-view .esri-view-surface[data-cursor="grab"] {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.esri-view .esri-view-surface[data-cursor="grabbing"] {
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.esri-view .esri-view-surface[data-interacting="true"] {
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.esri-view .esri-display-object,
.esri-view .esri-bitmap {
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-user-drag: none;
    -webkit-user-select: none
}

.esri-view .esri-bitmap {
    max-width: none;
    transform-origin: top left
}

.esri-ui {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    pointer-events: none;
    overflow: hidden;
    font-size: 14px
}

.esri-ui .esri-component {
    pointer-events: auto
}

.esri-ui .esri-attribution {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.esri-ui-corner {
    position: absolute;
    display: flex
}

.esri-ui-inner-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.esri-ui-manual-container>.esri-component {
    position: absolute
}

.esri-ui-top-left,
.esri-ui-top-right {
    flex-flow: column
}

.esri-ui-top-left {
    align-items: flex-start
}

.esri-ui-top-right {
    align-items: flex-end
}

.esri-ui-bottom-left,
.esri-ui-bottom-right {
    flex-flow: row;
    align-items: flex-end
}

.esri-ui-bottom-right {
    flex-flow: row-reverse
}

.esri-ui-top-left {
    top: 0;
    left: 0
}

.esri-ui-top-right {
    top: 0;
    right: 0
}

.esri-ui-top-right .esri-component,
.esri-ui-top-left .esri-component {
    margin-bottom: 10px
}

.esri-ui-bottom-left {
    bottom: 0;
    left: 0
}

.esri-ui-bottom-left .esri-component {
    margin-right: 10px
}

.esri-ui-bottom-right {
    bottom: 0;
    right: 0
}

.esri-ui-bottom-right .esri-component {
    margin-left: 10px
}

html[dir="rtl"] .esri-ui-top-left {
    align-items: flex-end
}

html[dir="rtl"] .esri-ui-top-right {
    align-items: flex-start
}

html[dir="rtl"] .esri-ui-bottom-left {
    flex-direction: row-reverse
}

html[dir="rtl"] .esri-ui-bottom-right {
    flex-direction: row
}

.esri-zoom-box__container {
    position: relative;
    height: 100%;
    width: 100%
}

.esri-zoom-box__overlay {
    cursor: crosshair;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.esri-zoom-box__overlay-background {
    fill: rgba(0, 0, 0, 0.1)
}

.esri-zoom-box__outline {
    fill: transparent;
    stroke: dodgerblue;
    stroke-dasharray: 1, 1;
    stroke-width: 2px
}

.esri-overlay-surface {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.esri-text-overlay-item {
    display: block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3em
}

.esri-text-overlay-item-anchor-bottom {
    transform: translate(-50%, -100%)
}

.esri-text-overlay-item-anchor-bottom-right {
    transform: translate(-100%, -100%)
}

.esri-text-overlay-item-anchor-bottom-left {
    transform: translate(0, -100%)
}

.esri-text-overlay-item-anchor-top {
    transform: translate(-50%, 0)
}

.esri-text-overlay-item-anchor-top-right {
    transform: translate(-100%, 0)
}

.esri-text-overlay-item-anchor-top-left {
    transform: translate(0, 0)
}

.esri-text-overlay-item-anchor-center {
    transform: translate(-50%, -50%)
}

.esri-text-overlay-item-anchor-right {
    transform: translate(-100%, -50%)
}

.esri-text-overlay-item-anchor-left {
    transform: translate(0, -50%)
}

.esri-line-overlay-item {
    display: block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap
}

.esri-widget {
    box-sizing: border-box;
    color: #323232;
    font-size: 14px;
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    /*background-color: #fff*/
}

.esri-widget *,
.esri-widget *:before,
.esri-widget *:after {
    box-sizing: inherit
}

.esri-widget__anchor {
    text-decoration: none;
    color: #0079c1
}

.esri-widget__anchor:hover {
    color: #00598e
}

.esri-widget__anchor--disabled {
    pointer-events: none;
    opacity: .4
}

.esri-widget__header {
    align-items: center;
    /*background-color: #fff;*/
    display: flex;
    flex: 1 0 100%;
    padding: 12px 0 12px 15px;
    justify-content: space-between;
    min-height: 48px;
    width: 100%
}

.esri-widget__header .esri-widget__heading {
    align-items: center;
    color: #6e6e6e;
    display: flex;
    margin: 0;
    padding: 0;
    width: calc(100% - 48px)
}

.esri-widget__header-button {
    -webkit-appearance: none;
    align-items: center;
    align-self: stretch;
    background-color: transparent;
    border: none;
    color: #6e6e6e;
    cursor: pointer;
    display: flex;
    flex: 0 0 48px;
    justify-content: center;
    padding: 0;
    width: 48px
}

.esri-widget__heading {
    color: #323232;
    font-weight: 600;
    margin: 0 0 0.5rem 0
}

h1.esri-widget__heading {
    font-size: 20px
}

h2.esri-widget__heading {
    font-size: 16px
}

h3.esri-widget__heading,
h4.esri-widget__heading,
h5.esri-widget__heading,
h6.esri-widget__heading {
    font-size: 14px
}

.esri-widget__footer {
    align-items: center;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
    min-height: 48px;
    width: 100%
}

.esri-widget__footer-pagination {
    align-items: center;
    color: #6e6e6e;
    display: flex;
    justify-content: space-between
}

.esri-widget__footer-pagination-previous-button,
.esri-widget__footer-pagination-next-button {
    background-color: transparent;
    border: 0;
    margin: 0 7px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 125ms ease-in-out
}

.esri-widget__footer-pagination-previous-button:hover,
.esri-widget__footer-pagination-previous-button:focus,
.esri-widget__footer-pagination-next-button:hover,
.esri-widget__footer-pagination-next-button:focus {
    /*background-color: #f0f0f0;*/
    color: #2e2e2e
}

.esri-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    /*background-color: #fff;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    background-clip: padding-box;
    overflow: hidden;
    width: 100%;
    visibility: hidden;
    max-height: 0
}

.esri-menu .esri-menu__header {
    padding: 6px 12px;
   /* background-color: #4c4c4c;*/
    color: #fff
}

.esri-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.esri-menu__list-item {
    padding: 0.8em 1em;
    cursor: pointer;
    border-top: solid 1px rgba(110, 110, 110, 0.3);
    border-left: 3px solid transparent
}

.esri-menu__list-item:first-child {
    border-top: none
}

.esri-menu__list-item:hover,
.esri-menu__list-item:focus {
   /* background-color: #f0f0f0*/
}

.esri-menu__list-item:active {
   /* background-color: #e2f1fb*/
}

.esri-menu__list-item--active,
.esri-menu__list-item--active:hover,
.esri-menu__list-item--active:focus {
    /*background-color: #e2f1fb;*/
    border-left-color: #0079c1
}

.esri-menu__list-item [class^="esri-icon"] {
    padding-right: 2.8px
}

.esri-widget__table {
    color: #323232;
    border: none;
    border-collapse: collapse;
    width: 100%
}

.esri-widget__table tr a {
    color: #6e6e6e
}

.esri-widget__table tr a:hover,
.esri-widget__table tr a:focus {
    color: #2e2e2e
}

.esri-widget__table tr td,
.esri-widget__table tr th {
    padding: 0.5em 0.7em;
    word-break: break-word;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400
}

.esri-widget__table tr th {
    width: 50%;
    text-align: left;
    border-right: 3px solid rgba(0, 0, 0, 0.05)
}

.esri-widget__table tr td {
    width: 50%
}

.esri-input {
    background-color: #fff;
    border: 1px solid rgba(110, 110, 110, 0.3);
    color: #323232;
    font-family: inherit;
    font-size: 14px
}

.esri-input[type="text"],
.esri-input[type="number"] {
    height: 32px;
    padding: 0 0.5em
}

.esri-input::-ms-clear {
    display: none
}

.esri-input::-moz-placeholder {
    color: rgba(50, 50, 50, 0.4);
    opacity: 1
}

.esri-input:-ms-input-placeholder {
    color: rgba(50, 50, 50, 0.4)
}

.esri-input::-webkit-input-placeholder {
    color: rgba(50, 50, 50, 0.4)
}

.esri-button {
    align-items: center;
    background-color: #0079c1;
    border: 1px solid #0079c1;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    min-height: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 6px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: background-color 125ms ease-in-out, border 125ms ease-in-out
}

.esri-button:hover {
    background-color: #00598e;
    border: 1px solid #00598e;
    color: #fff
}

.esri-button--secondary {
    background-color: transparent;
    color: #0079c1
}

.esri-button--tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #0079c1
}

.esri-button--tertiary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #00598e;
    text-decoration: underline
}

.esri-button--disabled {
    opacity: .4;
    pointer-events: none
}

[class*="esri-icon"] {
    font-size: 16px;
    display: inline-block
}

.esri-widget__content--empty {
    align-items: center;
    color: #6e6e6e;
    display: flex;
    flex-flow: column wrap;
    padding: 18px 22px;
    text-align: center
}

.esri-widget__content--empty h1.esri-widget__heading,
.esri-widget__content--empty h2.esri-widget__heading,
.esri-widget__content--empty h3.esri-widget__heading,
.esri-widget__content--empty h4.esri-widget__heading,
.esri-widget__content--empty h5.esri-widget__heading {
    font-weight: 400
}

.esri-widget__content-illustration--empty {
    padding: 1rem 0;
    width: 128px
}

.esri-widget__content-icon--empty {
    padding: 0.5rem 0;
    width: 32px
}

.esri-select {
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 0.85em;
    width: 100%;
    height: 32px;
    color: #323232;
    border: 1px solid rgba(110, 110, 110, 0.3);
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0 0.5em;
    background: url("data:image/svg+xml,%3Csvg width%3D%2732%27%20height%3D%2732%27%20viewBox%3D%270%200%2032%2032%27%20xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M11%2013l5%205.833L21%2013z%27%20fill%3D%27%236e6e6e%27%20fill-rule%3D%27nonzero%27/%3E%3C/svg%3E") no-repeat right center #fff
}

.esri-select::-ms-expand {
    display: none
}

.esri-disabled a,
.esri-disabled [class*="esri-icon"],
.esri-disabled [role="menu"],
.esri-disabled [role="checkbox"] {
    color: rgba(110, 110, 110, 0.4)
}

.keynav-mode .esri-widget:focus {
    outline: 2px solid #6e6e6e;
    outline-offset: 2px;
    z-index: 1
}

.keynav-mode .esri-widget *:focus {
    outline: 2px solid #6e6e6e;
    outline-offset: 2px;
    z-index: 1
}

.esri-widget__loader-animation {
    animation: esri-rotate 1250ms infinite linear;
    transform: translateZ(0);
    border: 0.15em solid transparent;
    border-color: rgba(50, 50, 50, 0.8) rgba(110, 110, 110, 0.3) rgba(110, 110, 110, 0.3) rgba(110, 110, 110, 0.3);
    border-radius: 100%;
    display: block;
    font-size: 16px;
    height: 1em;
    width: 1em
}

.esri-widget--button {
    font-size: 14px;
    background-color: #fff;
    color: #6e6e6e;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    transition: background-color 125ms ease-in-out
}

.esri-widget--button:hover {
    background-color: #f0f0f0;
    color: #2e2e2e
}

.esri-widget--button:active {
    background-color: #e2f1fb
}

.esri-ui-corner .esri-component {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.esri-ui-corner .esri-expand .esri-widget--panel,
.esri-ui-corner .esri-expand .esri-widget--panel-height-only,
.esri-ui-corner .esri-component.esri-widget--panel,
.esri-ui-corner .esri-component.esri-widget--panel-height-only {
    min-height: 32px;
    transition: max-height 250ms ease-in-out;
    overflow-y: auto
}

.esri-ui-corner .esri-expand .esri-widget--panel,
.esri-ui-corner .esri-expand .esri-widget--panel-height-only,
.esri-ui-corner .esri-component.esri-widget--panel {
    width: 300px
}

.esri-view-height-greater-than-medium .esri-expand .esri-widget--panel,
.esri-view-height-greater-than-medium .esri-expand .esri-widget--panel-height-only,
.esri-view-height-greater-than-medium .esri-ui-corner .esri-component.esri-widget--panel,
.esri-view-height-greater-than-medium .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 680px
}

.esri-view-height-medium .esri-expand .esri-widget--panel,
.esri-view-height-medium .esri-expand .esri-widget--panel-height-only,
.esri-view-height-medium .esri-ui-corner .esri-component.esri-widget--panel,
.esri-view-height-medium .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 540px
}

.esri-view-height-small .esri-expand .esri-widget--panel,
.esri-view-height-small .esri-expand .esri-widget--panel-height-only,
.esri-view-height-small .esri-ui-corner .esri-component.esri-widget--panel,
.esri-view-height-small .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 420px
}

.esri-view-height-xsmall .esri-expand .esri-widget--panel,
.esri-view-height-xsmall .esri-expand .esri-widget--panel-height-only,
.esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel,
.esri-view-height-xsmall .esri-ui-corner .esri-component.esri-widget--panel-height-only {
    max-height: 240px
}

.esri-ui-bottom-right .esri-menu,
.esri-ui-bottom-left .esri-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px
}

html[dir="rtl"] .esri-widget__table th {
    text-align: right;
    border-right: none;
    border-left: 3px solid rgba(0, 0, 0, 0.05)
}

html[dir="rtl"] .esri-select {
    background-position: left 50%
}

html[dir="rtl"] .esri-menu__list-item [class^="esri-icon"] {
    padding-right: 0;
    padding-left: 2px
}

html[dir="rtl"] .esri-menu__list-item {
    border-left: none;
    border-right: 3px solid transparent
}

html[dir="rtl"] .esri-menu__list-item--active {
    border-right-color: #0079c1
}

.esri-icon-font-fallback-text {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

[class^="esri-icon"] {
    animation: none
}

@keyframes esri-fade-in {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

20%:before,
20%:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

20%:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

20%:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-rotating {
    animation: esri-rotate 1250ms infinite linear;
    transform: translateZ(0)
}

.esri-clearfix:before,
.esri-clearfix:after {
    content: " ";
    display: table
}

.esri-clearfix:after {
    clear: both
}

.esri-interactive {
    cursor: pointer
}

.esri-hidden {
    display: none !important
}

.esri-invisible {
    visibility: hidden !important
}

.esri-offscreen {
    position: absolute;
    top: -999em;
    left: -999em
}

.esri-area-measurement-3d__container {
    position: relative;
    padding: 12px 0;
    overflow-y: auto
}

.esri-area-measurement-3d__container a {
    text-decoration: none
}

.esri-area-measurement-3d__measurement {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: #f5f5f5;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-area-measurement-3d__header {
    position: relative;
    font-size: 12px;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex: 0 0 auto
}

.esri-area-measurement-3d__header-title,
h1.esri-area-measurement-3d__header-title {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0;
    display: block;
    flex: 1;
    word-break: break-word;
    text-align: left
}

.esri-area-measurement-3d__panel--error {
    color: #8c2907;
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-area-measurement-3d__hint {
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-area-measurement-3d__hint-text {
    margin: 12px 0;
    padding: 0
}

.esri-area-measurement-3d__measurement {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: #f5f5f5;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-area-measurement-3d__measurement-item {
    display: flex;
    padding-bottom: 12px;
    flex-flow: column
}

.esri-area-measurement-3d__measurement-item--disabled {
    display: flex;
    color: rgba(50, 50, 50, 0.4)
}

.esri-area-measurement-3d__measurement-item-title {
    padding-bottom: 3px
}

.esri-area-measurement-3d__measurement-item-value {
    font-weight: 600
}

.esri-area-measurement-3d__settings {
    display: flex;
    justify-content: space-between;
    padding: 6px 15px
}

.esri-area-measurement-3d__units {
    display: flex;
    flex: 0 1 48%;
    flex-flow: column;
    padding: 0;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-area-measurement-3d__units:only-child {
    flex: 1 0 100%
}

.esri-area-measurement-3d__units-select-wrapper {
    width: 100%
}

.esri-area-measurement-3d__units-select {
    width: 100%;
    padding-left: 0.5em;
    padding-right: 2.7em
}

.esri-area-measurement-3d__actions {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 15px
}

html[dir="rtl"] .esri-area-measurement-3d__units-select {
    padding-left: 2.7em;
    padding-right: 0.5em
}

.esri-attribution {
    font-size: 12px;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.65);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.esri-attribution__link {
    color: currentColor
}

.esri-attribution__link:hover,
.esri-attribution__link:active,
.esri-attribution__link:visited,
.esri-attribution__link:focus {
    color: currentColor
}

.esri-attribution__sources {
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    align-self: flex-start;
    flex: 1 0
}

.esri-attribution__sources[role="button"] {
    font-size: 1em
}

.esri-attribution__powered-by {
    font-weight: 400;
    padding: 0 5px;
    text-align: right;
    white-space: nowrap;
    align-self: flex-end
}

.esri-attribution--open {
    z-index: 2
}

.esri-attribution__sources--open {
    white-space: normal
}

html[dir="rtl"] .esri-attribution__powered-by {
    text-align: left
}

.esri-basemap-gallery {
    color: #323232;
    background-color: #fff;
    min-width: 225px;
    overflow-y: auto;
    position: relative;
    width: auto;
    max-width: 300px
}

.esri-basemap-gallery__item-container {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    transition: opacity 250ms ease-in-out;
    list-style: none;
    margin: 0;
    padding: 0
}

.esri-basemap-gallery--source-refreshing .esri-basemap-gallery__item-container {
    opacity: .4
}

.esri-basemap-gallery__empty-message {
    padding: 12px 15px;
    animation: esri-fade-in 500ms ease-in-out
}

.esri-basemap-gallery__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 7px;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    animation: esri-fade-in 500ms ease-in-out;
    transition: background-color 250ms ease-in-out
}

.esri-basemap-gallery__item:first-child {
    margin-top: 6px
}

.esri-basemap-gallery__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    animation: esri-fade-in 500ms ease-in-out
}

.esri-basemap-gallery__loader:before,
.esri-basemap-gallery__loader:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

.esri-basemap-gallery__loader:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

.esri-basemap-gallery__loader:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-basemap-gallery__item--loading {
    cursor: auto;
    background-color: #f5f5f5;
    border-color: #fff
}

.esri-basemap-gallery__item--error {
    cursor: auto;
    opacity: .4
}

.esri-basemap-gallery__item-thumbnail {
    height: 64px;
    width: auto;
    box-shadow: 0 0 0 1px rgba(110, 110, 110, 0.3)
}

@supports (object-fit: cover) {
    .esri-basemap-gallery__item-thumbnail {
        height: 64px;
        width: 64px;
        object-fit: cover
    }
}

.esri-basemap-gallery__item-title {
    font-size: 12px;
    word-break: break-word;
    color: #6e6e6e;
    padding: 0 7px
}

.esri-basemap-gallery__item--selected,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
    cursor: auto;
    border-left-color: #0079c1;
    background-color: #e2f1fb
}

.esri-basemap-gallery__item--selected .esri-basemap-gallery__item-title,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover .esri-basemap-gallery__item-title,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus .esri-basemap-gallery__item-title {
    color: #323232
}

.esri-basemap-gallery__item:hover,
.esri-basemap-gallery__item:focus {
    outline: none;
    background-color: #f0f0f0;
    border-left-color: #f0f0f0
}

.esri-basemap-gallery__item:hover .esri-basemap-gallery__item-title,
.esri-basemap-gallery__item:focus .esri-basemap-gallery__item-title {
    color: #6e6e6e
}

.esri-basemap-gallery__item.esri-basemap-gallery__item--error:hover,
.esri-basemap-gallery__item.esri-basemap-gallery__item--error:focus {
    background-color: #fff;
    border-color: transparent
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component {
    width: 450px;
    max-width: initial
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-container {
    flex-flow: row wrap;
    align-items: baseline
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item {
    border: 1px solid rgba(0, 0, 0, 0);
    flex-flow: column wrap;
    width: 29.333%;
    margin: 3px 2%;
    padding: 12px 0;
    text-align: center
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-thumbnail {
    max-width: 100%;
    margin-bottom: 6px
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-title {
    margin-top: 6px;
    width: 100%
}

.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item--selected,
.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
    border-color: #0079c1
}

html[dir="rtl"] .esri-basemap-gallery__item--selected,
html[dir="rtl"] .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
html[dir="rtl"] .esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
    border-left-color: transparent;
    border-right-color: #0079c1
}

@keyframes esri-basemap-slide {
    0% {
        margin-top: 0;
        margin-left: 0;
        opacity: 0
    }

    75% {
        margin-top: 0;
        margin-left: 0;
        opacity: 0
    }

    100% {
        margin-top: 5px;
        margin-left: 5px;
        opacity: 1
    }
}

.esri-basemap-toggle {
    cursor: pointer;
    position: relative;
    overflow: visible;
    width: 69px;
    height: 69px;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.esri-basemap-toggle:hover {
    background-color: transparent
}

.esri-basemap-toggle__container,
.esri-basemap-toggle__image {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.esri-basemap-toggle__container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.esri-basemap-toggle__image {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url()
}

.esri-basemap-toggle__image--secondary {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    animation: esri-basemap-slide 2000ms ease-in-out
}

.esri-basemap-toggle__image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background-color 125ms ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.esri-basemap-toggle__image-overlay .esri-basemap-toggle:hover {
    background-color: rgba(46, 46, 46, 0.4)
}

.esri-basemap-toggle__title {
    flex: 1 0 100%;
    height: auto;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center
}

.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image-overlay,
.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image--secondary {
    background-color: #fff
}

.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image-overlay:before,
.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image--secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.25
}

.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image-overlay {
    background-image: url()
}

.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__image--secondary:before {
    opacity: 1
}

.esri-basemap-toggle.esri-disabled .esri-basemap-toggle__title {
    display: none
}

.esri-widget.esri-basemap-toggle .esri-widget.esri-basemap-toggle,
.esri-ui-corner .esri-widget.esri-basemap-toggle {
    background-color: transparent;
    box-shadow: none
}

.esri-bookmarks {
    background-color: #fff
}

.esri-bookmarks.esri-disabled {
    color: rgba(110, 110, 110, 0.4)
}

.esri-bookmarks__loader-container {
    height: 150px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.esri-bookmarks__loader {
    height: 64px;
    width: 100%;
    background: url() no-repeat center center
}

.esri-bookmarks__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.esri-bookmarks__bookmark {
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    position: relative;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-bookmarks__bookmark-button {
    border: none;
    border-color: transparent;
    background-color: transparent;
    padding: 6px 15px;
    color: #6e6e6e;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.esri-bookmarks__bookmark-button:hover {
    background-color: #f0f0f0;
    color: #2e2e2e
}

.esri-bookmarks__bookmark--active:before,
.esri-bookmarks__bookmark--active:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

.esri-bookmarks__bookmark--active:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

.esri-bookmarks__bookmark--active:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-bookmarks__bookmark--active {
    color: #323232;
    background-color: #e2f1fb;
    cursor: default
}

.esri-bookmarks__bookmark--active:hover,
.esri-bookmarks__bookmark--active:focus {
    color: #323232;
    background-color: #e2f1fb;
    cursor: default
}

.esri-bookmarks__bookmark-name {
    font-size: 12px;
    flex: 1;
    overflow: hidden;
    padding: 12px 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.esri-bookmarks__bookmark-image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-right: 7px;
    max-width: 64px
}

.esri-bookmarks__image {
    max-width: 64px
}

.esri-bookmarks_edit-bookmark-button {
    color: #6e6e6e
}

.esri-bookmarks__add-bookmark {
    background-color: #f5f5f5;
    padding: 6px 7px
}

.esri-bookmarks__add-bookmark-button {
    border-radius: 2px;
    font-size: 12px;
    justify-content: flex-start;
    padding: 12px 3px;
    transition: background-color 250ms ease-in-out
}

.esri-bookmarks__add-bookmark-button:hover {
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.esri-bookmarks__add-bookmark-icon {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px
}

.esri-bookmarks__authoring-card {
    background-color: #f5f5f5;
    padding: 6px 7px;
    animation: esri-fade-in-down 250ms ease-in-out
}

.esri-bookmarks__authoring-form {
    display: flex;
    flex-flow: column;
    padding: 12px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px
}

.esri-bookmarks__authoring-label {
    display: flex;
    flex-flow: column
}

.esri-bookmarks__authoring-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px
}

.esri-bookmarks__authoring-actions .esri-button {
    font-size: 12px;
    min-height: 16px;
    width: 33%
}

.esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button {
    color: #8c2907;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto
}

.esri-widget__no-bookmark-icon {
    font-size: 32px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center
}

.esri-bookmarks--fade-in {
    opacity: 0;
    transition: opacity 375ms ease-out
}

.esri-bookmarks--fade-in-active {
    opacity: 1
}

html[dir="rtl"] .esri-bookmarks .esri-bookmarks__bookmark--active:after {
    animation: looping-progresss-bar-ani 1500ms linear infinite reverse
}

html[dir="rtl"] .esri-bookmarks .esri-bookmarks__bookmark-container {
    margin-right: 0;
    margin-left: 7px
}

html[dir="rtl"] .esri-bookmarks .esri-bookmarks__authoring-actions .esri-bookmarks__authoring-delete-button {
    margin-right: 0;
    margin-left: auto
}

.esri-browseitems {
    margin: 0 auto;
    width: 100%;
    font-family: "Avenir LT W01 35 Light", Arial, Helvetica, sans-serif;
    height: 100%
}

.esri-browseitems .gallery {
    min-height: 450px;
    margin: 0 auto;
    height: 100%;
    clear: both
}

.esri-browseitems .gallery .gallery-left {
    float: left;
    width: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 90%
}

.esri-browseitems .gallery .gallery-left a {
    text-decoration: none;
    color: #6e6e6e;
    font-size: 15px
}

.esri-browseitems .gallery .gallery-right {
    float: right;
    width: 74%;
    height: 100%;
    margin-top: 8px
}

.esri-browseitems .gallery .gallery-right p.filter-title {
    margin-bottom: 0.3em;
    padding: 0 1.5% 0 1.5%;
    font-size: 17px
}

.esri-browseitems .gallery .template-info-panel {
    width: 279px;
    padding: 15px;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-right: none;
    right: -680px;
    top: 0px;
    overflow-x: hidden;
    position: absolute;
    z-index: 800;
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.25);
    transition: all 500ms ease-in-out;
    height: 94.5%
}

.esri-browseitems .esri-loaderthrob {
    position: absolute;
    background: #fff url("") 100% center no-repeat !important;
    top: 45%;
    width: 33px;
    text-align: center;
    z-index: 100;
    color: #ccc;
    height: 39px;
    left: 58%
}

.esri-browseitems .dgrid {
    border: none !important;
    height: auto;
    min-height: 180px !important
}

.esri-browseitems .dgrid .dgrid-loading {
    position: absolute;
    background: #fff url("") 100% center no-repeat !important;
    top: 45%;
    width: 33px;
    text-align: center;
    z-index: 100;
    color: #ccc;
    height: 39px;
    left: 58%
}

.esri-browseitems .dgrid .gallery-view h5 {
    width: 100%;
    height: 2.125em;
    line-height: 1em;
    font-size: 16px;
    word-wrap: break-word;
    font-family: "Avenir LT W01 35 Light", Arial, Helvetica, sans-serif;
    overflow: hidden
}

.esri-browseitems .dgrid .dgrid-footer {
    background: none repeat scroll 0 0 #fff !important;
    position: relative
}

.esri-browseitems .dgrid .dgrid-status {
    display: none !important;
    visibility: hidden
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-page-link {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-page-link:hover {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-page-skip {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-page-disabled {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-first {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-first:hover {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-previous {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-previous:hover {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-next {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-next:hover {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-last {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ededed;
    border-radius: 4px 4px 4px 4px;
    color: #999999;
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 10px;
    float: left
}

.esri-browseitems .dgrid .dgrid-pagination .dgrid-last:hover {
    background-color: #007ac2;
    color: #fff
}

.esri-browseitems .hide {
    display: none
}

.esri-browseitems .top-bar {
    clear: both;
    width: 100%;
    padding: 0 10px;
    margin: auto
}

.esri-browseitems #gallery-grid_search {
    width: 31%;
    margin-bottom: 10px
}

.esri-browseitems .gallery-left ul {
    list-style: none;
    padding: 0 0;
    margin: 15px 0;
    width: 100%;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.esri-browseitems .gallery-left li a {
    padding: 0.5rem 0.2rem 0.5rem 0.7rem;
    font-size: 15px;
    margin-right: 0;
    display: block;
    line-height: 1.42857143;
    border-top: 1px solid #efefef;
    width: 90%;
    color: #6e6e6e;
    position: relative
}

.esri-browseitems .gallery-left li a:hover:after {
    content: "»";
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 0 0.3875rem;
    transition: all 150ms linear
}

.esri-browseitems .gallery-left li.active>a {
    color: #6e6e6e;
    cursor: default;
    background-color: #d2e9f9
}

.esri-browseitems .gallery-left li.active>a:focus {
    color: #6e6e6e;
    cursor: default;
    background-color: #d2e9f9
}

.esri-browseitems .dgrid-grid.dgrid {
    background: none repeat scroll 0 0 #fff;
    border: none;
    width: auto !important;
    height: auto;
    max-height: 75%;
    overflow-y: auto
}

.esri-browseitems .dgrid-grid.dgrid .gallery-view img {
    border: 1px solid #e0e0e0;
    padding: 4px;
    transition: all 0.2s ease-in-out
}

.esri-browseitems .dgrid-grid.dgrid .gallery-view img:hover {
    border-color: #333
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-row .gallery-view {
    float: left;
    width: 29.9%;
    padding: 1% 1.6%;
    margin: auto;
    position: relative
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-row .gallery-view:hover {
    cursor: pointer;
    background: #fff;
    background-color: #fff
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-scroller {
    position: relative;
    min-height: 380px
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-content {
    background: none repeat scroll 0 0 #fff;
    border: none;
    width: auto !important;
    height: auto;
    overflow-y: hidden
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-row.dgrid-selected .gallery-view {
    background: #fff;
    background-color: #fff
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-row.dgrid-selected .gallery-view:hover {
    background: #fff;
    background-color: #fff
}

.esri-browseitems .dgrid-grid.dgrid .dgrid-navigation {
    float: inherit !important;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    display: table;
    width: auto !important
}

.esri-browseitems .template-overlay {
    position: absolute;
    z-index: 100;
    top: 12px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    width: 187px;
    height: 124px;
    line-height: 124px;
    pointer-events: none;
    font-size: 15px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.esri-browseitems .template-overlay p {
    font-size: 15px
}

.esri-browseitems .instructions {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    float: left
}

.esri-browseitems .instructions span {
    font-size: 17px;
    display: inline-block
}

.esri-browseitems .instructions span.hide.messageLeft {
    width: 0;
    padding: 0;
    display: none
}

.esri-browseitems .instructions span.messageLeft {
    width: 37%;
    padding-right: 6.25%;
    vertical-align: top
}

.esri-browseitems .instructions span.messageRight {
    width: 100%;
    vertical-align: top
}

.esri-browseitems .instructions .messageRight {
    opacity: 1;
    transition: opacity 250ms ease-in-out, left 0ms linear
}

.esri-browseitems .input-group-btn .btn {
    margin-top: 0.6em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 2.25rem
}

.esri-browseitems .dgrid-no-data {
    position: relative;
    font-size: 17px;
    margin: 20px
}

.esri-browseitems .templates.fade .dgrid {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none
}

.esri-browseitems .templates.fade .filter-title {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none
}

.esri-browseitems .templates {
    opacity: 1;
    transition: opacity 250ms ease-in-out, left 0ms linear
}

.esri-browseitems .soria .dgrid-selected {
    background: #fff;
    background-color: #fff
}

.esri-browseitems .template-info-showing {
    min-height: 150px
}

.esri-browseitems .template-info-showing .template-info {
    display: block
}

.esri-browseitems .template-info-showing .thumbnail {
    border: 1px solid #e0e0e0;
    width: auto;
    margin: 0 0 10px 0;
    float: left;
    padding: 0
}

.esri-browseitems .template-info-showing .thumbnail:hover {
    border-color: #e0e0e0;
    cursor: auto
}

.esri-browseitems .template-info-showing .thumbnail>img {
    margin: 0;
    width: 277px
}

.esri-browseitems .template-info-showing h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    clear: left;
    color: #616161;
    font-weight: normal;
    max-height: 3em;
    overflow: hidden;
    height: auto
}

.esri-browseitems .template-info-showing p {
    font-size: 1rem !important;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 7.5em;
    line-height: 1.25em
}

.esri-browseitems .panel-actions {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    opacity: 0;
    transition: opacity 250ms ease 500ms;
    text-align: center
}

.esri-browseitems .quiet-scroll pre::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1)
}

.esri-browseitems .quiet-scroll pre::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0
}

.esri-browseitems .quiet-scroll pre::-webkit-scrollbar-track {
    background: none
}

.esri-browseitems .quiet-scroll::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1)
}

.esri-browseitems .quiet-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0
}

.esri-browseitems .quiet-scroll::-webkit-scrollbar-track {
    background: none
}

.esri-browseitems .btn-main {
    width: 90%;
    margin-bottom: 10px
}

.esri-browseitems .btn-secondary {
    background-color: transparent;
    color: #5daddd;
    width: 44%;
    border: 1px solid #5daddd;
    margin: 4px 4px 10px 4px
}

.esri-browseitems .btn-secondary:hover {
    text-decoration: none;
    background-color: #5daddd;
    color: white
}

.esri-browseitems .btn-wide {
    width: 90%
}

.esri-browseitems .btn-cancel {
    background: none;
    border-color: #fff;
    color: #828282
}

.esri-browseitems .btn-cancel:hover {
    background: none;
    border-color: #fff;
    color: #005e95
}

.esri-browseitems p {
    margin: 0
}

.esri-browseitems .btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.37rem 0.9rem;
    box-shadow: none;
    white-space: normal;
    word-wrap: break-word
}

.esri-browseitems .searchBar {
    margin-right: 15px;
    margin-top: 3px;
    max-width: 37%;
    width: auto;
    float: right
}

.esri-browseitems .searchBar .esriSearchBox {
    padding-left: 1.5em !important;
    background: url("") no-repeat 0.25em center white !important;
    display: inline-block;
    padding: 0 0.31rem;
    font-size: 0.9375rem;
    line-height: 1.55rem;
    color: #595959;
    border: 1px solid #a9a9a9;
    transition: border-color 150ms linear;
    -webkit-appearance: textfield;
    height: 2.25rem;
    border-radius: 4px;
    width: auto;
    margin: 0 0 0 0 0;
    float: left;
    width: auto
}

.esri-browseitems .searchBar .btn {
    margin-top: 0.6em;
    height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.esri-browseitems .esriSearchBox:focus {
    border: 1px solid #0079c1
}

.esri-browseitems.filters .esriHelpIcon {
    background: url("") no-repeat center;
    width: 20px;
    height: 20px;
    margin: 1px 0 0 10px;
    cursor: pointer;
    display: inline-block
}

.esri-browseitems.filters .esriHelpIcon.hide {
    display: none
}

.esri-browseitems.filters .instructions {
    width: 60%
}

.esri-browseitems.filters .instructions span.messageRight {
    max-width: 40%;
    width: auto;
    vertical-align: top
}

.esri-browseitems.nofilters .esri-loaderthrob {
    left: 48%
}

.esri-browseitems.nofilters .gallery .gallery-left {
    width: 0;
    display: none
}

.esri-browseitems.nofilters .gallery .gallery-right {
    width: 100%;
    float: left;
    overflow: hidden
}

.esri-browseitems.nofilters .gallery span.messageRight {
    width: 100%;
    vertical-align: top
}

.esri-browseitems.nofilters span.messageLeft {
    width: 0;
    padding: 0;
    display: none
}

.esri-browseitems.nofilters .dgrid-grid.dgrid .dgrid-scroller {
    margin-bottom: 0px !important
}

.esri-browseitems.nofilters.wide .dgrid-grid.dgrid .dgrid-row .gallery-view {
    width: 21%
}

.esri-browseitems.nofilters.wide .template-overlay {
    top: 14px;
    left: 18px
}

.html[dir="rtl"] .esri-browseitems.filters .esriHelpIcon {
    margin: 0 10px 0 0
}

.html[dir="rtl"] .esri-browseitems .searchBar {
    margin: 0 0 0 10px;
    margin-right: inherit;
    margin-left: 15px
}

.html[dir="rtl"] .esri-browseitems .searchBar .esriSearchBox {
    padding-left: inherit;
    padding-right: 1.5em;
    float: right;
    border-radius: 0 4px 4px 0;
    background: #fff url("") 98% center no-repeat !important
}

.html[dir="rtl"] .esri-browseitems .searchBar .btn {
    border-radius: 4px 0 0 4px
}

.html[dir="rtl"] .esri-browseitems .dgrid .dgrid-pagination .dgrid-page-link {
    float: right
}

.html[dir="rtl"] .esri-browseitems .dgrid .dgrid-pagination .dgrid-page-skip {
    float: right
}

.html[dir="rtl"] .esri-browseitems .dgrid .dgrid-row .gallery-view {
    float: right
}

.html[dir="rtl"] .esri-browseitems .gallery .gallery-left {
    float: right
}

.html[dir="rtl"] .esri-browseitems .gallery .template-info-panel {
    border-left: none;
    left: -680px;
    right: inherit;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.25);
    transition: all 500ms ease-in-out
}

.html[dir="rtl"] .esri-browseitems .gallery-left li a:hover:after {
    right: inherit;
    left: 0
}

.html[dir="rtl"] .esri-browseitems .template-overlay {
    top: 11px;
    left: 6px
}

.html[dir="rtl"] .esri-browseitems .instructions {
    float: right
}

.html[dir="rtl"] .esri-browseitems .searchBar {
    float: left
}

.html[dir="rtl"] .esri-browseitems.showing .gallery .template-info-panel {
    left: 0;
    right: inherit
}

.esri-browseitems.showing .dgrid-grid.dgrid .gallery-view img:hover {
    border-color: #e0e0e0
}

.esri-browseitems.showing .instructions .messageRight {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none
}

.esri-browseitems.showing .templates .dgrid {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none
}

.esri-browseitems.showing .templates .filter-title {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none
}

.esri-browseitems.showing .esriHelpIcon {
    opacity: 0.3;
    transition: opacity 250ms ease-in-out, left 0ms linear 250ms;
    pointer-events: none;
    pointer-events: none;
    cursor: default
}

.esri-browseitems.showing .gallery .gallery-right {
    cursor: pointer
}

.esri-browseitems.showing .gallery .template-info-panel {
    opacity: 1;
    right: 0px
}

.esri-browseitems.showing .panel-actions {
    opacity: 1
}

@media all and (max-width: 800px) {
    .esri-browseitems .dgrid .dgrid-content {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around
    }

    .esri-browseitems .dgrid .dgrid-row {
        flex: 0 1 50%
    }
}

@media all and (max-width: 500px) {
    .esri-browseitems .dgrid .dgrid-content {
        display: flex;
        flex-flow: column wrap
    }

    .esri-browseitems .dgrid .dgrid-pagination .dgrid-next {
        flex: 0 1 50%
    }

    .esri-browseitems .dgrid-grid.dgrid .dgrid-navigation {
        margin: 0;
        flex-flow: row wrap;
        display: inline-flex;
        align-items: flex-end
    }

    .esri-browseitems .dgrid-pagination-links {
        flex: 0 1 50%
    }

    .esriBrowseAnalysisLayers .top-bar {
        display: flex;
        flex-flow: row wrap;
        flex-direction: column
    }

    .esriBrowseAnalysisLayers .dgrid .dgrid-pagination .dgrid-previous {
        flex: 0 1 50%
    }
}

.esri-classed-color-slider {
    direction: ltr;
    min-width: 260px
}

.esri-classed-color-slider .esri-slider {
    font-size: 12px
}

.esri-classed-color-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-classed-color-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-classed-color-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-classed-color-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-classed-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-classed-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-classed-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-classed-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-classed-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-classed-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-classed-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-classed-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-classed-color-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-classed-color-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-classed-color-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-classed-color-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-classed-color-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-classed-color-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-classed-color-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-classed-color-slider .esri-slider .esri-slider__max,
.esri-classed-color-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-classed-color-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-classed-color-slider .esri-slider .esri-histogram__average-line,
.esri-classed-color-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-classed-color-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-classed-color-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-classed-color-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-classed-color-slider__ramp svg path {
    stroke-width: .5px
}

.esri-classed-color-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-classed-size-slider {
    direction: ltr;
    min-width: 260px
}

.esri-classed-size-slider .esri-slider {
    font-size: 12px
}

.esri-classed-size-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-classed-size-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-classed-size-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-classed-size-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-classed-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-classed-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-classed-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-classed-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-classed-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-classed-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-classed-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-classed-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-classed-size-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-classed-size-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-classed-size-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-classed-size-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-classed-size-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-classed-size-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-classed-size-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-classed-size-slider .esri-slider .esri-slider__max,
.esri-classed-size-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-classed-size-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-classed-size-slider .esri-slider .esri-histogram__average-line,
.esri-classed-size-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-classed-size-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-classed-size-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-classed-size-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-classed-size-slider__ramp svg path {
    stroke-width: .5px
}

.esri-classed-size-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-color-picker {
    font-size: 12px;
    color: #6e6e6e;
    text-shadow: none;
    width: 226px
}

.esri-color-picker .esri-section {
    margin: 10px 0 8px
}

.esri-color-picker .esri-section:last-child {
    margin-bottom: 0
}

.esri-color-picker.esri-container {
    display: inline-block;
    padding: 12px 15px;
    background-color: #fff
}

.esri-color-picker .esri-hex-input {
    display: inline-block;
    color: #6e6e6e;
    width: 5.6em;
    border: 1px solid rgba(110, 110, 110, 0.3);
    direction: ltr;
    text-transform: uppercase;
    vertical-align: middle
}

.esri-color-picker .esri-input-label {
    display: inline-block;
    vertical-align: middle
}

.esri-color-picker .esri-swatch {
    vertical-align: middle;
    height: 15px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border-color: transparent;
    transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out
}

.esri-color-picker .esri-swatch-empty:before {
    display: inline-block;
    background-color: #f00;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 200%;
    transform: rotate(-45deg);
    transform-origin: top left;
    content: "";
    z-index: 1
}

.esri-color-picker .esri-swatch-empty {
    position: relative;
    overflow: hidden;
    border: solid 1px rgba(110, 110, 110, 0.3);
    background-color: #fff;
    transition: border-color 0.25s ease-in-out
}

.esri-color-picker .esri-palette-options {
    padding: 6px 0 0;
    position: relative
}

.esri-color-picker .esri-palette-options .esri-swatch-empty {
    margin: 0 10px 0
}

.esri-color-picker .esri-palette-options .esri-palette-toggle {
    position: absolute;
    right: 0;
    color: #6e6e6e;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    padding: 0;
    font-size: inherit;
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.dijitRtl .esri-color-picker .esri-palette-options .esri-palette-toggle {
    left: 0;
    right: auto
}

.esri-color-picker .esri-label {
    margin: 0 0 4px
}

.esri-color-pickerLabel.esri-disabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.esri-color-picker .esri-swatch-preview {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    width: 100%
}

.esri-color-picker .esri-swatch-preview.esri-container {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    text-align: center
}

.esri-color-picker .esri-swatch-preview .esri-swatch {
    position: absolute;
    cursor: auto;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%
}

.esri-color-picker .esri-swatch-preview .esri-swatch.esri-swatch-empty {
    display: none
}

.esri-color-picker .esri-swatch-row {
    font-size: 0;
    white-space: nowrap;
    line-height: 0
}

.esri-color-picker .esri-palette.esri-recent:empty {
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px rgba(110, 110, 110, 0.3);
    width: 15px;
    height: 15px
}

.esri-color-picker .esri-swatch.esri-swatch-transparency-background {
    background-image: url("")
}

.esri-color-picker .esri-palette .esri-swatch.esri-selected {
    border: 1px solid
}

.esri-color-picker .esri-swatch.esri-selected {
    animation: esri-color-picker-highlight-selection 0.2s ease
}

.esri-color-picker .esri-transparency-slider::-ms-tooltip {
    display: none
}

.esri-color-picker .esri-transparency-slider[type="range"] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%
}

.esri-color-picker .esri-transparency-slider[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: none;
    background-color: rgba(110, 110, 110, 0.3);
    border-radius: 0px;
    border: none;
    transition: background-color 250ms ease-in-out
}

.esri-color-picker .esri-transparency-slider[type="range"]::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    height: 16px;
    width: 10px;
    border-radius: 2px;
    background-color: #6e6e6e;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
    transition: background-color 250ms ease-in-out
}

.esri-color-picker .esri-transparency-slider[type="range"][disabled]::-webkit-slider-runnable-track {
    background-color: rgba(110, 110, 110, 0.4)
}

.esri-color-picker .esri-transparency-slider[type="range"][disabled]::-webkit-slider-thumb {
    background-color: rgba(110, 110, 110, 0.4)
}

.esri-color-picker .esri-transparency-slider[type="range"][disabled],
.esri-color-picker .esri-transparency-slider[type="range"][disabled]::-webkit-slider-runnable-track,
.esri-color-picker .esri-transparency-slider[type="range"][disabled]::-webkit-slider-thumb {
    cursor: default
}

.esri-color-picker .esri-transparency-slider[type="range"][disabled]+.esri-color-picker-ticks {
    color: rgba(110, 110, 110, 0.4)
}

.esri-color-picker .esri-transparency-slider[type="range"]:focus::-webkit-slider-runnable-track {
    background-color: rgba(110, 110, 110, 0.3)
}

.esri-color-picker .esri-transparency-slider[type="range"]::-moz-range-track,
.esri-color-picker .esri-transparency-slider[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    box-shadow: none;
    background-color: rgba(110, 110, 110, 0.3);
    border: none;
    border-radius: 0px;
    border: none;
    color: transparent
}

.esri-color-picker .esri-transparency-slider[type="range"]::-moz-range-thumb,
.esri-color-picker .esri-transparency-slider[type="range"]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 16px;
    width: 10px;
    border-radius: 2px;
    background: #6e6e6e;
    cursor: pointer
}

.esri-color-picker .esri-transparency-slider[type="range"]::-ms-fill-lower,
.esri-color-picker .esri-transparency-slider[type="range"]::-ms-fill-upper {
    background: rgba(110, 110, 110, 0.3);
    border: none;
    border-radius: 0px;
    box-shadow: none
}

.esri-color-picker .esri-transparency-slider[type="range"]:focus::-ms-fill-lower,
.esri-color-picker .esri-transparency-slider[type="range"]:focus::-ms-fill-upper {
    background: rgba(110, 110, 110, 0.3)
}

.esri-color-picker .esri-palette.esri-container.esri-alt .esri-palette {
    left: -100%
}

.esri-color-picker .esri-palette.esri-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.esri-color-picker .esri-palette {
    left: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: left 0.15s, visibility 0.1s
}

.esri-color-picker .esri-container .esri-palette {
    margin: 6px 0
}

.dijitRtl .esri-color-picker .esri-palette {
    left: auto;
    right: 0;
    transition-property: right
}

.dijitRtl .esri-color-picker .esri-palette.esri-container.esri-alt .esri-palette {
    right: -100%;
    left: 0
}

.esri-color-picker .esri-color-picker-ticks {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    transition: color 250ms ease-in-out
}

.esri-color-size-slider {
    direction: ltr;
    min-width: 260px
}

.esri-color-size-slider .esri-slider {
    font-size: 12px
}

.esri-color-size-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-color-size-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-color-size-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-color-size-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-color-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-color-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-color-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-color-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-color-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-color-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-color-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-color-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-color-size-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-color-size-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-color-size-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-color-size-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-color-size-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-color-size-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-color-size-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-color-size-slider .esri-slider .esri-slider__max,
.esri-color-size-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-color-size-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-color-size-slider .esri-slider .esri-histogram__average-line,
.esri-color-size-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-color-size-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-color-size-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-color-size-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-color-size-slider__ramp svg path {
    stroke-width: .5px
}

.esri-color-size-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-color-slider {
    direction: ltr;
    min-width: 260px
}

.esri-color-slider .esri-slider {
    font-size: 12px
}

.esri-color-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-color-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-color-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-color-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-color-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-color-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-color-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-color-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-color-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-color-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-color-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-color-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-color-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-color-slider .esri-slider .esri-slider__max,
.esri-color-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-color-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-color-slider .esri-slider .esri-histogram__average-line,
.esri-color-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-color-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-color-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-color-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-color-slider__ramp svg path {
    stroke-width: .5px
}

.esri-color-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-compass {
    border-radius: 50%
}

.esri-compass .esri-compass__icon {
    font-size: 20px
}

.esri-coordinate-conversion {
    cursor: default;
    font-size: 12px;
    position: relative;
    width: 400px
}

.esri-coordinate-conversion .esri-select option[disabled] {
    color: rgba(110, 110, 110, 0.4)
}

.esri-coordinate-conversion.esri-disabled {
    pointer-events: none;
    color: rgba(110, 110, 110, 0.4)
}

.esri-coordinate-conversion.esri-disabled [class*="esri-icon-"]:before {
    color: rgba(110, 110, 110, 0.4)
}

.esri-coordinate-conversion--no-basemap {
    padding: 1em;
    width: auto
}

.esri-coordinate-conversion--capture-mode .esri-coordinate-conversion__mode-toggle {
    color: #6e6e6e;
    background: #f5f5f5
}

.esri-coordinate-conversion__conversion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.esri-coordinate-conversion__display {
    flex: 1 1 auto;
    min-height: 2em;
    padding: 0.5em;
    word-break: break-all
}

.esri-coordinate-conversion__display:hover,
.esri-coordinate-conversion__select-row:hover {
    background-color: #f0f0f0
}

.esri-coordinate-conversion__button {
    margin: 0 0 0 auto;
    color: #6e6e6e;
    border-color: #6e6e6e;
    background-color: #fff;
    width: 30%
}

.esri-coordinate-conversion__button:hover {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #6e6e6e
}

.esri-coordinate-conversion__input-group {
    align-items: center;
    display: flex;
    width: 80%;
    margin: 12px auto 12px auto
}

.esri-coordinate-conversion__input-group label {
    display: flex;
    align-items: center
}

.esri-coordinate-conversion .esri-coordinate-conversion__input-coordinate[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0 0.5em;
    border: 1px solid rgba(110, 110, 110, 0.3);
    font-size: 12px;
    height: 2em
}

.esri-coordinate-conversion__input-coordinate--rejected {
    -webkit-text-decoration: underline red;
    text-decoration: underline red
}

.esri-coordinate__settings {
    display: flex;
    flex-direction: column;
    align-items: center
}

.esri-coordinate__settings .esri-select {
    font-size: inherit
}

.esri-coordinate-conversion__settings-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-top: 12px
}

.esri-coordinate-conversion__settings-group>* {
    margin-bottom: 0.5em
}

.esri-coordinate-conversion__settings-group-horizontal {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%
}

.esri-coordinate-conversion__settings-group:last-child {
    margin-bottom: 6px;
    text-align: center;
    width: 100%
}

.esri-coordinate-conversion__preview-coordinate {
    min-height: 1.25em
}

.esri-coordinate-conversion__row {
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    height: 3em
}

.esri-coordinate-conversion__row .esri-coordinate-conversion__row-button {
    display: none
}

.esri-coordinate-conversion__row:hover .esri-coordinate-conversion__row-button {
    display: flex
}

.esri-coordinate-conversion__row:focus-within .esri-coordinate-conversion__row-button {
    display: flex
}

.esri-coordinate-conversion__pattern-input {
    padding: 4px;
    width: 100%;
    height: 32px
}

.esri-coordinate-conversion__tools {
    flex: 0 0 auto;
    display: flex;
    position: relative;
    margin: 0 0 0 auto;
    padding: 0
}

.esri-coordinate-conversion__select-primary {
    font-size: inherit;
    margin: 0;
    padding: 0 2.5em 0 0.5em;
    width: auto
}

.esri-coordinate-conversion__select-row {
    font-size: inherit;
    background: #fff;
    height: 2em;
    margin: 0;
    text-align-last: center;
    flex: 0 0 75px;
    padding: 0 0.5em 0 0.5em
}

.esri-coordinate-conversion__conversions-view {
    margin: 6px 0 6px 0
}

.esri-ui-top-right .esri-coordinate-conversion__conversions-view,
.esri-ui-top-left .esri-coordinate-conversion__conversions-view,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-down {
    display: flex;
    flex-direction: column
}

.esri-ui-top-right .esri-coordinate-conversion__conversions-view .esri-coordinate-conversion__conversion-list,
.esri-ui-top-left .esri-coordinate-conversion__conversions-view .esri-coordinate-conversion__conversion-list,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-down .esri-coordinate-conversion__conversion-list {
    flex-direction: column
}

.esri-ui-top-right .esri-coordinate-conversion__conversions-view .esri-widget--button.esri-icon-up,
.esri-ui-top-right .esri-coordinate-conversion__conversions-view .esri-widget--button.esri-icon-down,
.esri-ui-top-left .esri-coordinate-conversion__conversions-view .esri-widget--button.esri-icon-up,
.esri-ui-top-left .esri-coordinate-conversion__conversions-view .esri-widget--button.esri-icon-down,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-down .esri-widget--button.esri-icon-up,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-down .esri-widget--button.esri-icon-down {
    transform: rotate(180deg)
}

.esri-ui-bottom-right .esri-coordinate-conversion__conversions-view,
.esri-ui-bottom-left .esri-coordinate-conversion__conversions-view,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-up {
    display: flex;
    flex-direction: column-reverse
}

.esri-ui-bottom-right .esri-coordinate-conversion__conversions-view .esri-coordinate-conversion__conversion-list,
.esri-ui-bottom-left .esri-coordinate-conversion__conversions-view .esri-coordinate-conversion__conversion-list,
.esri-coordinate-conversion div.esri-coordinate-conversion__conversions-view--expand-up .esri-coordinate-conversion__conversion-list {
    flex-direction: column-reverse
}

.esri-coordinate-conversion__heading {
    width: 100%;
    height: 32px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center
}

.esri-coordinate-conversion__heading .esri-widget__heading {
    margin: 0 auto 0 auto
}

.esri-coordinate-conversion__heading .esri-coordinate-conversion__back-button {
    position: absolute;
    margin-left: 0;
    top: 0;
    left: 0;
    background-color: #f5f5f5
}

.esri-coordinate-conversion__heading .esri-coordinate-conversion__back-button:hover {
    background-color: #fff
}

.esri-coordinate-conversion__popup {
    animation: esri-fade-in 250ms linear;
    color: #fff;
    white-space: nowrap;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    white-space: inherit;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #4c4c4c;
    opacity: 0.8;
    padding: 1em
}

.esri-date-picker {
    display: inline-flex;
    position: relative;
    align-items: center;
    border: 1px solid rgba(110, 110, 110, 0.3);
    background-color: #fff
}

.esri-date-picker__calendar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    background-color: #fff;
    top: 36px;
    left: 0;
    padding: 6px;
    z-index: 1
}

.esri-date-picker__day-picker,
.esri-date-picker__month-picker,
.esri-date-picker__year-picker {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.esri-date-picker__day-picker,
.esri-date-picker__month-picker {
    margin-bottom: 6px
}

.esri-date-picker__date {
    margin: 0 12px 0 0
}

.esri-date-picker__calendar-toggle {
    border: none;
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0 0.5em;
    height: 32px;
    color: #323232
}

.esri-date-picker .esri-date-picker__month-dropdown {
    border: none;
    width: auto;
    font-weight: 600;
    padding-right: 2.3em
}

.esri-date-picker__week-item {
    width: 100%;
    display: flex;
    justify-content: center
}

.esri-date-picker__day-item--header {
    background: #f5f5f5;
    font-weight: 600;
    cursor: auto
}

.esri-date-picker__day-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    border-right: 1px solid rgba(110, 110, 110, 0.3);
    cursor: pointer
}

.esri-date-picker__day-item--header {
    border-top: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-date-picker__day-item:first-child {
    border-left: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-date-picker__day-item--nearby-month {
    color: rgba(110, 110, 110, 0.4)
}

.esri-date-picker__day-item--today {
    color: #0079c1
}

.esri-date-picker__day-item--active {
    background: rgba(110, 110, 110, 0.3)
}

.esri-date-picker__month-picker {
    font-weight: 600;
    justify-content: space-between
}

.esri-date-picker__year-picker-item {
    color: #323232;
    padding: 6px;
    margin: 0 4px;
    cursor: pointer
}

.esri-date-picker__day-item--selected,
.esri-date-picker__year-picker-item--selected {
    color: #fff;
    background-color: #0079c1;
    cursor: auto
}

html[dir="rtl"] .esri-date-picker__calendar {
    left: 0;
    right: 15px
}

html[dir="rtl"] .esri-date-picker__date {
    margin: 0 0 0 12px
}

.esri-directions {
    color: #323232
}

.esri-directions__panel-content {
    padding: 12px 0
}

.esri-directions__sign-in-panel {
    color: #6e6e6e;
    display: flex;
    justify-content: center
}

.esri-directions__section {
    margin-top: 12px;
    margin-bottom: 12px
}

.esri-directions__section-splitter {
    width: 100%;
    margin: 18px 0;
    border-top: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-directions__travel-modes-select,
.esri-directions__departure-time {
    margin: 0 15px 6px;
    width: calc(100% - 30px)
}

.esri-directions__panel-content--sign-in,
.esri-directions__panel-content--loading,
.esri-directions__panel-content--error {
    min-height: 420px;
    margin: 0 12px;
    color: #6e6e6e;
    display: flex;
    align-items: center;
    justify-content: center
}

.esri-directions__loader {
    height: 40px;
    width: 32px;
    background: url() no-repeat center
}

.esri-directions__warning-card {
    border-top: solid 2px #de2900;
    color: #6e6e6e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 12px;
    margin: 20px auto;
    width: 90%
}

.esri-directions__warning-header {
    color: #8c2907;
    display: flex;
    margin-bottom: 6px
}

.esri-directions__warning-heading {
    color: inherit;
    margin: 0 4px
}

.esri-directions__warning-message {
    color: inherit;
    font-weight: 400
}

.esri-directions__departure-time-controls {
    display: flex
}

.esri-directions__departure-time-controls .esri-date-picker,
.esri-directions__departure-time-controls .esri-time-picker {
    flex: 1 50% auto;
    border-top: 0
}

.esri-directions__departure-time-controls .esri-widget:first-child {
    border-right: 0
}

.esri-directions__departure-time-controls .esri-time-picker {
    padding: 0;
    display: flex;
    justify-content: center
}

.esri-directions__departure-time-controls .esri-time-picker__input {
    width: 100%
}

.esri-directions__departure-time-controls .esri-date-picker__calendar-toggle {
    padding: 0
}

.esri-directions__directions-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.esri-directions__sign-in-content {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.esri-directions__sign-in-button {
    width: auto
}

.esri-directions__content-title {
    margin-top: 0;
    padding: 0 12px;
    align-self: flex-start
}

.esri-directions__summary {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.esri-directions__summary-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.esri-directions__stops {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none
}

.esri-directions__stop-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: dashed 2px transparent
}

.esri-directions__stop-row--dragged {
    opacity: 0.25
}

.esri-directions__stop-row--target {
    border-top-color: #323232
}

.esri-directions__stop-row-ghost {
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #fff;
    width: 300px;
    padding: 3px 3px;
    position: absolute;
    border: solid 2px rgba(0, 0, 0, 0.15);
    border-top-width: 1px;
    border-left-width: 1px
}

.esri-directions__stop-underline {
    border-top: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-directions__stop-handle {
    padding-left: 7px
}

.esri-directions__stop-input:hover .esri-directions__stop-underline {
    border-color: #323232
}

.esri-directions .esri-search__input:focus+.esri-directions__stop-underline {
    border-color: #000
}

.esri-directions__stop-underline--drag-in-process {
    border-color: transparent
}

.esri-directions__stop-input {
    padding: 0 4px;
    flex-grow: 0.8
}

.esri-directions__stop-input .esri-search .esri-search__input {
    border: none;
    height: auto;
    margin-bottom: 2px;
    padding: 0;
    outline-offset: 4px
}

.esri-directions__add-stop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    cursor: pointer
}

.esri-directions__add-stop .esri-directions__stop-icon {
    display: flex;
    justify-content: flex-end;
    flex-grow: 0.08
}

.esri-directions__add-stop .esri-directions__add-stop-text {
    width: auto;
    flex-grow: 0.9;
    padding: 0 4px
}

.esri-directions__remove-stop-icon,
.esri-directions__stop-row:hover .esri-directions__remove-stop-icon[hidden] {
    visibility: hidden
}

.esri-directions__remove-stop:focus .esri-directions__remove-stop-icon,
.esri-directions__stop-row:hover .esri-directions__remove-stop-icon {
    visibility: visible
}

.esri-directions__reverse-stops[hidden] {
    display: inherit;
    visibility: hidden
}

.esri-directions__stop-options {
    display: flex;
    flex-grow: 0.1;
    justify-content: space-between;
    padding-right: 7px
}

.esri-directions__stop-row:first-child {
    margin-top: 0
}

.esri-directions__stop-row:last-child {
    margin-bottom: 0
}

.esri-directions__stop-icon[hidden] {
    display: inline-block;
    visibility: hidden
}

.esri-directions__stop-icon--interactive {
    cursor: pointer
}

.esri-directions__stop-icon-container {
    display: inline-block;
    position: relative
}

.esri-directions__stop-icon-container::after {
    content: "";
    display: block;
    border-left: 1px dashed rgba(110, 110, 110, 0.3);
    position: absolute;
    height: 28px;
    top: 14px;
    left: 6px
}

.esri-directions__stop-icon-container--last::after {
    border: none
}

.esri-directions__stop-handle-icon {
    visibility: hidden
}

.esri-directions__costs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    cursor: pointer;
    padding: 12px 15px 0
}

.esri-directions__costs-details {
    display: flex;
    justify-content: space-around;
    white-space: nowrap;
    width: 80%;
    margin-bottom: 6px
}

.esri-directions__costs-units {
    display: flex;
    justify-content: space-around
}

.esri-directions__costs-value,
.esri-directions__other-costs-total,
.esri-directions__vertical-splitter {
    color: #6e6e6e;
    font-size: 1.5em;
    line-height: 1.5
}

.esri-directions__vertical-splitter {
    border: 1px solid rgba(50, 50, 50, 0.2)
}

.esri-directions__horizontal-splitter {
    border-top: 1px solid rgba(110, 110, 110, 0.3);
    flex-grow: 0.95
}

.esri-directions__maneuvers {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0
}

.esri-directions__maneuver {
    display: flex;
    padding: 12px 15px 12px 22px;
    border: none;
    border-left: 3px solid transparent;
    cursor: pointer
}

.esri-directions__maneuver:hover,
.esri-directions__maneuver:focus {
    background-color: #f0f0f0
}

.esri-directions__maneuver--active {
    border-color: #0079c1;
    background-color: #e2f1fb
}

.esri-directions__maneuver-list {
    padding: 0;
    margin: 0
}

.esri-directions__maneuver-section-header {
    display: flex;
    padding: 0 15px
}

.esri-directions__maneuver-section-header [class*="esri-icon"] {
    padding-top: 3px
}

.esri-directions__maneuver-section-header-toggle-button {
    display: flex
}

.esri-directions__maneuver-section-title {
    padding: 0 7px 6px
}

.esri-directions__maneuver-section-toggle {
    cursor: pointer
}

.esri-directions__maneuver-icon {
    fill: #323232;
    margin-right: 4px;
    width: 24px;
    height: 24px
}

.esri-directions__maneuver-costs {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap
}

.esri-directions__cost--intermediate,
.esri-directions__cost--cumulative {
    font-size: 12px
}

.esri-directions__maneuver-costs-container {
    width: 100%
}

.esri-directions__scroller {
    overflow-y: auto
}

.esri-directions__stop-row--valid .esri-directions__stop-handle:hover {
    cursor: pointer
}

.esri-directions__stop-row--valid .esri-directions__stop-handle:hover .esri-directions__stop-handle-icon {
    visibility: visible
}

.esri-directions__disclaimer {
    font-size: 12px;
    color: #323232;
    padding: 0 15px
}

.esri-directions .esri-search {
    box-shadow: none;
    width: auto
}

.esri-directions .esri-search .esri-widget--button {
    display: none
}

.esri-directions .esri-search .esri-search__container:before {
    display: none
}

.esri-directions .esri-search .esri-search__container:after {
    top: auto;
    bottom: -2px
}

.esri-editor {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 300px
}

.esri-editor__header {
    padding: 0 11px;
    font-size: 16px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    display: flex;
    align-items: center;
    height: 56px
}

.esri-editor__title {
    text-align: center;
    flex: 1 1 auto;
    overflow: hidden
}

.esri-editor__content {
    background-color: #f5f5f5;
    padding: 6px 7px 0;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 auto;
    min-height: 20vh;
    display: flex;
    flex-direction: row;
    animation: esri-fade-in 250ms ease-in-out;
    transition: min-height 250ms ease-in-out
}

.esri-editor__content:empty {
    min-height: 0
}

.esri-editor__message {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px
}

.esri-editor__scroller {
    max-height: 270px;
    overflow-y: auto;
    padding-top: 6px;
    padding-bottom: 12px;
    align-items: stretch
}

.esri-editor .esri-feature-form {
    width: 100%;
    padding: 0
}

.esri-editor .esri-item-list {
    background-color: transparent
}

.esri-editor .esri-item-list__scroller {
    max-height: 190px
}

.esri-editor .esri-item-list__group {
    margin-left: 0;
    margin-right: 0
}

.esri-editor__temp-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto
}

.esri-editor__back-button {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #f8f8f8;
    transition: background-color 125ms ease-in-out
}

.esri-editor__back-button:hover {
    background-color: #f0f0f0;
    color: #2e2e2e
}

.esri-editor__controls {
    border-top: 1px solid rgba(110, 110, 110, 0.3);
    padding: 12px 15px;
    display: flex;
    flex-direction: column
}

.esri-editor__control-button {
    margin-bottom: 6px;
    min-height: 32px
}

.esri-editor__feature-list-item {
    box-shadow: 0 1px 0 rgba(110, 110, 110, 0.3);
    padding: 12px 3px;
    background-color: #fff;
    cursor: pointer;
    margin: 3px 0;
    border: 1px solid rgba(110, 110, 110, 0.3);
    border-color: transparent;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    transition: border-color 125ms ease-in-out
}

.esri-editor__feature-list-item:hover,
.esri-editor__feature-list-item:focus {
    border-color: #000
}

.esri-editor__feature-list-item:active {
    background-color: #e2f1fb;
    color: #6e6e6e
}

.esri-editor__feature-list-item[class^="esri-icon"] {
    padding-right: 2.8px
}

.esri-editor__feature-list-item--disabled {
    pointer-events: none;
    opacity: .4
}

.esri-editor__feature-list-icon {
    flex: 0 0 auto;
    padding: 0 7px
}

.esri-editor__feature-list-index {
    text-align: right;
    flex-basis: 2ch
}

.esri-editor__feature-list-name {
    flex: 1 1 auto;
    margin: 0 7px
}

.esri-editor__feature-list {
    width: 100%;
    margin: 0;
    padding: 3px 3px;
    list-style: none
}

.esri-editor__warning-card {
    background-color: #fff;
    border-top: solid 3px #de2900;
    color: #323232;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 12px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 85%;
    display: flex;
    flex-flow: column nowrap;
    animation: esri-fade-in-up 250ms ease-in-out
}

.esri-editor__warning-icon {
    color: inherit
}

.esri-editor__warning-header {
    color: #8c2907;
    display: flex;
    margin-bottom: 12px;
    flex: 0 0 auto
}

.esri-editor__warning-heading {
    color: #323232;
    margin: 0 3px
}

.esri-editor__warning-message {
    color: inherit;
    font-weight: 400;
    word-break: break-word;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 0 12px 0
}

.esri-editor__warning-divider {
    color: inherit;
    margin: 0 0 12px 0;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    border-color: rgba(110, 110, 110, 0.15);
    flex: 0 0 auto
}

.esri-editor__warning-option {
    margin: 6px 0;
    cursor: pointer;
    flex: 0 0 auto
}

.esri-editor__warning-option--positive {
    color: #0079c1
}

.esri-editor__warning-option--negative {
    color: #8c2907
}

.esri-editor__overlay {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.esri-editor__progress-bar {
    position: absolute;
    width: 100%
}

.esri-editor__mode-selection {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column
}

.esri-editor__progress-bar:before,
.esri-editor__progress-bar:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

.esri-editor__progress-bar:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

.esri-editor__progress-bar:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-expand {
    overflow: visible;
    min-height: 32px;
    min-width: 32px
}

.esri-expand__container {
    position: relative;
    transition: 300ms
}

.esri-expand__content {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 1;
    margin: 0 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: opacity 250ms ease-in-out, margin 250ms ease-in-out;
    overflow: hidden;
    visibility: hidden
}

.esri-ui-top-left .esri-expand__content,
.esri-ui-bottom-left .esri-expand__content {
    left: 100%
}

.esri-ui-top-right .esri-expand__content,
.esri-ui-bottom-right .esri-expand__content {
    right: 100%
}

.esri-ui-top-left .esri-expand__content,
.esri-ui-top-right .esri-expand__content {
    top: 0
}

.esri-ui-bottom-left .esri-expand__content,
.esri-ui-bottom-right .esri-expand__content {
    bottom: 0
}

.esri-ui-top-left .esri-icon-expand,
.esri-ui-bottom-left .esri-icon-expand,
.esri-ui-top-left .esri-icon-collapse,
.esri-ui-bottom-left .esri-icon-collapse {
    transform: rotate(180deg)
}

.esri-expand__content--expanded {
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
    margin-left: 7px;
    margin-right: 7px;
    visibility: visible
}

.esri-expand__content .esri-widget {
    box-shadow: none
}

.esri-expand__icon-number {
    position: absolute;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1em;
    padding: 0.125em 0.333em;
    height: 16px;
    border-radius: 16px;
    background-color: #6e6e6e;
    color: #fff;
    transform-origin: 50%;
    animation: expand-number-intro-ani 1000ms ease-in-out
}

.esri-ui-top-left .esri-expand__icon-number,
.esri-ui-bottom-left .esri-expand__icon-number {
    right: -6px
}

.esri-ui-top-right .esri-expand__icon-number,
.esri-ui-bottom-right .esri-expand__icon-number {
    left: -6px
}

.esri-ui-bottom-right .esri-expand__icon-number--expanded,
.esri-ui-top-right .esri-expand__icon-number--expanded,
.esri-ui-bottom-left .esri-expand__icon-number--expanded,
.esri-ui-top-left .esri-expand__icon-number--expanded {
    position: static;
    top: auto;
    left: auto;
    right: auto
}

.esri-expand__icon-number--expanded {
    display: none
}

.esri-view-height-greater-than-medium .esri-ui-corner .esri-component .esri-expand__content {
    max-height: 680px
}

.esri-view-height-medium .esri-ui-corner .esri-component .esri-expand__content {
    max-height: 540px
}

.esri-view-height-small .esri-ui-corner .esri-component .esri-expand__content {
    max-height: 420px
}

.esri-view-height-xsmall .esri-ui-corner .esri-component .esri-expand__content {
    max-height: 240px
}

.esri-expand--drawer .esri-widget {
    max-width: 100%;
    width: 100%
}

.esri-expand--drawer .esri-expand__container--expanded {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    overflow: auto
}

.esri-expand--drawer .esri-expand__container--expanded .esri-expand__panel {
    display: flex;
    justify-content: space-between;
    padding: 1.023rem;
    align-items: center
}

.esri-expand--drawer .esri-expand__container--expanded .esri-expand__panel .esri-expand__icon-number--expanded {
    display: block
}

.esri-expand--drawer .esri-expand__mask--expanded {
    background-color: #000;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.8;
    z-index: 1
}

.esri-ui-top-right .esri-expand--drawer .esri-expand__panel,
.esri-ui-bottom-right .esri-expand--drawer .esri-expand__panel {
    flex-flow: row nowrap
}

.esri-ui-top-right .esri-expand--drawer .esri-expand__container--expanded,
.esri-ui-bottom-right .esri-expand--drawer .esri-expand__container--expanded {
    width: 75%;
    max-width: 300px;
    animation: expand-slide-rtl-ani 300ms forwards
}

.esri-ui-top-left esri-expand--drawer .esri-expand__panel,
.esri-ui-bottom-left esri-expand--drawer .esri-expand__panel {
    flex-flow: row-reverse nowrap
}

.esri-ui-top-left esri-expand--drawer .esri-expand__container--expanded,
.esri-ui-bottom-left esri-expand--drawer .esri-expand__container--expanded {
    width: 75%;
    max-width: 300px;
    animation: expand-slide-ltr-ani 300ms forwards
}

.esri-view-width-xsmall .esri-expand--auto .esri-widget {
    max-width: 100%;
    width: 100%
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    overflow: auto
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded .esri-expand__panel {
    display: flex;
    justify-content: space-between;
    padding: 1.023rem;
    align-items: center
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__container--expanded .esri-expand__panel .esri-expand__icon-number--expanded {
    display: block
}

.esri-view-width-xsmall .esri-expand--auto .esri-expand__mask--expanded {
    background-color: #000;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.8;
    z-index: 1
}

.esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__panel,
.esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__panel {
    flex-flow: row nowrap
}

.esri-view-width-xsmall .esri-ui-top-right .esri-expand--auto .esri-expand__container--expanded,
.esri-view-width-xsmall .esri-ui-bottom-right .esri-expand--auto .esri-expand__container--expanded {
    width: 75%;
    max-width: 300px;
    animation: expand-slide-rtl-ani 300ms forwards
}

.esri-view-width-xsmall .esri-ui-top-left esri-expand--auto .esri-expand__panel,
.esri-view-width-xsmall .esri-ui-bottom-left esri-expand--auto .esri-expand__panel {
    flex-flow: row-reverse nowrap
}

.esri-view-width-xsmall .esri-ui-top-left esri-expand--auto .esri-expand__container--expanded,
.esri-view-width-xsmall .esri-ui-bottom-left esri-expand--auto .esri-expand__container--expanded {
    width: 75%;
    max-width: 300px;
    animation: expand-slide-ltr-ani 300ms forwards
}

.esri-expand--floating .esri-expand__content {
    position: absolute
}

.esri-expand--floating .esri-expand__mask,
.esri-expand--floating .esri-expand__content-panel {
    display: none
}

.esri-view-width-greater-than-xsmall .esri-expand--auto .esri-expand__content {
    position: absolute
}

.esri-view-width-greater-than-xsmall .esri-expand--auto .esri-expand__mask,
.esri-view-width-greater-than-xsmall .esri-expand--auto .esri-expand__content-panel {
    display: none
}

@keyframes expand-slide-rtl-ani {
    from {
        right: -600px
    }

    to {
        right: 0
    }
}

@keyframes expand-slide-ltr-ani {
    from {
        left: -600px
    }

    to {
        left: 0
    }
}

@keyframes expand-number-intro-ani {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.25)
    }

    100% {
        transform: scale(1)
    }
}

.esri-feature__title {
    font-size: 14px;
    display: block;
    word-break: break-word;
    word-wrap: break-word
}

.esri-feature__media,
.esri-feature__attachments,
.esri-feature__media-container {
    display: flex
}

.esri-feature__loading-container {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 12px 0
}

.esri-icon-loading-indicator {
    display: inline-block
}

.esri-feature {
    width: 100%
}

.esri-feature h1,
.esri-feature h2,
.esri-feature h3,
.esri-feature h4,
.esri-feature h5,
.esri-feature h6 {
    margin: 0.5em 0 0.5em 0;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.3em
}

.esri-feature h1 {
    font-size: 20px
}

.esri-feature h2 {
    font-size: 16px
}

.esri-feature h3,
.esri-feature h4,
.esri-feature h5,
.esri-feature h6 {
    font-size: 14px
}

.esri-feature p {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 1.2em
}

.esri-feature img {
    max-width: 100%;
    max-height: 100%
}

.esri-feature figcaption {
    font-size: 12px;
    font-style: italic;
    padding: 0;
    margin: 0.2em 0 0;
    display: block
}

.esri-feature ul {
    margin-bottom: 1rem;
    padding: 0 0 0 1rem
}

.esri-feature li {
    margin: 0.3em 0
}

.esri-feature a {
    color: #6e6e6e
}

.esri-feature a:hover,
.esri-feature a:focus {
    color: #2e2e2e
}

.esri-feature__content-element {
    padding: 0 7px 24px
}

.esri-feature__content-element:last-child {
    padding-bottom: 0
}

.esri-feature__field-data--date {
    text-transform: capitalize
}

.esri-feature__attachments-title {
    margin: 0 auto 0 0;
    font-weight: 600
}

.esri-feature__attachments {
    flex-flow: column wrap;
    align-items: flex-start
}

.esri-feature .esri-feature__attachments-items {
    display: flex;
    padding: 12px 0;
    margin: 6px 0;
    width: 100%
}

.esri-feature .esri-feature__attachments-item {
    line-height: 1.2em;
    list-style-type: none;
    margin: 0
}

.esri-feature__attachment-item-mask {
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px
}

.esri-feature__attachment-item-mask--icon {
    background-color: #f5f5f5
}

.esri-feature__attachment-item-mask--icon .esri-feature__attachments-image {
    width: 32px;
    height: 32px
}

.esri-feature__attachments-image-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 125ms;
    z-index: 2
}

.esri-feature__attachments-link-icon {
    font-size: 15px;
    transform: translate(0, -10px);
    transition: transform 125ms ease-out
}

.esri-feature .esri-feature__attachments-item-link {
    background-color: transparent;
    color: #6e6e6e;
    display: flex;
    text-decoration: none;
    transition: background-color 250ms
}

.esri-feature__attachments-item-link:hover,
.esri-feature__attachments-item-link:focus {
    color: #2e2e2e;
    background-color: #f0f0f0;
    cursor: pointer
}

.esri-feature__attachments-item-link:hover .esri-feature__attachments-image-overlay,
.esri-feature__attachments-item-link:focus .esri-feature__attachments-image-overlay {
    color: #fff;
    opacity: 1
}

.esri-feature__attachments-item-link:hover .esri-feature__attachments-link-icon,
.esri-feature__attachments-item-link:focus .esri-feature__attachments-link-icon {
    transform: translate(0, 0)
}

.esri-feature__attachments--list .esri-feature__attachments-items {
    flex-direction: column;
    flex-wrap: nowrap
}

.esri-feature__attachments--list .esri-feature__attachments-item {
    margin-top: 3px
}

.esri-feature__attachments--list .esri-feature__attachments-item:first-child {
    margin-top: 0
}

.esri-feature__attachments--list .esri-feature__attachments-item-link {
    align-items: center;
    word-break: break-all
}

.esri-feature__attachments--list .esri-feature__attachment-item-mask {
    margin-right: 7px
}

.esri-feature__attachments--list .esri-feature__attachments-filename {
    flex: 1
}

.esri-feature__attachments--preview .esri-feature__attachments-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.esri-feature__attachments--preview .esri-feature__attachments-item {
    width: 50%
}

.esri-feature__attachments--preview .esri-feature__attachments-item:only-child {
    margin-left: 25%;
    margin-right: 25%
}

.esri-feature__attachments--preview .esri-feature__attachment-item-mask {
    width: 100%;
    height: 96px;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px rgba(110, 110, 110, 0.3);
    padding: 6px 7px
}

.esri-feature__attachments--preview .esri-feature__attachments-image {
    max-width: unset;
    width: auto;
    max-height: 100%
}

.esri-feature__attachments--preview .esri-feature__attachments-item-link {
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    padding: 12px 7px
}

.esri-feature__attachments--preview .esri-feature__attachments-filename {
    margin-top: 6px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    width: calc(100% - 15px)
}

.esri-feature__media {
    flex-flow: row wrap;
    align-items: center
}

.esri-feature__media-item-title {
    font-size: 16px;
    padding: 0.3rem 0 0
}

.esri-feature__media-item-caption {
    font-size: 12px;
    padding: 0.1rem 0 0
}

.esri-feature__media-container {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 150px;
    margin-top: 6px
}

.esri-feature__media-container .esri-feature__button {
    justify-content: center;
    align-items: center;
    flex: 0 1 15%;
    font-size: 20px;
    color: #6e6e6e;
    display: none
}

.esri-feature__media-container .esri-feature__button:hover {
    cursor: pointer;
    color: #2e2e2e
}

.esri-feature__media-item {
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.esri-feature__media-chart {
    background-color: #fff;
    width: 100%;
    height: 250px
}

.esri-feature__media-previous-icon--rtl,
.esri-feature__media-next-icon--rtl {
    display: none
}

.esri-feature--media-pagination-visible .esri-feature__media-container .esri-feature__button {
    display: flex
}

.esri-feature--media-pagination-visible .esri-feature__media-item-container {
    flex: 0 0 70%
}

.esri-feature--media-pagination-visible .esri-feature__media-summary {
    display: flex
}

.esri-feature--media-pagination-visible .esri-feature__media-chart {
    height: 225px
}

.esri-feature__last-edited-info {
    font-size: 12px;
    padding-top: 6px
}

.esri-view-width-xlarge .esri-feature .esri-feature__media-item img {
    max-width: 380px
}

.esri-view-width-xlarge .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 320px
}

.esri-view-width-large .esri-feature .esri-feature__media-item img {
    max-width: 280px
}

.esri-view-width-large .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 220px
}

.esri-view-width-medium .esri-feature .esri-feature__media-item img {
    max-width: 240px
}

.esri-view-width-medium .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 180px
}

.esri-view-width-small .esri-feature .esri-feature__media-item img {
    max-width: 225px
}

.esri-view-width-small .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 165px
}

.esri-view-width-xsmall .esri-feature .esri-feature__media-item img {
    max-width: 180px
}

.esri-view-width-xsmall .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 120px
}

.esri-view-width-xsmall .esri-docked .esri-feature .esri-feature__media-item img {
    max-width: 300px
}

.esri-view-width-xsmall .esri-docked .esri-feature .esri-feature--media-pagination-visible .esri-feature__media-item img {
    max-width: 240px
}

html[dir="rtl"] .esri-feature__attachments-title {
    margin: 0 0 0 auto
}

html[dir="rtl"] .esri-feature__media-summary {
    margin: 0 auto 0 0
}

html[dir="rtl"] .esri-feature__media-image-summary {
    margin: 0 0.5em 0 0
}

html[dir="rtl"] .esri-feature__media-previous-icon--rtl,
html[dir="rtl"] .esri-feature__media-next-icon--rtl {
    display: inline-block
}

html[dir="rtl"] .esri-feature__media-previous-icon,
html[dir="rtl"] .esri-feature__media-next-icon {
    display: none
}

html[dir="rtl"] .esri-feature__attachments--list .esri-feature__attachment-item-mask {
    margin-right: 0;
    margin-left: 7px
}

.esri-feature-form {
    background-color: #f5f5f5;
    padding: 12px 6px
}

.esri-feature-form__form {
    display: flex;
    flex-direction: column
}

.esri-feature-form__label {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 12px;
    position: relative;
    opacity: 1
}

.esri-feature-form__input {
    margin-top: 4px;
    width: 100%;
    resize: horizontal
}

.esri-feature-form__input--date,
.esri-feature-form__input--time {
    resize: none
}

.esri-feature-form__input--disabled {
    opacity: .4
}

.esri-feature-form__input--invalid {
    border: 1px solid #de2900
}

.esri-feature-form__input-icon--invalid {
    position: absolute;
    top: 30px;
    right: 4px;
    color: #8c2907;
    background-color: #fff
}

.esri-feature-form__input:focus+.esri-feature-form__input-icon--invalid {
    display: none
}

.esri-feature-form__field-error-message {
    padding: 7px 0;
    font-size: 12px
}

.esri-feature-form__date-input-container {
    display: flex
}

.esri-feature-form__date-input-part {
    width: 50%;
    display: flex;
    flex-direction: column
}

.esri-feature-form__date-input-part:first-child .esri-feature-form__input {
    border-right: none
}

.esri-feature-form__date-format-hint {
    color: #6e6e6e;
    font-size: 12px;
    padding: 0.5em 0.5em 0 0.5em
}

.esri-feature-form__group-description {
    margin: 6px 0 4px 0
}

.esri-feature-form__group-label {
    font-weight: bolder;
    margin-bottom: 6px
}

.esri-feature-form__group {
    border: none;
    border-left: 4px solid rgba(110, 110, 110, 0.3);
    padding: 0 6px;
    margin: 6px 7px;
    min-inline-size: unset;
    transition: border-color 250ms
}

.esri-feature-form__group .esri-feature-form__label {
    margin-top: 12px;
    margin-bottom: 0
}

.esri-feature-form__group--sequential .esri-feature-form__label {
    transition: opacity 250ms, margin 250ms
}

.esri-feature-form__group--active {
    border-color: #0079c1
}

.esri-feature-form__group--collapsed {
    cursor: pointer
}

.esri-feature-form__group--collapsed .esri-feature-form__label {
    pointer-events: none;
    opacity: 0;
    height: 0;
    margin: 0
}

.esri-feature-form__description-text {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #6e6e6e
}

html[dir="rtl"] .esri-feature-form__group {
    border-left: none;
    border-right: 4px solid rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-feature-form__date-input-part:first-child .esri-feature-form__input {
    border-right: 1px solid rgba(110, 110, 110, 0.3);
    border-left: none
}

.esri-heatmap-slider {
    direction: ltr;
    min-width: 260px
}

.esri-heatmap-slider .esri-slider {
    font-size: 12px
}

.esri-heatmap-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-heatmap-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-heatmap-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-heatmap-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-heatmap-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-heatmap-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-heatmap-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-heatmap-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-heatmap-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-heatmap-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-heatmap-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-heatmap-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-heatmap-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-heatmap-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-heatmap-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-heatmap-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-heatmap-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-heatmap-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-heatmap-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-heatmap-slider .esri-slider .esri-slider__max,
.esri-heatmap-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-heatmap-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-heatmap-slider .esri-slider .esri-histogram__average-line,
.esri-heatmap-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-heatmap-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-heatmap-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-heatmap-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-heatmap-slider__ramp svg path {
    stroke-width: .5px
}

.esri-heatmap-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-histogram {
    width: 100%;
    height: 100%
}

.esri-histogram__content {
    height: 100%;
    width: 100%
}

.esri-histogram__svg {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.esri-histogram__data-line {
    stroke: #888;
    stroke-width: 1px;
    shape-rendering: crispedges
}

.esri-histogram__label {
    stroke: black;
    font-size: 12px;
    stroke-width: 0
}

.esri-histogram__average-data-line {
    stroke: #444
}

.esri-histogram__average-symbol {
    font-family: "Georgia, serif";
    font-style: italic
}

.esri-histogram-range-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.esri-histogram-range-slider .esri-slider .esri-slider__label {
    top: 24px;
    display: none
}

.esri-histogram-range-slider .esri-slider__anchor--moving .esri-slider__label {
    display: inline
}

.esri-histogram-range-slider .esri-slider {
    font-size: 12px
}

.esri-histogram-range-slider .esri-slider__content {
    display: flex;
    flex-direction: column-reverse
}

.esri-histogram-range-slider .esri-slider__max {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right
}

.esri-histogram-range-slider .esri-slider__min {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left
}

.esri-histogram-range-slider .esri-slider--horizontal .esri-slider__max,
.esri-histogram-range-slider .esri-slider--horizontal .esri-slider__min {
    display: inline;
    min-width: 50px
}

.esri-histogram-range-slider .esri-histogram {
    display: flex;
    align-self: flex-end
}

.esri-histogram-range-slider .esri-histogram__bar {
    touch-action: none
}

.esri-histogram-range-slider .esri-slider__range-input {
    width: 100px
}

.esri-histogram-range-slider .esri-slider__max .esri-slider__range-input {
    float: right
}

.esri-histogram-range-slider__slider-container {
    align-self: flex-end;
    margin-bottom: 24px;
    width: 100%
}

.esri-histogram-range-slider__histogram-container {
    display: flex;
    flex-grow: 1;
    min-height: 0;
    width: 100%
}

.esri-histogram-range-slider__range-type--less-than .esri-slider__segment-0,
.esri-histogram-range-slider__range-type--at-most .esri-slider__segment-0 {
    background-color: #0079c1
}

.esri-histogram-range-slider__range-type--greater-than .esri-slider__segment-1,
.esri-histogram-range-slider__range-type--at-least .esri-slider__segment-1,
.esri-histogram-range-slider__range-type--between .esri-slider__segment-1,
.esri-histogram-range-slider__range-type--not-between .esri-slider__segment-1 {
    background-color: #0079c1
}

.esri-horizontal-slider.dijitSlider.dijitDisabled {
    opacity: 0.5
}

.esri-horizontal-slider.dijitSlider .dijitSliderBumper {
    background: #999 none;
    box-shadow: none
}

.esri-horizontal-slider.dijitSlider .dijitSliderBar {
    border-color: #999
}

.esri-horizontal-slider.dijitSlider .dijitSliderProgressBar {
    background: #ddd none
}

.esri-horizontal-slider.dijitSlider .dijitSliderRemainingBarH {
    box-shadow: none
}

.esri-horizontal-slider.dijitSlider .dijitSliderImageHandle,
.esri-horizontal-slider.dijitSlider .dijitSliderImageHandle.dijitSliderThumbHover {
    background: url("");
    border: none;
    width: 10px;
    height: 14px
}

.dijitRtl .esri-horizontal-slider.dijitSlider .dijitSliderImageHandle {
    left: auto;
    right: 50%
}

.dijitRtl .esri-horizontal-slider .dijitSliderMoveableH {
    right: auto;
    left: 0
}

.esri-horizontal-slider .dijitRuleContainer {
    padding: 6px 0 20px;
    color: #4d4d4d
}

.esri-horizontal-slider .dijitRuleLabel {
    z-index: 2;
    font-size: 12px
}

html[dir="rtl"] .dijitSlider .dijitSliderLeftBumper {
    border-radius: 0px 2px 2px 0;
    border-width: 1px 1px 1px 0;
    margin-left: -1px
}

html[dir="rtl"] .dijitSlider .dijitSliderRightBumper {
    border-radius: 2px 0 0 2px;
    border-width: 1px 0 1px 1px;
    margin-left: -2px;
    margin-right: 0
}

.esriSignInDialog.esri-widget table tr :nth-child(even),
.esriSignInDialog.esri-widget table tr :nth-child(odd) {
    background-color: #fff
}

.esriIdentityDialog--visible~.dijitTooltip {
    font-size: 14px;
    font-family: "Avenir Next W00", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.esriIdentityDialog .dijitReset {
    margin: 0;
    border: 0;
    padding: 0;
    font: inherit;
    line-height: normal;
    color: inherit
}

.esriIdentityDialog .dijitInline {
    display: inline-block;
    border: 0;
    padding: 0;
    vertical-align: middle
}

.esriIdentityDialog table.dijitInline {
    display: inline-table;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.esriIdentityDialog .dijitVisible {
    display: block !important;
    position: relative;
    visibility: visible
}

.esriIdentityDialog .dijitInputContainer {
    overflow: hidden;
    float: none !important;
    position: relative
}

.esriIdentityDialog .dijitValidationTextBox .dijitValidationContainer {
    float: right;
    text-align: center
}

.esriIdentityDialog .dijitTextBox input.dijitInputField {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.esriIdentityDialog .dijitValidationTextBox .dijitValidationContainer {
    display: none
}

.esriIdentityDialog .dijitOffScreen {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important
}

.esriIdentityDialog .dijitContainer {
    overflow: hidden
}

.esriIdentityDialog .dijitButtonNode * {
    vertical-align: middle
}

.esriIdentityDialog .dijitLeft {
    background-position: left top;
    background-repeat: no-repeat
}

.esriIdentityDialog .dijitStretch {
    white-space: nowrap;
    background-repeat: repeat-x
}

.esriIdentityDialog .dijitRight {
    background-position: right top;
    background-repeat: no-repeat
}

.esriIdentityDialog .dijitButton {
    margin: 0.2em;
    vertical-align: middle
}

.esriIdentityDialog .dijitButtonContents {
    display: block
}

.esriIdentityDialog td.dijitButtonContents {
    display: table-cell
}

.esriIdentityDialog .dijitButtonNode img {
    vertical-align: middle
}

.esriIdentityDialog .dijitButtonNode {
    border: 1px solid gray;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

.esriIdentityDialog .dijitTextBox .dijitButtonNode {
    border-width: 0
}

.esriIdentityDialog .dijitButtonNode,
.esriIdentityDialog .dijitButtonNode * {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.esriIdentityDialog .dijitTextBox {
    border: solid black 1px;
    width: 15em;
    vertical-align: middle
}

.esriIdentityDialog .dijitTextBoxReadOnly,
.esriIdentityDialog .dijitTextBoxDisabled {
    color: gray
}

.esriIdentityDialog .dijitPlaceHolder {
    color: rgba(50, 50, 50, 0.4);
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    pointer-events: none
}

.esriIdentityDialog .dijitTextBox input:focus {
    outline: none
}

.esriIdentityDialog .dijitTextBoxFocused {
    outline: 5px -webkit-focus-ring-color
}

.esriIdentityDialog .dijitTextBox input {
    float: left
}

.esriIdentityDialog .dijitInputInner {
    border: 0 !important;
    background-color: transparent !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.esriIdentityDialog .dijitValidationTextBoxError input.dijitValidationInner {
    text-indent: -2em !important;
    direction: ltr !important;
    text-align: left !important;
    height: auto !important
}

.esriIdentityDialog .dijitValidationTextBoxError .dijitValidationContainer {
    display: inline;
    cursor: default
}

.esriIdentityDialog .dijitLayoutContainer {
    position: relative;
    display: block;
    overflow: hidden
}

.esriIdentityDialog .dijitAlignTop,
.esriIdentityDialog .dijitAlignBottom,
.esriIdentityDialog .dijitAlignLeft,
.esriIdentityDialog .dijitAlignRight {
    position: absolute;
    overflow: hidden
}

.esriIdentityDialog body .dijitAlignClient {
    position: absolute
}

.esriIdentityDialog .dijitContentPane {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.esriIdentityDialog .dijitContentPaneSingleChild {
    overflow: hidden
}

.esriIdentityDialog .dijitContentPaneLoading .dijitIconLoading,
.esriIdentityDialog .dijitContentPaneError .dijitIconError {
    margin-right: 9px
}

.esriIdentityDialog--visible~.dijitTooltip {
    position: absolute;
    z-index: 2000;
    display: block;
    left: 0;
    top: -10000px;
    overflow: visible
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipContainer {
    border: solid black 2px;
    background: #fff;
    color: #323232;
    font-size: small
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipFocusNode {
    padding: 2px 2px 2px 2px
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipConnector {
    position: absolute
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipData {
    display: none
}

.esriIdentityDialog.dijitDialog {
    position: absolute;
    z-index: 999;
    overflow: hidden
}

.esriIdentityDialog.dijitDialog .closeText {
    display: none;
    position: absolute
}

.esriIdentityDialog .dijitDialogTitleBar {
    cursor: move
}

.esriIdentityDialog .dijitDialogFixed .dijitDialogTitleBar {
    cursor: default
}

.esriIdentityDialog .dijitDialogCloseIcon {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.esriIdentityDialog .dijitDialogPaneContent {
    -webkit-overflow-scrolling: touch
}

.dijitDialogUnderlayWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    background: transparent !important
}

.esriIdentityDialog .dijitNoIcon {
    display: none
}

.esriIdentityDialog .dijitToggleButtonIconChar {
    display: none !important
}

.esriIdentityDialog .dijitReadOnly *,
.esriIdentityDialog .dijitDisabled *,
.esriIdentityDialog .dijitReadOnly,
.esriIdentityDialog .dijitDisabled {
    cursor: default
}

.esriIdentityDialog .dijitButtonNode {
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e6e6e;
    background-color: #fff;
    transition: all 0.25s ease;
    border-color: rgba(110, 110, 110, 0.3)
}

.esriIdentityDialog .dijitButtonNode:hover {
    color: #6e6e6e;
    background-color: #fff
}

.esriIdentityDialog .dijitButtonNode:active,
.esriIdentityDialog .dijitButtonNode:focus {
    color: #0079c1;
    background-color: #fff
}

.esriIdentityDialog .dijitButtonNode .dijitIcon {
    margin-right: 6px
}

.esriIdentityDialog .dijitButtonContents {
    padding: 5px 10px
}

.esriIdentityDialog .dijitButtonText {
    padding: 0;
    font-size: 12px;
    line-height: 1.66667;
    line-height: 20px;
    text-align: center
}

.esriIdentityDialog .dijitDisabled {
    outline: none
}

.esriIdentityDialog .dijitDisabled .dijitButtonNode {
    cursor: false;
    pointer-events: none;
    box-shadow: none
}

.esriIdentityDialog .dijitDisabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65
}

.esriIdentityDialog.dijitDialog {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(110, 110, 110, 0.3);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2), 0 5px 6px -3px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    outline: 0
}

.esriIdentityDialog .dijitDialogTitleBar {
    padding: 15px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    min-height: 16.66667px
}

.esriIdentityDialog .dijitDialogTitle {
    font-size: 16px;
    margin: 0;
    line-height: 1.66667
}

.esriIdentityDialog .dijitDialogCloseIcon {
    float: right;
    font-family: "CalciteWebCoreIcons";
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    color: #6e6e6e;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2
}

.esriIdentityDialog .dijitDialogCloseIcon:before {
    content: "\e600"
}

.esriIdentityDialog .dijitDialogCloseIcon:hover,
.esriIdentityDialog .dijitDialogCloseIcon:focus {
    color: #6e6e6e;
    text-decoration: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5
}

.esriIdentityDialog .dijitDialogPaneContent {
    padding: 15px;
    position: relative
}

.esriIdentityDialog .dijitDialogPaneContent>.dijitDialogPaneActionBar {
    margin: 15px -15px -15px
}

.esriIdentityDialog .dijitDialogPaneContentArea {
    position: relative;
    padding: 0
}

.esriIdentityDialog .dijitDialogPaneActionBar {
    padding: 15px;
    text-align: right;
    border-top: 1px solid rgba(110, 110, 110, 0.3);
    *zoom: 1
}

.esriIdentityDialog .dijitDialogPaneActionBar:after {
    content: "";
    display: table;
    clear: both
}

.esriIdentityDialog .dijitDialogPaneActionBar .dijitButton+.dijitButton {
    margin-left: 5px
}

.esriIdentityDialog_underlay.dijitDialogUnderlay {
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75
}

.esriIdentityDialog .dijitTextBox {
    background-color: #fff;
    border: 1px solid rgba(110, 110, 110, 0.3);
    transition: border-color 0.25s ease-in-out
}

.esriIdentityDialog .dijitTextBox .dijitInputField {
    padding: 5px 10px;
    color: #323232;
    font-size: 12px;
    line-height: 1.66667
}

.esriIdentityDialog .dijitTextBox .dijitInputInner {
    line-height: 1.66667;
    height: 20px
}

.esriIdentityDialog .dijitTextBox .dijitPlaceHolder {
    font-style: normal;
    color: #6e6e6e
}

.esriIdentityDialog .dijitTextBoxFocused {
    border-color: #000;
    outline: 0
}

.esriIdentityDialog .dijitTextBoxFocused .dijitArrowButton {
    border-color: #000
}

.esriIdentityDialog .dijitTextBoxError .dijitInputField {
    color: #c7461a
}

.esriIdentityDialog .dijitTextBoxError,
.esriIdentityDialog .dijitTextBoxError.dijitTextBoxFocused,
.esriIdentityDialog .dijitTextBoxError .dijitArrowButton {
    border-color: #c7461a
}

.esriIdentityDialog .dijitTextBoxError .dijitValidationContainer {
    width: 26px;
    padding: 5px;
    color: #c7461a;
    font-family: "CalciteWebCoreIcons";
    speak: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1.25
}

.esriIdentityDialog .dijitTextBoxError .dijitValidationContainer:before {
    content: "\e650"
}

.esriIdentityDialog .dijitTextBoxError .dijitValidationIcon {
    display: none
}

.esriIdentityDialog .dijitTextBoxDisabled {
    background-color: rgba(110, 110, 110, 0.4)
}

.esriIdentityDialog--visible~.dijitTooltip,
.esriIdentityDialog--visible~.dijitTooltip,
.esriIdentityDialog--visible~.dijitTooltip * {
    box-sizing: content-box
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipContainer {
    border: 0;
    font-size: 12px;
    line-height: 1.4;
    max-width: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #4c4c4c;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipContents {
    padding: 5px 10px
}

.esriIdentityDialog--visible~.dijitTooltip .dijitTooltipConnector {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipBelow {
    margin-top: 3px;
    padding-top: 5px
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipBelow .dijitTooltipConnector {
    top: 0;
    left: 15px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(110, 110, 110, 0.3)
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipAbove {
    margin-top: -3px;
    padding-bottom: 5px
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipAbove .dijitTooltipConnector {
    bottom: 0;
    left: 15px;
    border-width: 5px 5px 0;
    border-top-color: rgba(110, 110, 110, 0.3)
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipLeft {
    margin-left: -3px;
    padding-right: 5px
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipLeft .dijitTooltipConnector {
    top: 50%;
    right: 0;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(110, 110, 110, 0.3)
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipRight {
    margin-left: 3px;
    padding-left: 5px
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipRight .dijitTooltipConnector {
    top: 50%;
    left: 0;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(110, 110, 110, 0.3)
}

.dijitRtl .esriIdentityDialog .dijitOffScreen {
    left: auto !important;
    right: -10000px !important
}

.dijitRtl .esriIdentityDialog .dijitPlaceHolder {
    left: auto;
    right: 0
}

.esriIdentityDialog .dijitTextBoxRtl .dijitValidationContainer {
    border-right-width: 1px !important;
    border-left-width: 0 !important
}

.esriIdentityDialog .dijitValidationTextBoxRtl .dijitValidationContainer {
    float: left
}

.esriIdentityDialog .dijitRtl .dijitContentPaneLoading .dijitIconLoading,
.esriIdentityDialog .dijitRtl .dijitContentPaneError .dijitIconError {
    margin-right: 0;
    margin-left: 9px
}

.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipBelow.dijitTooltipABRight .dijitTooltipConnector,
.esriIdentityDialog--visible~.dijitTooltip.dijitTooltipAbove.dijitTooltipABRight .dijitTooltipConnector {
    left: auto;
    right: 15px
}

.esriIdentityDialog.dijitDialogRtl .dijitDialogCloseIcon {
    float: left
}

.esriIdentityDialog.dijitDialogRtl .dijitDialogPaneActionBar {
    text-align: left
}

.esriIdentityDialog.dijitDialogRtl .dijitDialogPaneActionBar .dijitButton+.dijitButton {
    margin-left: 0;
    margin-right: 5px
}

.esriIdentityDialog .dijitContentPane {
    padding: 15px;
    box-sizing: content-box
}

.esri-item-list {
    width: 100%
}

.esri-item-list__filter-container {
    background: transparent;
    position: relative;
    display: flex;
    padding: 6px 7px;
    margin: 0 0 6px;
    overflow: hidden;
    flex-grow: 1
}

.esri-item-list__filter-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(110, 110, 110, 0.3);
    background-color: transparent;
    padding: 6px 0;
    transition: border 250ms ease-in-out
}

.esri-item-list__filter-input:focus {
    outline: none;
    border-color: #0079c1
}

.esri-item-list__filter-placeholder {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #6e6e6e;
    margin: 6px 7px;
    padding: 0 7px;
    pointer-events: none
}

.esri-item-list__filter-placeholder-text {
    margin: 0 3px
}

.esri-item-list__group {
    color: #6e6e6e;
    padding: 0 15px 12px;
    margin: 4px 5px 6px 5px
}

.esri-item-list__scroller {
    max-height: 420px;
    overflow-y: auto
}

.esri-item-list__group-header {
    display: flex;
    align-items: center;
    margin: 12px 0;
    padding: 0;
    font-weight: normal
}

.esri-item-list__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.esri-item-list__list-item-container {
    background: #fff;
    display: flex;
    margin: 0 2px;
    width: 100%
}

.esri-item-list__list-item-container .esri-item-list__list-item-label {
    margin: 0 7px
}

.esri-item-list__list-item {
    box-shadow: 0 1px 0 rgba(110, 110, 110, 0.3);
    padding: 3px 3px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 6px;
    border: 1px solid rgba(110, 110, 110, 0.3);
    min-height: 48px;
    border-color: transparent;
    transition: border 250ms ease-in-out;
    display: flex;
    justify-content: space-between
}

.esri-item-list__list-item:hover,
.esri-item-list__list-item:focus {
    border-color: #323232
}

.esri-item-list__list-item[class^="esri-icon"] {
    padding-right: 2.8px
}

.esri-item-list__list-item-label {
    flex: 1;
    margin: 0;
    display: flex;
    align-items: center
}

.esri-item-list__no-matches-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px
}

.esri-item-list__no-items-message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px
}

.esri-layer-list {
    color: #323232;
    background-color: #f5f5f5;
    padding: 6px 7px;
    overflow-y: auto;
    display: flex;
    flex-flow: column
}

.esri-layer-list__list {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0
}

.esri-layer-list__item--has-children {
    padding-bottom: 6px
}

.esri-layer-list__item--has-children .esri-layer-list__list:not([hidden]) {
    animation: esri-layer-list-reveal 375ms ease-in-out
}

.esri-layer-list__list[hidden] {
    display: none
}

.esri-layer-list__list--root {
    margin: 0
}

.esri-layer-list__item--selectable .esri-layer-list__item-container {
    cursor: pointer
}

.esri-layer-list__item--selectable .esri-layer-list__item-container:hover {
    border-left-color: rgba(110, 110, 110, 0.3)
}

.esri-layer-list__item-container[aria-checked="true"] {
    border-left-color: #0079c1
}

.esri-layer-list__item-container[aria-checked="true"]:hover {
    border-left-color: #0079c1
}

.esri-layer-list__item-container~.esri-layer-list__list .esri-layer-list__item {
    border-bottom-width: 0
}

.esri-layer-list__item {
    background-color: #fff;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 3px 0;
    padding: 0
}

.esri-layer-list__item-container {
    border-left: 3px solid transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 7px 12px 20px;
    transition: border-color 250ms ease-in-out
}

.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-title {
    color: rgba(110, 110, 110, 0.4)
}

.esri-layer-list__item--has-children>.esri-layer-list__item-container {
    padding-left: 5px
}

.esri-layer-list__item--has-children>.esri-layer-list__list {
    font-size: 12px
}

.esri-layer-list__child-toggle {
    color: #6e6e6e;
    width: 15px;
    cursor: pointer
}

.esri-layer-list__child-toggle [class*="esri-icon"] {
    line-height: 1.2em
}

.esri-layer-list__child-toggle .esri-layer-list__child-toggle-icon--opened,
.esri-layer-list__child-toggle .esri-layer-list__child-toggle-icon--closed-rtl,
.esri-layer-list__child-toggle--open .esri-layer-list__child-toggle-icon--closed {
    display: none
}

.esri-layer-list__child-toggle--open .esri-layer-list__child-toggle-icon--opened {
    display: block
}

.esri-layer-list__item-label {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1
}

.esri-layer-list__item-label[role="checkbox"]:hover,
.esri-layer-list__item-label[role="radio"]:hover {
    cursor: pointer
}

.esri-layer-list__item-title {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.3em;
    word-break: break-word;
    overflow-wrap: break-word;
    transition: color 125ms ease-in-out
}

.esri-layer-list__item-error-message {
    display: flex;
    align-items: center;
    visibility: hidden;
    height: 0;
    margin-top: -1px;
    padding: 3px 7px;
    overflow: hidden;
    background-color: rgba(140, 41, 7, 0.1);
    color: #8c2907;
    font-size: 12px;
    transition: transform 250ms ease-in-out;
    transform: scale(1, 0);
    animation: esri-fade-in-down 250ms ease-in-out;
    transform-origin: center top
}

.esri-layer-list__item-error-message [class^="esri-icon-"],
.esri-layer-list__item-error-message [class*="esri-icon-"] {
    margin-right: 0.3rem
}

.esri-layer-list__item--error .esri-layer-list__item-error-message {
    visibility: visible;
    height: auto;
    transform: scale(1, 1)
}

.esri-layer-list__item-toggle {
    padding: 0 3px;
    cursor: pointer;
    color: #6e6e6e
}

.esri-layer-list__item-label[aria-checked="false"] .esri-layer-list__item-toggle-icon,
.esri-layer-list__item-toggle[aria-checked="false"] .esri-layer-list__item-toggle-icon {
    opacity: 0.6
}

.esri-layer-list__item--updating:before,
.esri-layer-list__item--updating:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

.esri-layer-list__item--updating:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

.esri-layer-list__item--updating:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-layer-list__item-actions-menu {
    display: flex
}

.esri-layer-list__item-actions-menu-item {
    display: flex;
    flex: 1 0 21px;
    justify-content: center;
    align-items: center;
    color: #6e6e6e;
    cursor: pointer;
    padding: 0 3px;
    transition: border-color 250ms ease-in-out
}

.esri-layer-list__item-actions-menu-item:first-of-type {
    margin: 0 2px
}

.esri-layer-list__item-actions-menu-item:hover {
    background-color: #f0f0f0
}

.esri-layer-list__item-actions-menu-item--active,
.esri-layer-list__item-actions-menu-item--active:hover {
    background-color: #e2f1fb
}

.esri-layer-list__item-actions {
    position: relative;
    background-color: #f5f5f5;
    color: #6e6e6e;
    margin: -1px 7px 6px;
    height: auto
}

.esri-layer-list__item-actions[aria-expanded="true"] {
    animation: esri-fade-in 250ms ease-in-out
}

.esri-layer-list__item-actions-section {
    animation: esri-layer-list-reveal 375ms ease-in-out
}

.esri-layer-list__item-actions[hidden] {
    display: none
}

.esri-layer-list__item-actions-close {
    color: #6e6e6e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px;
    z-index: 1
}

.esri-layer-list__item-actions-list {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6px 0;
    list-style: none;
    border-top: 2px solid #fff
}

.esri-layer-list__item-actions-list:first-of-type {
    border-top: 0
}

.esri-layer-list__item-action,
.esri-layer-list__action-toggle {
    border: 1px solid transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 6px 15px;
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms, background-color 250ms ease-in-out
}

.esri-layer-list__item-action {
    justify-content: flex-start;
    flex-flow: row
}

.esri-layer-list__action-toggle {
    flex-flow: row-reverse;
    justify-content: space-between
}

.esri-layer-list__action-toggle .esri-layer-list__item-action-title {
    margin-left: 0
}

.esri-layer-list__action-toggle .esri-layer-list__item-action-icon {
    background-color: #4c4c4c;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #fff;
    flex: 0 0 28px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: background-color 125ms ease-in-out;
    width: 16px
}

.esri-layer-list__action-toggle .esri-layer-list__item-action-icon:before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: 2px;
    position: absolute;
    top: 0;
    transition: background-color 125ms ease-in-out, left 125ms ease-in-out;
    width: 12px
}

.esri-layer-list__action-toggle--on .esri-layer-list__item-action-icon {
    background-color: #fff
}

.esri-layer-list__action-toggle--on .esri-layer-list__item-action-icon:before {
    background-color: #4c4c4c;
    box-shadow: 0 0 0 1px #4c4c4c;
    left: 12px
}

.esri-layer-list__item-action:hover,
.esri-layer-list__action-toggle:hover {
    background-color: #f0f0f0
}

.esri-layer-list__item-actions[hidden] .esri-layer-list__item-action {
    opacity: 0
}

.esri-layer-list__item-action-icon {
    flex: 0 0 16px;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 0.1em
}

.esri-layer-list__item-action-image {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.esri-layer-list__item-action-title {
    margin-left: 5px
}

.esri-layer-list-panel {
    margin: 12px 15px
}

.esri-layer-list-panel__content--legend .esri-legend__service {
    padding: 0 0 12px 0
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__item--has-children>.esri-layer-list__item-container {
    padding-left: 20px;
    padding-right: 5px
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__list {
    margin: 0 15px 0 0
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__list--root {
    margin: 0
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__child-toggle .esri-layer-list__child-toggle-icon--closed {
    display: none
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__child-toggle .esri-layer-list__child-toggle-icon--closed-rtl {
    display: block
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__child-toggle--open .esri-layer-list__child-toggle-icon--closed-rtl {
    display: none
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__item-action-title {
    margin-left: 0;
    margin-right: 5px
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__action-toggle .esri-layer-list__action-toggle {
    margin-right: 0
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__item:after {
    animation: looping-progresss-bar-ani 1500ms linear infinite reverse
}

html[dir="rtl"] .esri-layer-list .esri-layer-list__item-error-message [class^="esri-icon-"],
html[dir="rtl"] .esri-layer-list .esri-layer-list__item-error-message [class*="esri-icon-"] {
    margin-right: 0;
    margin-left: 0.3rem
}

@keyframes esri-layer-list-reveal {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.esri-legend {
    overflow: hidden;
    overflow-y: auto
}

.esri-legend__message {
    padding: 0.5em 1em
}

.esri-legend__service {
    padding: 12px 15px;
    word-wrap: break-word;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-legend__service:last-child {
    border-bottom: none
}

.esri-legend__layer {
    margin-left: 7px
}

.esri-legend__group-layer-child {
    margin-left: 7px;
    padding-left: 0;
    padding-right: 0
}

.esri-legend__layer-table {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 12px
}

.esri-legend__layer-child-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 12px
}

.esri-legend__layer-body {
    margin-left: 7px
}

.esri-legend__layer-row {
    display: flex
}

.esri-legend__layer-cell {
    min-width: 100px;
    word-break: break-word;
    padding: 4px 0;
    vertical-align: middle
}

.esri-legend__layer-cell--symbols {
    min-width: 10px;
    text-align: center
}

.esri-legend__layer-table--size-ramp {
    display: table
}

.esri-legend__layer-table--size-ramp .esri-legend__layer-row {
    display: table-row
}

.esri-legend__layer-table--size-ramp .esri-legend__layer-cell {
    display: table-cell
}

.esri-legend__size-ramp~.esri-legend__layer-cell--info {
    max-width: 80%;
    width: 80%
}

.esri-legend__layer-cell--info {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    word-wrap: normal;
    word-break: normal;
    max-width: 250px
}

.esri-legend__imagery-layer-image--stretched {
    margin-bottom: -2px;
    display: block
}

.esri-legend__imagery-layer-cell--stretched {
    vertical-align: top;
    line-height: 1;
    padding: 0
}

.esri-legend__imagery-layer-info--stretched {
    vertical-align: top;
    padding: 0 2px
}

.esri-legend__symbol {
    display: block;
    margin: auto
}

.esri-legend__layer-caption {
    display: table-caption;
    padding: 6px 0
}

.esri-legend__ramp-labels {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between
}

.esri-legend__ramps {
    margin-left: 3px
}

.esri-legend__color-ramp {
    width: 24px
}

.esri-legend__opacity-ramp {
    background-image: url("")
}

.esri-legend__ramp-tick {
    position: absolute;
    width: 4px;
    border-top: 1px solid rgba(110, 110, 110, 0.3);
    line-height: 0;
    right: 1px;
    left: auto
}

.esri-legend__ramp-label {
    position: relative;
    padding: 0 7px;
    white-space: nowrap;
    line-height: 1em;
    font-size: 12px
}

.esri-legend__ramp-label:before {
    position: absolute;
    top: 0.25em;
    right: 100%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent rgba(50, 50, 50, 0.8) transparent transparent
}

.esri-legend__ramp-label:first-child {
    margin-top: -4px
}

.esri-legend__ramp-label:last-child {
    bottom: -3px
}

.esri-legend-layer-caption {
    display: table-caption;
    padding: 6px 0
}

html[dir="rtl"] .esri-legend__ramp-label:before {
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.8);
    left: 100%;
    right: auto
}

html[dir="rtl"] .esri-legend__layer,
html[dir="rtl"] .esri-legend__group-layer-child,
html[dir="rtl"] .esri-legend__layer-body {
    margin-left: 0;
    margin-right: 7px
}

.esri-legend--card {
    display: flex;
    overflow-x: auto;
    transition: max-width 250ms ease-in-out;
    background: #fff;
    position: relative
}

.esri-legend--card__section {
    font-size: 12px;
    min-height: 150px;
    min-width: 300px;
    padding: 12px 15px;
    border-left: 1px solid rgba(110, 110, 110, 0.3);
    overflow: auto
}

.esri-legend--card__section:first-child {
    border-left: none
}

.esri-legend--card__message {
    padding: 0.5em 1em
}

.esri-legend--card__service-caption-container {
    font-weight: 600;
    height: 45px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-legend--card__service-caption-text {
    margin: 0;
    overflow: auto;
    padding-bottom: 20px
}

.esri-legend--card__layer-caption {
    font-weight: 400;
    margin-bottom: 12px;
    padding: 6px 0
}

.esri-legend--card__service-content {
    display: flex;
    height: calc(100% - 45px)
}

.esri-legend--card__label-container {
    display: flex;
    flex-wrap: wrap
}

.esri-legend--card__relationship-label-container {
    display: flex;
    flex-direction: column
}

.esri-legend--card__relationship-label-container .esri-legend--card__layer-row {
    padding-bottom: 0.5em
}

.esri-legend--card__relationship-label-container .esri-legend--card__layer-row:last-child {
    padding-bottom: 0em
}

.esri-legend--card__relationship-section {
    border: none
}

.esri-legend--card__label-element {
    margin: 0.1em;
    padding: 0.5em 1em;
    min-width: 4em;
    min-height: 2.7em;
    text-align: center
}

.esri-legend--card__image-label {
    padding-left: 7px;
    padding-right: 7px
}

.esri-legend--card__layer-row,
.esri-legend--card__size-ramp-container {
    display: flex;
    align-items: center
}

.esri-legend--card__ramp-label {
    white-space: nowrap;
    margin: 0 0.5em
}

.esri-legend--card__interval-separator {
    text-align: center;
    font-size: 0.5em
}

.esri-legend--card__imagery-layer-image--stretched {
    margin-bottom: -2px;
    display: block
}

.esri-legend--card__symbol-container {
    position: relative
}

.esri-legend--card__interval-separators-container {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, -50%)
}

.esri-legend--card__carousel-title {
    margin: 0
}

.esri-legend--card__service {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-left: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-legend--card__symbol {
    display: block;
    margin: auto
}

.esri-legend--stacked {
    height: 282px;
    min-width: 300px
}

.esri-legend--stacked .esri-legend--card__section {
    border: none;
    overflow: auto;
    height: 250px;
    width: 250px
}

.esri-legend--stacked .esri-legend--card__size-ramp-row {
    flex-direction: column
}

.esri-legend--stacked .esri-legend--card__symbol-row {
    display: table-row;
    margin: 5px 0;
    width: 100%
}

.esri-legend--stacked .esri-legend--card__label-cell {
    display: table-cell;
    vertical-align: middle
}

.esri-legend--stacked .esri-legend--card__symbol-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.esri-legend--stacked .esri-legend--card__carousel-indicator-container {
    align-items: center;
    bottom: 0;
    box-shadow: 0 -1px 0 rgba(110, 110, 110, 0.3);
    display: flex;
    height: 32px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0
}

.esri-legend--stacked .esri-legend--card__carousel-indicator {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 16px
}

.esri-legend--stacked .esri-legend--card__carousel-indicator:before {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #6e6e6e;
    content: "";
    display: block;
    height: 10px;
    transition: background-color 125ms ease-in-out;
    width: 10px
}

.esri-legend--stacked .esri-legend--card__carousel-indicator:hover::before,
.esri-legend--stacked .esri-legend--card__carousel-indicator--activated:before,
.esri-legend--stacked .esri-legend--card__carousel-indicator--activated:hover::before {
    background-color: #6e6e6e
}

.esri-ui-corner {
    max-width: 100%
}

.esri-ui-corner .esri-legend--card {
    max-height: 420px
}

html[dir="rtl"] .esri-view-width-greater-than-small .esri-legend--card__section {
    border-left: 0;
    border-right: 1px solid rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-view-width-greater-than-small .esri-legend--card__section:first-child {
    border-right: none
}

.esri-relationship-ramp--diamond__container {
    display: flex;
    font-size: 12px
}

.esri-relationship-ramp--diamond__left-column {
    align-self: center;
    padding-right: 5px;
    text-align: right;
    max-width: 85px
}

.esri-relationship-ramp--diamond__right-column {
    align-self: center;
    padding-left: 5px;
    text-align: left;
    max-width: 85px
}

.esri-relationship-ramp--diamond__middle-column {
    display: flex;
    flex-direction: column;
    text-align: center
}

.esri-relationship-ramp--diamond__middle-column--label {
    align-self: center;
    max-width: 85px
}

.esri-relationship-ramp--diamond__middle-column--ramp {
    width: 85px;
    height: 85px
}

.esri-relationship-ramp--square__table {
    display: table;
    font-size: 12px
}

.esri-relationship-ramp--square__table-row {
    display: table-row
}

.esri-relationship-ramp--square__table-cell {
    display: table-cell
}

.esri-relationship-ramp--square__table-label {
    max-width: 95px
}

.esri-relationship-ramp--square__table-label--left-bottom {
    text-align: left;
    vertical-align: bottom
}

.esri-relationship-ramp--square__table-label--right-bottom {
    text-align: right;
    vertical-align: bottom
}

.esri-relationship-ramp--square__table-label--left-top {
    text-align: left;
    vertical-align: top
}

.esri-relationship-ramp--square__table-label--right-top {
    text-align: right;
    vertical-align: top
}

.esri-navigation-toggle {
    display: flex;
    flex-flow: column nowrap
}

.esri-navigation-toggle:hover,
.esri-navigation-toggle:focus {
    background-color: #f0f0f0
}

.esri-navigation-toggle:hover .esri-navigation-toggle__button,
.esri-navigation-toggle:focus .esri-navigation-toggle__button {
    color: #2e2e2e
}

.esri-navigation-toggle--horizontal {
    flex-flow: row nowrap
}

.esri-navigation-toggle--horizontal .esri-navigation-toggle__button--rotate {
    border-top: none;
    border-left: solid 1px rgba(110, 110, 110, 0.3)
}

.esri-navigation-toggle__button {
    box-shadow: none;
    position: relative;
    background-color: transparent
}

.esri-navigation-toggle__button:before {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transition: opacity 125ms ease-in-out;
    opacity: 0;
    border-width: 0 6px 6px 0;
    border-color: transparent #2e2e2e transparent transparent
}

.esri-navigation-toggle__button:hover,
.esri-navigation-toggle__button:focus {
    background-color: transparent
}

.esri-navigation-toggle__button--rotate {
    border-top: solid 1px rgba(110, 110, 110, 0.3)
}

.esri-navigation-toggle__button--pan {
    margin-bottom: 0
}

.esri-navigation-toggle__button--active {
    color: #2e2e2e
}

.esri-navigation-toggle__button--active:before {
    opacity: 1
}

.esri-navigation-toggle.esri-disabled .esri-navigation-toggle__button {
    background-color: #fff;
    color: rgba(110, 110, 110, 0.4);
    cursor: auto
}

.esri-navigation-toggle.esri-disabled .esri-navigation-toggle__button:before {
    opacity: 0
}

html[dir="rtl"] .esri-navigation-toggle--horizontal .esri-navigation-toggle__button--rotate {
    border-left: none;
    border-right: solid 1px rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-navigation-toggle__button:before {
    border-width: 6px 6px 0 0;
    border-color: #2e2e2e transparent transparent transparent;
    right: auto;
    left: 1px
}

.esri-opacity-slider {
    direction: ltr;
    min-width: 260px
}

.esri-opacity-slider .esri-slider {
    font-size: 12px
}

.esri-opacity-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-opacity-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-opacity-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-opacity-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-opacity-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-opacity-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-opacity-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-opacity-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-opacity-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-opacity-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-opacity-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-opacity-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-opacity-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-opacity-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-opacity-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-opacity-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-opacity-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-opacity-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-opacity-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-opacity-slider .esri-slider .esri-slider__max,
.esri-opacity-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-opacity-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-opacity-slider .esri-slider .esri-histogram__average-line,
.esri-opacity-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-opacity-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-opacity-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-opacity-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-opacity-slider__ramp svg path {
    stroke-width: .5px
}

.esri-opacity-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

@keyframes esri-docking-animation {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes popup-intro-animation-down {
    0% {
        transform: translate(0, -5px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes popup-intro-animation-up {
    0% {
        transform: translate(0, 5px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.esri-ui .esri-popup {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    display: flex
}

.esri-popup--shadow {
   /* box-shadow: 0 1px 4px rgba(0, 0, 0, .8)*/
}

.esri-popup__button {
    line-height: 1.3em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e6e6e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    transition: background-color 125ms ease-in-out
}

.esri-popup__button--disabled {
    cursor: default;
    opacity: .4;
    color: rgba(110, 110, 110, 0.4)
}

.esri-popup--aligned-top-center {
    transform-origin: 50% 100%
}

.esri-popup--aligned-bottom-center {
    transform-origin: 50% -5%
}

.esri-popup--aligned-top-left,
.esri-popup--aligned-bottom-left {
    transform-origin: 100% 50%
}

.esri-popup--aligned-top-right,
.esri-popup--aligned-bottom-right {
    transform-origin: -5% 50%
}

.esri-popup--aligned-top-center,
.esri-popup--aligned-top-left,
.esri-popup--aligned-top-right {
    animation: popup-intro-animation-down 200ms ease-in-out
}

.esri-popup--aligned-bottom-center,
.esri-popup--aligned-bottom-left,
.esri-popup--aligned-bottom-right {
    animation: popup-intro-animation-up 200ms ease-in-out
}

.esri-popup__main-container {
    outline: none;
    pointer-events: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    /*background-color: #fff;*/
    display: flex;
    flex-flow: column nowrap
}

.esri-popup__header {
    position: relative;
    font-size: 12px;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex: 0 0 auto
}

.esri-popup__header-buttons {
    padding: 0 7px;
    margin: 0 0 0 auto;
    display: flex
}

.esri-popup__header-container {
    flex: 1
}

.esri-popup__header-container--button {
    cursor: pointer
}

.esri-popup__header-title {
    border-radius: 2px;
    font-size: 14px;
    padding: 6px 7px;
    margin: 6px auto 6px 7px;
    display: block;
    transition: background-color 125ms ease-in-out;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

.esri-popup__content {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px 12px;
   /* overflow: auto;
    overflow-x: hidden*/
}

.esri-popup__feature-menu-button {
    transition: box-shadow 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-popup__feature-menu-button:hover,
.esri-popup__feature-menu-button:focus {
    background-color: #f0f0f0
}

.esri-popup--feature-menu-open .esri-popup__feature-menu-button {
    background-color: #f0f0f0;
    color: #2e2e2e
}

.esri-popup--feature-menu-open .esri-popup__header,
.esri-popup--feature-menu-open .esri-popup__content {
    flex: 0 1 0px;
    overflow: hidden;
    opacity: 0
}

.esri-popup--feature-updated {
    opacity: 0;
    transition: opacity 375ms ease-out
}

.esri-popup--feature-updated-active {
    opacity: 1
}

.esri-popup__pagination-page-text {
    white-space: nowrap
}

.esri-popup__footer {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 6px 0;
    display: none;
}

.esri-popup__footer .esri-popup__button {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 auto
}

.esri-popup__actions {
    animation: esri-fade-in-scale 125ms ease-in-out;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #6e6e6e;
    display: flex;
    flex-flow: column;
    margin: 6px 7px;
    max-width: 50%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.esri-popup__actions .esri-popup__button[class*="esri-popup__action"] {
    align-items: center;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    color: #6e6e6e;
    display: flex;
    justify-content: flex-start;
    padding: 12px 7px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px
}

.esri-popup__actions .esri-popup__button[class*="esri-popup__action"]:hover {
    background-color: #f0f0f0
}

.esri-popup__actions .esri-popup__button[class*="esri-popup__action"]:last-child {
    border-bottom: none
}

.esri-popup__actions .esri-popup__button[class*="esri-popup__action"] .esri-popup__icon {
    flex: 0 0 16px
}

.esri-popup__footer .esri-popup__actions-menu-button {
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 7px;
    transition: box-shadow 125ms ease-in-out
}

.esri-popup__footer .esri-popup__actions-menu-button:hover {
    background-color: #f0f0f0
}

.esri-popup--actions-menu-open .esri-popup__footer .esri-popup__actions-menu-button {
    background-color: #f5f5f5;
    color: #2e2e2e
}

[class*="esri-popup--is-docked-bottom-"].esri-popup--is-docked .esri-popup__actions,
[class*="esri-popup--aligned-top-"] .esri-popup__actions {
    bottom: 32px;
    top: auto;
    transform-origin: bottom center
}

[class*="esri-popup--is-docked-top-"].esri-popup--is-docked .esri-popup__actions,
[class*="esri-popup--aligned-bottom-"] .esri-popup__actions {
    bottom: auto;
    top: 32px;
    transform-origin: top center
}

.esri-popup__icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex: 0 0 16px
}

[class*="esri-popup--is-docked-top-"] .esri-popup__footer,
[class*="esri-popup--aligned-bottom-"] .esri-popup__footer {
    border-bottom: solid 1px rgba(110, 110, 110, 0.3)
}

[class*="esri-popup--is-docked-bottom-"] .esri-popup__content~.esri-popup__footer,
[class*="esri-popup--aligned-top-"] .esri-popup__content~.esri-popup__footer {
    margin-top: -12px
}

.esri-popup__navigation {
    background-color: #f5f5f5;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 15px 0 auto;
    padding: 0;
    justify-content: center
}

.esri-popup__navigation .esri-popup__button {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px
}

.esri-popup__inline-actions-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    position: relative
}

.esri-popup__inline-actions-container:only-child {
    width: 100%;
    max-width: unset;
    justify-content: flex-start
}

.esri-popup__inline-actions-container:only-child>.esri-popup__action,
.esri-popup__inline-actions-container:only-child>.esri-popup__action-toggle {
    max-width: 24%
}

.esri-popup__inline-actions-container:only-child .esri-popup__actions-menu-button {
    margin-left: auto
}

.esri-popup__inline-actions-container>.esri-popup__action,
.esri-popup__inline-actions-container>.esri-popup__action-toggle {
    margin: 0 7px;
    max-width: 36%
}

.esri-popup__inline-actions-container .esri-popup__icon,
.esri-popup__inline-actions-container [class*="esri-icon"] {
    margin: 0 3px
}

.esri-popup__action-toggle.esri-popup__action-toggle--on {
    background-color: #e2f1fb;
    color: #2e2e2e
}

.esri-popup__action-toggle.esri-popup__action-toggle--on:hover {
    background-color: #e2f1fb;
    color: #2e2e2e
}

.esri-popup__feature-menu {
    left: 0;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    background-color: #fff;
    color: #6e6e6e;
    z-index: 1;
    margin: 6px 0;
    max-height: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display:none;
}

[class*="esri-popup--is-docked-bottom-"].esri-popup--is-docked .esri-popup__feature-menu,
[class*="esri-popup--aligned-top-"] .esri-popup__feature-menu {
    bottom: 32px;
    top: auto;
    transform-origin: bottom center
}

[class*="esri-popup--is-docked-top-"].esri-popup--is-docked .esri-popup__feature-menu,
[class*="esri-popup--aligned-bottom-"] .esri-popup__feature-menu {
    bottom: auto;
    top: 32px;
    transform-origin: top center
}

.esri-popup__feature-menu-list {
    padding: 0;
    margin: 0;
    counter-reset: section
}

.esri-popup__feature-menu-item {
    list-style-type: none;
    border: solid 1px rgba(110, 110, 110, 0.3);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    transition: background-color 125ms ease-in-out;
    margin-top: -1px;
    position: relative
}

.esri-popup__feature-menu-item:hover,
.esri-popup__feature-menu-item:focus {
    cursor: pointer;
    background-color: #f0f0f0
}

.esri-popup__feature-menu-item::before {
    counter-increment: section;
    content: counter(section);
    display: flex;
    justify-content: center;
    flex: 0 0 8%;
    text-align: center
}

.esri-popup__feature-menu-item--selected,
.esri-popup__feature-menu-item--selected:hover,
.esri-popup__feature-menu-item--selected:focus {
    background-color: #e2f1fb
}

.esri-popup__feature-menu-item .esri-icon-check-mark {
    padding: 0 0.5rem
}

.esri-popup__feature-menu-title {
    display: flex;
    flex: 1 0 82%;
    min-height: 1em;
    margin: 0;
    padding: 0.8em 4%;
    border-left: solid 1px rgba(0, 0, 0, 0.25)
}

.esri-popup__feature-menu-viewport {
    max-height: 0px;
    opacity: 0;
    overflow: auto;
    position: relative;
    z-index: 1
}

.esri-popup__feature-menu-header {
    background-color: transparent;
    border-bottom: solid 1px rgba(110, 110, 110, 0.3);
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
    position: relative;
    opacity: 0
}

.esri-popup--feature-menu-open .esri-popup__feature-menu {
    height: auto;
    opacity: 1;
    animation: esri-fade-in-scale 125ms ease-out;
    max-height: none;
    overflow: visible
}

.esri-popup--feature-menu-open .esri-popup__feature-menu-header {
    padding: 12px 15px;
    max-height: none;
    display: block;
    opacity: 1;
    margin: 0
}

.esri-popup--feature-menu-open .esri-popup__feature-menu-viewport {
    max-height: 175px;
    opacity: 1;
    padding-top: 1px
}

.esri-popup__loading-container {
    margin: 0 7px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.esri-popup__action-image {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex: 0 0 16px
}

.esri-popup__action-text {
    overflow: hidden;
    text-overflow: ellipsis
}

.esri-popup__collapse-button {
    align-items: center;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    flex: 1 0;
    justify-content: center;
    padding: 6px 0
}

.esri-popup__pointer {
    position: absolute;
    width: 0;
    height: 0
}

.esri-popup__pointer-direction {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px
}

.esri-popup--aligned-top-center .esri-popup__pointer {
    top: 100%;
    left: 50%;
    margin: 0 0 0 -6px
}

.esri-popup--aligned-bottom-center .esri-popup__pointer {
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -6px
}

.esri-popup--aligned-top-left .esri-popup__pointer {
    bottom: 6px;
    right: 6px;
    transform: rotate(-45deg)
}

.esri-popup--aligned-bottom-left .esri-popup__pointer {
    top: 6px;
    right: 6px;
    transform: rotate(45deg)
}

.esri-popup--aligned-top-right .esri-popup__pointer {
    bottom: 6px;
    left: 6px;
    transform: rotate(45deg)
}

.esri-popup--aligned-bottom-right .esri-popup__pointer {
    top: 6px;
    left: 6px;
    transform: rotate(-45deg)
}

.esri-popup--aligned-top-center .esri-popup__pointer-direction,
.esri-popup--aligned-bottom-center .esri-popup__pointer-direction {
    transform: scale(.75, 2) rotate(45deg)
}

.esri-popup--aligned-top-left .esri-popup__pointer-direction,
.esri-popup--aligned-bottom-left .esri-popup__pointer-direction,
.esri-popup--aligned-top-right .esri-popup__pointer-direction,
.esri-popup--aligned-bottom-right .esri-popup__pointer-direction {
    top: -6px;
    left: -6px;
    transform: scale(1, 3.5) rotate(45deg)
}

.esri-popup--aligned-top-center .esri-popup__pointer-direction {
    top: -6px;
    left: 0
}

.esri-popup--aligned-bottom-center .esri-popup__pointer-direction {
    bottom: -6px;
    left: 0
}

.esri-view-width-xlarge .esri-popup__main-container {
    width: 460px
}

.esri-view-width-large .esri-popup__main-container {
    width: 400px
}

.esri-view-width-medium .esri-popup__main-container {
    width: 340px
}

.esri-view-width-less-than-medium .esri-popup__main-container {
    width: 280px
}

.esri-view-width-less-than-medium .esri-popup__action-text {
    display: none
}

.esri-view-width-xsmall .esri-popup__button[class*="esri-popup__navigation-"],
.esri-view-width-xsmall .esri-popup__pagination-page-text {
    display: none
}

.esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
    margin-bottom: 16px
}

.esri-view-width-xsmall .esri-popup--is-docked-top-center,
.esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
    width: auto;
    margin: 0
}

.esri-view-width-xsmall .esri-popup--is-docked-top-center .esri-popup__main-container,
.esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__main-container {
    width: 100%;
    max-height: 75%;
    padding: 4px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.esri-view-width-xsmall .esri-popup--is-docked-top-center .esri-popup__main-container.esri-popup--is-collapsible:before,
.esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__main-container.esri-popup--is-collapsible:before {
    background-color: rgba(110, 110, 110, 0.3);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: calc(50% - 16px);
    position: absolute;
    top: 6px;
    width: 32px
}

.esri-view-width-xsmall .esri-popup--is-docked-top-center.esri-popup--feature-menu-open .esri-popup__main-container:before,
.esri-view-width-xsmall .esri-popup--is-docked-bottom-center.esri-popup--feature-menu-open .esri-popup__main-container:before {
    visibility: hidden
}

.esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__feature-menu,
.esri-view-width-xsmall .esri-popup--is-docked-bottom-center .esri-popup__actions {
    bottom: 36px
}

.esri-view-height-xlarge .esri-popup__main-container {
    max-height: 460px
}

.esri-view-height-xlarge.esri-popup--feature-menu-open .esri-popup__feature-menu-viewport {
    max-height: 410px
}

.esri-view-height-large .esri-popup__main-container {
    max-height: 400px
}

.esri-view-height-large.esri-popup--feature-menu-open .esri-popup__feature-menu-viewport {
    max-height: 350px
}

.esri-view-height-less-than-medium .esri-popup__main-container {
    max-height: 300px
}

.esri-view-height-less-than-medium.esri-popup--feature-menu-open .esri-popup__feature-menu-viewport {
    max-height: 250px
}

.esri-popup--is-docked {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: 15px 15px 30px 15px;
    animation: esri-docking-animation 250ms ease-out
}

.esri-popup--is-docked .esri-popup__header {
    padding-top: 2px
}

.esri-popup--is-docked-top-left,
.esri-popup--is-docked-top-center,
.esri-popup--is-docked-top-right {
    align-items: flex-start
}

.esri-popup--is-docked-bottom-left,
.esri-popup--is-docked-bottom-center,
.esri-popup--is-docked-bottom-right {
    align-items: flex-end
}

.esri-popup--is-docked-top-left,
.esri-popup--is-docked-bottom-left {
    justify-content: flex-start
}

.esri-popup--is-docked-top-center,
.esri-popup--is-docked-bottom-center {
    justify-content: center
}

.esri-popup--is-docked-top-right,
.esri-popup--is-docked-bottom-right {
    justify-content: flex-end
}

.esri-popup--is-docked-top-left .esri-popup__main-container,
.esri-popup--is-docked-top-right .esri-popup__main-container,
.esri-popup--is-docked-bottom-left .esri-popup__main-container,
.esri-popup--is-docked-bottom-right .esri-popup__main-container {
    max-height: 80%
}

.esri-popup--is-docked-top-center .esri-popup__main-container,
.esri-popup--is-docked-bottom-center .esri-popup__main-container {
    max-height: 40%
}

html[dir="rtl"] .esri-widget .esri-popup__header-title,
html[dir="rtl"] .esri-popup__header-title {
    margin: 6px 7px 6px auto
}

html[dir="rtl"] .esri-popup__header-buttons {
    margin: 0 auto 0 0
}

html[dir="rtl"] .esri-popup__feature-menu-title {
    border-left: none;
    border-right: solid 1px rgba(0, 0, 0, 0.25)
}

html[dir="rtl"] .esri-popup__navigation {
    margin: 0 auto 0 15px
}

html[dir="rtl"] .esri-popup__actions {
    right: auto;
    left: 0
}

html[dir="rtl"] .esri-popup__inline-actions-container:only-child .esri-popup__actions-menu-button {
    margin-left: 7px;
    margin-right: auto
}

html[dir="rtl"] .esri-popup__inline-actions-container .esri-popup__action {
    margin-right: 7px;
    margin-left: 15px
}

html[dir="rtl"] .esri-popup--is-docked .esri-popup__loading-container {
    order: 0
}

html[dir="rtl"] .esri-popup--is-docked-top-left,
html[dir="rtl"] .esri-popup--is-docked-bottom-left {
    justify-content: flex-end
}

html[dir="rtl"] .esri-popup--is-docked-top-right,
html[dir="rtl"] .esri-popup--is-docked-bottom-right {
    justify-content: flex-start
}

.esri-print {
    position: relative;
    padding: 12px 15px;
    overflow-y: auto
}

.esri-print section[aria-hidden="true"] {
    display: none
}

.esri-print__form-section-container {
    margin: 0 0 12px 0
}

.esri-print__header-title {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 12px;
    margin: 0 auto 0 0
}

.esri-print__layout-section,
.esri-print__map-only-section {
    padding: 12px 0 0;
    border-top: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-print__layout-tab-list {
    position: relative;
    bottom: -1px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.esri-print__layout-tab {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 5px 5px;
    width: 100%;
    cursor: pointer;
    color: #6e6e6e;
    border: 1px solid rgba(0, 0, 0, 0)
}

.esri-print__layout-tab:hover,
.esri-print__layout-tab:focus {
    color: #323232;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-print__layout-tab[aria-selected="true"],
.esri-print__layout-tab[aria-selected="true"]:hover {
    background-color: #fff;
    color: #323232;
    border-color: rgba(110, 110, 110, 0.3);
    border-bottom-color: #fff
}

.esri-print__panel--error {
    color: #8c2907
}

.esri-print__panel-container {
    flex: 1 0
}

.esri-print__input-text {
    width: 100%;
    margin: 0
}

.esri-print__scale-input-container {
    display: flex;
    align-items: center
}

.esri-print__advanced-options-section {
    background-color: #f5f5f5;
    color: #6e6e6e
}

.esri-print__advanced-options-button-container {
    color: #6e6e6e;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    width: 100%;
    overflow: visible
}

.esri-print__advanced-options-button {
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 6px 7px;
    width: 100%;
    background-color: transparent
}

.esri-print__advanced-options-button[aria-expanded="true"] .esri-print__advanced-options-button-icon--closed,
.esri-print__advanced-options-button[aria-expanded="false"] .esri-print__advanced-options-button-icon--opened,
.esri-print__advanced-options-button .esri-print__advanced-options-button-icon--closed-rtl {
    display: none
}

.esri-print__advanced-options-button[aria-expanded="false"] .esri-print__advanced-options-button-icon--closed,
.esri-print__advanced-options-button[aria-expanded="true"] .esri-print__advanced-options-button-icon--opened {
    display: block
}

.esri-print__advanced-options-button-title {
    font-size: 12px;
    margin: 0 3px
}

.esri-print__advanced-options-container {
    font-size: 12px;
    padding: 6px 7px
}

.esri-print__advanced-options-container .esri-print__form-section-container {
    margin-bottom: 6px
}

.esri-print__size-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.esri-print__advanced-options-section [class*="esri-icon"],
.esri-print__size-container [class*="esri-icon"] {
    background: transparent
}

.esri-print__size-container [class*="esri-icon"] {
    align-self: flex-end
}

.esri-print__size-container button {
    color: #6e6e6e
}

.esri-print__width-container,
.esri-print__height-container {
    flex: 0 0 43%
}

.esri-print__swap-button {
    flex: 0 0 5%;
    border: none
}

.esri-print__refresh-button {
    border: 1px solid rgba(110, 110, 110, 0.3);
    border-left-width: 0
}

.esri-print__export-button {
    margin: 12px 0
}

.esri-print__export-panel-container {
    font-size: 12px;
    border-top: 1px solid #ddd;
    padding: 12px 0
}

.esri-print__export-panel-container [class*="esri-icon"] {
    margin-right: 0.5em;
    margin-top: 0.15em
}

.esri-print__exported-file-link-title {
    word-break: break-all
}

.esri-print__exported-file-link {
    color: #6e6e6e;
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    text-decoration: none
}

.esri-print__exported-file-link:hover {
    color: #2e2e2e
}

.esri-print__exported-file--error {
    color: #8c2907;
    cursor: pointer
}

.esri-print .esri-print__exported-file--error:hover {
    color: #8c2907
}

.esri-print__loader {
    height: 40px;
    width: 32px;
    background: url() no-repeat center;
    margin: 0 auto
}

html[dir="rtl"] .esri-print__refresh-button {
    border-left-width: 1px;
    border-right-width: 0
}

html[dir="rtl"] .esri-print__export-panel-container [class*="esri-icon"] {
    margin-right: 0;
    margin-left: 0.5em
}

html[dir="rtl"] .esri-print__advanced-options-button[aria-expanded="false"] .esri-print__advanced-options-button-icon--closed {
    display: none
}

html[dir="rtl"] .esri-print__advanced-options-button[aria-expanded="false"] .esri-print__advanced-options-button-icon--closed-rtl {
    display: block
}

.esri-direct-line-measurement-3d__container {
    position: relative;
    padding: 12px 0;
    overflow-y: auto
}

.esri-direct-line-measurement-3d__container a {
    text-decoration: none
}

.esri-direct-line-measurement-3d__header {
    position: relative;
    font-size: 12px;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex: 0 0 auto
}

.esri-direct-line-measurement-3d__header-title,
h1.esri-direct-line-measurement-3d__header-title {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0;
    display: block;
    flex: 1;
    word-break: break-word;
    text-align: left
}

.esri-direct-line-measurement-3d__panel--error {
    color: #8c2907;
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-direct-line-measurement-3d__hint {
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-direct-line-measurement-3d__hint-text {
    margin: 12px 0;
    padding: 0
}

.esri-direct-line-measurement-3d__measurement {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: #f5f5f5;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-direct-line-measurement-3d__measurement-item {
    display: flex;
    padding-bottom: 12px;
    flex-flow: column
}

.esri-direct-line-measurement-3d__measurement-item--disabled {
    display: flex;
    color: rgba(50, 50, 50, 0.4)
}

.esri-direct-line-measurement-3d__measurement-item-title {
    padding-bottom: 3px
}

.esri-direct-line-measurement-3d__measurement-item-value {
    font-weight: 600
}

.esri-direct-line-measurement-3d__settings {
    display: flex;
    justify-content: space-between;
    padding: 6px 15px
}

.esri-direct-line-measurement-3d__units {
    display: flex;
    flex: 0 1 48%;
    flex-flow: column;
    padding: 0;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-direct-line-measurement-3d__units:only-child {
    flex: 1 0 100%
}

.esri-direct-line-measurement-3d__units-select-wrapper {
    width: 100%
}

.esri-direct-line-measurement-3d__units-select {
    width: 100%;
    padding-left: 0.5em;
    padding-right: 2.7em
}

.esri-direct-line-measurement-3d__actions {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 15px
}

html[dir="rtl"] .esri-direct-line-measurement-3d__units-select {
    padding-left: 2.7em;
    padding-right: 0.5em
}

.esri-raster-symbology {
    display: flex;
    flex-flow: column nowrap
}

.esri-raster-symbology-editor--hidden {
    display: none
}

.esri-raster-symbology-editor--block {
    display: block
}

.esri-raster-symbology-editor__percent-clip-row {
    display: table-row
}

.esri-raster-symbology-editor__std-deviation-row {
    display: table-row
}

.esri-raster-symbology-editor__stretch-dra-row {
    display: table-row
}

.esri-raster-symbology-editor__stretch-color-ramp-row {
    display: table-row
}

.esri-raster-symbology-editor__table {
    width: 100%
}

.esri-raster-symbology-editor__filtering-select {
    width: 100% !important
}

.field-esriRasterSymbologyEditorUniqueValueSymbol {
    width: 20%
}

.field-esriRasterSymbologyEditorUniqueValueValue {
    width: 80%
}

.esri-raster-symbology-editor__thumbnail-image,
.esri-raster-symbology-editor__symbology-type-icon--rgb,
.esri-raster-symbology-editor__symbology-type-icon--stretch,
.esri-raster-symbology-editor__symbology-type-icon--unique-value,
.esri-raster-symbology-editor__symbology-type-icon--discrete {
    width: 32px;
    height: 32px
}

.esri-raster-symbology-editor__stretch-type-icon--min-max {
    background-image: url()
}

.esri-raster-symbology-editor__stretch-type-icon--none {
    background-image: url()
}

.esri-raster-symbology-editor__stretch-type-icon--standard-deviation {
    background-image: url()
}

.esri-raster-symbology-editor__stretch-type-icon--percent-clip {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--natural-color {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--land-water {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--landuse {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--bathymetric {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--vegetation {
    background-image: url()
}

.esri-raster-symbology-editor__band-combination-icon--color-infrared {
    background-image: url()
}

.esri-raster-symbology-editor__symbology-type-icon--rgb {
    background-image: url()
}

.esri-raster-symbology-editor__symbology-type-icon--stretch {
    background-image: url()
}

.esri-raster-symbology-editor__symbology-type-icon--unique-value {
    background-image: url()
}

.esri-raster-symbology-editor__symbology-type-icon--discrete {
    background-image: url()
}

.esri-raster-symbology-editor__menu-item-td {
    border: none !important;
    background: none !important
}

.esri-raster-symbology-editor__dgrid-symbol-cell {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: auto
}

.esri-raster-symbology-editor__menu-item-text {
    white-space: pre-wrap;
    width: 40ex
}

.esri-raster-symbology-editor__checkbox {
    display: inline-block
}

.esri-renderer-slider {
    position: relative;
    display: inline-block;
    margin: 10px;
    font-weight: normal;
    text-align: left;
    background-color: #fff
}

.esri-renderer-slider .esri-slider-node {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 4px;
    white-space: nowrap;
    margin: 0 0 0 80px
}

.esri-renderer-slider .esri-slider-area {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #888;
    width: 2px;
    height: 200px
}

.esri-renderer-slider .esri-slider-area-right {
    width: 140px;
    height: 200px;
    display: inline-block;
    vertical-align: top
}

.esri-slider-ramp-surface {
    border: 1px solid #888
}

.esri-renderer-slider .esri-slider-area-right *:focus {
    outline: none
}

.esri-renderer-slider .esri-slider-area-right .esri-histogram-bar:hover {
    cursor: pointer;
    fill: #888
}

.esri-renderer-slider .esri-ramp {
    border: 1px solid #888
}

.esri-renderer-slider .esri-moveable {
    position: absolute;
    left: 0
}

.esri-renderer-slider .esri-handle-container {
    position: absolute;
    height: 20px;
    width: 18px
}

.esri-renderer-slider .esri-handle {
    position: absolute;
    background-color: #000;
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 10px;
    height: 14px;
    top: 3px;
    background-image: url("");
    background-position: -15px -8px;
    z-index: 4;
    box-shadow: 0px 1px 3px #000
}

.esri-renderer-slider .esri-handle-span {
    background-color: #000;
    border: 1px solid #ccc;
    box-shadow: 2px 0 3px #000;
    height: 12px;
    width: 12px;
    transform: scale(0.707) rotate(45deg);
    position: absolute;
    z-index: 3;
    top: 3px;
    left: 3px
}

.esri-renderer-slider .esri-handle:hover,
.esri-handle-span:hover+.esri-handle {
    background-position: -30px -8px;
    background-color: #fff
}

.esri-renderer-slider .esri-handle-span:hover {
    cursor: pointer
}

.esri-renderer-slider .esri-handle-label {
    position: absolute;
    right: 5px;
    top: 3px;
    text-align: right
}

.esri-renderer-slider .esri-handle-label-span:hover {
    background-color: #e5f2fe;
    cursor: pointer;
    text-decoration: underline
}

.esri-renderer-slider .esri-moveable .dijitNumberTextBox,
.esri-renderer-slider .esri-moveable .dijitValidationTextBox {
    text-align: start;
    position: relative;
    width: 100px;
    top: -3px;
    left: 117px;
    z-index: 99
}

.esri-renderer-slider .esri-moveable .dijitValidationTextBox {
    width: 140px;
    left: 157px
}

.esri-renderer-slider .esri-handler-tick {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    height: 1px;
    left: 10px;
    position: absolute;
    top: 9px;
    width: 32px;
    z-index: 2
}

.esri-renderer-slider .esri-handler-tick-top {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000
}

.esri-renderer-slider .esri-handler-tick-bottom {
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff
}

.esri-renderer-slider .esri-top-label-node {
    margin-bottom: 4px
}

.esri-renderer-slider .esri-top-label-node,
.esri-renderer-slider .esri-bottom-label-node {
    height: 22px;
    margin: auto;
    text-align: center;
    line-height: 20px
}

.esri-renderer-slider .esri-top-label-node,
.esri-renderer-slider .esri-bottom-label-node,
.esri-renderer-slider .esri-handle-label {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #444
}

.esri-renderer-slider .esri-handler-tick-size {
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
    width: 32px !important
}

.esri-renderer-slider .esri-heatmap-tick {
    width: 34px !important
}

.esri-renderer-slider .esri-top-label-node span,
.esri-renderer-slider .esri-bottom-label-node span {
    height: 20px
}

.esri-renderer-slider .esri-top-label-node-hover:hover,
.esri-renderer-slider .esri-bottom-label-node-hover:hover {
    background-color: #e5f2fe;
    cursor: pointer;
    text-decoration: underline
}

.dj_rtl .esri-renderer-slider .esri-slider-node {
    margin: 0 80px 0 0
}

.dj_rtl .esri-renderer-slider .esri-slider-area-right {
    text-align: right
}

.dj_rtl .esri-renderer-slider .esri-slider-node .esri-handle-label {
    direction: ltr;
    unicode-bidi: embed;
    left: 0;
    position: absolute;
    right: auto;
    text-align: left;
    top: 3px;
    padding-left: 3px
}

.dj_rtl .esri-renderer-slider .esri-moveable .dijitNumberTextBox {
    left: -112px;
    text-align: right
}

.dj_rtl .esri-renderer-slider .esri-moveable .dijitValidationTextBox {
    left: -152px;
    text-align: right
}

.dj_rtl .esri-renderer-slider .esri-handler-tick {
    left: -42px
}

.dj_rtl .esri-renderer-slider .esri-top-label-node,
.dj_rtl .esri-renderer-slider .esri-bottom-label-node {
    direction: ltr;
    unicode-bidi: embed
}

.dj_rtl .esri-renderer-slider .esri-handle {
    border: 1px solid #ccc;
    border-left: none;
    box-shadow: 0px 1px 3px #000;
    background-position: -16px -8px
}

.dj_rtl .esri-renderer-slider .esri-handle-span {
    box-shadow: 2px 0 3px #000;
    left: 1px
}

.esri-scale-bar.esri-widget {
    background: transparent;
    box-shadow: none
}

.esri-scale-bar__bar-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: width 250ms ease-in-out;
    font-size: 12px
}

.esri-scale-bar__bar-container--ruler {
    flex-direction: column
}

.esri-scale-bar__bar-container--line:last-child {
    align-items: flex-start
}

.esri-scale-bar__ruler {
    display: flex;
    flex-wrap: wrap;
    height: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.esri-scale-bar__ruler-block {
    height: 50%;
    width: 25%;
    background-color: #323232
}

.esri-scale-bar__ruler-block:nth-child(-n+2) {
    margin-right: 25%
}

.esri-scale-bar__ruler-block:nth-child(n+3) {
    margin-left: 25%
}

.esri-scale-bar__line {
    position: relative;
    height: 1.5em;
    background-color: rgba(255, 255, 255, 0.33);
    left: 0;
    z-index: 1
}

.esri-scale-bar__line--top {
    bottom: -1px;
    border-bottom: 2px solid #323232
}

.esri-scale-bar__line--bottom {
    top: -1px;
    border-top: 2px solid #323232
}

.esri-scale-bar__line--top:before,
.esri-scale-bar__line--top:after,
.esri-scale-bar__line--bottom:before,
.esri-scale-bar__line--bottom:after {
    content: "";
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: #323232;
    position: absolute;
    border-right: 2px solid #323232
}

.esri-scale-bar__line--top:before {
    bottom: -2px;
    left: 0
}

.esri-scale-bar__line--top:after {
    bottom: -2px;
    right: 0
}

.esri-scale-bar__line--bottom:before {
    top: -2px;
    left: 0
}

.esri-scale-bar__line--bottom:after {
    height: 1.5em;
    top: -2px;
    right: 0
}

.esri-scale-bar__label-container--line {
    position: absolute;
    left: 0;
    z-index: 2
}

.esri-scale-bar__label-container--ruler {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative
}

.esri-scale-bar__label-container--ruler .esri-scale-bar__label {
    padding: 6px 0 0;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff
}

.esri-scale-bar__label-container--top {
    bottom: 0
}

.esri-scale-bar__label-container--bottom {
    top: 1px
}

.esri-scale-bar__label {
    font-size: inherit;
    color: #323232;
    white-space: nowrap;
    padding: 0 7px;
    font-weight: 600
}

html[dir="rtl"] .esri-scale-bar__ruler {
    margin: 0 .5ch 0 2ch
}

html[dir="rtl"] .esri-scale-bar__label-container--line {
    left: auto;
    right: 0
}

.esri-search {
    width: 240px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: visible
}

.esri-search .esri-widget--button {
    box-shadow: none
}

.esri-search .esri-icon-notice-triangle {
    font-size: 16px;
    line-height: 16px;
    margin: 0 5px 0 0;
    vertical-align: text-bottom
}

.esri-search .esri-widget__loader {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 32px
}

.esri-search .esri-widget__loader-text {
    margin: 0 5px
}

.esri-search__container,
.esri-search__input-container,
.esri-search__form {
    display: flex;
    flex-flow: row nowrap
}

.esri-search__container {
    position: relative;
    align-items: stretch;
    flex: 1 0 100%
}

.esri-search__container .esri-search__input,
.esri-search__container .esri-widget--button {
    z-index: 0
}

.esri-search__container .esri-search__input:focus,
.esri-search__container .esri-widget--button:focus {
    z-index: 1
}

.esri-search--searching:before,
.esri-search--searching:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 2px;
    top: 0;
    transition: opacity 500ms ease-in-out
}

.esri-search--searching:before {
    background-color: rgba(110, 110, 110, 0.3);
    width: 100%;
    z-index: 0
}

.esri-search--searching:after {
    background-color: #6e6e6e;
    width: 20%;
    z-index: 0;
    animation: looping-progresss-bar-ani 1500ms linear infinite
}

.esri-search__input-container {
    align-items: stretch;
    flex: 2 0
}

.esri-search__form {
    padding: 0;
    margin: 0;
    align-items: stretch;
    flex: 1 0
}

.esri-search__input {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none
}

.esri-search__input::-ms-clear {
    display: none
}

.esri-search__input::-moz-placeholder {
    color: rgba(50, 50, 50, 0.4);
    opacity: 1
}

.esri-search__input:-ms-input-placeholder {
    color: rgba(50, 50, 50, 0.4)
}

.esri-search__input::-webkit-input-placeholder {
    color: rgba(50, 50, 50, 0.4)
}

.esri-search__submit-button,
.esri-search__sources-button {
    cursor: pointer;
    align-self: flex-end
}

.esri-search__submit-button {
    border-left: solid 1px rgba(110, 110, 110, 0.3)
}

.esri-search__sources-button {
    border-right: solid 1px rgba(110, 110, 110, 0.3)
}

.esri-search__sources-button--up {
    display: none
}

.esri-search__clear-button {
    align-self: flex-end;
    display: flex
}

.esri-search__source-name {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.esri-search__suggestions-menu [class^="esri-icon"] {
    vertical-align: middle
}

.esri-search__suggestions-menu .esri-menu__header:first-child,
.esri-search__suggestions-menu ul:first-child {
    border: none
}

.esri-search--show-suggestions .esri-search__suggestions-menu,
.esri-search--sources .esri-search__sources-menu {
    overflow: auto;
    visibility: visible;
    max-height: 300px;
    animation: esri-fade-in 250ms ease-out
}

.esri-search__source--active {
    background-color: #e2f1fb
}

.esri-search--warning .esri-search__warning-menu {
    transition: opacity 125ms ease-in-out;
    visibility: visible;
    opacity: 1;
    max-height: inherit
}

.esri-search__sources-button {
    display: flex
}

.esri-search--multiple-sources .esri-search__input {
    border-left: 0
}

.esri-search__warning-menu {
    z-index: 1;
    font-size: 14px;
    opacity: 0
}

.esri-search__warning-body {
    padding: 0.8em 1em
}

.esri-search__warning-header {
    font-weight: bold;
    margin-bottom: 5px
}

.esri-ui-bottom-left .esri-search__sources-button--up,
.esri-ui-bottom-right .esri-search__sources-button--up {
    display: flex
}

.esri-ui-bottom-left .esri-search__sources-button--down,
.esri-ui-bottom-right .esri-search__sources-button--down {
    display: none
}

html[dir="rtl"] .esri-search__submit-button {
    border-left: none;
    border-right: solid 1px rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-search__sources-button {
    border-right: none;
    border-left: solid 1px rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-search__container:after {
    animation: looping-progresss-bar-ani 1500ms linear infinite reverse
}

.esri-search-result-renderer .esri-search-result-renderer__more-results-header {
    font-weight: bold;
    margin-bottom: 2px
}

.esri-search-result-renderer .esri-search-result-renderer__more-results-item {
    margin-bottom: 10px
}

.esri-search-result-renderer .esri-search-result-renderer__more-results-list {
    display: none
}

.esri-search-result-renderer .esri-search-result-renderer__more-results-list ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}

.esri-search-result-renderer .esri-search-result-renderer__more-results-list li {
    padding: 2px 0
}

.esri-search-result-renderer .esri-search-result-renderer__more-results--show-more-results .esri-search-result-renderer__more-results-list {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

.esri-size-slider {
    direction: ltr;
    min-width: 260px
}

.esri-size-slider .esri-slider {
    font-size: 12px
}

.esri-size-slider .esri-slider .esri-slider__thumb {
    background-color: #6e6e6e;
    border-radius: 0;
    border: none;
    width: 6px;
    height: 12px
}

.esri-size-slider .esri-slider .esri-slider__content {
    flex-direction: row;
    height: 240px;
    margin: 0 auto 0 40%
}

.esri-size-slider .esri-slider .esri-slider__track {
    flex: 0 1 0px;
    width: 0px
}

.esri-size-slider .esri-slider .esri-slider__anchor {
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #fff;
    width: 30px
}

.esri-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__label,
.esri-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__label {
    text-decoration: underline
}

.esri-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb,
.esri-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb {
    background-color: #2e2e2e;
    border: none;
    transform: none
}

.esri-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:after,
.esri-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:after {
    border-left-color: #2e2e2e
}

.esri-size-slider .esri-slider .esri-slider__anchor:hover .esri-slider__thumb:before,
.esri-size-slider .esri-slider .esri-slider__anchor:focus .esri-slider__thumb:before {
    background-color: #49b0f2;
    transform: translate3d(-1.5px, 0, 0)
}

.esri-size-slider .esri-slider .esri-slider__thumb {
    left: -12px;
    top: -6px
}

.esri-size-slider .esri-slider .esri-slider__thumb:before {
    position: absolute;
    top: 0;
    left: -1.5px;
    width: 3px;
    content: "";
    height: 12px;
    background-color: #6e6e6e;
    transition: transform 125ms ease-in-out, background-color 125ms ease-in-out
}

.esri-size-slider .esri-slider .esri-slider__thumb:after {
    position: absolute;
    top: 0;
    left: 6px;
    content: "";
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #6e6e6e;
    border-top: 6px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0
}

.esri-size-slider .esri-slider .esri-slider__label {
    left: auto;
    line-height: 20px;
    min-width: 50px;
    right: 50px;
    text-align: right
}

.esri-size-slider .esri-slider .esri-slider__label:hover {
    background-color: #f0f0f0
}

.esri-size-slider .esri-slider .esri-slider__range-input {
    margin: auto;
    text-align: center;
    width: 50%
}

.esri-size-slider .esri-slider .esri-slider__label-input {
    text-align: right;
    width: 70px
}

.esri-size-slider .esri-slider .esri-slider__max,
.esri-size-slider .esri-slider .esri-slider__min {
    flex: 0 0 40px;
    height: 40px;
    padding: 9px 0
}

.esri-size-slider .esri-slider .esri-slider__extra-content {
    height: 100%
}

.esri-size-slider .esri-slider .esri-histogram__average-line,
.esri-size-slider .esri-slider .esri-histogram__label {
    stroke: #6e6e6e
}

.esri-size-slider__ramp {
    display: inline-block;
    height: 100%;
    width: 30px
}

.esri-size-slider__ramp svg {
    height: 100%;
    width: 100%;
    stroke: #6e6e6e;
    stroke-width: 1px
}

.esri-size-slider__ramp svg rect {
    height: 100%;
    width: 100%
}

.esri-size-slider__ramp svg path {
    stroke-width: .5px
}

.esri-size-slider__histogram-container {
    display: inline-block;
    height: 100%;
    width: 120px
}

.esri-sketch {
    display: flex;
    flex-flow: column wrap
}

.esri-sketch__panel {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0
}

.esri-sketch__info-panel {
    background-color: #f5f5f5;
    opacity: 1;
    transition: opacity 250ms ease-in-out
}

.esri-sketch__info-panel:empty {
    opacity: 0;
    padding: 0;
    visibility: hidden
}

.esri-sketch__section {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 7px;
    margin: 6px 0
}

.esri-sketch__tool-section {
    border-right: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-sketch__tool-section:last-child {
    border-right: none
}

.esri-sketch__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #6e6e6e;
    display: flex;
    font-size: 16px;
    height: 32px;
    justify-content: center;
    text-align: center;
    transition: background-color 125ms ease-in-out;
    width: 32px
}

.esri-sketch__button:disabled {
    cursor: default;
    color: rgba(110, 110, 110, 0.4)
}

.esri-sketch__button:hover,
.esri-sketch__button:focus {
    background-color: #f0f0f0;
    color: #2e2e2e;
    cursor: pointer;
    outline: none
}

.esri-sketch__button.esri-sketch__button--selected,
.esri-sketch__button.esri-sketch__button--selected:hover {
    background: #4c4c4c;
    color: #fff
}

.esri-sketch__feature-count-badge {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3);
    border-radius: 2px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin: 0;
    padding: 0.25em 0.75em
}

html[dir="rtl"] .esri-sketch__tool-section {
    border-left: 1px solid rgba(110, 110, 110, 0.3);
    border-right: none
}

html[dir="rtl"] .esri-sketch__tool-section:last-child {
    border: none
}

html[dir="rtl"] .esri-expand__content .esri-sketch__tool-section {
    border-left: none;
    border-right: none
}

.esri-sketch--vertical .esri-sketch__panel {
    flex-flow: column
}

.esri-sketch--vertical .esri-sketch__section {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    margin-left: 7px;
    margin-right: 7px
}

.esri-sketch--vertical .esri-sketch__tool-section {
    border-right: none;
    border-bottom: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-sketch--vertical .esri-sketch__tool-section:last-child {
    border-bottom: none
}

.esri-sketch--vertical .esri-sketch__info-panel {
    padding-top: 6px
}

.esri-sketch--vertical .esri-sketch__info-panel:empty {
    padding: 0
}

.esri-sketch--vertical .esri-sketch__info-section {
    margin-top: 3px;
    width: 32px
}

.esri-slice__container {
    position: relative;
    padding: 12px 0;
    overflow-y: auto
}

.esri-slice__container a {
    text-decoration: none
}

.esri-slice__hint {
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-slice__hint-text {
    margin: 12px 0;
    padding: 0
}

.esri-slice__exclude-button {
    margin-bottom: 12px
}

.esri-slice__settings {
    padding: 6px 15px 12px 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-slice__settings ul {
    padding: 0;
    margin: 0
}

.esri-slice__settings li {
    list-style: none
}

.esri-slice__layer-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 6px
}

.esri-slice__cross {
    margin-right: 7px;
    color: inherit;
    position: relative;
    top: 2px
}

.esri-slice__panel--error {
    color: #8c2907;
    padding: 0 15px;
    animation: esri-fade-in 250ms ease-in-out
}

.esri-slice__actions {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 15px
}

html[dir="rtl"] .esri-slice__cross {
    margin-right: 0;
    margin-left: 7px
}

.esri-slider {
    direction: ltr;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.esri-slider--horizontal {
    flex-direction: row
}

.esri-slider--horizontal .esri-slider__content {
    height: auto
}

.esri-slider--horizontal .esri-slider__track {
    height: 2px;
    width: 100%
}

.esri-slider--horizontal .esri-slider__segment--interactive:hover {
    cursor: ew-resize
}

.esri-slider--horizontal .esri-slider__anchor {
    height: 100%;
    width: 1px
}

.esri-slider--horizontal .esri-slider__label {
    left: -50px;
    margin: 0 11px;
    top: -30px;
    text-align: center
}

.esri-slider--horizontal .esri-slider__label-input {
    text-align: center
}

.esri-slider--horizontal .esri-slider__max,
.esri-slider--horizontal .esri-slider__min {
    flex: 0 0 auto;
    margin: auto;
    height: auto;
    width: 50px
}

.esri-slider--horizontal .esri-slider__ticks {
    left: 0;
    margin: 9px 0 0 0;
    top: 100%;
    width: 100%
}

.esri-slider--horizontal .esri-slider__tick {
    height: 5px;
    width: 1px
}

.esri-slider--horizontal .esri-slider__tick-label {
    margin-top: 18px
}

.esri-slider--vertical {
    flex-direction: column-reverse
}

.esri-slider--vertical .esri-slider__content {
    flex-direction: column;
    width: auto
}

.esri-slider--vertical .esri-slider__track {
    flex: 1 0 0px;
    flex-direction: column;
    height: 100%;
    width: 2px
}

.esri-slider--vertical .esri-slider__segment--interactive:hover {
    cursor: ns-resize
}

.esri-slider--vertical .esri-slider__anchor {
    height: 1px;
    width: 100%
}

.esri-slider--vertical .esri-slider__label {
    left: 20px;
    text-align: left;
    top: -10px
}

.esri-slider--vertical .esri-slider__max,
.esri-slider--vertical .esri-slider__min {
    margin: auto;
    width: 100%
}

.esri-slider--vertical .esri-slider__max {
    flex: 0 0 22px
}

.esri-slider--vertical .esri-slider__min {
    flex: 0 0 22px
}

.esri-slider--vertical .esri-slider__ticks {
    left: 100%;
    margin: 0 0 0 11px;
    top: 0
}

.esri-slider--vertical .esri-slider__tick {
    height: 1px;
    width: 5px
}

.esri-slider--vertical .esri-slider__tick-label {
    margin-left: 30px
}

.esri-slider__content {
    display: flex;
    flex: 1 0 auto;
    line-height: 0;
    margin: auto;
    position: relative;
    align-items: center;
    justify-content: center
}

.esri-slider__track {
    background-color: rgba(110, 110, 110, 0.4);
    display: inline-block;
    touch-action: none;
    position: relative
}

.esri-slider__segment {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    touch-action: none;
    transform-origin: 0 0;
    width: 100%;
    will-change: transform
}

.esri-slider__segment:hover {
    cursor: pointer
}

.esri-slider__anchor {
    background-color: #4c4c4c;
    position: absolute;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.esri-slider__anchor:focus {
    z-index: 2
}

.esri-slider__anchor:hover {
    z-index: 3
}

.esri-slider__anchor--moving {
    z-index: 3
}

.esri-slider__anchor--moving .esri-slider__label:hover {
    cursor: grabbing
}

.esri-slider__anchor--moving .esri-slider__label--interactive:hover {
    cursor: grabbing
}

.esri-slider__anchor--moving:focus .esri-slider__thumb {
    border: 3px solid #00598e;
    cursor: grabbing
}

.esri-slider__thumb {
    background-color: #fff;
    border: 2px solid #0079c1;
    border-radius: 16px;
    height: 16px;
    left: -7px;
    position: absolute;
    top: -7px;
    touch-action: none;
    width: 16px;
    transition: transform 125ms ease-in-out
}

.esri-slider__thumb:hover {
    transform: scale(1.2);
    border-color: #00598e;
    cursor: grab
}

.esri-slider__label {
    line-height: 22px;
    min-width: 80px;
    position: absolute;
    touch-action: none
}

.esri-slider__label:hover {
    cursor: grab
}

.esri-slider__label--interactive:hover,
.esri-slider__max--interactive:hover,
.esri-slider__min--interactive:hover {
    cursor: pointer;
    text-decoration: underline
}

.esri-slider__label-input {
    position: relative;
    width: 100%;
    z-index: 1
}

.esri-slider__extra-content {
    display: inline-block
}

.esri-slider__max,
.esri-slider__min {
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.esri-slider__max--interactive:hover,
.esri-slider__min--interactive:hover {
    background-color: #f5f5f5
}

.esri-slider__range-input {
    padding: 1px 0;
    text-align: center;
    width: 100%
}

.esri-slider__ticks {
    display: inline-block;
    height: 100%;
    position: absolute
}

.esri-slider__tick {
    background: rgba(110, 110, 110, 0.4);
    position: absolute
}

.esri-slider__tick-label {
    position: absolute
}

[dir="rtl"] .esri-slider__label,
[dir="rtl"] .esri-slider__max,
[dir="rtl"] .esri-slider__min,
[dir="rtl"] .esri-slider__tick-label {
    direction: rtl
}

@keyframes esri-spinner--start-animation {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes esri-spinner--finish-animation {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes esri-spinner--rotate-animation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.esri-ui .esri-spinner {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    overflow: visible;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -999em;
    top: -999em;
    z-index: 2;
    pointer-events: none;
    display: none;
    opacity: 0;
    transform-origin: 0 0
}

.esri-ui .esri-spinner::before {
    position: absolute;
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
    background: url("") no-repeat center;
    display: block;
    content: "";
    animation: esri-spinner--rotate-animation 750ms linear infinite
}

.esri-ui .esri-spinner--start {
    display: block;
    animation: esri-spinner--start-animation 250ms cubic-bezier(0.17, 0.67, 0.36, 0.99) forwards
}

.esri-ui .esri-spinner--finish {
    display: block;
    opacity: 1;
    animation: esri-spinner--finish-animation 125ms ease-in forwards;
    animation-delay: 75ms
}

.esri-tags .select2-container-multi .select2-choices {
    list-style-type: none
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 3px;
    margin: 3px 5px 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #7fbbdf;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d1e9f9;
    filter: none;
    background-image: none
}

.esri-tags .select2-container-multi .select2-search-choice-close {
    left: 3px
}

.esri-tags .select2-search-choice-close {
    background-image: url("") !important;
    background-position: -48px -81px;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: auto;
    right: 3px;
    top: 3px;
    font-size: 1px;
    outline: none
}

.esri-tags .select2-search-choice-close:hover,
.esri-tags .select2-search-choice-close:focus {
    background-position: -32px -81px
}

.esri-tags .select2-container .dgrid-row.ui-state-default {
    padding: 3px 3px 4px 3px;
    cursor: pointer;
    outline: none !important
}

.esri-tags .select2-container .dgrid-row.ui-state-default.dgrid-row-odd {
    background: #eee
}

.esri-tags .select2-container .dgrid-row.ui-state-default.dgrid-hover,
.esri-tags .select2-container .dgrid-row.ui-state-default.dgrid-row-odd.dgrid-hover,
.esri-tags .dgrid-focus,
.esri-tags .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #e1f0fb !important
}

.esri-tags .select2-container .dgrid-no-data {
    color: #969696;
    font-size: 1.3em;
    padding: 1em;
    text-align: center
}

.esri-tags .select2-container .dgrid-scroller {
    outline: none !important
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 20px 3px 3px;
    float: left
}

.dj_rtl .esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    float: right
}

.dj_rtl .esri-tags .select2-container-multi .select2-search-choice-close {
    right: auto;
    left: 3px
}

.esri-tags .dijitReset .dijitInputInner,
.esri-tags .dijitInputField {
    margin-left: 0.3em
}

.dj_rtl .esri-tags .dijitReset .dijitInputInner,
.dj_rtl .esri-tags .dijitInputField {
    margin-left: 0;
    margin-right: 0.3em
}

.esri-tags .dijitInputInner {
    background-color: white !important
}

div.esri-tags {
    outline: none
}

.esri-tags .highlight-match {
    color: red
}

.esri-tags .dgrid-no-data,
.esri-tags .dgrid-loading {
    color: #aaa;
    font-size: 2em;
    padding: 1em;
    text-align: center
}

.esri-tags th.field-tag {
    display: none
}

.esri-tags .dgrid-selected {
    background: #999
}

.esri-tags .dgrid-cell {
    border: none !important
}

.esri-tags .dgrid-focus {
    background-color: #cccccc
}

.esri-tags .dijitInputInner {
    background-color: white !important
}

.esri-tags .dgrid-scroller {
    margin-top: 0 !important
}

.esri-tags .dijitButton {
    position: absolute !important;
    top: 120px !important
}

.esri-tags .rtl {
    padding-right: 1em
}

.esri-tags .grid-height-limiter {
    height: 6em
}

.esri-tags .select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.esri-tags .select2-container,
.esri-tags .select2-search,
.esri-tags .select2-search input {
    box-sizing: border-box
}

.esri-tags .select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa !important;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -ms-linear-gradient(to top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.esri-tags .select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.esri-tags .select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.esri-tags .select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    background: #fff url("") no-repeat 100% -22px;
    background: url("") no-repeat 100% -22px, linear-gradient(to top, #fff 85%, #eee 99%)
}

.esri-tags .select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden
}

.esri-tags .select2-container-multi .select2-choices {
    min-height: 26px
}

.esri-tags .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.esri-tags .select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.esri-tags .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.esri-tags .select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important
}

.esri-tags .select2-default {
    color: #999 !important
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.esri-tags .select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 1px;
    outline: none
}

.esri-tags .dijitReset .dijitInputInner,
.esri-tags .dijitInputField {
    line-height: 23px;
    padding: 2px 0 0 !important;
    outline: none
}

.esri-tags .ie-style .dijitReset .dijitInputInner,
.esri-tags .ie-style .dijitInputField {
    line-height: 21px !important;
    padding: 2px 0 2px !important
}

.esri-tags .dijitPlaceHolder {
    left: 0 !important
}

.dj_rtl .esri-tags .dijitPlaceHolder {
    left: auto;
    right: 0 !important
}

.esri-tags .input-text-box {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: none !important;
    margin-left: 10px
}

.esri-tags .drop-down-list {
    display: none;
    position: absolute;
    z-index: 999;
    box-shadow: 2px 2px 20px #888888;
    background-color: white
}

.esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 20px 3px 3px;
    float: left
}

.dj_rtl .esri-tags .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 3px 3px 20px;
    float: right
}

.esri-tags .select2-container-multi .select2-search-choice-close {
    right: 3px;
    left: auto
}

.dj_rtl .esri-tags .select2-container-multi .select2-search-choice-close {
    left: 3px;
    right: auto
}

.esri-tags .container_2 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%
}

.esri-tags .grid_1,
.esri-tags .grid_2 {
    display: inline;
    float: left;
    position: relative;
    margin: 0
}

.dj_rtl .esri-tags .grid_1,
.dj_rtl .esri-tags .grid_2 {
    float: right
}

.esri-tags .alpha {
    margin-left: 0
}

.esri-tags .omega {
    margin-right: 0
}

.esri-tags .container_2 .grid_1 {
    width: 48%
}

.esri-tags .container_2 .grid_2 {
    width: 98%
}

.esri-tags .container_2 .prefix_1 {
    padding-left: 50%
}

.esri-tags .container_2 .suffix_1 {
    padding-right: 50%
}

.esri-tags .container_2 .push_1 {
    left: 50%
}

.esri-tags .container_2 .pull_1 {
    left: -50%
}

.esri-tags .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.esri-tags .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.esri-tags .clearfix {
    display: inline-block
}

.esri-tags .clearfix {
    height: 1%
}

.esri-tags .clearfix {
    display: block
}

.esri-feature-templates {
    background: #f5f5f5;
    width: 300px
}

.esri-feature-templates__list-item-icon {
    flex: 0;
    width: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.esri-feature-templates__list-item-icon>div {
    display: flex
}

.esri-feature-templates__loader {
    margin: 0 auto;
    height: 48px;
    width: 32px;
    background: url() no-repeat center
}

.esri-time-picker {
    display: inline-block;
    border: 1px solid rgba(110, 110, 110, 0.3);
    padding: 0 0.5em
}

.esri-time-picker__input {
    border: none
}

.esri-time-slider {
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    min-width: 400px;
    height: 88px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2)
}

.esri-time-slider .esri-slider .esri-slider__content {
    height: 2px
}

.esri-time-slider--time-window .esri-slider__segment-1,
.esri-time-slider--cumulative-from-start .esri-slider__segment-0,
.esri-time-slider--cumulative-from-end .esri-slider__segment-1 {
    background-color: #0079c1;
    height: 8px;
    margin-top: -3px
}

.esri-time-slider .esri-slider--horizontal .esri-slider__track {
    height: 4px
}

.esri-time-slider .esri-slider__min {
    width: 110px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    white-space: pre;
    text-align: right;
    margin: 0;
    padding: 0 30px 0 0
}

.esri-time-slider .esri-slider__max {
    width: 110px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    white-space: pre;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px
}

.esri-time-slider .esri-slider__min:hover,
.esri-time-slider .esri-slider__max:hover {
    pointer-events: none;
    text-decoration: none
}

.esri-time-slider .esri-slider {
    margin-top: -10px
}

.esri-time-slider .esri-slider__tick.minorTick {
    background: rgba(110, 110, 110, 0.4);
    height: 2px;
    width: 1px
}

.esri-time-slider .esri-slider__tick.majorTick {
    background: rgba(110, 110, 110, 0.4);
    height: 5px;
    width: 1px
}

.esri-time-slider .esri-slider__tick-label.majorLabel {
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    white-space: nowrap
}

.esri-time-slider__play {
    flex: none;
    width: 64px;
    height: 88px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-time-slider__play-icon,
.esri-time-slider__pause-icon {
    font-size: 24px
}

.esri-time-slider__dates {
    height: 88px;
    width: 110px;
    flex: none;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(110, 110, 110, 0.3);
    line-height: 12px
}

.esri-time-slider__time-extent-date {
    font-weight: 600;
    color: #0079c1
}

.esri-time-slider__time-extent-time {
    color: #0079c1
}

.esri-time-slider__time-extent-separator {
    font-size: 16px;
    line-height: 16px
}

.esri-time-slider__dates>div {
    flex: none
}

.esri-time-slider__track {
    flex: auto;
    height: 88px;
    padding: 0 0 0 0
}

.esri-time-slider__previous {
    flex: none;
    width: 42px;
    height: 88px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid rgba(110, 110, 110, 0.3)
}

.esri-time-slider__previous-icon {
    font-size: 30px;
    margin-right: -10px
}

.esri-time-slider__next {
    flex: none;
    width: 42px;
    border-style: none;
    height: 88px
}

.esri-time-slider__next-icon {
    font-size: 30px;
    margin-left: -10px
}

.esri-zoom {
    display: flex;
    flex-flow: column nowrap
}

.esri-zoom.esri-zoom--horizontal {
    flex-flow: row-reverse nowrap
}

.esri-zoom.esri-zoom--horizontal .esri-widget--button:last-child {
    border-top: none
}

.esri-zoom.esri-zoom--horizontal .esri-widget--button:first-child {
    border-left: solid 1px rgba(110, 110, 110, 0.3)
}

.esri-zoom .esri-widget--button {
    box-shadow: none
}

.esri-zoom .esri-widget--button:first-child {
    margin-bottom: 0
}

.esri-zoom .esri-widget--button:last-child {
    border-top: solid 1px rgba(110, 110, 110, 0.3)
}

html[dir="rtl"] .esri-zoom.esri-zoom--horizontal .esri-widget--button:first-child {
    border-top: none
}

html[dir="rtl"] .esri-zoom.esri-zoom--horizontal .esri-widget--button:last-child {
    border-left: solid 1px rgba(110, 110, 110, 0.3)
}

@keyframes esri-fade-in-down {
    0% {
        opacity: 0;
        transform: translate3D(0, -5px, 0)
    }

    25% {
        opacity: 0;
        transform: translate3D(0, -5px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3D(0, 0, 0)
    }
}

@keyframes esri-fade-in-up {
    0% {
        opacity: 0;
        transform: translate3D(0, 5px, 0)
    }

    25% {
        opacity: 0;
        transform: translate3D(0, 5px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3D(0, 0, 0)
    }
}

@keyframes esri-fade-in {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes esri-fade-in-scale {
    0% {
        opacity: 0;
        transform: scale3D(0.95, 0.95, 1)
    }

    100% {
        opacity: 1;
        transform: scale3D(1, 1, 1)
    }
}

@keyframes looping-progresss-bar-ani {
    0% {
        left: 0%;
        width: 0%
    }

    20% {
        left: 0%;
        width: 20%
    }

    80% {
        left: 80%;
        width: 20%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@keyframes esri-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes panel-advance {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0) scale(0.99)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes panel-retreat {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0) scale(0.99)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes panel-advance--rtl {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0) scale(0.99)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1)
    }
}

@keyframes panel-retreat--rtl {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0) scale(0.99)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1)
    }
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



