#map {
  height: 100vh;
  cursor: crosshair;
}

.modal {
  z-index: 2001;
}

.transparent {
  background-color: transparent;
  z-index: 2000;
}

.button-state {
  display: flex;
  align-items: center;
  justify-content: center;
}

#dropdown {
  z-index: 2000;
}

#dropdown-wrapper {
  z-index: 2000;
  width: 500px;
}

#dropdown button div {
  overflow: hidden;
  text-overflow: ellipsis;
}

#dropdown-menu {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}

#country-option {
  z-index: 2005;
  position: absolute;
}

#region-table-wrapper {
  max-height: 250px;
  overflow-y: auto;
}

#timezone-table-wrapper {
  max-height: 304px;
  overflow-y: auto;
}

#timezone-table-wrapper thead {
  position: sticky;
  top: 0;
  z-index: 2001;
}

#region-table thead th {
  position: sticky;
  top: 0;
  z-index: 2001;
}

#bordering-list {
  max-height: 266.5px;
  overflow-y: auto;
}

#wiki-data {
  height: 200px;
  overflow-y: auto;
}

#wiki-articles {
  max-height: 250px;
  overflow-y: auto;
}
#news-articles {
  max-height: 500px;
  overflow: auto;
}

#wiki-header {
  position: sticky;
  top: 0;
  z-index: 2001;
  background-color: white;
}

#modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#progress-container {
  height: 40px;
  z-index: 2001;
  display: none;
}

#preloader {
  z-index: 3000;
}

.dropdown-item div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.article {
  max-height: 100px;
  text-overflow: ellipsis;
}

.article-title {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article div {
  overflow: hidden;
}
.article div p {
  display: -webkit-box; /* Enable the box layout for truncation */
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
  -webkit-line-clamp: 2; /* Number of lines to show */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Show ellipsis */
}

/* MAP MARKERS */

.fa-index {
  z-index: 2000;
}
.modal-icon {
  opacity: 0.7;
  width: 24px;
}
.icon {
  width: 21px;
  height: 21px;
}

.icon-big {
  width: 28px;
  height: 28px;
}

#cluster-count {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  /* bottom: 28;
  left: 21; */
  z-index: 2001;
  opacity: 0.9;
}

/* *** USER TILE ***  */
.user-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 30px;
  box-shadow: -2px 1px 0px 0px rgba(0, 0, 0, 0.8);
  /* background-image: url("./assets/icons8-question-96.png"); */
  background-color: aliceblue;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.tile-inner-flag {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 165%;
  height: 165%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
