/*
Theme name: Recycle
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
html {
  height: 100%;
}
body {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  color: #333333;
  text-align: center;
  margin: 5px;
}
h2 {
  color: #a4a4a4;
  text-align: center;
  margin: 0 10px 10px 10px;
}
#map {
  width: 70%;
  height: 55%;
}
.language {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
.language img {
  width: 42px;
  cursor: pointer;
}
.logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.logos img {
  height: 35px;
  margin: 10px;
}
@media only screen and (max-width: 1500px) {
  #map {
    width: 90%;
  }
  .language {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #map {
    height: 45%;
  }
  .logos img {
    margin: 8px;
  }
}

.leaflet-popup-content {
  text-align: center;
}
.popup-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.popup-table th,
.popup-table td {
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}
.popup-table th {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
}
.popup-table td {
  background-color: #fafafa;
}
.popup-table img {
  height: 60px;
  margin-top: 5px;
}
.leaflet-popup-content {
  width: unset !important;
}
.nas-naziv-label {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .popup-table th,
  .popup-table td {
    padding: 2px;
    font-size: 9px;
  }
  .popup-table img {
    height: 35px;
    margin-top: 5px;
  }
}
