.bt-gis-viewer-page {
  --bt-gis-countyparish-color: #c15a1a;
  --bt-gis-countyparish-stroke-width: 4.75;
  --bt-gis-township-color: #0e5630;
  --bt-gis-township-stroke-width: 3.25;
  min-height: calc(100vh - 64px);
  background: #edf0f3;
}

.bt-gis-viewer {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr) 310px;
  min-height: calc(100vh - 64px);
  color: #202124;
}

.bt-gis-viewer-panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  border-color: #d7dce2;
  background: #f9fafb;
  padding: 12px;
  overflow: auto;
}

.bt-gis-viewer-left {
  border-right: 1px solid #d7dce2;
}

.bt-gis-viewer-right {
  border-left: 1px solid #d7dce2;
}

.bt-gis-viewer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bt-gis-viewer-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid #5b1d14;
  color: #0e5630;
  font-weight: 900;
}

.bt-gis-viewer-brand h1 {
  margin: 0;
  color: #5b1d14;
  font-size: 20px;
  line-height: 1.1;
}

.bt-gis-viewer-brand p {
  margin: 2px 0 0;
  color: #667085;
  font-size: 12px;
}

.bt-gis-viewer-card {
  border: 1px solid #d7dce2;
  background: #fff;
  padding: 10px;
}

.bt-gis-viewer-card h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bt-gis-viewer-toolbar {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.bt-gis-viewer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9c2cf;
  background: #fff;
  color: #14213d;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  min-height: 28px;
  padding: 5px 8px;
}

.bt-gis-viewer-link {
  text-decoration: none;
}

.bt-gis-viewer-button:hover,
.bt-gis-viewer-button:focus {
  border-color: #0e5630;
  outline: 1px solid rgba(14, 86, 48, .35);
}

.bt-gis-viewer-button.primary {
  background: #0e5630;
  border-color: #0e5630;
  color: #fff;
}

.bt-gis-viewer-button:disabled {
  cursor: wait;
  opacity: .62;
}

.bt-gis-clip-tools {
  border-color: #d89a3a;
  background: #fffaf0;
}

.bt-gis-restore-tools {
  border-color: #0e5630;
  background: #f2fbf6;
}

.bt-gis-restore-tools.is-success {
  border-color: #0e5630;
  background: #eefaf2;
}

.bt-gis-restore-tools p {
  margin: 0 0 8px;
}

.bt-gis-restore-confirmation-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(17, 24, 39, .42);
  padding: 18px;
}

.bt-gis-restore-confirmation-dialog {
  display: grid;
  gap: 10px;
  width: min(440px, 100%);
  border: 1px solid #cfd8e3;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, .28);
  color: #14213d;
  padding: 14px;
}

.bt-gis-restore-confirmation-dialog:focus {
  outline: 2px solid rgba(14, 86, 48, .38);
  outline-offset: 2px;
}

.bt-gis-restore-confirmation-dialog h2 {
  margin: 0;
  color: #5b1d14;
  font-size: 15px;
  line-height: 1.2;
}

.bt-gis-restore-confirmation-dialog p {
  margin: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.4;
}

.bt-gis-restore-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 2px;
}

.bt-gis-clip-controls {
  display: grid;
  gap: 7px;
}

.bt-gis-active-cache-settings {
  display: grid;
  gap: 2px;
  border: 1px solid #b7d7c6;
  background: #f1fbf5;
  color: #0f5c35;
  padding: 5px 6px;
  font-size: 11px;
  line-height: 1.25;
}

.bt-gis-active-cache-settings strong,
.bt-gis-subsection-heading {
  color: #5b1d14;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bt-gis-cache-mismatch {
  border: 1px solid #f79009;
  background: #fff7e6;
  color: #7a2e00;
  margin: 0;
  padding: 5px 6px;
}

.bt-gis-clip-controls label {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  color: #344054;
  font-size: 11px;
  font-weight: 900;
}

.bt-gis-clip-controls input,
.bt-gis-clip-controls select {
  width: 100%;
  min-height: 26px;
  border: 1px solid #b9c2cf;
  background: #fff;
  color: #14213d;
  font: inherit;
  font-weight: 800;
  padding: 3px 5px;
}

.bt-gis-clip-controls .bt-gis-viewer-button {
  width: 100%;
}

.bt-gis-layer-filter {
  display: inline-flex;
  border: 1px solid #d7dce2;
  background: #fbfcfd;
}

.bt-gis-layer-filter button {
  border: 0;
  background: transparent;
  color: #667085;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
}

.bt-gis-layer-filter button[aria-pressed="true"] {
  background: #fff;
  color: #5b1d14;
  box-shadow: inset 0 -2px 0 #0e5630;
}

.bt-gis-layer-list {
  display: grid;
  gap: 8px;
}

.bt-gis-layer-group {
  display: grid;
  gap: 5px;
}

.bt-gis-layer-group-title {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  width: 100%;
  border: 1px solid #d7dce2;
  background: #f8fafc;
  color: #5b1d14;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 7px;
  text-align: left;
}

.bt-gis-layer-group.is-collapsed .bt-gis-layer-row,
.bt-gis-layer-group.is-collapsed .bt-gis-legend {
  display: none;
}

.bt-gis-layer-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 5px;
  border: 1px solid #e1e6ed;
  background: #fff;
  padding: 6px;
}

.bt-gis-layer-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  cursor: pointer;
}

.bt-gis-layer-row input {
  accent-color: #0e5630;
}

.bt-gis-layer-row strong {
  display: block;
  color: #14213d;
  font-size: 12px;
}

.bt-gis-layer-row span span {
  display: block;
  color: #667085;
  font-size: 10px;
}

.bt-gis-tool-button {
  display: inline-grid;
  min-width: 28px;
  height: 26px;
  place-items: center;
  border: 1px solid #d7dce2;
  background: #fff;
  color: #5b1d14;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.bt-gis-tool-button[aria-pressed="true"] {
  border-color: #0e5630;
  color: #0e5630;
  box-shadow: inset 0 -2px 0 #0e5630;
}

.bt-gis-legend {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 4px 6px;
  border: 1px solid #e1e6ed;
  border-top: 0;
  background: #fbfcfd;
  padding: 6px 8px;
  color: #475467;
  font-size: 11px;
}

.bt-gis-swatch {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0,0,0,.16);
}

.bt-gis-map-column {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  background: #f7f5ef;
}

.bt-gis-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #d7dce2;
  background: #fff;
  padding: 10px 12px;
}

.bt-gis-map-header strong {
  display: block;
  color: #5b1d14;
  font-size: 16px;
}

.bt-gis-map-header span {
  color: #667085;
  font-size: 12px;
}

.bt-gis-map-shell {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.bt-gis-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  cursor: grab;
  touch-action: none;
}

.bt-gis-map.is-dragging {
  cursor: grabbing;
}

.bt-gis-map-bg {
  fill: #fbfaf6;
}

.bt-spatial-renderer-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fbfaf6;
  touch-action: none;
}

.bt-spatial-renderer-bg {
  fill: #fbfaf6;
}

.bt-spatial-renderer-feature polygon {
  fill: none;
  fill-opacity: 0;
  stroke: #1f2937;
  stroke-width: .75;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-renderer-feature path {
  fill: none;
  fill-opacity: 0;
  stroke: #1f2937;
  stroke-width: .75;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-renderer-feature:not(.bt-spatial-style-project-location) polygon {
  fill: none !important;
  fill-opacity: 0 !important;
}

.bt-spatial-renderer-feature:not(.bt-spatial-style-project-location) path {
  fill: none !important;
  fill-opacity: 0 !important;
}

.bt-spatial-renderer-feature polyline {
  fill: none;
  stroke: #5d6470;
  stroke-width: .85;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-renderer-feature circle {
  fill: #fff;
  stroke: #0e5630;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-style-well-location circle {
  fill: #fef3c7;
  stroke: #92400e;
  stroke-width: 1.2;
}

.bt-spatial-style-well-location polyline {
  stroke: #92400e;
  stroke-width: 1;
}

.bt-spatial-layer-basemap-parish polygon,
.bt-spatial-layer-basemap-parish path,
.bt-spatial-layer-basemap-county polygon,
.bt-spatial-layer-basemap-county path,
.bt-spatial-layer-basemap-counties polygon,
.bt-spatial-layer-basemap-counties path,
.bt-spatial-style-legal-unit-parish polygon,
.bt-spatial-style-legal-unit-parish path {
  fill: none;
  stroke: var(--bt-gis-countyparish-color, #c15a1a);
  stroke-opacity: 1;
  stroke-width: var(--bt-gis-countyparish-stroke-width, 6);
  vector-effect: non-scaling-stroke;
}

.bt-spatial-layer-basemap-townships polygon,
.bt-spatial-layer-basemap-townships path,
.bt-spatial-layer-basemap-township-labels polygon,
.bt-spatial-layer-basemap-township-labels path,
.bt-spatial-style-legal-unit-township polygon,
.bt-spatial-style-legal-unit-township path {
  fill: none;
  stroke: var(--bt-gis-township-color, #0e5630);
  stroke-opacity: 1;
  stroke-width: var(--bt-gis-township-stroke-width, 3.25);
  vector-effect: non-scaling-stroke;
}

.bt-spatial-style-legal-unit-section polygon {
  fill: none;
  stroke: #1f5fc4;
  stroke-width: .75;
}

.bt-spatial-style-project-location polygon {
  fill: #8fd6c2;
  fill-opacity: .88;
  stroke: #005b44;
  stroke-width: 1.45;
  pointer-events: none;
}

.bt-spatial-style-project-location polyline {
  fill: none;
  stroke: #005b44;
  stroke-width: 1.45;
}

.bt-spatial-style-project-outline polygon {
  fill: none;
  fill-opacity: 0;
  stroke: #b42318;
  stroke-width: 3.2;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-style-project-outline .bt-spatial-renderer-hit-area {
  fill: transparent !important;
  fill-opacity: 0 !important;
  stroke: transparent;
  stroke-width: 0;
  pointer-events: all;
}

.bt-spatial-style-project-layer polygon {
  fill: none;
  stroke: #8a94a6;
  stroke-width: .65;
}

.bt-spatial-style-project-layer path {
  fill: none;
  stroke: #8a94a6;
  stroke-width: .65;
}

.bt-spatial-renderer-feature[data-spatial-layer-key="project-display-scope"] polygon,
.bt-spatial-renderer-feature[data-spatial-layer-key="project-display-scope"] path {
  fill: rgba(4, 106, 76, .08);
  stroke: rgba(4, 106, 76, .72);
  stroke-dasharray: 10 8;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.bt-spatial-style-reference-line polyline,
.bt-spatial-style-project-layer polyline {
  stroke: #6b7280;
  stroke-width: .7;
}

.bt-spatial-style-reference-line polygon {
  fill: none;
  stroke: #6b7280;
  stroke-width: .7;
}

.bt-spatial-renderer-feature.is-selected polygon,
.bt-spatial-renderer-feature.is-selected polyline {
  fill: #8fd6c2;
  fill-opacity: .94;
  stroke: #005b44;
  stroke-width: 1.6;
}

.bt-spatial-renderer-label {
  fill: #101828;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  paint-order: normal;
  pointer-events: none;
  stroke: none;
}

.bt-spatial-label-kind-countyparish {
  fill: var(--bt-gis-countyparish-color, #c15a1a);
  opacity: 1;
}

.bt-spatial-label-kind-townshiprange {
  fill: var(--bt-gis-township-color, #0e5630);
}

.bt-spatial-label-kind-section {
  fill: #111827;
}

.bt-spatial-foundation-preview {
  height: calc(100vh - 68px);
  min-height: 0;
  overflow: hidden;
  padding: 4px;
}

.bt-spatial-foundation-shell {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto auto;
  grid-template-areas:
    "panel map"
    "diagnostics diagnostics"
    "readiness readiness";
  gap: 4px;
  height: 100%;
  min-height: 0;
  border: 1px solid #cfd8e3;
  background: #fff;
  padding: 4px;
}

.bt-spatial-foundation-shell.is-side-panel-collapsed {
  grid-template-columns: 30px minmax(0, 1fr);
}

.bt-spatial-foundation-side-panel {
  grid-area: panel;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  border: 1px solid #d4dde8;
  background: #fbfcfd;
}

.bt-spatial-foundation-side-panel summary {
  cursor: pointer;
  padding: 6px 8px;
  border-bottom: 1px solid #d9e1ea;
  color: #5b1d14;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bt-spatial-foundation-side-panel:not([open]) {
  align-self: start;
  overflow: hidden;
}

.bt-spatial-foundation-side-panel:not([open]) summary {
  writing-mode: vertical-rl;
  min-height: 148px;
  padding: 8px 5px;
  border-bottom: 0;
  border-right: 0;
}

.bt-spatial-foundation-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 8px;
}

.bt-spatial-foundation-header h1 {
  margin: 2px 0;
  color: #5b1d14;
  font-size: 19px;
  line-height: 1.1;
}

.bt-spatial-foundation-header p {
  margin: 1px 0;
}

.bt-spatial-foundation-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 5px;
  min-width: 0;
}

.bt-spatial-foundation-control-group {
  display: grid;
  align-content: start;
  gap: 4px;
  max-height: 96px;
  overflow: auto;
  margin: 0;
  border: 1px solid #d4dde8;
  background: #fbfcfd;
  padding: 5px 6px;
}

.bt-spatial-foundation-control-group legend {
  color: #5b1d14;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bt-spatial-foundation-control-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #14213d;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.bt-spatial-foundation-control-group input {
  width: auto;
  min-height: 0;
  margin: 0;
  accent-color: #0e5630;
}

.bt-spatial-foundation-diagnostic-controls {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bt-spatial-foundation-diagnostic-controls legend {
  grid-column: 1 / -1;
}

.bt-spatial-foundation-diagnostic-controls button {
  min-height: 26px;
  border: 1px solid #9fb0c3;
  background: #fff;
  color: #14213d;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.bt-spatial-foundation-diagnostic-controls button:hover {
  border-color: #0e5630;
  color: #0e5630;
}

.bt-spatial-foundation-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  min-width: 0;
}

.bt-spatial-foundation-metrics div {
  border: 1px solid #d4dde8;
  padding: 5px 6px;
  background: #f8fafc;
}

.bt-spatial-foundation-metrics dt {
  color: #4b6283;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bt-spatial-foundation-metrics dd {
  margin: 1px 0 0;
  color: #071322;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.bt-spatial-foundation-metric-wide dd {
  font-size: 12px;
  line-height: 1.25;
}

.bt-spatial-foundation-map {
  grid-area: map;
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d4dde8;
  background: #fbfaf6;
}

.bt-spatial-main-viewer {
  padding: 0;
  background: #f4f6f8;
}

.bt-spatial-main-viewer .bt-spatial-foundation-shell {
  grid-template-columns: 340px minmax(0, 1fr) 310px;
  grid-template-rows: minmax(0, 1fr);
  grid-template-areas: "left map right";
  gap: 0;
  border: 0;
  padding: 0;
}

.bt-spatial-main-viewer .bt-gis-viewer {
  height: calc(100vh - 64px);
  min-height: calc(100vh - 64px);
}

.bt-spatial-main-viewer .bt-gis-map-column {
  grid-area: map;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  background: #fbfaf6;
}

.bt-spatial-main-viewer .bt-gis-map-column,
.bt-spatial-main-viewer .bt-gis-viewer-left,
.bt-spatial-main-viewer .bt-gis-viewer-right {
  height: calc(100vh - 64px);
}

.bt-spatial-main-viewer .bt-gis-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  border-bottom: 1px solid #d7dce2;
  background: #fff;
  padding: 7px 10px;
}

.bt-spatial-main-viewer .bt-gis-map-header strong {
  display: block;
  color: #5b1d14;
  font-size: 17px;
}

.bt-spatial-main-left {
  grid-area: left;
}

.bt-spatial-main-right {
  grid-area: right;
}

.bt-spatial-main-viewer .bt-spatial-foundation-map {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  background: #fbfaf6;
}

.bt-spatial-main-viewer .bt-gis-map-column > .bt-spatial-foundation-map {
  grid-area: auto;
  align-self: stretch;
  justify-self: stretch;
}

.bt-spatial-main-viewer .bt-spatial-foundation-controls {
  display: grid;
  gap: 10px;
}

.bt-spatial-main-viewer .bt-gis-viewer-card input[type="search"] {
  min-height: 32px;
  width: 100%;
  border: 1px solid #cfd8e3;
  background: #fff;
  color: #14213d;
  padding: 5px 7px;
  font: inherit;
  font-size: 12px;
}

.bt-spatial-main-viewer .bt-spatial-foundation-control-group {
  max-height: 145px;
  background: #fff;
}

.bt-spatial-main-viewer .bt-spatial-foundation-control-group legend {
  padding: 0 4px;
}

.bt-spatial-main-viewer .bt-spatial-foundation-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bt-spatial-main-viewer .bt-spatial-foundation-metrics div {
  background: #f8fafc;
}

.bt-spatial-main-viewer .bt-spatial-foundation-metric-wide {
  grid-column: 1 / -1;
}

.bt-spatial-foundation-diagnostics {
  border-top: 1px solid #d9e1ea;
  color: #40516d;
  font-size: 12px;
  padding: 4px 6px;
}

.bt-spatial-foundation-diagnostics-panel {
  grid-area: diagnostics;
  border-top: 1px solid #d9e1ea;
  color: #40516d;
  font-size: 12px;
}

.bt-spatial-foundation-diagnostics-panel summary {
  cursor: pointer;
  font-weight: 800;
  padding: 3px 6px;
}

.bt-spatial-foundation-readiness {
  grid-area: readiness;
  border-top: 1px solid #d9e1ea;
  max-height: 88px;
  overflow: auto;
  padding-top: 6px;
}

.bt-spatial-foundation-readiness:empty {
  display: none;
}

.bt-spatial-foundation-readiness h2 {
  margin: 0 0 6px;
  color: #5b1d14;
  font-size: 16px;
}

.bt-spatial-foundation-readiness ul {
  margin: 0;
  padding-left: 18px;
}

.bt-spatial-foundation-readiness li {
  margin: 3px 0;
}

.bt-gis-feature polygon {
  fill: #eef2f5;
  fill-opacity: .82;
  stroke: #1f2937;
  stroke-width: .75;
  vector-effect: non-scaling-stroke;
}

.bt-gis-feature polyline {
  fill: none;
  stroke: #5d6470;
  stroke-width: .85;
  vector-effect: non-scaling-stroke;
}

.bt-gis-feature circle {
  fill: #fff;
  stroke: #0e5630;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.bt-gis-layer-basemap-parish polygon,
.bt-gis-layer-basemap-parish path,
.bt-gis-layer-basemap-county polygon,
.bt-gis-layer-basemap-county path,
.bt-gis-layer-basemap-counties polygon,
.bt-gis-layer-basemap-counties path {
  fill: none;
  stroke: var(--bt-gis-countyparish-color, #c15a1a);
  stroke-opacity: 1;
  stroke-width: var(--bt-gis-countyparish-stroke-width, 3.25);
  vector-effect: non-scaling-stroke;
}

.bt-gis-layer-basemap-townships polygon,
.bt-gis-layer-basemap-townships path,
.bt-gis-layer-basemap-township-labels polygon,
.bt-gis-layer-basemap-township-labels path {
  fill: #fff;
  fill-opacity: .01;
  stroke: #667085;
  stroke-opacity: 1;
  stroke-width: var(--bt-gis-township-stroke-width, 2.9);
  vector-effect: non-scaling-stroke;
}

.bt-gis-layer-basemap-sections polygon {
  fill: #eef6ff;
  fill-opacity: .14;
  stroke: #1f5fc4;
  stroke-width: .75;
}

.bt-gis-layer-project-survey-abstracts polygon {
  fill: #dff3eb;
  fill-opacity: .16;
  stroke: #005b44;
  stroke-width: .9;
}

.bt-gis-layer-project-second-divisions polygon {
  fill: #fbfcfd;
  fill-opacity: .24;
  stroke: #1f2937;
  stroke-width: .72;
}

.bt-gis-layer-project-locations polygon,
.bt-gis-layer-project-areas polygon {
  fill: #8fd6c2;
  fill-opacity: .94;
  stroke: #005b44;
  stroke-width: 1.6;
}

.bt-gis-layer-project-outlines polygon {
  fill: none;
  fill-opacity: 0;
  stroke: #b42318;
  stroke-width: 3.2;
  vector-effect: non-scaling-stroke;
}

.bt-gis-feature[class*="bt-gis-layer-project-overlay-"] polygon {
  fill: #f7c9d4;
  fill-opacity: .34;
  stroke: #9f1239;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.bt-gis-feature[class*="bt-gis-layer-project-overlay-"] polyline {
  stroke: #9f1239;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.bt-gis-feature[class*="bt-gis-layer-project-overlay-"] circle {
  fill: #fff1f2;
  stroke: #9f1239;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.bt-gis-layer-basemap-survey-lines polyline {
  stroke: #16823a;
  stroke-width: 1;
}

.bt-gis-range-low polygon { fill: #d8f3dc; }
.bt-gis-range-mid polygon { fill: #95d5b2; }
.bt-gis-range-high polygon { fill: #52b788; }
.bt-gis-range-complete polygon { fill: #2d6a4f; }
.bt-gis-layer-signed.bt-gis-range-low polygon { fill: #fff7b3; }
.bt-gis-layer-signed.bt-gis-range-mid polygon { fill: #ffe066; }
.bt-gis-layer-signed.bt-gis-range-high polygon { fill: #ffd43b; }
.bt-gis-layer-signed.bt-gis-range-complete polygon { fill: #ffea00; }
.bt-gis-status-declined polygon { fill: #e89991; stroke: #b42318; }

.bt-gis-feature.is-selected polygon,
.bt-gis-feature.is-selected polyline {
  stroke: #b42318;
  stroke-width: 2.4;
}

.bt-gis-feature.is-hidden {
  display: none;
}

.bt-gis-label {
  fill: #101828;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  paint-order: stroke;
  pointer-events: none;
  stroke: rgba(255,255,255,.68);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}

.bt-gis-label.bt-gis-layer-project-survey-abstracts,
.bt-gis-label.bt-gis-layer-project-second-divisions {
  fill: #003b2d;
  font-weight: 800;
  stroke-width: .9;
}

.gis-feature.gis-label-layer polygon {
  display: none;
}

.gis-feature-label {
  fill: #101828;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  paint-order: normal;
  pointer-events: none;
  stroke: none;
}

.gis-feature-label.is-reference-label {
  fill: #111827;
  font-weight: 800;
}

.gis-feature-label.is-priority-label {
  fill: #000;
  font-weight: 900;
}

.gis-feature.gis-layer-basemap-parish .gis-feature-label {
  fill: var(--bt-gis-countyparish-color, #c15a1a);
  font-weight: 900;
  opacity: 1;
  stroke: none;
}

.gis-feature.gis-layer-basemap-townships .gis-feature-label,
.gis-feature.gis-layer-basemap-township-labels .gis-feature-label {
  fill: var(--bt-gis-township-color, #0e5630);
  font-weight: 900;
  stroke: none;
}

.gis-feature.gis-layer-basemap-sections .gis-feature-label {
  fill: #174ea6;
  font-weight: 800;
  stroke: none;
}

.gis-feature.gis-layer-project-locations .gis-feature-label,
.gis-feature.gis-layer-project-sections .gis-feature-label,
.gis-feature.gis-layer-project-second-divisions .gis-feature-label,
.gis-feature.gis-layer-project-survey-abstracts .gis-feature-label {
  fill: #111827;
  font-weight: 800;
  stroke: none;
}

.bt-gis-identify-empty {
  color: #667085;
  font-size: 13px;
}

.bt-gis-identify-title {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
}

.bt-gis-identify-title strong {
  color: #5b1d14;
  font-size: 15px;
}

.bt-gis-identify-title span {
  color: #667085;
  font-size: 12px;
}

.bt-gis-identify-grid,
.bt-gis-stats-grid {
  display: grid;
  gap: 6px;
}

.bt-gis-kv {
  display: grid;
  grid-template-columns: minmax(82px, .48fr) minmax(0, 1fr);
  gap: 6px;
  border: 1px solid #e1e6ed;
  background: #fbfcfd;
  padding: 5px 7px;
  font-size: 12px;
}

.bt-gis-kv span:first-child {
  color: #667085;
  font-weight: 800;
}

.bt-gis-kv span:last-child {
  color: #14213d;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bt-gis-search {
  display: grid;
  gap: 6px;
}

.bt-gis-search input {
  border: 1px solid #d7dce2;
  min-height: 30px;
  padding: 5px 8px;
}

.bt-gis-search-results {
  display: grid;
  gap: 4px;
  max-height: 180px;
  overflow: auto;
}

.bt-gis-search-results button {
  display: grid;
  gap: 1px;
  border: 1px solid #e1e6ed;
  background: #fff;
  color: #14213d;
  cursor: pointer;
  padding: 5px 7px;
  text-align: left;
}

.bt-gis-search-results button:hover,
.bt-gis-search-results button:focus {
  border-color: #0e5630;
  outline: 1px solid rgba(14, 86, 48, .35);
}

.bt-gis-search-results strong {
  font-size: 12px;
}

.bt-gis-search-results span {
  color: #667085;
  font-size: 10px;
}

.bt-gis-loading,
.bt-gis-error {
  display: grid;
  min-height: 320px;
  place-items: center;
  color: #667085;
  font-weight: 800;
}

.bt-gis-error {
  color: #b42318;
}

@media (max-width: 1180px) {
  .bt-gis-viewer {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .bt-gis-viewer-right {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #d7dce2;
  }
}

@media (max-width: 860px) {
  .bt-gis-viewer {
    grid-template-columns: 1fr;
  }

  .bt-gis-viewer-left,
  .bt-gis-viewer-right {
    border: 0;
    border-bottom: 1px solid #d7dce2;
  }

  .bt-gis-map {
    min-height: 420px;
  }
}
