::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
  width: 20px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: gray;
}

@font-face {
  font-family: "icomoon";
  src: url("/core/fonts/icomoon.eot?c1l1g6");
  src: url("/core/fonts/icomoon.eot?c1l1g6#iefix") format("embedded-opentype"), url("/core/fonts/icomoon.ttf?c1l1g6") format("truetype"), url("/core/fonts/icomoon.woff?c1l1g6") format("woff"), url("/core/fonts/icomoon.svg?c1l1g6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\e90a";
}

.icon-refresh:before {
  content: "\e90b";
}

.icon-upload:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e901";
}

.icon-edit:before {
  content: "\e902";
}

.icon-trash:before {
  content: "\e903";
}

.icon-gallery:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-sort-down:before {
  content: "\e908";
}

.icon-sort-up:before {
  content: "\e909";
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.post-record {
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
}

.deep-dialog {
  position: fixed;
  z-index: 1;
  top: 10%;
  transition: all 0.3s;
  opacity: 0;
  right: 12px;
  max-width: 31rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .deep-dialog {
    max-width: 90%;
  }
}
.deep-dialog--active {
  opacity: 1;
}

body.dark .deep-dialog {
  background-color: #292929;
  color: #f7f9fc;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .deep-dialog .close img {
  filter: invert(100%);
}

.deep-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 14px;
  padding-bottom: 0;
  height: 40px;
  border-radius: 0.5rem 0.5rem 0 0;
}
.deep-header .title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  flex-grow: 2;
  text-align: left;
  padding-right: 3rem;
}
.deep-header .close {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2rem;
}
.deep-header .close img {
  width: 100%;
}

.dialog-content {
  margin-top: 2px;
  padding: 20px 14px;
  padding-top: 10px;
  overflow-y: auto;
  max-height: 70vh;
  border-radius: 0 0 0.5rem 0.5rem;
}

.dialog-mask {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-dialog {
  top: 4rem;
}
@media only screen and (max-width: 767px) {
  .post-dialog {
    max-width: 100%;
  }
}
.post-dialog .dialog-content {
  height: 70vh;
  max-height: unset;
  text-align: center;
}

.legend-dialog {
  width: 100%;
  max-width: 40rem;
  text-align: center;
  top: 2%;
}
.legend-dialog .dialog-content {
  max-height: 85vh;
}

.load-more {
  padding: 0.5rem;
  color: #ffffff;
  border: 0.5px solid #0288d1;
  background-color: #0288d1;
  border-radius: 0.25rem;
}

@media only screen and (min-width: 768px) {
  .omnibox-backdrop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .leaflet-top.leaflet-right {
    top: 64px !important;
  }
}
.omnibox-backdrop.open {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1680;
  background-color: rgb(245, 245, 245);
}

.omnibox-container {
  position: absolute;
  width: 100%;
  max-width: 767px;
  padding: 10px;
  z-index: 1500;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .omnibox-container {
    max-width: 400px;
  }
}
.omnibox-container.dropdown-open .omnibox {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dadce0;
}
.omnibox-container.dropdown-open .dropdown {
  display: block;
}
.omnibox-container.dropdown-open .copyrights {
  display: block;
}
.omnibox-container .omnibox {
  z-index: 1700;
  width: 100%;
  height: 48px;
  position: relative;
  padding: 12px 48px 11px 56px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(21, 45, 72, 0.25);
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
.omnibox-container .omnibox button {
  cursor: pointer;
}
.omnibox-container .omnibox input.search-input {
  height: 24px !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
  color: #202124;
  font-size: 15px;
  line-height: 24px;
}
.omnibox-container .omnibox .search-btn {
  position: absolute;
  left: 8px;
  top: 0;
  cursor: default;
}
.omnibox-container .omnibox .search-btn button.search {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 14px 15px;
  cursor: default;
}
.omnibox-container .omnibox .search-btn button.search svg {
  width: 20px;
  height: 20px;
}
.omnibox-container .omnibox .close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.omnibox-container .omnibox .close-btn button.close {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 14px 15px;
}
.omnibox-container .omnibox .close-btn button.close svg {
  width: 20px;
  height: 20px;
}
.omnibox-container .dropdown {
  display: none;
  z-index: 1690;
  width: 100%;
  padding: 8px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
}
.omnibox-container .dropdown .results .service-row {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border: none;
  position: relative;
  color: #3c4043;
  font-size: 13px;
  min-height: 24px;
  padding-top: 6px;
  padding-bottom: 7px;
}
.omnibox-container .dropdown .results .service-row .row-value {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.omnibox-container .dropdown .results .row {
  display: flex;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border: none;
  position: relative;
  color: #3c4043;
  font-size: 13px;
  min-height: 24px;
  padding-top: 6px;
  padding-bottom: 7px;
  cursor: pointer;
}
.omnibox-container .dropdown .results .row:hover {
  background-color: rgba(60, 64, 67, 0.04);
}
.omnibox-container .dropdown .results .row .row-prefix {
  float: left;
  height: 20px;
  width: 20px;
  margin: 2px 18px 0 18px;
  color: #70757a;
}
.omnibox-container .dropdown .results .row .row-prefix img {
  width: 20px;
  height: 20px;
}
.omnibox-container .dropdown .results .row .row-value {
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.omnibox-container .copyrights {
  padding: 4px 12px;
  font-size: 0.75rem;
  color: #70757a;
  display: none;
}
.omnibox-container .copyrights a {
  color: #70757a !important;
  text-decoration: underline;
}
.omnibox-container .copyrights a:hover {
  color: #62676b;
}

body.dark .omnibox, body.dark .dropdown {
  background-color: #292929;
}
body.dark .omnibox {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
body.dark .omnibox .search-btn svg {
  fill: #f7f9fc;
}
body.dark .omnibox input.search-input {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .dropdown .results .row {
  color: #f7f9fc;
}
body.dark .dropdown .results .row:hover {
  background-color: #41418b;
}
body.dark .dropdown .results .row .row-prefix img {
  filter: invert(1);
}

.weather-loading {
  position: absolute;
  display: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 25px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  z-index: 500;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
.weather-loading.show {
  display: block;
}

.weather-controls {
  display: none;
  flex-direction: column;
}
.weather-controls .controls-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  /*&.active .control-row-icon {
      background-color: rgba(0, 153, 255, 0.4) !important;
  }*/
}
.weather-controls .controls-row.active .control-row-label {
  background-color: rgba(0, 153, 255, 0.4) !important;
}
.weather-controls .controls-row .control-row-icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
  border-radius: 50%;
  z-index: 2;
}
.weather-controls .controls-row .control-row-icon img, .weather-controls .controls-row .control-row-icon svg {
  width: 25px;
  height: 25px;
  margin: 5px;
}
.weather-controls .controls-row .control-row-label {
  font-size: 1rem;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 12px;
  padding-left: 24px;
  margin-left: -20px;
  border-radius: 15px;
  text-shadow: 1px 1px 1px black;
  white-space: nowrap;
}

body.dark .weather-controls .controls-row .control-row-icon {
  background-color: #292929 !important;
}

@media only screen and (max-width: 767px) {
  .weather-controls .control-row-label {
    display: none !important;
  }

  .weather-controls .controls-row.active .control-row-icon {
    background-color: rgb(82, 186, 255) !important;
  }
}
.leaflet-bottom.leaflet-left.collapse .custom-control {
  transform: translate(-50px, 0);
}

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

body.dark #map .leaflet-tile-container img {
  filter: invert(100%) hue-rotate(180deg);
}
body.dark a,
body.dark a:visited {
  color: #52aff1;
}
body.dark a:hover {
  color: #63baf8;
}
body.dark .message {
  color: #f04949 !important;
  border: 2px solid #f04949;
}
body.dark .send-button {
  background-color: #393c47;
  color: #169ee7;
}
body.dark .search-container .search-icon {
  background-color: #393c47;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .search-container .search-icon svg {
  fill: #f7f9fc;
}
body.dark .search-container .search-icon svg path {
  fill: #f7f9fc;
}
body.dark .search-container.opened .search-icon {
  box-shadow: none;
}
body.dark .search-container input {
  color: #f7f9fc;
  background-color: inherit;
}
body.dark .search-container .search-clear svg {
  fill: #dadada;
}
body.dark .search-container.opened .search-bar-wrap {
  background-color: #393c47;
}
body.dark .arty-ui.arty-filter .arty-filter-item {
  background-color: #292929;
  color: #f7f9fc;
  border: 1px solid #f7f9fc;
}
body.dark .arty-ui.arty-filter .arty-filter-item.active {
  font-weight: bold;
  border-width: 2px;
}
body.dark .arty-ui.arty-title .arty-icon {
  filter: invert(1);
}
body.dark .arty-modal {
  background-color: #292929;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .arty-modal .close-row img {
  filter: invert(1);
}
body.dark .arty-modal h4,
body.dark .arty-modal .arty-howto,
body.dark .arty-modal .arty-result {
  color: #f7f9fc;
}
body.dark .arty-modal h4 .change-round,
body.dark .arty-modal .arty-howto .change-round,
body.dark .arty-modal .arty-result .change-round {
  color: #169ee7;
  font-weight: bold;
  text-decoration: underline;
}
body.dark .pathogen-modal {
  background-color: #292929;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
  color: #f7f9fc;
}
body.dark .pathogen-modal h4,
body.dark .pathogen-modal .pathogen-howto {
  color: #00ffff;
}
body.dark .pathogen-modal .close-row img {
  filter: invert(1);
}
body.dark .nuclear-modal {
  background-color: #292929;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .nuclear-modal .nuclear-form {
  color: #f7f9fc;
}
body.dark .nuclear-modal .nuclear-form #bomb {
  border: 1px solid #f7f9fc;
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .nuclear-modal .nuclear-form #bomb::placeholder {
  color: gray;
}
body.dark .nuclear-modal .nuclear-form .submit-result {
  border: 1px solid #f7f9fc;
}
body.dark .nato-filter-item {
  border-color: #f7f9fc;
}
body.dark #firms-legend {
  background-color: #292929;
}
body.dark #firms-legend .firms-item {
  color: #f7f9fc;
  text-decoration: none;
}
body.dark #firms-legend .firms-item.stroke {
  text-decoration: line-through;
  color: #dadde0;
}
body.dark #firms-legend .firms-hint {
  color: #f7f9fc;
}
body.dark #seb-legend {
  background-color: #292929;
}
body.dark #seb-legend .seb-item {
  color: #f7f9fc;
  text-decoration: none;
}
body.dark #seb-legend .seb-item.stroke {
  text-decoration: line-through;
  color: #dadde0;
}
body.dark #seb-legend .seb-hint {
  color: #f7f9fc;
}
body.dark #trenches-legend {
  background-color: #292929;
}
body.dark #trenches-legend .trenches-item {
  color: #f7f9fc;
  text-decoration: none;
}
body.dark #trenches-legend .trenches-item.stroke {
  text-decoration: line-through;
  color: #dadde0;
}
body.dark #trenches-legend .trenches-hint {
  color: #f7f9fc;
}
body.dark .close-row img {
  filter: invert(1);
}
body.dark .donations-overlay,
body.dark .filter-overlay,
body.dark .ruler-modal {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .donations-overlay .ruler-howto,
body.dark .filter-overlay .ruler-howto,
body.dark .ruler-modal .ruler-howto {
  color: #f7f9fc;
}
body.dark .inverted {
  filter: invert(1);
}
body.dark .history .history-nav {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .history__calendar {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .site-rules-dialog .rights__message {
  color: #ffffff;
}

.deepstate-logo {
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 1500;
}
.deepstate-logo img {
  width: auto;
  height: 55px;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .deepstate-logo {
    top: 64px !important;
  }
}

.griselda-logo {
  position: absolute;
  top: 64px;
  left: 115px;
  z-index: 1500;
}
.griselda-logo img {
  width: auto;
  height: 55px;
  opacity: 0.7;
}

.seb-logo {
  position: absolute;
  top: 83px;
  left: 135px;
  z-index: 1500;
}
.seb-logo img {
  width: auto;
  height: 40px;
  opacity: 0.7;
}

.seb-dialog .deep-header {
  padding: 8px 14px !important;
  height: 16px !important;
}
.seb-dialog .deep-header .close {
  right: 1rem !important;
}
.seb-dialog .dialog-content {
  padding-top: 0px !important;
}

.wl-logo {
  position: absolute;
  top: 83px;
  left: 135px;
  z-index: 1500;
}
.wl-logo img {
  width: auto;
  height: 40px;
  opacity: 0.7;
}

.weatherlayers-logo-control {
  position: absolute;
  top: -40px;
  left: 40px;
  display: none;
}
.weatherlayers-logo-control a,
.weatherlayers-logo-control a:hover {
  width: 160px !important;
  height: 24px !important;
  background-color: transparent !important;
}

#firms-legend {
  background-color: #ffffff;
}
#firms-legend .firms-item {
  text-decoration: none;
  color: #000;
}
#firms-legend .firms-item.stroke {
  text-decoration: line-through;
  color: #aaa;
}
#firms-legend .firms-hint {
  margin-top: 5px;
  font-size: 0.85rem;
  color: #aaa;
}

#seb-legend {
  background-color: #ffffff;
}
#seb-legend .seb-item {
  text-decoration: none;
  color: #000;
}
#seb-legend .seb-item.stroke {
  text-decoration: line-through;
  color: #aaa;
}
#seb-legend .seb-hint {
  margin-top: 5px;
  font-size: 0.85rem;
  color: #aaa;
}

#trenches-legend {
  background-color: #ffffff;
}
#trenches-legend .trenches-item {
  text-decoration: none;
  color: #000;
}
#trenches-legend .trenches-item.stroke {
  text-decoration: line-through;
  color: #aaa;
}
#trenches-legend .trenches-hint {
  margin-top: 5px;
  font-size: 0.85rem;
  color: #aaa;
}

.btn-info {
  transition: all 0.3s;
  border-radius: 50%;
  text-decoration: none;
  text-shadow: 0px 1px 0px #333;
}
.btn-info:hover {
  transition: all 0.3s;
  background-color: #ffffff;
}

.corporative-email {
  margin: 1rem;
}

.message {
  padding: 0.5rem;
  font-size: 12px;
  border-radius: 0.5rem;
  color: #eb0c0c;
  border: 2px solid #eb0c0c;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 24px;
  justify-content: center;
}

.apps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 24px;
  justify-content: center;
  margin-top: 8px;
}

.send-button {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 0;
  border-radius: 6px;
  color: #0288d1;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.disclaimer {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  z-index: 2000;
  box-sizing: border-box;
  justify-content: center;
  overflow-y: auto;
}
.disclaimer .inner {
  width: 100%;
  max-width: 500px;
}
.disclaimer .inner img {
  height: 150px;
}
.disclaimer .inner-text {
  text-align: center;
}
.disclaimer .inner-text h2 {
  font-size: 3.5rem;
}
.disclaimer .inner-text p {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .disclaimer .inner-text p {
    font-size: 1.7rem;
  }
}
.disclaimer .inner-text strong {
  font-weight: 600;
  color: #eb0c0c;
}
.disclaimer .inner-buttons {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 0 1rem;
  justify-content: space-between;
  box-sizing: border-box;
}
.disclaimer .inner-buttons button {
  outline: none;
  border: none;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .disclaimer .inner-buttons button {
    padding: 0.75rem 1rem;
  }
}
.disclaimer .inner-buttons button:hover {
  transition: all 0.3s;
  background-color: #e7e7e7;
}

.disclaimer .disclaimer .inner-text {
  text-align: center;
  font-weight: 300;
}

.leaflet-modal .modal {
  box-sizing: border-box;
  padding: 0 1rem;
}

.search-container {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1600;
  box-sizing: border-box;
  width: 70%;
  max-width: 350px;
  margin-right: 20px;
}
.search-container.opened .search-bar-wrap {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
}
.search-container .search-bar-wrap {
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1%;
  transition: all 0.3s;
}
.search-container .search-bar-wrap--opened {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-container .search-bar-wrap .search-icon {
  cursor: pointer;
  padding: 0.75rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.search-container .search-bar-wrap input {
  flex-grow: 1;
  height: 26px;
  border: none;
  outline: none;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  background-color: inherit;
  width: 0px;
}
.search-container .search-bar-wrap .search-clear {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.search-container .search-bar-wrap .search-clear svg {
  width: 20px;
  height: 20px;
  fill: #888;
  padding: 10px;
  padding-right: 0;
}
.search-container .search-results {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow-y: auto;
}
.search-container .search-results .result-row {
  outline: none;
  border: none;
  padding: 10px;
  padding-left: 40px;
  color: #444;
  background-color: #ffffff;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0.25rem 0;
}
.search-container .search-results .result-row:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.search-container .search-results .no-results-row {
  padding: 10px;
  padding-left: 40px;
  color: #000000;
  text-align: left;
  font-size: 1rem;
}
.search-container.opened .search-icon {
  box-shadow: none;
}
.search-container.opened .search-bar-wrap {
  width: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
}
.search-container.opened .search-bar-wrap .search-bar {
  display: inline-block;
  width: 100%;
}

body.dark .search-results {
  background-color: #292929;
}
body.dark .search-results .result-row {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .search-results .result-row:hover {
  background-color: rgba(247, 249, 252, 0.05);
}
body.dark .search-results .no-results-row {
  background-color: #292929;
  color: #f7f9fc;
}

.history {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.history__text {
  position: relative;
  color: #0078a8;
  cursor: pointer;
  border-radius: 16px;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.history__text:hover {
  background-color: #f4f4f4;
  transition: all 0.3s;
  cursor: pointer;
}
.history__text .badge {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border-radius: 50%;
}
.history__text .badge--active {
  background-color: #eb0c0c;
}
.history__clock {
  width: 1.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 16px;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 0.4rem 0.5rem 0.4rem 0.3rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.history__clock:hover {
  background-color: #f4f4f4;
  transition: all 0.3s;
}
.history__clock--active {
  background-color: #c9c8c8;
}
.history__status {
  margin-left: 0.5rem;
  text-decoration: none;
}

body.dark .history__text {
  color: #ffffff;
  border-radius: 16px;
  background-color: #393c47;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .history__clock {
  background-color: #e1cfcf;
}

@media only screen and (min-width: 320px) {
  .history-areas {
    width: 400px;
    right: 20px;
    left: auto;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .history-areas {
    top: 25px;
  }
}
.history-areas .history-chart .legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.history-areas .history-chart .legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.history-areas .history-chart .legend .legend-item .legend-color {
  width: 30px;
  height: 15px;
}

.ruler-modal {
  position: absolute;
  z-index: 1650;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.ruler-modal .close-row {
  color: #333;
  text-align: right;
}
.ruler-modal .close-row span {
  cursor: pointer;
}
.ruler-modal .close-row img {
  margin: 0.5em;
}
.ruler-modal h4 {
  font-size: 0.85rem;
  margin-top: 0;
  margin-bottom: 8px;
}
.ruler-modal .ruler-howto {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.58);
}
.ruler-modal .ruler-area {
  display: none;
  margin-top: -0.5rem;
}
.ruler-modal .ruler-area span.area-mode-toggle {
  display: none;
  cursor: pointer;
  color: #0078a8;
}
.ruler-modal .ruler-area span.area-mode-toggle:hover {
  text-decoration: underline;
}

.pathogen-modal {
  position: absolute;
  z-index: 1650;
  bottom: 10px;
  left: 50%;
  margin-left: -175px;
  box-sizing: border-box;
  width: 350px;
  padding: 10px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.pathogen-modal .close-row {
  color: #333;
  text-align: right;
}
.pathogen-modal .close-row span {
  cursor: pointer;
}
.pathogen-modal .close-row img {
  margin: 0.5em;
}
.pathogen-modal h4 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 8px;
  color: #eb0c0c;
}
.pathogen-modal .pathogen-howto {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(235, 12, 12, 0.85);
}

.error-modal {
  position: absolute;
  z-index: 1600;
  bottom: 0px;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background-color: #cf5454;
}
.error-modal .error-message {
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

.history-range {
  position: absolute;
  bottom: 6rem;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
}
@media only screen and (max-width: 767px) {
  .history-range {
    bottom: 9rem;
  }
}
.history-range--visible {
  transition: all 0.3s;
  display: block;
}

.leaflet-bar {
  border: 1px solid transparent !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.5rem !important;
  background-color: #ffffff;
  transition: all 0.3s;
}
.leaflet-bar:hover {
  background-color: #f4f4f4;
  transition: all 0.3s;
}

.leaflet-touch .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-in {
  border-radius: 8px 8px 0 0;
}
.leaflet-touch .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-out {
  border-radius: 0 0 8px 8px;
}

body.dark .leaflet-bar {
  background-color: transparent;
}
body.dark .leaflet-touch .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-in {
  background-color: #393c47;
  color: #f7f9fc;
  border-bottom: 1px solid #393c47;
}
body.dark .leaflet-touch .leaflet-bar.leaflet-control-zoom .leaflet-control-zoom-out {
  background-color: #393c47;
  color: #f7f9fc;
}
body.dark .leaflet-container .leaflet-control-attribution {
  background-color: #fff !important;
}

.legend-list {
  list-style-type: none;
  padding-left: 0.5rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
}
@media only screen and (max-width: 767px) {
  .legend-list {
    display: flex;
    flex-direction: column;
  }
}
.legend-list li.legend__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 8px;
}
.legend-list .legend__description {
  text-align: left;
}

.legend__icon {
  width: 2.5rem;
}
.legend__icon img {
  width: 100%;
}

.area {
  min-width: 1.5rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 2px solid #000000;
}
.area--green {
  background-color: rgba(15, 157, 88, 0.3);
  border-color: #0f9d58;
}
.area--blue {
  background-color: rgba(2, 136, 209, 0.3);
  border-color: #0288d1;
}
.area--gray {
  background-color: rgba(188, 170, 164, 0.3);
  border-color: #bcaaa4;
}
.area--red {
  background-color: rgba(165, 39, 20, 0.3);
  border-color: #a52714;
}
.area--pink {
  background-color: rgba(255, 102, 102, 0.3);
  border-color: #ff6666;
}
.area--railway {
  background: repeating-linear-gradient(45deg, #333333, #333333 4px, #ffffff 4px, #ffffff 8px);
  border-color: #333;
}
.area--purple {
  background-color: rgba(136, 14, 79, 0.3);
  border-color: #880e4f;
}
.area--pink {
  background-color: rgba(255, 102, 102, 0.3);
  border-color: #ff6666;
}
.area--black {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #000000;
}

a {
  color: #0288d1;
  text-decoration: none;
  outline: none;
}

.legend-list {
  list-style-type: none;
}
.legend-list li.legend__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.legend__icon {
  width: 2.5rem;
}
.legend__icon img {
  width: 100%;
}

.online-table {
  width: 100%;
}

.rights {
  display: flex;
  flex-direction: column;
}
.rights__message {
  color: #000000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .rights__message {
    font-size: 1.5rem;
  }
}

.site-rules-dialog {
  text-align: center;
  background: #000000;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .site-rules-dialog {
    padding: 1rem;
    max-width: 85%;
  }
}
.site-rules-dialog .dialog-content {
  max-height: 90vh;
}

.button-link {
  width: 50%;
  margin: 0 auto;
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  border: 1.5px solid transparent;
  color: #ffffff;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.button-link:hover {
  transition: all 0.3s;
}
.button-link--black {
  border-color: #000000;
  color: #000000;
}
.button-link--black:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.button-link--white {
  border-color: #ffffff;
  color: #ffffff !important;
}
.button-link--white:hover {
  border-color: #000000;
  color: #000000 !important;
  background-color: #ffffff;
}

.background-dialog-image {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.social__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.social__item {
  width: 3rem;
  height: 3rem;
}

body.dark .social__item img {
  filter: invert(100%);
}

.languages {
  display: flex;
  justify-content: space-around;
}
.languages__flag {
  width: 3rem;
  height: 3rem !important;
}
.languages a {
  margin: 2rem;
  cursor: pointer;
}

.history {
  display: flex;
}
.history.custom-control {
  width: auto;
  background-color: transparent !important;
  box-shadow: none;
}
.history__calendar {
  background-color: #ffffff;
  outline: none;
  height: 40px;
  padding: 0 7px;
  width: 140px;
  border: none;
  font-family: inherit;
  color: #0288d1;
  border-radius: 25px;
  font-weight: 600;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.history-list {
  list-style-type: none;
  padding: 0;
}
.history-nav {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 45px;
  height: 40px;
  background-color: #ffffff;
  margin: 4px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  outline: none;
  padding: 6px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.history-nav:active:not(:disabled) {
  transform: translateY(2px);
}
.history-nav:disabled {
  background: gainsboro;
  border: 0;
  cursor: not-allowed;
}
.history-version {
  padding: 0.5rem;
  margin: 0.25rem;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
}
.history__datetime {
  width: 8rem;
  margin-right: 0.5rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.history__datetime:hover {
  background-color: #d9dedb;
}
.history__datetime--active {
  background-color: rgba(41, 255, 72, 0.5019607843);
}
.history__description {
  width: 100%;
}

.history-dialog {
  max-width: 60vw;
}
@media only screen and (max-width: 767px) {
  .history-dialog {
    max-width: unset;
  }
}

.badge-container {
  position: relative;
}
.badge-container .badge {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border-radius: 50%;
}
.badge-container .badge--red {
  background-color: #eb0c0c;
}
.badge-container .badge--green {
  background-color: #0f9d58;
}

.leaflet-top.leaflet-right {
  /* Pad 4 round icons left to allow toolbar in */
}
@media screen and (orientation: portrait) {
  .leaflet-top.leaflet-right {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (orientation: landscape) {
  .leaflet-top.leaflet-right {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (orientation: landscape) and (min-height: 0) {
  .leaflet-top.leaflet-right {
    right: 45px !important;
  }
}
@media screen and (orientation: landscape) and (min-height: 308px) {
  .leaflet-top.leaflet-right {
    right: 0 !important;
  }
}

.layers-dialog .base-layer-row {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .layers-dialog .base-layer-row {
    flex-wrap: wrap;
  }
}
.layers-dialog .base-layer-row .base-layer-preview {
  display: flex;
  align-items: center;
  flex-basis: 30%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
> .layers-dialog .base-layer-row .base-layer-preview.active {
  border: 3px solid #0f9d58;
}
.layers-dialog .base-layer-row .base-layer-preview .preview-default {
  border-radius: 0.5rem;
  border: 3px solid #bfbfbf;
  width: 10rem;
  height: 80px;
  background-image: url("/images/base_default.jpg");
  background-position: center center;
  background-size: cover;
}
.layers-dialog .base-layer-row .base-layer-preview .preview-terrain {
  border-radius: 0.5rem;
  border: 3px solid #bfbfbf;
  width: 10rem;
  height: 80px;
  background-image: url("/images/base_terrain.jpg");
  background-position: center center;
  background-size: cover;
}
.layers-dialog .base-layer-row .base-layer-preview .preview-satellite {
  border-radius: 0.5rem;
  border: 3px solid #bfbfbf;
  width: 10rem;
  height: 80px;
  background-image: url("/images/base_satellite.jpg");
  background-position: center center;
  background-size: cover;
}
.layers-dialog .base-layer-row .base-layer-title {
  display: flex;
  align-items: center;
  flex-basis: 70%;
  font-size: 1.3rem;
  justify-content: center;
}

.filter {
  position: relative;
}

.filter-overlay {
  cursor: default;
  position: absolute;
  right: 2.5rem;
  bottom: -10rem;
  width: 10rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.filter-item {
  display: flex;
  align-items: center;
  margin: 0.25rem;
}

.nato-filter-item {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #000000;
}

.filter-list {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 2rem;
  width: 50px;
  height: 27px;
  position: relative;
  vertical-align: middle;
  transition: all 0.3s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: left 0.25s;
}
.toggle-checkbox:checked + .toggle-switch {
  background: #0288d1;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 25px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 0.5rem;
  position: relative;
  font-size: 1rem;
}

.arty-ui.arty-filter {
  margin-bottom: 0.5rem;
}
.arty-ui.arty-filter .arty-filter-item {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #555;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e2e2e2;
  cursor: pointer;
}
.arty-ui.arty-filter .arty-filter-item.active {
  background-color: #c2c2c2;
}
.arty-ui.round-go-back {
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  text-align: center;
}
.arty-ui.round-go-back span {
  cursor: pointer;
  color: #018bc2;
}
.arty-ui.round-go-back span:hover {
  text-decoration: underline;
  color: #0078a8;
}
.arty-ui .arty-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #c9c8c8;
}
.arty-ui .arty-row .arty-icon {
  display: inline;
  /*height: 1.3rem;
  width: auto;*/
  margin-right: 0.25rem;
}
.arty-ui .arty-row .arty-icon img {
  height: 1.3rem;
  width: auto;
}
.arty-ui .arty-row .arty-title {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.arty-ui .arty-row .arty-title .calibre {
  color: #aaaaaa;
}
.arty-ui .arty-row .arty-capable--yes {
  color: #0f9d58;
  margin-bottom: 0.5rem;
}
.arty-ui .arty-row .arty-capable--no {
  color: #eb0c0c;
  margin-bottom: 0.5rem;
}
.arty-ui .arty-row .wiki-link {
  margin-bottom: 0.5rem;
}
.arty-ui .arty-row .arty-select {
  width: 50px;
  font-weight: 600;
  color: #aaaaaa;
  font-size: 2.5rem;
  text-align: center;
  cursor: pointer;
  align-self: center;
}
.arty-ui .round-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #c9c8c8;
}
.arty-ui .round-row .round-title {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.arty-ui .round-row .arty-capable--yes {
  color: #0f9d58;
  margin-bottom: 0.5rem;
}
.arty-ui .round-row .arty-capable--no {
  color: #eb0c0c;
  margin-bottom: 0.5rem;
}
.arty-ui .round-row .wiki-link {
  margin-bottom: 0.5rem;
}
.arty-ui .round-row .round-select {
  width: 50px;
  font-weight: 600;
  color: #aaaaaa;
  font-size: 2.5rem;
  text-align: center;
  cursor: pointer;
  align-self: center;
}

body.dark .arty-row {
  border-bottom: 1px solid #424242;
}

.arty-modal {
  position: absolute;
  z-index: 1640;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.arty-modal .close-row {
  color: #333;
  text-align: right;
}
.arty-modal .close-row span {
  cursor: pointer;
}
.arty-modal .close-row img {
  margin: 0.5em;
}
.arty-modal h4 {
  font-size: 0.85rem;
  margin-top: 0;
  margin-bottom: 8px;
}
.arty-modal .arty-howto {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.58);
}
.arty-modal span.change-round {
  cursor: pointer;
  color: #018bc2;
}
.arty-modal span.change-round:hover {
  text-decoration: underline;
  color: #0078a8;
}

@supports (-webkit-touch-callout: none) {
  .leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
    will-change: transform;
  }
}
.custom-control {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

body.dark .custom-control {
  background-color: #393c47;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
}
body.dark .custom-control img:not(.no-invert) {
  filter: invert(100%);
}
body.dark .custom-control svg {
  fill: #f7f9fc;
}
body.dark .custom-control svg path {
  fill: #f7f9fc;
}

.bottom-nav-bar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bottom-nav-bar {
    display: block;
    height: 4rem;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: #ffffff;
    z-index: 1000;
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
}
.bottom-nav-bar .filter-overlay {
  bottom: 10rem;
  right: 4rem;
}

.bar__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem;
  color: inherit;
}
.bar__item .bar__icon {
  padding: 0.25rem;
  border-radius: 50%;
}
.bar__item--active {
  color: #0288d1;
}
.bar__item--active .bar__icon {
  background: rgba(0, 120, 168, 0.1019607843);
}
.bar__item img {
  width: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.dark .bottom-nav-bar {
    background: #393c47;
    box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
  }
}
body.dark .bottom-nav-bar .bar__item {
  color: #f7f9fc;
}
body.dark .bottom-nav-bar img:not(.no-invert) {
  filter: invert(100%);
}

.language-overlay {
  position: absolute;
  top: 120%;
  right: 0;
  background: #ffffff;
  border-radius: 0.5rem;
  z-index: 20000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.language-overlay ul {
  list-style-type: none;
  padding: 1rem 0.5rem 0 0.5rem;
  margin: 0;
}
.language-overlay ul .language-item {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.language-overlay ul .language-item:hover:not(.language-item--active) {
  transition: all 0.3s;
  background-color: rgba(2, 136, 209, 0.2);
}
.language-overlay ul .language-item--active {
  background-color: #0288d1;
  color: #ffffff;
}
.language-overlay ul span {
  margin-left: 0.5rem;
  font-size: 1rem;
}

body.dark .language-overlay {
  background-color: #292929;
  box-shadow: 0 1px 4px rgba(20, 20, 63, 0.3);
  color: #f7f9fc;
}
body.dark .language-overlay ul .language-item:hover:not(.language-item--active) {
  background-color: rgba(65, 65, 139, 0.35);
}
body.dark .language-overlay ul .language-item--active {
  background-color: #41418b;
  color: #f7f9fc;
}

.donations-overlay {
  position: absolute;
  top: 120%;
  right: 0;
  background: #ffffff;
  border-radius: 0.5rem;
  z-index: 20000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 135px;
}
.donations-overlay ul {
  list-style-type: none;
  padding: 1rem 0.5rem 0 0.5rem;
  margin: 0;
}
.donations-overlay ul .donations-item {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.donations-overlay ul .donations-item:hover:not(.donations-item--active) {
  transition: all 0.3s;
  background-color: rgba(2, 136, 209, 0.2);
}
.donations-overlay ul .donations-item--active {
  background-color: #0288d1;
  color: #ffffff;
}
.donations-overlay ul span {
  margin-left: 0.5rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .leaflet-bottom.leaflet-right, .leaflet-bottom.leaflet-left {
    bottom: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .control-info,
.control-logo,
.control-filter,
.control-donation,
.history__clock {
    display: none;
  }
}

.leaflet-control-zoom {
  border-radius: 15px !important;
}

.leaflet-control-zoom-in {
  border-radius: 15px 15px 0 0 !important;
}

.leaflet-control-zoom-out {
  border-radius: 0 0 15px 15px !important;
}

.control-geolocation > a {
  background-color: transparent !important;
}

.geolocation-error-dialog .dialog-content {
  margin: 5px;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(235, 12, 12, 0.85);
  color: rgb(235, 12, 12);
  background-color: rgba(235, 12, 12, 0.05);
  text-align: center;
}

body.dark .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>') !important;
}

body.dark .leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>') !important;
}

body.dark .leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(32, 116, 182)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>') !important;
}

body.dark .leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(252, 132, 40)" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>') !important;
}

.dark-mode .leaflet-tile-pane {
  filter: invert(1) hue-rotate(180deg);
}

.nuclear-modal {
  position: absolute;
  background-color: #ffffff;
  top: 25%;
  right: 60px;
  padding: 24px;
  border-radius: 8px;
  z-index: 1200;
  width: 300px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .nuclear-modal {
    right: 5px;
    padding: 12px;
    width: 75%;
    top: unset;
    bottom: 60px;
  }
}
.nuclear-modal .nuclear-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nuclear-modal .nuclear-form .resource {
  position: absolute;
  bottom: 5px;
  right: 25px;
  background-color: rgba(255, 255, 255, 0.7);
}
.nuclear-modal #bomb {
  border-radius: 6px;
  border: 1px solid lightgray;
  line-height: 24px;
  padding: 2px 8px;
  outline: none;
}
.nuclear-modal #bomb::placeholder {
  color: lightgray;
}
.nuclear-modal .submit-result {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.nuclear-modal .nuclear-result {
  height: 200px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .nuclear-modal .nuclear-result {
    height: 100px;
  }
}
.nuclear-modal .legendkey {
  margin-bottom: 2px;
  margin-top: 5px;
}
.nuclear-modal .caption {
  font-size: 12px;
  line-height: 1.15;
  padding: 4px 0;
}
.nuclear-modal .note {
  font-size: 12px;
  line-height: 1.15;
}
.nuclear-modal .errors {
  font-size: 12px;
}

.partners {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.partners__list {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.partners__item {
  width: 3rem;
  height: 3rem;
  margin: 0.5rem;
}

.legend {
  display: flex;
  flex-direction: column;
}

.theme {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  cursor: pointer;
}

.new-year {
  width: 37px;
  height: 37px;
  text-align: center;
}

.mobile-app {
  display: flex;
  align-items: center;
}
.mobile-app img {
  width: 155px;
  height: 55px;
}

body.dark .leaflet-control-scale .leaflet-control-scale-line {
  border-color: #666;
  background: rgba(255, 255, 255, 0.2);
  color: #f7f9fc;
  text-shadow: none;
}

.leaflet-contextmenu {
  display: none;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0;
  background-color: #fff;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item {
  display: block;
  color: #222;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  padding: 0 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: default;
  outline: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
  opacity: 0.5;
}

.leaflet-contextmenu a.leaflet-contextmenu-item.over {
  background-color: #f4f4f4;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
  background-color: inherit;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.leaflet-contextmenu-icon {
  margin: 2px 8px 0 0;
  width: 16px;
  height: 16px;
  float: left;
  border: 0;
}

.leaflet-contextmenu-separator {
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
}

.leaflet-overlay-pane.seb-enabled svg {
  z-index: 950 !important;
}
.leaflet-overlay-pane.seb-enabled .leaflet-pixi-overlay {
  z-index: 1050 !important;
}

body.dark .leaflet-popup .leaflet-popup-content-wrapper {
  background-color: #292929;
  color: #f7f9fc;
}
body.dark .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  background-color: #292929;
}

.support-us .dialog-content {
  max-height: 100vh;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
.grogu-easter-egg {
  right: 5rem;
  position: fixed;
  bottom: 7rem;
  z-index: 2000;
  width: 150px;
  height: 150px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .grogu-easter-egg {
    bottom: 11rem;
  }
}
.grogu-easter-egg img {
  width: 100%;
  animation: scaleAnimation 5s infinite;
}
.grogu-easter-egg .grogu-active {
  position: absolute;
  bottom: 0;
  transform: scale(1.5);
}

.leaflet-control-container .leaflet-top.leaflet-left {
  top: 120px;
}

.separator {
  height: 1px;
  width: 90%;
  background-color: #d7d7d7;
  margin: 8px auto;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.leaflet-control-container .leaflet-top.leaflet-left {
  top: 120px;
}