:root {
  --info-color: #17a2b8; /* Light Blue = to bootstrap info blue */
  --secondary-color: #2ecc71; /* Green */
  --third:rgba(145, 199, 61,1)
  --accent-color: #e74c3c; /* Red */
  --text-color: #333; /* Dark Grey */
  /* --background-color: rgba(180, 180, 180, 0.8); */
  --background-color: rgba(30, 30, 30, 0.8); 

}

.mx-2 {
  margin-right: .4rem !important;
  margin-left: .4rem !important;
}

ul.esri-print__layout-tab-list {
  height: 30px !important;
}

div.esri-print__form-section-container {
  margin: 0 0 0 0 !important;
}

div.esri-scale-bar__label {
  font-size: inherit;
  color: black !important;
  white-space: nowrap;
  padding: 0 7px;
  font-weight: 600;
}
div.esri-distance-measurement-2d__container {
  height: 100px !important;
}

div.esri-area-measurement-2d__container {
  height: 100px !important;
}

header.esri-print__header-title {
  display: none;
  /* font-size: 10px !important;  

  padding: 0 0 0 0 !important;
  margin: 0 0 0 0; */
}

.esri-distance-measurement-2d__clear-button {
  display: none !important;
}

.esri-area-measurement-2d__clear-button {
  display: none !important;
}

div.esri-slider {
  background-color: transparent !important;
}

div.esri-print__container {
    height: 400px;
    overflow-y: auto;
}

li.esri-print__layout-tab {
  font-size: 12px !important;
}

/* button.esri-print__advanced-options-button {
  display: none !important;
}

div.esri-print__advanced-options-button-container {
  display: none !important;
} */

div.esri-ui-corner div.esri-component {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0) !important;
}

/* this removes powered by esri */
/* div.esri-attribution {
  display: none !important;
} */

div.esri-attribution__sources {
  display: none !important;
}

esri-ui-corner esri-component {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0) !important;
}
@media (min-height: 300px) {
  div.esri-print__container {
    height: 250px;
  }
}

@media (min-height: 500px) {
  div.esri-print__container {
    height: 300px;
  }
}

@media (min-height: 600px) {
  div.esri-print__container {
    height: 400px;
  }
}

@media (min-height: 650px) {
  div.esri-print__container {
    height: 425px;
  }
}


@media (min-height: 700px) {
  div.esri-print__container {
    height: 450px;
  }
}


@media (min-height: 800px) {
  div.esri-print__container {
    height: 500px;
  }
}

@media (min-height: 900px) {
  div.esri-print__container {
    height: 550px;
  }
}

@media (min-height: 1000px) {
  div.esri-print__container {
    height: 600px;
  }
}

#print-container {
  display: none;
}
.print-title {
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
}
/* .print-map {
  position: relative;
}
.print-legend, .print-scale-bar {
  background: white;
  padding: 10px;
} */



     /* Hide elements you don't want to print */
     @media print {
      #sidebar2 {
          visibility: hidden;
      }

      #sidebar {
        visibility: hidden;
      }

      .container {
        display: none;
      }
/* 
      #print-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

      .print-title {
        text-align: center;
        font-size: 24px;
        margin: 20px 0;
    }

    div.esri-ui-inner-container esri-ui-corner-container {
      display: none;
    }

      #print-map-image {
        padding-top: 50px;
        margin-top: 200px;
      }

      #map-div {
        padding-top: 50px;
      }

      #new-print-container, #new-print-container * {
        visibility: visible;
    }
    #new-print-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */

      
  }

  #accordion {
color: black !important;
width: 250px !important;
  }

  .card {
    border-right: white 1px solid !important;
    border-left: white 1px solid !important;
    border-top: 0px;
    border-bottom: #fff 1px solid !important;
  }

  .card-header {
    word-wrap: normal !important;
    background-color: rgb(91, 29, 104) !important;
    color: white !important;
    border: 0.5px white solid;
  }
  .card-body {
   background-color: rgba(30, 30, 30, 0.9) !important;
   color: white;
  }

  #collapseFour {
    border-bottom: white 1px solid !important;
    border-radius: 1px;
  }

  .collapse {
    width: 248px;
  }

  .card-header {
    padding: 0  0 0 0 !important;
  }

  .btn-link {
    color: white !important;
  }

  .links {
    width: 100%;
  }




.btn-info {
  background-color: rgba(127, 42, 145, 0.8) !important;
  border-color: #ccc;
}

.btn-info:active, .btn-info:focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: var(--third);
}

.btn-outline-info {
  color: white;
  border-color: white;
  background-color: var(--third);
}

.btn-outline-info:hover  {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: var(--third);
}

.btn-outline-info:active, .btn-outline-info:focus {
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: var(--third);
}

.btn-green:active, .btn-green:focus {
  color: white !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: transparent !important;
  outline-color: var(--third);
}

.btn-warning {
  border-color: rgba(145, 199, 61,1) !important;
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  background-color: rgba(145, 199, 61,1) !important;
  outline-color: var(--third) !important;
}

.btn-warning:focus, .btn-warning:active {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: rgba(145, 199, 61,1) !important;
  outline-color: var(--third) !important;
 
}

.bg-info {
  background-color: rgba(127, 42, 145, 1) !important;
}

.bg-info:hover {
  background-color: rgba(127, 42, 145, 1) !important;
}

.bg-info:active, .bg-info:focus  {
  background-color: rgba(127, 42, 145, 1) !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: rgba(127, 42, 145, 1) !important;
}

#scale-value:hover, #scale-value.show,#scale-value:active  {
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: rgba(145, 199, 61,1) !important;
  background-color: rgba(127, 42, 145, 1) !important;
  outline-color: var(--third);
}

div.btn.btn-secondary.bg-info.btn-sm.dropdown-toggle.show {
  background-color: rgba(127, 42, 145, 1) !important;
}


#distanceButton, #areaButton, #clearMeasurement {
  border-color: white !important;
  background-color: rgba(127, 42, 145, 1) !important;
} 

#distanceButton:hover, #areaButton:hover, #clearMeasurement:hover {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  border-color: transparent;
  background-color: rgba(127, 42, 145, 1) !important; 
}

.btn-info:hover {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  background-color: rgba(127, 42, 145, 1) !important;
  outline: none;
  border-color: transparent;
} 
.action-button:hover {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
  background-color: rgba(127, 42, 145, 1) !important;
  outline: none;
  border-color: none;
}

.btn-info:active {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
} 

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .0) !important;
}
.active {
  box-shadow: 0 0 0 0.2rem rgba(145, 199, 61,1) !important;
}

.bg-info:hover {
  background-color: white !important;
  border-color: white !important;
  border: none;
}

.green-class {
  background-color: rgba(145, 199, 61,1) !important;
}

.track__range {
  position: absolute;
  inset-block-start: 0px;
  block-size: 0.125rem;
  background-color: #ff5733; /* Custom color */
  left: 0%;
  right: 0%;
}
/* Using CSS variables */
:root {
  --bs-info: (127, 42, 145, 1) !important; /* Change to your desired color */
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: hidden;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100%;
  height: -webkit-fill-available;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.esri-sketch__panel {
  background-color: rgba(30, 30, 30, 0) !important;
}

#sketch-widget {
  display: block;
  z-index: 1000;
  color: white;
}


.col-10 {
  padding-left: 0px;
}

#viewDiv {
  position: absolute;
  top: 56;
  /* right: 5%; Adjust based on sidebar width */
  width: 100%; /* Adjust based on remaining screen width */
  height: 100%;
}

.navbar .container {
  display: block;
  padding-right: 0;
  padding-top: 0;
}

.navbar.bg-dark {
  background-color: var(--background-color) !important;
  margin-top: 3px; 
  /* padding-top: 0px; */
}

.custom-navbar {
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 1000;
  width: 425px;
  border-radius: 15px 15px 15px 15px;
  overflow-y: visible;
  padding-right: 0px;
  padding-left: 20px;
  height: 105px;
  /* This ensures the navbar is always on top */
}


.col-md {
  padding-left: 0px;
}

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

#title {
  font-size: x-large;
}

#search-title {
  right: 0;
  margin-right: 0px;
  padding-left: 0;
}

ul {
  height: 80px;
  /* background-color: var(--background-color) !important; */
  border-radius: 2px 2px 2px 2px !important;
  vertical-align: middle;
  /* padding-bottom: 0px; */
  /* margin-bottom: 5px; */
  padding-inline-start: 0px;
  text-wrap: auto;
}
.list-group {
  display: flex;
  flex-direction: row; /* Adjust as needed */

  margin-bottom: 5px;
}

#main-img {
  position: relative; /* or absolute */
  top: 10px; /* adjust as necessary */
  left: 0px; /* adjust as necessary */
  z-index: 10; /* higher than other elements */
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  /* padding-left: 20px; */
  font: 800;
}

#searchContainer {
  display: block;
  z-index: 1001;
}

.form-inline {
  padding-bottom: 10px;
  padding-left: 0px;
}

#searchInput {
  width: 150px;
}

/* #searchInput:active {
  background-color: #ff5722;
} */

.custom-example-theme {
  --calcite-color-brand: #c20044 !important;
}



#control-panel {
  display: block;
  /* position: relative; */
  /* top: 0; */
  z-index: 1000;
  height: 135px;
}

#dropdown {
  /* overflow-y: auto; */
  /* padding-top: 100px; */
  height: 85%;
}

.img-search {
  text-align: center !important;
    height: 70px !important;
    width: fit-content !important;
}

#featureWid {
  display: block;
  height: 400px;
  max-height: 700px;
  width: 100%;
  margin-bottom: 20px;
  overflow-x: hidden;
}

@media (min-height: 300px) {
  #featureWid {
    height: 220px;
  }
}

@media (min-height: 500px) {
  #featureWid {
    height: 270px;
  }
}

@media (min-height: 600px) {
  #featureWid {
    height: 360px;
  }
}

@media (min-height: 650px) {
  #featureWid {
    height: 370px;
  }
}


@media (min-height: 700px) {
  #featureWid {
    height: 395px;
  }
}


@media (min-height: 800px) {
  #featureWid {
    height: 420px;
  }
}

@media (min-height: 900px) {
  #featureWid {
    height: 440px;
  }
}

@media (min-height: 1000px) {
  #featureWid {
    height: 520px;
  }
}

.filterSlider {
  color: white;
}

.suggestions-dropdown {
  display: none;
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  height: 100px;
  overflow-y: auto;
  border: 1px solid #ccc;
  /* different color */
  background-color: var(--background-color);
  z-index: 1000;
}

.suggestions-dropdown div {
  padding: 8px;
  cursor: pointer;
}

.suggestions-dropdown div:hover {
  background-color: #e0e0e0;
}

.expanded {
  height: 400px; /* expanded height */
  z-index: 1000;
  left: 10%;
  width: 100%;
  /* background-color: #eeeeee91; */
}

.relative-container {
  position: relative;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
  background-color: var(--bs-tertiary-bg);
}

#bt-Div {
  position: absolute;
  right: 0;
  top: 100px;
}

#dropdown {
  display: block;
  overflow-y: auto;
}

#buttonGrouping {
  position: absolute;
  top: 50px;
  height: 300px;
  right: 0px;
  width: 50px;
  background-color: black;
  z-index: 1000;
  border-radius: 4px;
  margin-left: 2px;
  /* adjust this for desired spacing */
}

#panelToggle {
  position: absolute;
  margin-top: 15px;
  margin-left: 5px;
  vertical-align: middle;
  align-items: center;
}

.sidebar {
  display: block;
  border-bottom-left-radius: 15px; /* Adjust the radius as needed */
  border-top-left-radius: 15px;
  position: absolute; /* Change position to 'absolute' */
  right: 0; /* This ensures it's flush with the right side of the container */
  height: 80%;
  width: 250px;
  z-index: 1000;
  background-color: rgba(30, 30, 30, .9) !important;
  transition: width 0.5s;
}

#sidebar2 {
  position: absolute;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  left: -350px; /* Start off-screen */
  top: 15%;
  height: 83%;
  width: 350px;
  z-index: 1000;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: rgba(30, 30, 30, 0.9) !important;
  transition: left 0.5s; /* Animate the 'left' property */
}

.collapsed {
  width: 0px;
}

#small-div {
  position: absolute;
  display: flex; /* Make this a flex container */
  flex-direction: column; /* This will align the items vertically */
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 8%;
  right: 250px; /* the width of #sidebar */
  height: 400px;
  width: 55px;
  background-color: var(--background-color) !important;
  transition: right 0.5s;
  padding: 6px; /* Change this to the color you want */
}

#results-div {
  position: absolute;
  display: flex; /* Make this a flex container */
  flex-direction: column; /* This will align the items vertically */
  /* justify-content: space-between; */
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 10px;
  top: 30%;
  left: 250px; /* the width of #sidebar */
  height: 250px;
  width: 55px;
  background-color: rgba(30, 30, 30, 0.9) !important;
  transition: left 0.5s;
  padding: 6px; /* Change this to the color you want */
}

.vertical-text {
  display: inline-block;
  writing-mode: vertical-rl; /* Makes the text vertical */
  text-orientation: mixed; /* Keeps the text horizontal while in vertical mode */
  transform: rotate(180deg); /* Rotates the text to read from top to bottom */
  white-space: nowrap; /* Prevents text from wrapping */
  padding: 10px;
  border-radius: 0px 0px 0px 0px;
  padding-bottom: 5px; /* Adjust padding as needed */
}


#left-div {
  position: absolute;
  display: flex; /* Make this a flex container */
  flex-direction: column; /* This will align the items vertically */
  justify-content: space-between;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 50%;
  right: 250px; /* the width of #sidebar */
  height: 80px;
  width: 40px;
  background-color: var(--background-color) !important;
  transition: right 0.5s;
  padding-top: 20px;
  padding: 6px; /* Change this to the color you want */
}

.centered-btn {
  position: relative;
  padding-top: 50%;
  height: 30px;
  margin-top: 20px; /* 20px from the top */
}

.list-group-item {
  background-color: var(--background-color) !important;
  outline-color: white;
  font-size: 12px;
  color: white;
  z-index: 1000;
  right: 0;
  text-align: left;
  /* height: 150px; */

  /* border-radius: 2px 2px 2px 2px !important; */
  /* width: 50%; */
  display: flex;
  flex-direction: row;
  vertical-align: middle;
}

.abutters-group-item {
  background-color: var(--background-color) !important;
  /* outline-color: white; */
  font-size: 12px;
  color: white;
  /* z-index: 1000; */
  /* right: 0;
  align-items: center;
  vertical-align: middle; */

  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100px; */
  width: 100%;
  border: 1px solid white;
}

.list-group-item:hover {
  color: grey;
  cursor: pointer;
}

.img-fluid {
  width: 100px;
  height: auto;
}

.image-div {
  display: flex;
  justify-content: center; /* Centers the image horizontally */
  align-items: center; 
  background-color: var(--background-color) !important;

}

#side-Exp {
  margin-top: 20px; /* Remove any default margin */
  padding: 0.5rem; /* Adjust as necessary */
  cursor: pointer; /* Add a hand cursor to indicate it's clickable */
}

#side-btn {
  cursor: pointer;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spinner-border {
  width: 4rem;
  height: 4rem;
}
.btn-group-vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-top: 15px;
}

#submitDiv {
  padding-left: 10px;
}

#submit {
  /* margin-top: 5px; */
  /* padding-left: 20px; */
  margin-bottom: 5px;
}

/* .bar-Buttons {
  margin-top: 5px;
} */

#refresh-search {
  margin-top: 5px;
  z-index: 1000;
}
/* ul {
  border: #e0e0e0 solid 0.5px;
} */

li {
  font-size: 9px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: auto;
}

li.list-results {
  display: flex;
  flex-direction: flex-end;
  font-size: 9px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: auto;
}

li.list-results:hover {
  background-color: red;
  /* background-color: #e0e0e0; */
  cursor: pointer;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

#clear-btn {
  z-index: 1000;
  display: block;
  margin: 0px;
  padding: 7px 7px 7px 7px;
  height: 40px;
}

.image {
  display: flex;
  text-align: center;
  padding-bottom: 10px;
  justify-content: center;
  height: 70px;

  width: fit-content;
  /* width: 85px; */
}

.filterInputDiv {
  text-align: center;
  padding-top: 5px;
}

.options-bar-li {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
}

.esri-icon-non-visible::before {
  content: "\e610";
}
.esri-icon-visible::before {
  content: "\e611";
}

#BookmarksDiv {
  font-size: medium;
  font-weight: 500;
  /* text-align: center; */
}

.esri-bookmarks__list {
  background-color: white; /* Light background */
  color: black; /* Dark text for contrast */
}

.esri-bookmarks__item {
  border-color: #e0e0e0; /* Lighter borders for each item */
}

.esri-basemap-layer-list__item {
  font-size: 14px;
}

.esri-view .esri-view-surface--touch-none:focus::after {
  outline: none !important;
}

.slider-div {
  display: inline-block;
  width: 100px;
  padding-top: 5px;
  margin-right: 0px; /* Adjust margin as needed */
}

.track__range {
  background-color: red !important;
}

.track__range {
  position: absolute;
  inset-block-start: 0px;
  block-size: 0.125rem;
  background-color: red;
}

calcite-slider::part(track__range) {
  background-color: #4caf50; /* Custom color for the track range */
}
calcite-slider::part(track) {
  background-color: #e0e0e0; /* Inactive track color */
}
calcite-slider::part(handle) {
  background-color: #ff5722; /* Handle color */
  border-color: #ff5722; /* Handle border color */
}
calcite-slider::part(tick) {
  background-color: #9e9e9e; /* Tick color */
}


#group-container-right {
  width: 100%;
  height: 100%;
  /* background-color: red; */
}

#Right-Btn-div {
  display: block;
  padding-left: 10px;
  display: inline-block;
}

#backButton-div {
  display: block;
  padding-left: 10px;
  display: inline-block;
  bottom: 0px;
}

#detailsButton-div {
  display: block;
  padding-left: 10px;
  display: inline-block;
  bottom: 0px;
}

.backButtons {
  /* position: relative; */
  border-radius: 6px;
  font-size: 8px;
}

#detailBox #feature-wid {
  position: absolute;
  display: block;

  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  color: antiquewhite;
  padding-left: 30px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 1000;
}

#detailBox {
  /* height: 100%; */
}

.details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px; /* To center-align text */
}

#detail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  text-align: center;
  padding-bottom: 50px;
}

#detail-content img {
  padding-top: 10px;
  width: 220px;
  height: 180px;
  padding-left: 10px;
}

#details-btns {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 5px;
  align-items: center;
}

#abutters-content {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.buffer-group .p-2 {
  width: 150px;
  flex-grow: 0;
  flex-shrink: 0; /* Adjust this width to accommodate the button and any desired padding */
}

#abutters-div {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  width: 100%;
  height: 85%;
  /* justify-content: space-between; */
  color: white;
  text-align: center;
}

.abutters-title {
  display: flex;
  flex-direction: column;
  background-color: var(--info-color);
  /* outline-color: tomato; */
  /* background-color: rgba(8, 171, 180, 0.7); */
  background-color: var(--info-color);
  height: 25px;
  width: 100%;
  font-size: 15px;
  align-items: center;
  vertical-align: middle;
}

#filterDiv {
  /* background-color: #f5f5f5;  */
  padding-bottom: 50px;
}

#filterScrollableContainer {
  height: 300px; /* Adjust based on your needs */
  overflow-y: auto;
  margin-top: 20px; /* Add some space between the title and the scrollable container */
}

@media (min-height: 400px) {
  #filterScrollableContainer {
    height: 150px;
  }
}

@media (min-height: 450px) {
  #filterScrollableContainer {
    height: 200px;
  }
}

@media (min-height: 500px) {
  #filterScrollableContainer {
    height: 235px;
  }
}

@media (min-height: 550px) {
  #filterScrollableContainer {
    height: 250px;
  }
}

@media (min-height: 600px) {
  #filterScrollableContainer {
    height: 275px;
  }
}

@media (min-height: 650px) {
  #filterScrollableContainer {
    height: 300px;
  }
}


@media (min-height: 700px) {
  #filterScrollableContainer {
    height: 325px;
  }
}

@media (min-height: 750px) {
  #filterScrollableContainer {
    height: 350px;
  }
}

@media (min-height: 800px) {
  #filterScrollableContainer {
    height: 375px;
  }
}

@media (min-height: 850px) {
  #filterScrollableContainer {
    height: 400px;
  }
}

@media (min-height: 900px) {
  #filterScrollableContainer {
    height: 425px;
  }
}

@media (min-height: 950px) {
  #filterScrollableContainer {
    height: 450px;
  }
}

@media (min-height: 1000px) {
  #filterScrollableContainer {
    height: 475px;
  }
}

@media (min-height: 1050px) {
  #filterScrollableContainer {
    height: 500px;
  }
}

@media (min-height: 1100px) {
  #filterScrollableContainer {
    height: 525px;
  }
}

@media (min-height: 1150px) {
  #filterScrollableContainer {
    height: 550px;
  }
}

@media (min-height: 1200px) {
  #filterScrollableContainer {
    height: 600px;
  }
}
.filterContainer {
  margin-bottom: 10px; /* Adds some space between your filters */
}

#filter-title {
  background-color: var(--info-color);
  height: 25px;
  width: 100%;
  /* font-size: 15px; */
  align-items: center;
  vertical-align: middle;
}

.filterLabel {
  color: white;
  background-color: var(--info-color);
  height: 25px;
  width: 100%;
  text-align: center;
  /* align-items: center;
  vertical-align: middle; */
}

.custom-height {
  height: 20px; /* or any other value */
}

#buffer-input {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#buffer-group {
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 60px;
}

#buffer-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 30px; */
  width: 50px;
  padding-top: 30px;
  font-size: 15px; /* To center-align text */
}

#feet {
  width: fit-content;
}

#meters {
  width: fit-content;
}

#selected-feature {
  display: block;
  /* height: 50px; */
  color: aliceblue;
  z-index: 1000;
}
#unitSelector {
  margin-bottom: 5px;
}

#units-dropdown {
  width: 30px;
  font-weight: 800;
  font: bolder;
}

.units {
  font-size: 11px;
  width: 30px;
  z-index: 1001;
  font: bolder;
}

#parcel-feature {
  /* height: 50px; */
  color: aliceblue;
  height: 225px;
  z-index: 1000;
  overflow-y: auto;
}

#total-results {
  display: flex;
  text-align: center;
  vertical-align: middle;
  padding: 1px 2px 1px 2px;
  border: 1px solid white;
  border-radius: 4px;
  /* padding-left: 50%; */
  color: white;
  /* position: absolute; */
  top: 78px;
}

#dropdownMenuButton {
  z-index: 1001;
}

#result-btns {
  /* padding-top: 20px;
  padding-left: 30px; */
  padding-bottom: 0px;
  align-items: center;
}

.btn-toolbar {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.justZoomBtn {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); 
}

.justZoom,
.justRemove {
  background-color: transparent !important;
  border-color: transparent !important;
}

.justZoom:hover,
.justRemove:hover {
  background-color: paleturquoise;
  border-color: transparent !important;
}

.listText {
  padding-right: 5px !important;
}

#welcomeImage {
  text-align: center;
  display: flex; 
  justify-content: center;
}

.fixed-top-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000; 
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#terrano-logo {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

#terrano-img {
  display: flex;
  text-align: center;
  padding-bottom: 10px;
  justify-content: center;
  height: 70px;
}

.content {
  margin-top: 65px;
  /* height: 400px; */
  overflow-y: auto;

}

#scale-dropdown {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; /* Ensure it's above other map elements */
}

.btn-group.dropup {
  position: relative;
}



/* Positioning for the dropdown */
#Print-menu {
  position: relative;
  cursor: pointer;
}

.dropdown-prints {
  width: 100%;
}

calcite-combobox {
  --calcite-combobox-max-items: 5; /* Display 5 items before scrolling */
}

calcite-combobox::part(items-wrapper) {
  max-height: 300px; /* Customize this value to your needs */
  overflow-y: auto;
}







