@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

* {
  font-family: "Teachers", sans-serif;
}
html,
body {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
.me-auto {
  margin-left: 10px;
}
.side-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  left: -350px;
  width: 350px;
  position: fixed;
  background: linear-gradient(180deg, #0e4c66 0, #001a30 100%);
  overflow-x: hidden;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
}
.closebtn {
  color: white;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.1em;
  margin-left: 50px;
  cursor: pointer;
}
.header-side-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Teachers", sans-serif;
  font-weight: 100;
  color: #f8f8ff;
  margin-top: 100px;
  margin-bottom: 20px;
}
.header-side-nav p {
  margin: 2px;
  font-size: xx-large;
  font-weight: 900;
}
#map {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #030303;
}
.form-group {
  margin-top: 20px;
  width: 100% !important;
}
.modal-body p {
  font-size: medium;
}
#close-menu {
  transform: scale(1.2);
}
#close-menu:hover {
  color: rgb(255, 0, 0);
}

.img-modal-about {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.info img {
  width: 320px;
}
#colorbar-close-layer {
  padding: 2px 2px;
  cursor: pointer;
}

#colorbar-close-layer:hover {
  color: rgb(255, 0, 0);
}

#colorbar-overlay-close {
  padding: 2px 2px;
  cursor: pointer;
}

#colorbar-overlay-close:hover {
  color: rgb(255, 0, 0);
}

.labsat-btn {
  cursor: pointer;
}


.logoCepagriPrint {
  border-radius: 5px;
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
}
.logoCepagriPrint img {
  width: 230px;
}
.leaflet-control-layers-overlays label {
  margin-bottom: 0px !important;
}

.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin:0;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

@media (max-width: 650px) {
  .logoCepagriPrint {
    width: 130px;
    height: 30px;
  }
  .info img {
    width: 300px;
  }
  .logoCepagriPrint img {
    width: 120px;
  }
}
@media (max-width: 320px) {
  .info img {
    width: 200px;
  }
}

.lightbox {
  position: absolute;
  width: 100vw; height: 100vh;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox .content {
  padding: 30px;
  background-color: white;
  max-width: 500px;
  min-width: 400px;
  border-radius: 10px;
  box-shadow: 4px 4px 2px 0 #565656;
}

.lightbox .content h3 {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.lightbox .content p {
  font-size: 20px;
  margin-bottom: 0;
}

.piechart-content {
  background-color: white;
  padding: 10px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.info img {
  width: unset;
  max-width: 500px;
}

.collapsed {
  width: 40px; height: 40px;
  cursor: pointer;
}
.collapsed .piechart-content {
  display: none;
}
.estado-regiao-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.estado-regiao-wrapper .radio-button label {
  font-size: 18px;
  font-weight: 400;
}
.piechart-content-title {
  font-size: 33px;
  margin-bottom: 10px;
  text-align: center;
}
