<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
******************
******************
******************
******************
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Distinctio earum in et nostrum doloremque quas deserunt, velit hic veniam eveniet delectus illo nesciunt architecto vitae aspernatur corrupti rerum quaerat iure.**
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Distinctio earum in et nostrum doloremque quas deserunt, velit hic veniam eveniet delectus illo nesciunt architecto vitae aspernatur corrupti rerum quaerat iure.
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
*/
html {
  height: 100%;
  margin: 0;
}

@font-face {
  font-family: "myFont-bold";
  src: url("https://www.theweatherpartner.earth/projects/js-dir/src/CooperHewitt-Bold.otf");
}

.info.title.leaflet-control {
  background-color: #21356500;
  width: 50vw;
  font-family: 'myFont-bold'
}

/* 
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Distinctio earum in et nostrum doloremque quas deserunt, velit hic veniam eveniet delectus illo nesciunt architecto vitae aspernatur corrupti rerum quaerat iure.
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
*/
.legend.leaflet-control {
  top: 1px;
}

.leaflet-control-coordinates .uiElement.label {
  font-size: 10px;
  padding: 0.5px;
}

.leaflet-control-coordinates {
  color: #ffffff;
  background-color: rgba(33, 53, 101, .5);
}

#loading-window-icon {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  min-width: 250px;
  margin-top: 15%;
  margin-left: 45%;
  padding: 1%;
  z-index: 1000000;
  border-radius: 200px;
}

#loading-window {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  padding: 1%;
  z-index: 1000000;
}

#p-choose {
  -webkit-appearance: none;
  width: 250px;
  display: inline-block;
  vertical-align: middle;

}


#p-choose::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #213565;
  height: 15px;
  width: 10px;
  border-radius: 3px;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: -3px;
  z-index: 101;

}

#p-choose::-webkit-slider-runnable-track {
  width: 270px;
  height: 10px;
  cursor: pointer;
  background: #213565;
  border-radius: 10px;
  border: 0.2px solid #FFFFFF;
}

#loading-window-icon {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  min-width: 250px;
  margin-top: 15%;
  margin-left: 45%;
  padding: 1%;
  z-index: 1000000;
  border-radius: 200px;
}

#loading-window {
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  padding: 1%;
  z-index: 1000000;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent
}

*::-webkit-scrollbar {
  width: 8px;
  background-color: #213565;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-marker-hover {
  transition: filter .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, margin-top .2s ease-in-out, margin-left .2s ease-in-out;
}

.input-password-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  backdrop-filter: blur(20px);
  background: radial-gradient(circle, #6e7ea4, #1c2b55);
}

.input-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  gap: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.input-password-label {
  font-size: 18px;
  color: #213565;
}

.input-password-password {
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  outline: none;
}

.input-password-submit {
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #213565;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.input-password-submit:hover {
  background-color: #304f7a;
  scale: 1.1;
}

@media screen and (max-width: 768px) {

  .input-password-label,
  .input-password-submit {
    font-size: 17px !important;
  }

  .input-password-form {
    padding: 40px 20px;
  }
}

/* 
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
******************
*/

button, input, select {
  font-family: inherit;
}</pre></body></html>