 #map{
  width: 100%;
  height: 600px;
}

 #info {
     position: absolute;
     height: 1px;
     width: 1px;
     z-index: 100;
 }
 .tooltip.in {
     opacity: 1;
     filter: alpha(opacity=100);
 }
 .tooltip.top .tooltip-arrow {
     border-top-color: white;
 }
 .tooltip-inner {
     border: 2px solid white;
 }

 .tooltip-inner>table {
     font-size: 80%;
 }

 .tooltip-inner td {
     text-align: left;
     line-height: 90%;
 }

 .tooltip-inner>div:first-child {
     font-weight: bold;
 }



 #data-preview .ol-viewport .layer-switcher {
     position: absolute;
     top: 40px;
     right: 10px;
 }

 #data-preview .ol-viewport .layer-switcher .stacked-layers {
     right: 3px;
     top: 0px;
 }


 #data-preview .ol-viewport .layer-switcher .header {
     padding-right: 43px;
     position: initial;
     top: 0px;
     right: 0px;
 }

 #data-preview .ol-viewport .layer-switcher label {
     display: inline;
     margin-bottom: 5px;
     color: white;
 }

 #data-preview .ol-viewport .layer-switcher label:before {
     content:" ";
 }

 #data-preview .ol-viewport .layer-switcher .layer-list ul {
     list-style: none;
     margin: 0;
 }

 #data-preview .ol-viewport .popupContainer {
     background-color: rgba(0,0,0,0.7);
     color: white;
     margin-top: 5px;
     margin-left: 5px;
     font-size: 80%;
     border-radius: 4px;
     padding: 2px;
     line-height: 100%;
     box-shadow: 0px 0px 5px 1px white;
 }
 #data-preview .ol-viewport .popupContainer .popupContent > div {
     padding: 3px;
 }

 #data-preview .ol-viewport .popupContainer .name {
     font-weight: bold;
     border-bottom: 1px solid #e5e4e7;
 }

 #data-preview .ol-viewport .layer-switcher .layer-list {
     top: 0px;
     right: 0px;
     position: initial;
     border-radius: 0;
     padding: 0;
 }

 #data-preview .ol-viewport .ol-mouse-position {
     background-color: rgba(255,255,255,0.75);
     border-radius: 2px;
     padding: 1px;
 }


:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/* OpenLayers styling */
.ol-viewport {
  font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
  font-size: 8pt;
}
.ol-viewport > canvas {
  position: absolute;
}
.ol-viewport .ol-feature-popup {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  color: white;
  margin-top: 5px;
  margin-left: 5px;
}
.ol-viewport .ol-feature-popup .popupContent > div {
  padding: 3px;
}
.ol-viewport .ol-feature-popup .popupContent > table {
  margin: 3px;
}
.ol-viewport .ol-feature-popup .popupContent > table .propKey {
  text-align: right;
  padding-right: 5px;
}
.ol-viewport .ol-feature-popup .popupContent > table .propValue {
  text-align: left;
}
.ol-viewport .ol-feature-popup .name {
  font-weight: bold;
  border-bottom: 1px solid #e5e4e7;
}
.ol-viewport .ol-mouse-position {
  background-color: #FFFFFFB0;
  padding: 1px 5px;
  font-size: medium;
  font-family: "Courier New", courier, monospace;
  white-space: pre;
}
.ol-viewport .ol-feature-details {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: white;
  margin: 5px;
  right: 0px;
  max-width: 30%;
  max-height: 100%;
  overflow: auto;
}
.ol-viewport .ol-feature-details div.featureDetails > div {
  padding: 6px;
  text-align: left;
}
.ol-viewport .ol-feature-details div.featureDetails > .content > table {
  margin: 3px;
}
.ol-viewport .ol-feature-details div.featureDetails > .content > table tr:hover {
  background-color: black;
}
.ol-viewport .ol-feature-details div.featureDetails > .content > table .propKey {
  text-align: right;
  padding-right: 5px;
  color: #C5C5C5;
}
.ol-viewport .ol-feature-details div.featureDetails > .content > table .propValue {
  text-align: left;
}
.ol-viewport .ol-feature-details div.featureDetails > .name {
  position: sticky;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  border-bottom: 1px solid #e5e4e7;
  height: 25px;
  min-width: 150px;
}
.ol-viewport .layer-switcher .stacked-layers {
  position: absolute;
  /*left: 10px;*/
  top: 5px;
  z-index: 100;
}
.ol-viewport .layer-switcher .header {
  display: none;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 90;
  padding: 5px 5px 5px 43px;
  background-color: black;
}
.ol-viewport .layer-switcher .header .baseLayerSelector select {
  color: white;
  width: 100px;
  background-color: black;
}
.ol-viewport .layer-switcher.active .header {
  display: block;
}
.ol-viewport .layer-switcher .layer-list {
  display: none;
  overflow: overlay;
  max-height: calc(100% - 10px);
  min-width: 150px;
  left: 7px;
  top: 5px;
  z-index: 80;
  background-color: black;
}
.ol-viewport .layer-switcher .layer-list .layer .title {
  margin-left: 3px;
}
.ol-viewport .layer-switcher .layer-list .padder {
  height: 36px;
  width: 100%;
  background-color: black;
  position: sticky;
  top: 0;
  box-shadow: 0px 1px 1px #000000;
}
.ol-viewport .layer-switcher .layer-list .panel {
  background-color: transparent;
  color: white;
  padding: 0px 4px;
  margin-bottom: 0px;
}
.ol-viewport .layer-switcher .layer-list .panel ul {
  padding: 0px;
}
.ol-viewport .layer-switcher .layer-list .panel ul li {
  list-style-type: none;
  text-align: left;
  white-space: nowrap;
}
.ol-viewport .layer-switcher.active .layer-list {
  display: block;
}
/* simple circle loader */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.simple_loader {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: spin 1s infinite linear;
}
/* Spinning loader */
.loader {
  z-index: 100;
  font-size: 25px;
  width: 1em;
  margin: 100px 50%;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2171d8, 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.5), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.7), 1.8em -1.8em 0 0em #2171d8, 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.5), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.7), 2.5em 0em 0 0em #2171d8, 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.5), 2.5em 0em 0 0em rgba(33, 113, 216, 0.7), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.5), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.7), 0em 2.5em 0 0em #2171d8, -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.5), 0em 2.5em 0 0em rgba(33, 113, 216, 0.7), -1.8em 1.8em 0 0em #2171d8, -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.5), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.7), -2.6em 0em 0 0em #2171d8, -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.5), -2.6em 0em 0 0em rgba(33, 113, 216, 0.7), -1.8em -1.8em 0 0em #2171d8;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2171d8, 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.5), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.7), 1.8em -1.8em 0 0em #2171d8, 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.5), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.7), 2.5em 0em 0 0em #2171d8, 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.5), 2.5em 0em 0 0em rgba(33, 113, 216, 0.7), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.5), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.7), 0em 2.5em 0 0em #2171d8, -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.2), -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.5), 0em 2.5em 0 0em rgba(33, 113, 216, 0.7), -1.8em 1.8em 0 0em #2171d8, -2.6em 0em 0 0em rgba(33, 113, 216, 0.2), -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.5), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.7), -2.6em 0em 0 0em #2171d8, -1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 113, 216, 0.2), 1.8em -1.8em 0 0em rgba(33, 113, 216, 0.2), 2.5em 0em 0 0em rgba(33, 113, 216, 0.2), 1.75em 1.75em 0 0em rgba(33, 113, 216, 0.2), 0em 2.5em 0 0em rgba(33, 113, 216, 0.2), -1.8em 1.8em 0 0em rgba(33, 113, 216, 0.5), -2.6em 0em 0 0em rgba(33, 113, 216, 0.7), -1.8em -1.8em 0 0em #2171d8;
  }
}
.stacked-layers {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  perspective: 120px;
}
.stacked-layers .stacked-layer {
  transform: rotateX(70deg) rotateZ(30deg) translateX(-10px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25) inset;
  border: 1px solid rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.stacked-layers .stacked-layer.layer-1 {
  background-color: #cbbb3e;
}
.stacked-layers .stacked-layer.layer-2 {
  background-color: #4cbc3c;
}
.stacked-layers .stacked-layer.layer-3 {
  background-color: #398cbb;
}
.stacked-layers .stacked-layer.animated {
  animation: stack-the-layers 1.5s infinite linear both;
}
.stacked-layers .layer-1 {
  top: -20px;
  z-index: 103;
}
.stacked-layers .layer-1.animated {
  animation-delay: 0.6s;
}
.stacked-layers .layer-2 {
  top: -10px;
  z-index: 102;
}
.stacked-layers .layer-2.animated {
  animation-delay: 0.3s;
}
.stacked-layers .layer-3 {
  z-index: 101;
  top: 0px;
}
.stacked-layers .layer-3.animated {
  animation-delay: 0s;
}
@keyframes stack-the-layers {
  0% {
    transform: rotateX(70deg) rotateZ(30deg) translateX(-10px) translateZ(40px);
    opacity: 0;
  }
  30% {
    transform: rotateX(70deg) rotateZ(30deg) translateX(-10px) translateZ(-3px);
    opacity: 1;
  }
  35% {
    transform: rotateX(70deg) rotateZ(30deg) translateX(-10px) translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: rotateX(70deg) rotateZ(30deg) translateX(-10px) translateZ(0px);
    opacity: 1;
  }
}
