/*custom css start*/

.single_card_wrapper,
.default_fallback_card {
  display: flex;
  gap: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
  outline: none !important;
  cursor: pointer;
}

.event_card_wrapper {
  display: flex;
  gap: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
  outline: none !important;
  cursor: pointer;
}

.single_card_wrapper:hover,
.default_fallback_card:hover,
.single_card_wrapper:active,
.default_fallback_card:active,
.single_card_wrapper:visited,
.default_fallback_card:visited {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  outline: none !important;
}

.content_wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
}

.rounded_info_circle {
  position: absolute;
  right: 100px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  color: #fff;
  /*background-color: red;*/
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.figure_table {
}

.table-borderless th,
td {
  border: none !important;
  padding: 0px !important;
}

.news_details_scale_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.scale_content_wrapper {
  display: flex;
  gap: 1rem;
}

.news_details_scale_icon_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 40px 0 20px 0;
}

.joren-custom-input {
  height: 50px !important;
  padding-left: 40px !important;
}

.map_icon_wrapper {
  position: absolute;
  top: 303px;
  right: 175px;
  z-index: 999;
  height: 50px;
  width: 50px;
}

.map_icon_wrapper img {
  width: 100%;
  height: 100%;
}

.reset_input_wrapper {
  display: flex;
  gap: 10px;
}

.reset_input_wrapper .reset_input {
  flex: 0 0 80%;
}

.reset_input_wrapper .reset_icon {
  /*    flex: 0 0 20%;*/

  display: flex;

  gap: 10px;
}

.reset_input_wrapper .reset_icon a img {
  display: block;
  height: 50px;
}

.joren-pagination li.active a {
  background: #007bff !important;
}

.joren-pagination li a:hover {
  background: #007bff !important;
}

.mapImage {
  height: 50px;
  width: 50px;
  cursor: pointer;
}

/*custom css end*/
.map-wrapper {
  position: relative;
}
.map-wrapper .overlay-image {
  position: absolute;
  top: 100px;
  left: 20px;
}
