.loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a2e;
  z-index: 1000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loaderContainer.fade-out {
  opacity: 0;
}

.circle-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.15);
  border-top-color: #008000;
  border-radius: 50%;
  animation: geo-loader-spin 0.8s linear infinite;
}

@keyframes geo-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
body.no-scroll {
  overflow: hidden;
}

#offcanvas-usage .sidenav-container .top-container .logo-text {
  width: auto;
  height: auto;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
  font-size: 1.2rem;
  font-family: "Satoshi Bold", sans-serif;
  line-height: 1.2;
  white-space: nowrap;
}

#offcanvas-usage .map-legend-container .legend-section h3.legend-heading {
  background: #008000 !important;
  color: #fff !important;
}
#offcanvas-usage .map-legend-container .legend-symbol.control-network {
  border-radius: 50%;
  border: 1px solid #999;
}
#offcanvas-usage .map-legend-container .legend-symbol.control-network.primary-trig {
  background: #4a7cad;
}
#offcanvas-usage .map-legend-container .legend-symbol.control-network.secondary-trig {
  background: #ff0000;
}
#offcanvas-usage .map-legend-container .legend-symbol.control-network.tertiary-trig {
  background: #ff0000;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark {
  border-radius: 2px;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark.town-mark {
  background: #a09f9fcc;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark.suburb-mark {
  background: #979696ce;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark.district-mark {
  background: #4c4b49;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark.province-mark {
  background: #bfbfbd;
}
#offcanvas-usage .map-legend-container .legend-symbol.survey-mark.country-mark {
  background: #ff0000;
}

#offcanvas-usage .search-input-container .input-item input {
  height: 2.75rem;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#offcanvas-usage .search-input-container .input-item input:focus {
  outline: none !important;
  border-color: #008000 !important;
  box-shadow: 0 0 0 3px rgba(0, 128, 0, 0.15) !important;
}

#offcanvas-usage .search-input-container .input-item input::placeholder {
  font-family: "Satoshi MediumItalic", sans-serif;
  font-size: 0.8rem;
  color: rgba(77, 77, 77, 0.62);
}

#offcanvas-usage .search-input-container .input-item .legend {
  width: fit-content;
  margin-bottom: 1rem;
  font-size: 0.9rem !important;
}

#offcanvas-usage .search-options-container .topWrapperOptions {
  background: transparent !important;
  padding: 0 !important;
}

#offcanvas-usage div.search-options-container {
  padding: 0.8rem !important;
}

#offcanvas-usage .search-options-container .select-with-icon select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
}

.geo-search-bar {
  position: absolute;
  top: 1rem;
  left: 5.5rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 0;
  border: 1.2px solid #dedede;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 408px;
  overflow: visible;
}
.geo-search-bar .dropdownWrapper {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  width: 2.5rem;
  display: flex;
  align-items: center;
}
.geo-search-bar .dropDownOptionsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: none;
  border-right: 1.2px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.geo-search-bar .dropDownOptionsBtn:hover {
  background-color: rgba(0, 128, 0, 0.06);
}
.geo-search-bar .dropDownOptionsBtn.is-open {
  background-color: rgba(0, 128, 0, 0.1);
}
.geo-search-bar .dropDownOptionsBtn.is-open .iconWrapperMain {
  transform: rotate(180deg);
}
.geo-search-bar .iconWrapperMain {
  height: 1.1rem;
  width: 1.1rem;
  color: #4B5563;
  transition: transform 0.25s ease;
}
.geo-search-bar .geo-search-icon {
  flex-shrink: 0;
  display: block;
  margin-left: 0.75rem;
}
.geo-search-bar .geo-search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.geo-search-bar .geo-search-input {
  display: block;
  width: 100%;
  height: 100%;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.875rem;
  color: #1F2937;
  padding: 0 0.6rem;
  font-family: "Satoshi Medium", sans-serif;
}
.geo-search-bar .geo-search-input::placeholder {
  color: #999;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}
.geo-search-bar .geo-search-input:focus::placeholder {
  color: #666;
}
.geo-search-bar .searchTypeDropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  width: 250px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: auto;
  overflow: hidden;
}
.geo-search-bar .searchTypeDropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.geo-search-bar .searchTypeDropdown .dropdownHeader {
  padding: 1rem 1rem 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.geo-search-bar .searchTypeDropdown .dropdownHeader h3 {
  font-size: 0.9rem;
  font-family: "Satoshi Bold", sans-serif;
  color: #333;
  margin: 0;
}
.geo-search-bar .searchTypeDropdown .dropdownContent {
  padding: 0.5rem 0;
  max-height: 400px;
  overflow-y: auto;
}
.geo-search-bar .searchTypeDropdown .searchTypeItem {
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.geo-search-bar .searchTypeDropdown .layerToggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 0.5rem 0;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.geo-search-bar .searchTypeDropdown .layerToggle:hover {
  background-color: rgba(0, 128, 0, 0.05);
  border-radius: 4px;
}
.geo-search-bar .searchTypeDropdown .toggleInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  pointer-events: none;
}
.geo-search-bar .searchTypeDropdown .toggleLabel {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.25rem;
  background-color: #ccc;
  border-radius: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  order: 2;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 0;
  color: transparent;
  text-transform: none;
  vertical-align: middle;
  background-image: none;
}
.geo-search-bar .searchTypeDropdown .toggleSlider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.geo-search-bar .searchTypeDropdown .toggleInput:checked + .toggleLabel {
  background-color: #008000;
}
.geo-search-bar .searchTypeDropdown .toggleInput:checked + .toggleLabel .toggleSlider {
  transform: translateX(1.25rem);
}
.geo-search-bar .searchTypeDropdown .layerName {
  font-size: 0.85rem;
  color: #333;
  font-family: "Satoshi Medium", sans-serif !important;
  width: 5rem;
  text-align: left;
  order: 1;
}

/*# sourceMappingURL=geodesy-map.css.map */
