.ant-menu-item-selected,
.ant-menu-item:active {
  color: #42e594 !important;
}

:where(.css-dev-only-do-not-override-xk7l0i).ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
:where(.css-dev-only-do-not-override-xk7l0i).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title {
  color: #42e594 !important;
}

:where(.css-xk7l0i).ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
:where(.css-xk7l0i).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title {
  color: #42e594 !important;
}

:where(.css-dev-only-do-not-override-usxwkh).ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
:where(.css-dev-only-do-not-override-usxwkh).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title {
  color: #42e594 !important;
}
:where(.css-fxlg7h).ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
:where(.css-fxlg7h).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title {
  color: #42e594 !important;
}
:where(.css-1tj5aqt).ant-menu-light
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title,
:where(.css-1tj5aqt).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-selected
  > .ant-menu-submenu-title {
  color: #42e594 !important;
}
.layout {
  background: radial-gradient(50% 50% at 50% 50%, #63386a 0%, #310438 100%);
  background-size: 'cover';
}

.container {
  max-width: 408px;
  margin: auto;
}

.title {
  text-align: center;
  color: #626262;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.imageContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.fixed_sidebar {
  overflow: auto !important;
  overflow-x: hidden !important;

  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
}

@media (max-width: 932px) {
  .sidebar_button {
    top: 195px !important;
  }
}
.trigger_button:hover .icon_button {
  color: #57cf58 !important;
  transition: color 0.3s ease;
}
/* stylelint-disable */
html,
body {
    width: 100%;
    height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
body {
    margin: 0;
}
[tabindex="-1"]:focus {
    outline: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}
address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
    -webkit-appearance: none;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1em;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
        monospace;
}
pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}
figure {
    margin: 0 0 1em;
}
img {
    vertical-align: middle;
    border-style: none;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    text-align: left;
    caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
mark {
    padding: 0.2em;
    background-color: #feffe6;
}
.search-control-wrap {
    --icon-width: 26px;
    --icon-height: 26px;
    --active-height: 40px;
    --close-button-max-size: 12px;
    --icon-button-max-size: 18px;
    --primary-color: #000000;
    --secondary-color: rgba(141, 141, 141, 0.639);
    --border-color: rgba(0, 0, 0, 0.2);
    --border-size: 0px;
    --main-background-color: #ffffff;
    --background-color-candidate: #5a6673;
    --background-color-hover: #5a6673b3;
    --background-color-active: #50c3bd;
    --svg-stroke-width: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    position: relative;
    z-index: 401;
    color: var(--primary-color);
    display: inline-grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    border: var(--border-size) solid var(--border-color);
    border-radius: 4px;
}

.search-control-wrap ::placeholder {
    color: var(--secondary-color);
    opacity: 1;
}

.search-control {
    /* width: 100%; */
    position: relative;
    height: 100%;
    text-align: center;
    font: bold 12px/20px Tahoma, Verdana, sans-serif;
    background-color: var(--main-background-color);
    box-sizing: border-box;
    background-clip: padding-box;
    cursor: default;
    border-radius: 4px;
    display: flex;
    z-index: 802;
    box-shadow: none !important;
}

.search-control-icon-button {
    position: relative;
    background-color: transparent;
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: unset;
    border-radius: 4px;
    border: 0 !important;
    height: var(--icon-height) !important;
    width: var(--icon-width);
    line-height: 30px;
    z-index: 0;
    cursor: pointer;
    transition: height 0.1s linear 0s, border-top-right-radius 0s linear 0.1s, border-bottom-right-radius 0s linear 0.1s;
}

.search-control-input {
    position: relative;
    background-color: var(--main-background-color);
    z-index: 50;
    outline: 0;
    padding: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    border: 0;
    height: var(--icon-height);
    color: inherit;
    box-sizing: border-box;
    width: 0;
    transition: width 0.1s linear 0s, height 0.1s linear 0s, padding 0.1s linear 0s;
}

.search-control-close-button {
    display: none;
    stroke: #f2f2f2;
    transform-origin: center;
    transform: scale(1);
    outline: unset;
    border: unset;
    padding: unset;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.search-control-close-button-active {
    display: flex;
}

.search-control-active .search-control-icon-button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: var(--active-height) !important;
    transition: height 0.1s linear 0s;
}

.search-control-active .search-control-input {
    padding: 0px 26px 0px 0px;
    height: var(--active-height);
    width: 244px;
}

.search-control-active .search-control-close-button {
    background-color: transparent;
    height: var(--active-height);
    width: 26px;
    font: normal 18px / calc(var(--active-height) - 2px) "Lucida Console", Monaco, monospace;
    right: 0;
    color: inherit;
    cursor: pointer;
    z-index: 51;
    position: absolute;
}
.search-control-icon-button svg,
.search-control-active .search-control-close-button > svg {
    height: 75%;
    width: 75%;
    transform-origin: center;
    stroke-width: var(--svg-stroke-width);
    stroke: var(--primary-color);
}
.search-control-icon-button svg {
    max-height: var(--icon-button-max-size);
    max-width: var(--icon-button-max-size);
}
.search-control-active .search-control-close-button > svg {
    max-height: var(--close-button-max-size);
    max-width: var(--close-button-max-size);
}

/* Select */
.search-control-info-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    padding: 0px 0 0 0;
    margin: 7px 0 0 0;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.search-control-info-wrapper-close {
    display: none;
}

.search-control-info {
    height: auto;
    display: flex;
    position: relative;
    background-color: var(--main-background-color);
    padding: 0;
    border: var(--border-size) solid var(--border-color);
    border-radius: 4px;
    text-align: center;
    overflow-y: auto;
    color: inherit;
}

.search-control-info-span {
    margin: 0 auto;
    font-weight: normal;
    font-size: 12px;
}

.search-control-info-list {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    height: 100%;
    outline: none;
}

.search-control-info-list:focus .search-control-info-list-item.candidate,
.search-control-info-list-item:active,
.search-control-info-list-item:focus {
    background: var(--background-color-active) !important;
}
.search-control-info-list:focus .search-control-info-list-item:not(.active).candidate,
.search-control-info-list-item:not(.active):active,
.search-control-info-list-item:not(.active):focus {
    background: var(--background-color-candidate) !important;
}
.search-control-info-list-item {
    border-bottom: 1px solid var(--border-color);
    font: normal 12px/16px Tahoma, Verdana, sans-serif;
    display: block;
    list-style: none;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    /* align-items: center; */
    /* display: flex; */
    color: inherit;
    white-space: pre-wrap;
}

.search-control-info-list-item:last-child,
.search-control-info-list-item:hover:last-child {
    border-bottom: none;
}

.search-control-info-list-item.active,
.search-control-info-list-item.active:hover {
    background-color: var(--background-color-active);
}

.search-control-info-list-item:hover {
    background-color: var(--background-color-hover);
}

.search-control-info-list-item:hover p,
.search-control-info-list-item.active p {
    margin: 0;
}

.search-control-info-list-item p,
.search-control-info-list-item p {
    margin: 0;
}

/* popup */
.search-control-popup-seperator {
    width: 100%;
    height: 1px;
    background-color: #eee;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
.Img__BG {
  background-color: #404040;
  width: 10vw;
  height: 10vw;
  border-radius: 15vw;
  justify-content: center;
  justify-self: flex-start !important;
}

.Img__BG__LIGHT__THEME {
  background-color: #e1ede7;
  width: 10vw;
  height: 10vw;
  border-radius: 15vw;
  justify-content: center;
  justify-self: flex-start !important;
}

.circle {
  position: relative;
  width: 10vw;
  height: 10vw;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
  animation: animate 1.3s linear infinite;
}

.CIRCLE__LIGHT__THEME {
  position: relative;
  width: 10vw;
  height: 10vw;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
  animation: animate 1.3s linear infinite;
}

.circle::after {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  right: 1.5vw;
  bottom: 1.5vw;
  border-radius: 15vw;
  background-color: #303030;
}
.CIRCLE__LIGHT__THEME::after {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  right: 1.5vw;
  bottom: 1.5vw;
  border-radius: 15vw;
  background-color: #fff;
}
@keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
}

.circle span:nth-child(1) {
  filter: blur(5px);
}
.circle span:nth-child(2) {
  filter: blur(10px);
}
.circle span:nth-child(3) {
  filter: blur(15px);
}
.circle span:nth-child(4) {
  filter: blur(20px);
}

.circle__content {
  text-align: center;
  position: absolute;
  top: 3vw;
  left: 3vw;
  width: 50% !important;
}

.grid__title {
  position: absolute;
  left: 5vw;
  color: #c4c4c4;
}
.consumed__content {
  position: absolute;
  left: 3.7vw;
  bottom: 0.5vw;
}
.consumed__title {
  color: #c4c4c4;
  position: absolute;
  left: 2vw;
}
.energy__title {
  position: absolute;
  left: 2.5vw;
  color: #c4c4c4;
  font-size: 1vw;
}
.energy__content {
  position: absolute;
  left: 3.5vw;
  bottom: 0.8vw;
  font-size: 0.8vw;
}

.self_consumed {
  position: absolute;
  left: 14vw;
  bottom: -10vw;
  text-align: center;
}
.self_consumed_title {
  color: #c4c4c4;
}

.taken {
  position: absolute;
  right: 4vw;
  bottom: -10vw;
  width: 13vw;
}
.taken_title {
  color: #c4c4c4;
}

/* first arrow */
.arrow {
  position: absolute;
  top: 0.8vw;
  left: 20vw;
  transform: translate(-50%, 50%);
}

.arrow span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-top: 0.3vw solid #f8b96d;
  border-right: 0.3vw solid #f8b96d;
  transform: rotate(30deg);
  margin: -0.8vw;
  animation: animatearrow 1.3s infinite;
}

.arrow span:nth-child(1) {
  margin-left: 2vw;
}
.arrow span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.6vw;
}
.arrow span:nth-child(3) {
  animation-delay: -0.4s;
  margin-left: -1vw;
}

@keyframes animatearrow {
  0% {
    opacity: 0;
    transform: rotate(30deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(30deg);
  }
}

/* first arrow reverse */
.arrow__reverse {
  position: absolute;
  top: 10px;
  left: 330px;
  transform: translate(-50%, 50%);
}

.arrow__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #f8b96d;
  border-right: 5px solid #f8b96d;
  transform: rotate(-160deg);
  margin: -10px;
  animation: animatearrowreverse 1.3s infinite;
}

.arrow__reverse span:nth-child(1) {
  margin-left: 30px;
}
.arrow__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow__reverse span:nth-child(3) {
  animation-delay: -0.4s;
  margin-left: -15px;
}

@keyframes animatearrowreverse {
  0% {
    opacity: 0;
    transform: rotate(-160deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-160deg);
  }
}

/* second arrow */

.arrow2 {
  position: absolute;
  top: 0.1vw;
  left: -8vw;
  transform: translate(-50%, -50%);
}

.arrow2 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 0.3vw solid #f8b96d;
  border-right: 0.3vw solid #f8b96d;
  transform: rotate(-30deg);
  margin: -0.8vw;
  animation: animatearrow2 1.3s infinite;
}

.arrow2 span:nth-child(3) {
  margin-left: 2vw;
}
.arrow2 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.8vw;
}
.arrow2 span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.8vw;
}

@keyframes animatearrow2 {
  0% {
    opacity: 0;
    transform: rotate(-30deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-30deg);
  }
}

/* second arrow reverse*/

.arrow2__reverse {
  position: absolute;
  top: 10px;
  left: -100px;
  transform: translate(-50%, -50%);
}

.arrow2__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #f8b96d;
  border-right: 5px solid #f8b96d;
  transform: rotate(160deg);
  margin: -10px;
  animation: animatearrow2reverse 1.3s infinite;
}

.arrow2__reverse span:nth-child(3) {
  margin-left: 30px;
}
.arrow2__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 10px;
}
.arrow2__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -10px;
}

@keyframes animatearrow2reverse {
  0% {
    opacity: 0;
    transform: rotate(160deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-160deg);
  }
}

/* third arrow */

.arrow3 {
  position: absolute;
  bottom: -5vw;
  left: 10vw;
  transform: translate(-50%, -50%);
}

.arrow3 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 0.3vw solid #06b683;
  border-right: 0.3vw solid #06b683;
  transform: rotate(-20deg);
  margin: -0.8vw;
  animation: animatearrow3 1.3s infinite;
}

.arrow3 span:nth-child(3) {
  margin-left: 1.6vw;
}
.arrow3 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.6vw;
}
.arrow3 span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.5vw;
}

@keyframes animatearrow3 {
  0% {
    opacity: 0;
    transform: rotate(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-20deg);
  }
}

/* third arrow reverse*/

.arrow3__reverse {
  position: absolute;
  bottom: -80px;
  left: 130px;
  transform: translate(-50%, -50%);
}

.arrow3__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(170deg);
  margin: -10px;
  animation: animatearrow3reverse 1.3s infinite;
}

.arrow3__reverse span:nth-child(3) {
  margin-left: 25px;
}
.arrow3__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow3__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -10px;
}

@keyframes animatearrow3reverse {
  0% {
    opacity: 0;
    transform: rotate(170deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(170deg);
  }
}

/* 4th arrow */

.arrow4 {
  position: absolute;
  bottom: -7vw;
  left: 26vw;
  transform: translate(-50%, -50%);
}

.arrow4 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 0.3vw solid #06b683;
  border-right: 0.3vw solid #06b683;
  transform: rotate(-50deg);
  margin: -0.8vw;
  animation: animatearrow4 1.3s infinite;
}

.arrow4 span:nth-child(3) {
  margin-left: 2.2vw;
  margin-top: -1.3vw;
}
.arrow4 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 1vw;
  margin-top: -1.4vw;
}
.arrow4 span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.2vw;
}

@keyframes animatearrow4 {
  0% {
    opacity: 0;
    transform: rotate(-50deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-50deg);
  }
}

/* 4th arrow reverse*/

.arrow4__reverse {
  position: absolute;
  bottom: -110px;
  left: 380px;
  transform: translate(-50%, -50%);
}

.arrow4__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(140deg);
  margin: -10px;
  animation: animatearrow4reverse 1.3s infinite;
}

.arrow4__reverse span:nth-child(3) {
  margin-left: 35px;
  margin-top: -20px;
}
.arrow4__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 15px;
  margin-top: -20px;
}
.arrow4__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -5px;
}

@keyframes animatearrow4reverse {
  0% {
    opacity: 0;
    transform: rotate(140deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(140deg);
  }
}

/* 5th arrow */

.arrow5 {
  position: absolute;
  bottom: -5vw;
  right: 8vw;
  transform: translate(-50%, -50%);
}

.arrow5 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 0.3vw solid #06b683;
  border-right: 0.3vw solid #06b683;
  transform: rotate(90deg);
  margin: -0.8vw;
  animation: animatearrow5 1.3s infinite;
}

.arrow5 span:nth-child(3) {
  margin-left: -0.3vw;
}
.arrow5 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
}
.arrow5 span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: 1.3vw;
}

@keyframes animatearrow5 {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
  }
}

/* 5th arrow reverse*/

.arrow5__reverse {
  position: absolute;
  bottom: -80px;
  right: 120px;
  transform: translate(-50%, -50%);
}

.arrow5__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(-85deg);
  margin: -10px;
  animation: animatearrow5reverse 1.3s infinite;
}

.arrow5__reverse span:nth-child(3) {
  margin-left: -5px;
}
.arrow5__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow5__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: 21px;
}

@keyframes animatearrow5reverse {
  0% {
    opacity: 0;
    transform: rotate(-85deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-85deg);
  }
}

/* 6th arrow */

.arrow6 {
  position: absolute;
  bottom: -7vw;
  right: 23vw;
  transform: translate(-50%, -50%);
}

.arrow6 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 0.3vw solid #06b683;
  border-right: 0.3vw solid #06b683;
  transform: rotate(130deg);
  margin: -0.8vw;
  animation: animatearrow6 1.3s infinite;
}

.arrow6 span:nth-child(3) {
  margin-left: 2vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.arrow6 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.7vw;
  margin-top: -1.3vw;
}
.arrow6 span:nth-child(1) {
  margin-left: -0.3vw;
}

@keyframes animatearrow6 {
  0% {
    opacity: 0;
    transform: rotate(130deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(130deg);
  }
}

/* 6th arrow reverse*/

.arrow6__reverse {
  position: absolute;
  bottom: -110px;
  right: 300px;
  transform: translate(-50%, -50%);
}

.arrow6__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(-50deg);
  margin: -10px;
  animation: animatearrow6reverse 1.3s infinite;
}

.arrow6__reverse span:nth-child(3) {
  margin-left: 35px;
  margin-top: -20px;
  animation-delay: -0.4s;
}
.arrow6__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 15px;
  margin-top: -20px;
}
.arrow6__reverse span:nth-child(1) {
  margin-left: -5px;
}

@keyframes animatearrow6reverse {
  0% {
    opacity: 0;
    transform: rotate(-50deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-50deg);
  }
}

/* green arrow 3 stoped */

.green__arrow__stoped3 {
  position: absolute;
  bottom: -3.5vw;
  left: 7vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped3 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped3 1.3s infinite;
}

.green__arrow__stoped3 span:nth-child(3) {
  margin-left: 1.3vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped3 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.7vw;
  margin-top: -1.3vw;
}
.green__arrow__stoped3 span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped3 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 4 stoped */

.green__arrow__stoped4 {
  position: absolute;
  bottom: -7vw;
  left: 26vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped4 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped4 1.3s infinite;
}

.green__arrow__stoped4 span:nth-child(3) {
  margin-left: 1.3vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped4 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.65vw;
  margin-top: -1.3vw;
}
.green__arrow__stoped4 span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped4 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 5 stoped */

.green__arrow__stoped5 {
  position: absolute;
  bottom: -5vw;
  right: 8vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped5 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  /* animation: animategreenarrowstoped5 1.3s infinite; */
}

.green__arrow__stoped5 span:nth-child(3) {
  margin-left: 1.4vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped5 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.7vw;
  margin-top: -1.3vw;
}
.green__arrow__stoped5 span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped5 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 6 stoped */

.green__arrow__stoped6 {
  position: absolute;
  bottom: -7vw;
  right: 23vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped6 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  /* animation: animategreenarrowstoped6 1.3s infinite; */
}

.green__arrow__stoped6 span:nth-child(3) {
  margin-left: 1.4vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped6 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.7vw;
  margin-top: -1.3vw;
}
.green__arrow__stoped6 span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped6 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* gold arrow 1 stoped */

.gold__arrow__stoped {
  position: absolute;
  top: 0.8vw;
  left: 20vw;
  transform: translate(-50%, -50%);
}

.gold__arrow__stoped span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #f8b96d;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategoldarrowstoped 1.3s infinite;
}

.gold__arrow__stoped span:nth-child(3) {
  margin-left: 1.3vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.gold__arrow__stoped span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.55vw;
  margin-top: -1.3vw;
}
.gold__arrow__stoped span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategoldarrowstoped {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* gold arrow 2 stoped */

.gold__arrow__stoped2 {
  position: absolute;
  top: 0.6vw;
  left: -8vw;
  transform: translate(-50%, -50%);
}

.gold__arrow__stoped2 span {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  border-right: 0.3vw solid #f8b96d;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategoldarrowstoped2 1.3s infinite;
}

.gold__arrow__stoped2 span:nth-child(3) {
  margin-left: 1.3vw;
  margin-top: -1.3vw;
  animation-delay: -0.4s;
}
.gold__arrow__stoped2 span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.65vw;
  margin-top: -1.3vw;
}
.gold__arrow__stoped2 span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategoldarrowstoped2 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 1500px) {
  .circle__content {
    left: 30% !important;
    width: 40% !important;
  }
}
.statistic__title {
  color: #909090;
}
.statistic__line {
  border-bottom: 1px solid #909090;
}

.statistic__Image {
  margin-top: 20% !important;
}

/* .ant-breadcrumb li:last-child {
  color: rgba(255, 255, 255, 0.45) !important;
} */

@media only screen and (min-width: 1500px) {
  .statistic__Image {
    margin-top: -15% !important;
    width: 80% !important;
  }
}

@media only screen and (max-width: 580px) {
  .statistic__Image {
    margin-top: 0% !important;
    width: 60% !important;
    height: 60% !important;
  }
}
.Img__BG__Mem {
  background-color: #404040;
  width: 6vw;
  height: 6vw;
  border-radius: 15vw;
  justify-content: center;
  /* justify-self: center; */
}

.Img__BG__LIGHT__THEME__Mem {
  background-color: #e1ede7;
  width: 6.5vw;
  height: 6vw;
  border-radius: 15vw;
  justify-content: center;
  /* justify-self: center; */
}

.circle_MEM {
  position: relative;
  width: 6vw;
  height: 6vw;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
  animation: animate 1.3s linear infinite;
}

.CIRCLE__LIGHT__THEME_MEM {
  position: relative;
  width: 6vw;
  height: 6vw;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
  animation: animate 1.3s linear infinite;
}

.circle_MEM::after {
  content: "";
  position: absolute;
  top: 1.3vw;
  left: 1.3vw;
  right: 1.3vw;
  bottom: 1.3vw;
  border-radius: 20vw;
  background-color: #303030;
}
.CIRCLE__LIGHT__THEME_MEM::after {
  content: "";
  position: absolute;
  top: 1.3vw;
  left: 1.3vw;
  right: 1.3vw;
  bottom: 1.3vw;
  border-radius: 20vw;
  background-color: #fff;
}
@keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle_MEM span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffeab7, #ffab44);
  border-radius: 15vw;
}

.circle_MEM span:nth-child(1) {
  filter: blur(5px);
}
.circle_MEM span:nth-child(2) {
  filter: blur(10px);
}
.circle_MEM span:nth-child(3) {
  filter: blur(15px);
}
.circle_MEM span:nth-child(4) {
  filter: blur(20px);
}

.circle__content__mem {
  text-align: center;
  position: absolute;
  top: 1.9vw;
  left: 2.5vw;
  width: 40% !important;
}

.grid__title_mem {
  position: absolute;
  left: 3.5vw;
  color: #c4c4c4;
}
.consumed__content__mem {
  position: absolute;
  left: 2vw;
  bottom: 0.3vw;
}
.consumed__title {
  color: #c4c4c4;
  position: absolute;
  left: 2vw;
}
.energy__title__mem {
  position: absolute;
  left: 1.5vw;
  color: #c4c4c4;
  font-size: 0.6vw;
}
.energy__content__mem {
  position: absolute;
  left: 3vw;
  bottom: 0.05vw;
  font-size: 0.5vw;
}

.self_consumed_mem {
  position: absolute;
  left: 4vw;
  bottom: -5.5vw;
  text-align: center;
}
.self_consumed_title_mem {
  color: #c4c4c4;
}

.taken__mem {
  position: absolute;
  right: -4vw;
  bottom: -6vw;
  width: 13vw;
}
.taken_title__mem {
  color: #c4c4c4;
}

/* first arrow */
.arrow__mem {
  position: absolute;
  top: 0.2vw;
  left: 10vw;
  transform: translate(-50%, 50%);
}

.arrow__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-top: 0.2vw solid #f8b96d;
  border-right: 0.2vw solid #f8b96d;
  transform: rotate(30deg);
  margin: -0.8vw;
  animation: animatearrow 1.3s infinite;
}

.arrow__mem span:nth-child(1) {
  margin-left: 1vw;
}
.arrow__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.3vw;
}
.arrow__mem span:nth-child(3) {
  animation-delay: -0.4s;
  margin-left: -0.5vw;
}

@keyframes animatearrow {
  0% {
    opacity: 0;
    transform: rotate(30deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(30deg);
  }
}

/* first arrow reverse */
.arrow__reverse {
  position: absolute;
  top: 10px;
  left: 330px;
  transform: translate(-50%, 50%);
}

.arrow__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #f8b96d;
  border-right: 5px solid #f8b96d;
  transform: rotate(-160deg);
  margin: -10px;
  animation: animatearrowreverse 1.3s infinite;
}

.arrow__reverse span:nth-child(1) {
  margin-left: 30px;
}
.arrow__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow__reverse span:nth-child(3) {
  animation-delay: -0.4s;
  margin-left: -15px;
}

@keyframes animatearrowreverse {
  0% {
    opacity: 0;
    transform: rotate(-160deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-160deg);
  }
}

/* second arrow */

.arrow2__mem {
  position: absolute;
  top: 0.1vw;
  left: -3vw;
  transform: translate(-50%, -50%);
}

.arrow2__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.2vw solid #f8b96d;
  border-right: 0.2vw solid #f8b96d;
  transform: rotate(-30deg);
  margin: -0.8vw;
  animation: animatearrow2 1.3s infinite;
}

.arrow2__mem span:nth-child(3) {
  margin-left: 1vw;
}
.arrow2__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.3vw;
}
.arrow2__mem span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.3vw;
}

@keyframes animatearrow2 {
  0% {
    opacity: 0;
    transform: rotate(-30deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-30deg);
  }
}

/* second arrow reverse*/

.arrow2__reverse {
  position: absolute;
  top: 10px;
  left: -100px;
  transform: translate(-50%, -50%);
}

.arrow2__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #f8b96d;
  border-right: 5px solid #f8b96d;
  transform: rotate(160deg);
  margin: -10px;
  animation: animatearrow2reverse 1.3s infinite;
}

.arrow2__reverse span:nth-child(3) {
  margin-left: 30px;
}
.arrow2__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 10px;
}
.arrow2__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -10px;
}

@keyframes animatearrow2reverse {
  0% {
    opacity: 0;
    transform: rotate(160deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-160deg);
  }
}

/* third arrow */

.arrow3__mem {
  position: absolute;
  bottom: -2vw;
  left: 3.5vw;
  transform: translate(-50%, -50%);
}

.arrow3__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.2vw solid #06b683;
  border-right: 0.2vw solid #06b683;
  transform: rotate(-20deg);
  margin: -0.8vw;
  animation: animatearrow3 1.3s infinite;
}

.arrow3__mem span:nth-child(3) {
  margin-left: 0.7vw;
}
.arrow3__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0vw;
}
.arrow3__mem span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.8vw;
}

@keyframes animatearrow3 {
  0% {
    opacity: 0;
    transform: rotate(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-20deg);
  }
}

/* third arrow reverse*/

.arrow3__reverse {
  position: absolute;
  bottom: -80px;
  left: 130px;
  transform: translate(-50%, -50%);
}

.arrow3__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(170deg);
  margin: -10px;
  animation: animatearrow3reverse 1.3s infinite;
}

.arrow3__reverse span:nth-child(3) {
  margin-left: 25px;
}
.arrow3__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow3__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -10px;
}

@keyframes animatearrow3reverse {
  0% {
    opacity: 0;
    transform: rotate(170deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(170deg);
  }
}

/* 4th arrow */

.arrow4__mem {
  position: absolute;
  bottom: -5vw;
  left: 10.5vw;
  transform: translate(-50%, -50%);
}

.arrow4__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.2vw solid #06b683;
  border-right: 0.2vw solid #06b683;
  transform: rotate(-50deg);
  margin: -0.8vw;
  animation: animatearrow4 1.3s infinite;
}

.arrow4__mem span:nth-child(3) {
  margin-left: 1.2vw;
  margin-top: -1vw;
}
.arrow4__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.arrow4__mem span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -0.2vw;
}

@keyframes animatearrow4 {
  0% {
    opacity: 0;
    transform: rotate(-50deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-50deg);
  }
}

/* 4th arrow reverse*/

.arrow4__reverse {
  position: absolute;
  bottom: -110px;
  left: 380px;
  transform: translate(-50%, -50%);
}

.arrow4__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(140deg);
  margin: -10px;
  animation: animatearrow4reverse 1.3s infinite;
}

.arrow4__reverse span:nth-child(3) {
  margin-left: 35px;
  margin-top: -20px;
}
.arrow4__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 15px;
  margin-top: -20px;
}
.arrow4__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: -5px;
}

@keyframes animatearrow4reverse {
  0% {
    opacity: 0;
    transform: rotate(140deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(140deg);
  }
}

/* 5th arrow */

.arrow5__mem {
  position: absolute;
  bottom: -2vw;
  right: 5vw;
  transform: translate(-50%, -50%);
}

.arrow5__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.2vw solid #06b683;
  border-right: 0.2vw solid #06b683;
  transform: rotate(90deg);
  margin: -0.8vw;
  animation: animatearrow5 1.3s infinite;
}

.arrow5__mem span:nth-child(3) {
  margin-left: -0.1vw;
  margin-top: 0.2vw;
}
.arrow5__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: 0.3vw;
}
.arrow5__mem span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: 1vw;
  margin-top: 0.1vw;
}

@keyframes animatearrow5 {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
  }
}

/* 5th arrow reverse*/

.arrow5__reverse {
  position: absolute;
  bottom: -80px;
  right: 120px;
  transform: translate(-50%, -50%);
}

.arrow5__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(-85deg);
  margin: -10px;
  animation: animatearrow5reverse 1.3s infinite;
}

.arrow5__reverse span:nth-child(3) {
  margin-left: -5px;
}
.arrow5__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 8px;
}
.arrow5__reverse span:nth-child(1) {
  animation-delay: -0.4s;
  margin-left: 21px;
}

@keyframes animatearrow5reverse {
  0% {
    opacity: 0;
    transform: rotate(-85deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-85deg);
  }
}

/* 6th arrow */

.arrow6__mem {
  position: absolute;
  bottom: -5vw;
  right: 9.5vw;
  transform: translate(-50%, -50%);
}

.arrow6__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 0.2vw solid #06b683;
  border-right: 0.2vw solid #06b683;
  transform: rotate(130deg);
  margin: -0.8vw;
  animation: animatearrow6 1.3s infinite;
}

.arrow6__mem span:nth-child(3) {
  margin-left: 1.3vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.arrow6__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.arrow6__mem span:nth-child(1) {
  margin-left: -0.3vw;
}

@keyframes animatearrow6 {
  0% {
    opacity: 0;
    transform: rotate(130deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(130deg);
  }
}

/* 6th arrow reverse*/

.arrow6__reverse {
  position: absolute;
  bottom: -110px;
  right: 300px;
  transform: translate(-50%, -50%);
}

.arrow6__reverse span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #06b683;
  border-right: 5px solid #06b683;
  transform: rotate(-50deg);
  margin: -10px;
  animation: animatearrow6reverse 1.3s infinite;
}

.arrow6__reverse span:nth-child(3) {
  margin-left: 35px;
  margin-top: -20px;
  animation-delay: -0.4s;
}
.arrow6__reverse span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 15px;
  margin-top: -20px;
}
.arrow6__reverse span:nth-child(1) {
  margin-left: -5px;
}

@keyframes animatearrow6reverse {
  0% {
    opacity: 0;
    transform: rotate(-50deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-50deg);
  }
}

/* green arrow 3 stoped */

.green__arrow__stoped3__mem {
  position: absolute;
  bottom: -2.5vw;
  left: 3.5vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped3__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 0.2vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped3 1.3s infinite;
}

.green__arrow__stoped3__mem span:nth-child(3) {
  margin-left: 1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped3__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.green__arrow__stoped3__mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped3 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 4 stoped */

.green__arrow__stoped4__mem {
  position: absolute;
  bottom: -5vw;
  left: 10vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped4__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 0.2vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped4 1.3s infinite;
}

.green__arrow__stoped4__mem span:nth-child(3) {
  margin-left: 1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped4__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.48vw;
  margin-top: -1vw;
}
.green__arrow__stoped4__mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped4 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 5 stoped */

.green__arrow__stoped5_mem {
  position: absolute;
  bottom: -2vw;
  right: 3.5vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped5_mem span {
  display: block;
  width: 1.3vw;
  height: 1vw;
  border-right: 0.2vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped5 1.3s infinite;
}

.green__arrow__stoped5_mem span:nth-child(3) {
  margin-left: 1.1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped5_mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.green__arrow__stoped5_mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped5 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* green arrow 6 stoped */

.green__arrow__stoped6_mem {
  position: absolute;
  bottom: -5vw;
  right: 10.5vw;
  transform: translate(-50%, -50%);
}

.green__arrow__stoped6_mem span {
  display: block;
  width: 1.3vw;
  height: 1vw;
  border-right: 0.2vw solid #06b683;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategreenarrowstoped6 1.3s infinite;
}

.green__arrow__stoped6_mem span:nth-child(3) {
  margin-left: 1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.green__arrow__stoped6_mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.green__arrow__stoped6_mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategreenarrowstoped6 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* gold arrow 1 stoped */

.gold__arrow__stoped__mem {
  position: absolute;
  top: 0.6vw;
  left: 21vw;
  transform: translate(-50%, -50%);
}

.gold__arrow__stoped__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 0.2vw solid #f8b96d;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategoldarrowstoped 1.3s infinite;
}

.gold__arrow__stoped__mem span:nth-child(3) {
  margin-left: 1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.gold__arrow__stoped__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.gold__arrow__stoped__mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategoldarrowstoped {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

/* gold arrow 2 stoped */

.gold__arrow__stoped2__mem {
  position: absolute;
  top: 0.6vw;
  left: -15vw;
  transform: translate(-50%, -50%);
}

.gold__arrow__stoped2__mem span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-right: 0.2vw solid #f8b96d;
  transform: rotate(0deg);
  margin: -0.8vw;
  animation: animategoldarrowstoped2 1.3s infinite;
}

.gold__arrow__stoped2__mem span:nth-child(3) {
  margin-left: 1vw;
  margin-top: -1vw;
  animation-delay: -0.4s;
}
.gold__arrow__stoped2__mem span:nth-child(2) {
  animation-delay: -0.2s;
  margin-left: 0.5vw;
  margin-top: -1vw;
}
.gold__arrow__stoped2__mem span:nth-child(1) {
  margin-left: 0vw;
}

@keyframes animategoldarrowstoped2 {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

.chart_flow {
  height: 350px !important;
}
@media only screen and (min-width: 1500px) {
  .circle__content {
    left: 30% !important;
    width: 40% !important;
  }
  .card_flow {
    height: 430px !important;
  }
}

@media only screen and (max-width: 1500px) {
  .container_flow {
    margin-top: 5%;
  }
  .card_flow {
    height: 430px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .container_flow {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 800px) {
  .container_flow {
    margin-top: 25%;
  }
}

@media only screen and (min-width: 1730px) {
  .card_flow {
    height: 480px !important;
  }
  .chart_flow {
    height: 390px !important;
  }
}
.container_kpi {
  border-right: 1px solid;

  margin-top: 0.6vw;
}
.container_kpi_energy_shared {
  margin-top: 0.6vw;
}
.img_kpi {
  width: 100%;

  margin-bottom: 10px;
}
.card_kpi > .ant-card-body {
  padding: 0px !important;
}

.icon_kpi_dark:hover {
  color: black;
  transition: 0.5s ease-in;
  cursor: pointer !important;
}
.icon_kpi_light:hover {
  color: #179e5a;
  transition: 0.5s ease-in;
  cursor: pointer !important;
}

.kpi_title {
  color: #e0e0e0;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.kpi_value {
  color: #9c9c9c;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
@media only screen and (max-width: 1196px) {
  .container_kpi {
    border: none !important;
  }
  .second_container {
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    border-radius: 15px;
    border: 1px solid #909090;
  }
}
.leaflet-container {
  height: 500px;
  margin-top: 30px;
}
.cluster-icon {
  height: 4rem;
  width: 4rem;

  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cluster-img {
  height: 4rem;
  width: 4rem;
  background-repeat: no-repeat;
}
.map-tiles {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
.leaflet-control-geosearch form input {
  color: black !important;
}
.leaflet-control-geosearch .results {
  color: black !important;
}

.leaflet-top{
  z-index: 400;
}#Calendar__Li::marker {
  color: transparent !important;
}
.steps-content {
    min-height: 200px;
    margin-top: 16px;
    padding-top: 80px;
    text-align: center;
    border-radius: 2px;
  }
  
  .steps-action {
    margin-top: 24px;
  }/* global styling */
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: '';
}

/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 17px;
  left: 15px;
  width: 6px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}

.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 10px;
  left: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 2px solid #555;
}

/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}

.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}

/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-geosearch-button form.open {
  border-radius: 0 4px 4px 4px;
}
.leaflet-control-geosearch.active form {
  display: block;
}

.leaflet-geosearch-button.active .leaflet-bar-part {
  border-radius: 4px 0 0 4px;
  width: 30px;
}

.leaflet-geosearch-button form {
  max-width: 350px;
}

.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}

.leaflet-touch .leaflet-geosearch-bar form {
  border: 2px solid rgba(0,0,0,0.2);
  box-shadow: none;
}

.leaflet-touch .leaflet-geosearch-bar form input {
  height: 30px;
}

.leaflet-control-geosearch .results {
  background: #fff;
}

.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}

.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}

/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

.leaflet-touch .leaflet-control-geosearch .results.active:after {
  border-left: 2px solid rgba(0, 0, 0, .2);
}

/* animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.leaflet-top .leaflet-geosearch-bar,
.leaflet-bottom .leaflet-geosearch-bar {
  display: none;
}

.leaflet-geosearch-bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  max-width: calc(100% - 120px);
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet-geosearch-bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}

.leaflet-geosearch-bar form input {
  min-width: 100%;
  width: 100%;
}

.leaflet-geosearch-bar .results.active:after {
  opacity: .2;
}

.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}

.leaflet-bar-notfound {
  font-style: italic;
}

.leaflet-control-geosearch button.reset {
  color: black;
  font-weight: bold;
  position: absolute;
  line-height: 26px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}

.leaflet-touch .leaflet-control-geosearch button.reset {
  line-height: 30px;
}

.leaflet-control-geosearch button.reset:hover {
  background: #f5f5f5;
}
