/* Show it is fixed to the top */
html {
  font-size: 16px;
}


.app-name{
  font-family: 'Roboto', sans-serif;
}

.other-image-class img {
  max-width: 100%;
  height: auto;
}

.aspect-ratio-3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.67%; /* 3:2 aspect ratio */
  overflow: hidden;
}

.aspect-ratio-3-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

#sidebar-nav {
  width: 230px;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

/* ion rangeSlider */

.js-range-slider {
  height: 100px;
  padding: 10px 10px 10px 10px;
}

.irs--flat .irs-handle>i:first-child {
background-color: #212529!important;//Replace With Your color code
}
.irs--flat .irs-bar {
background-color: #212529!important;//Replace With Your color code
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
background-color: #212529!important;//Replace With Your color code
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
border-top-color: #212529!important;//Replace With Your color code
}


#omap {
  height: 280px;
}

.main-container {
  min-height: calc(100vh - 118.4px);
  margin: 0 2.2rem;
}

footer {
  border-top: solid 1px rgb(202, 202, 202);
  padding-top: 1rem;
  background-color: #212529;
  padding-left: 3rem;
  padding-bottom: 20px;
}

.btn-collapse {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: white;
  border: none;
  background-color: #212529 !important;
}

.btn-primary:focus {
  box-shadow: none;
}

.menu-btn {
  width: 22px;
  height: 22px;
}

.navbar-right-content {
  width: 150px;
}

.search-bar {
  border-radius: 37.6px !important;
  padding-left: 1.2rem;
  border: none;
  width: 200px;
}

.search-button {
  border-radius: 37.6px !important;
}

.match-list {
  position: absolute;
  background-color: white;
  color: black;
  top: 38px;
  left: 0px;
  width: 200px;
  border-radius: 5px;
  padding: 0;
}

.match-list li {
  list-style-type: none;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  line-break: normal;
  display: inline-block;
}

.match-list li:hover {
  background-color: rgb(193, 193, 193);
}

.search-form {
  position: relative;
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.city-info {
  min-height: 380px;
  flex-direction: row;
  margin: 0rem;
}

.city-img-container {
  height: 380px;
  background-color: #828282;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  padding: 0 0;
}

.city-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); /* Adjust the last value (0.5) for the desired level of opacity */
  z-index: 1; /* Ensure the overlay is above the image */
}

.city-info-container {
  height: 20%;
}

.img-logo {
  height: 2rem;
}

.card-body h5 {
  font-size: 1.1rem;
}

.card {
  border-radius: 8px; /* You can adjust the radius to make the corners more or less rounded */
  overflow: hidden; /* Ensure content within the card stays within rounded corners */
  box-shadow: 2.0px 4.0px 4.0px 0 hsl(0deg 0% 0% / 0.44);
  border: none; /* Ensure no border is present */
}

.btns-temp {
  /* padding: 18px; */
  border-bottom: solid rgb(219, 219, 219) 1px;
  border-top: solid rgb(219, 219, 219) 1px;
}

.filter-list-container {
  position: absolute;
  top: 190px;
  left: 390px;
  display: block !important;
  visibility: visible !important;
}
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0.8rem 0.8rem;
  background-color: #212529;
  border-radius: 2.5rem;
}
.filter-el {
  list-style: none;
  padding: 0.5rem;
  border-radius: 50%;
  height: 2.0rem;
  width: 1.8rem;
  line-height: 0rem;
  /* text-indent: -0.1rem; */
  color: white;
  text-align: center;
}
.filter-el-md {
  text-indent: -0.1rem;
}
.filter-el-bg {
  text-indent: -0.15rem;
}

.filter-el:hover {
  /*background-color: #212529;*/
  cursor: pointer;
}

.map-container {
  display: flex;
  justify-content: center;
}

.map-slider-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px; /* sets up gap between two items */
}

.btn-map {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: none;
  line-height: -1rem;
  color: white;
  background: #212529; /* Change background color to black */
  flex-shrink: 0; /* Prevent shrinking of play button*/
}

#timeslide {
  cursor: pointer;
  min-width: 60%; /* Set minimum width to 50% */
}


/* User Reviews */

.userReviews{
  background-color: #f8f9fa;
  margin-left: 25px;
  margin-right: 24px;
  margin-top: 25px;
}
.container1 {
  width: 65%;
  padding: 0;
  border-radius: 5px;
}
.m{
  padding: 0 0;
}
.review {
  font-size: 19px;
  font-weight: 450;
  color: black;
  padding: 10px 0;
}
.carousel-inner{
  max-width: 900px;
  height: 220px;
}
.left {
  color:grey;
  font-size: 40px;
}
.right {
  color:grey;
  font-size: 40px;
}
.carousel-indicators {
  bottom: -20px;
  right: 0;
  margin: 0;
}
.carousel-indicators [data-bs-target] {
    text-indent: 0; /* Ensure text is not shifted */
    height: 15px;
    width: 15px;
    background-color: black; /* Ensure dots are visible */
    border-radius: 50%; /* Ensure the dots are circular */
    border: none; /* Remove any border if unnecessary */
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    margin: 0 5px; /* Add some spacing between the dots */
}


.carousel-indicators .active{
  border: 3px solid;
  background-color:grey;
}
.carousel-control-next, .carousel-control-prev {
  position: relative;

}

@media (max-width:991px) {
  .review{
    font-size: 18px;
    font-weight: 450;
    color: black;
    margin: 1px 15px;
  }
  .m{
    padding: 0 15px;
  }
  .carousel-inner{
    height: 195px;
  }
  .container1 {
    width: 75%;
    padding: 0;
    border-radius: 5px;
  }
  .left {
    color:grey;
    font-size: 30px;
  }
  .right {
    color:grey;
    font-size: 30px;
  }
  .carousel-indicators [data-bs-target ] {
    height: 8px;
    border: 1px solid #fff;
    width: 8px;
    background-color: black;
    border-radius: 50%;
  }
  .carousel-indicators .active{
    border: 2px solid;
    background-color:grey;
  }
}
@media (max-width:767px) {
  .userReviews{
    margin-left: 2px;
    margin-right: 0px;
  }
  .review {
    padding: 0 0;
    font-size: 17px;
    margin: 0px 15px;
  }
  .carousel-inner{
    height: 195px;
  }
}
@media (max-width:480px) {
  .review {
    padding: 0 0;
    font-size: 17px;
    margin: 0px 15px;
  }
  .carousel-inner{
    height: 250px;
  }
}

@media (max-width:395px) {
  .review {
    padding: 0 0;
    font-size: 15px;
    margin: 1px 15px;
  }
  .carousel-inner{
    height: 250px;
  }
}


/* -------
D3 Stylesheet
---------*/
.d3-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    font: 14px sans-serif;
    background: white;
    border-radius: 2px;
    pointer-events: none;
    padding: 3px 3px 3px 3px;
}

.d3-tooltip {
  position: absolute;
  padding: 7px;
  font-size: 1em;
  pointer-events: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.25);
}

.d3-tooltip p {
  margin: 0;
  padding: 0;
}

.d3-tooltip table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.state{
  fill:none;
  stroke:black;
  stroke-width:0.15;
}

.county{
  fill:none;
  stroke:none;
  stroke-width:none;
}

.axis path,
.axis tick,
.axis line {
  	fill: none;
  	stroke: #000;
}

.axis text {
    font-family: sans-serif;
  	font-size: .8rem;
  	fill: black;
  	font-weight: 400;
}

text.label {
  fill: black;
  stroke-width: 1px;
  font-size: 1.0rem;
  opacity: 1;
}

.legendTitle {
  	font-size: 1.0rem;
  	fill: #4F4F4F;
  	font-weight: 300;
}

.dateL {
  	font-size: 1.2rem;
  	fill: #4F4F4F;
  	font-weight: 300;
    text-anchor: middle;
}

.marker {
  	font-size: 1.0rem;
  	fill: #4F4F4F;
  	font-weight: 300;
}


#img2{
     max-width: 70%;
     max-height: 70%;
     display: block; /* remove extra space below image */
     margin-left: auto;
     margin-right: auto;
 }

/*
a, a:link, a:visited a:active {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  color: black;
} */

/* Media query for screens larger than a MacBook */
@media (min-width: 1450px) {
  .main-container {
    margin: 0 10%; /* Adjust margin for very large screens */
  }
}

  @media only screen and (max-width: 650px) {
    .main-container {
      margin: 0 2rem;
    }
    html {
      font-size: 14px;
    }
    .img-logo {
      /*display: none;*/
    }
    .app-name {
      font-size: 1rem;
    }

    .navbar-right-content {
      width: 50px;
    }

    .text-white{
      font-size:0.9rem !important;
    }

    .search-bar {
      width: 130px;
      min-width: 130px;
    }

    .match-list {
      top: 34px;
      width: 130px;
    }

    #timeslide {
    flex-grow: 0.8;    /* item can stretch to 80% width available */
    }

  }
  @media only screen and (max-width: 430px) {
    .filter-list-container {
      left: 390px;
      top: 30%;
    }

    .axis text{
      font-size: 1.4rem;
    }

    .dateL {
    font-size: 2.5rem;
   }

   .search-bar {
     width: 130px;
     min-width: 130px;
   }

   .match-list {
     top: 34px;
     width: 130px;
   }

   .app-name {
     font-size: 14px;
   }

   .legendTitle {
    font-size: 1.5rem;
   }

   #titleline11{
   margin-top: 1rem;

  }

  #titleline{
  margin-top: 1em;
  }

  .img-logo {
    height: 1.7rem;
  }

  }

  @media only screen and (max-width: 395px) {
    .img-logo {
      height: 24px;
    }

    .filter-list-container {
      left: 97vw;
      top: 30%;
    }

  }

  .spinner-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .spinner-border{
    height: 50px;
    width: 50px;
  }



  input[type="range"].styled-slider {
    height: 2.2em;
    height: 0.8em;
    -webkit-appearance: none;
  }

  /*progress support*/
  input[type="range"].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 20px + var(--ratio) * (100% - 20px));
  }

  input[type="range"].styled-slider:focus {
    outline: none;
  }

  /*webkit*/
  input[type="range"].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 16px;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 2px #212529;
    margin-top: calc(4px * 0.5 - 15px * 0.5);
  }

  input[type="range"].styled-slider::-webkit-slider-runnable-track {
    height: 4px;
    border: none;
    border-radius: 4px;
    background: #dadada;
    box-shadow: none;
  }

  input[type="range"].styled-slider::-webkit-slider-thumb:hover {
    background: #dddddd;
  }

  input[type="range"].styled-slider:hover::-webkit-slider-runnable-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider::-webkit-slider-thumb:active {
    background: #dddddd;
  }

  input[type="range"].styled-slider:active::-webkit-slider-runnable-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #dadada;
  }

  input[type="range"].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #e6e6e6;
  }

  input[type="range"].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #e6e6e6;
  }

  /*mozilla*/
  input[type="range"].styled-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 2px #212529;
  }

  input[type="range"].styled-slider::-moz-range-track {
    height: 4px;
    border: none;
    border-radius: 4px;
    background: #dadada;
    box-shadow: none;
  }

  input[type="range"].styled-slider::-moz-range-thumb:hover {
    background: #dddddd;
  }

  input[type="range"].styled-slider:hover::-moz-range-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider::-moz-range-thumb:active {
    background: #dddddd;
  }

  input[type="range"].styled-slider:active::-moz-range-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #dadada;
  }

  input[type="range"].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #e6e6e6;
  }

  input[type="range"].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#212529, #212529) 0 / var(--sx) 100% no-repeat,
      #e6e6e6;
  }

  /*ms*/
  input[type="range"].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
  }

  input[type="range"].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
  }

  input[type="range"].styled-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
  }

  input[type="range"].styled-slider::-ms-track {
    height: 4px;
    border-radius: 4px;
    background: #dadada;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }

  input[type="range"].styled-slider::-ms-thumb:hover {
    background: #dddddd;
  }

  input[type="range"].styled-slider:hover::-ms-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider::-ms-thumb:active {
    background: #dddddd;
  }

  input[type="range"].styled-slider:active::-ms-track {
    background: #e6e6e6;
  }

  input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
    height: 4px;
    border-radius: 4px 0 0 4px;
    margin: -undefined 0 -undefined -undefined;
    background: #212529;
    border: none;
    border-right-width: 0;
  }

  input[type="range"].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #212529;
  }

  input[type="range"].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #212529;
  }

.adslot_sm, .adslot_1 {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}


.ad-col {
     padding-left: 0;
     padding-right: 0;
}


.adblock-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.adblock-content {
  background: white;
  padding: 20px;
  max-width: 500px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#adblock-modal h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#adblock-modal p {
  font-size: 1rem;
  margin-bottom: 20px;
}

#adblock-modal button {
  width: 100%;
  margin-bottom: 10px;
}

a.custom-link {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}

a.custom-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

input[type="checkbox"]#Tf {
  accent-color: #212529; /* Change to black or any color you want */
}


#cityListWrapper {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* Add this class when you want to fade in */
#cityListWrapper.show {
  display: flex;
  visibility: visible;
  height: auto;
  opacity: 1;
}

.scroll-nav-icon {
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.scroll-nav-icon:hover {
  color: #000;
}


.scrolling-nav {
  background-color: #f8f9fa;
  font-family: Roboto, sans-serif;
  position: relative;
  width: 80vw !important;
  margin: 0 auto;
}

.scrolling-nav::before,
.scrolling-nav::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px; /* 10px * 2 */
  height: 100%;
  top: 0;
}

.scrolling-nav::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.scrolling-nav::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.scrolling-nav ul {
  margin: 10px auto;
  padding: 5px 22px 5px 22px; /* (10 / 2) (10 + 2) */
  list-style-type: none;
  display: flex;
  overflow-x: auto;
  align-items: center;

  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}

.scrolling-nav ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scrolling-nav ul li {
  flex: 0 0 auto;
  margin-right: 10px;
}

.scrolling-nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: black;
  border-radius: 20px;
  padding: 5px 22px;
}

.scrolling-nav ul li a:hover {
  background: #777;
}

#cityListTitle {
  font-size: 1.1rem;
}
