html, body {
  margin: 0;
  padding: 0;
}

#map {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#selectContainer {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 11px 0;
  text-align: center;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 8px;           
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); 
}

#loader {
  position: fixed;
  inset: 0; 
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modal-flag-container img {
  width: 40px;
  height: 28px;
  margin-right: 10px;
}

#modal-currency-exchange, #modal-forecast {
  font-size: 16px;
  font-family: 'Segoe UI', sans-serif;
}

.date-col {
  min-width: 150px;
}

#modal-wikipedia-places td {
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
}

#modal-1.modal.fade.show, #modal-2.modal.fade.show, #modal-3.modal.fade.show,
#modal-4.modal.fade.show, #modal-5.modal.fade.show, #modal-6.modal.fade.show {
  z-index: 2000;
}

.bootstrap-select .no-results {
  max-width: 320px !important;
  white-space: normal !important;
  box-sizing: border-box;
}

.marker-cluster-small, .marker-cluster-medium {
  border: 1px solid black !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;    
}

.leaflet-marker-shadow {
  display: none !important;
}

.extra-marker {
  box-shadow: none !important;
  filter: none !important;
}

.marker-cluster-small, .marker-cluster-medium, 
.marker-cluster-small div, .marker-cluster-medium div {
  background-color: skyblue !important; 
}

table#modal-forecast-table tbody tr {
  background-color: #c1c1c4;
  position: relative;
}

table#modal-forecast-table tbody td {
  border: none;
  padding: 8px;
  background-color: #c1c1c4;
} 

#modal-forecast-table {
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%;           
  table-layout: fixed; 
}

#modal-7 .modal-body {
  overflow-y: auto;
  overflow-x: auto;
}

#fromAmount, #toAmount {
  width: 220px;
  border: 1px solid #666565;
}

#toAmount {
  background-color: #fff;
}

#currencyForm input, #currencyForm select {
  font-size: 16px !important;
}

#modal-news-table td {
  vertical-align: top;
  padding: 5px;
}

.img-wrapper {
  display: flex;
  align-items: flex-start;
}

.img-wrapper img {
  width: 200px;
  height: 150px;
  border: 2px solid #666565;
  border-radius: 10px;
  object-fit: cover;
}

.headline-wrapper, .source-wrapper {
  display: block;
}

.headline-wrapper a {
  display: block;
  margin-bottom: 10px;
}

.source-wrapper {
  font-size: 0.9rem;
}

#selectContainer {
  display: flex;
}

@media (max-width: 430px) {
  .headline-wrapper a {
    font-size: 0.75rem; 
  }

  .source-wrapper {
    font-size: 0.70rem;
  }

  .img-wrapper img {
    width: 150px;
    height: 100px;
  }
}