
*[data-v-29da5db2], *[data-v-29da5db2]::before, *[data-v-29da5db2]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body[data-v-29da5db2], html[data-v-29da5db2] {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Segoe UI", "Roboto", "Open Sans", Arial, sans-serif;
}

/* ── Page Layout ─────────────────────────────── */
.login-page[data-v-29da5db2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* ── Left Brand Panel ────────────────────────── */
.brand-panel[data-v-29da5db2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem;
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(60, 191, 111, 0.18) 0%, rgba(60, 191, 111, 0) 45%),
    radial-gradient(120% 90% at 90% 100%, rgba(41, 171, 226, 0.24) 0%, rgba(41, 171, 226, 0) 55%),
    linear-gradient(160deg, #123f68 0%, #0c2e4e 48%, #071f38 100%);
  position: relative;
  overflow: hidden;
}

/* Full-bleed road-network map */
.brand-bg-map[data-v-29da5db2] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Soft veil that concentrates tint behind the content for legibility */
.brand-veil[data-v-29da5db2] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 62% 56% at 50% 46%,
    rgba(15, 74, 122, 0.68) 0%,
    rgba(15, 74, 122, 0.20) 55%,
    rgba(15, 74, 122, 0) 100%);
}

/* Coordinate readout chip */
.brand-coords[data-v-29da5db2] {
  position: absolute;
  top: 1.5rem;
  left: 1.75rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.brand-coords[data-v-29da5db2]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3cbf6f;
  -webkit-box-shadow: 0 0 0 3px rgba(60, 191, 111, 0.25);
          box-shadow: 0 0 0 3px rgba(60, 191, 111, 0.25);
}
.brand-content[data-v-29da5db2] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2.25rem;
  text-align: center;
}
.brand-tagline[data-v-29da5db2] {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}
.brand-features[data-v-29da5db2] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1.4rem;
  margin: 0;
  padding: 0;
}
.brand-features li[data-v-29da5db2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}

/* Hairline dividers between feature labels */
.brand-features li[data-v-29da5db2]:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  height: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.brand-feature-icon[data-v-29da5db2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5cc0ea;
  font-size: 0.78rem;
}
.brand-image-card[data-v-29da5db2] {
  width: clamp(220px, 28vw, 340px);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.2);
}
.brand-map-image[data-v-29da5db2] {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
}
.brand-image-caption[data-v-29da5db2] {
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
}
.brand-footer[data-v-29da5db2] {
  position: relative;
  z-index: 1;
}
.brand-legal[data-v-29da5db2] {
  color: rgba(255,255,255,0.5);
  font-size: 0.95rem;
  text-decoration: none;
}
.brand-legal[data-v-29da5db2]:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

/* ── Right Form Panel ────────────────────────── */
.form-panel[data-v-29da5db2] {
  width: clamp(500px, 45%, 800px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f9fa;
  padding: 2rem;
}
.form-stack[data-v-29da5db2] {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.form-logo-link[data-v-29da5db2] {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.form-logo[data-v-29da5db2] {
  width: clamp(180px, 60%, 240px);
  display: inline-block;
  margin: 0 auto;
}
.form-card[data-v-29da5db2] {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem 2.25rem;
  -webkit-box-shadow: 0 4px 32px rgba(6, 60, 109, 0.1);
          box-shadow: 0 4px 32px rgba(6, 60, 109, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.form-header[data-v-29da5db2] {
  margin-bottom: 0.25rem;
}
.form-title[data-v-29da5db2] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #063c6d;
  margin-bottom: 0.3rem;
}
.form-subtitle[data-v-29da5db2] {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}

/* ── Fields ──────────────────────────────────── */
.field-group[data-v-29da5db2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.field-label[data-v-29da5db2] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #063c6d;
  margin: 0;
}
.input-wrap[data-v-29da5db2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-input[data-v-29da5db2] {
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
  height: 44px;
  border: 1.5px solid #dee2e6;
  border-radius: 8px !important;
  font-size: 0.95rem;
  color: #212529;
  background: #f8f9fa;
  -webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
  width: 100%;
}
.login-input[data-v-29da5db2]:focus {
  border-color: #4A74A8 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15) !important;
          box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15) !important;
  background: #fff;
  outline: none;
}

/* ── Login Button ────────────────────────────── */
.login-btn[data-v-29da5db2] {
  width: 100%;
  height: 46px;
  background: #4A74A8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.35);
          box-shadow: 0 2px 8px rgba(74, 116, 168, 0.35);
  -webkit-transition: background-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  margin-top: 0.25rem;
}
.login-btn[data-v-29da5db2]:hover {
  background: #316fb1;
  -webkit-box-shadow: 0 4px 14px rgba(74, 116, 168, 0.45);
          box-shadow: 0 4px 14px rgba(74, 116, 168, 0.45);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.login-btn[data-v-29da5db2]:active {
  background: #063c6d;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ── Redirect spinner overlay ────────────────── */
.redirect-overlay[data-v-29da5db2] {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(6, 60, 109, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  gap: 0.5rem;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* ── OTP input ───────────────────────────────── */
.otp-wrap[data-v-29da5db2] {
  position: relative;
  cursor: text;
}
.invisible-input[data-v-29da5db2] {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  caret-color: transparent;
}
.otp-display[data-v-29da5db2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 0 0.75rem;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f9fa;
  border: 1.5px solid #dee2e6;
  border-radius: 8px;
  -webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.otp-wrap:focus-within .otp-display[data-v-29da5db2] {
  border-color: #4A74A8;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15);
          box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15);
  background: #fff;
}
.otp-box[data-v-29da5db2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #063c6d;
  border-bottom: 2px solid #adb5bd;
  min-width: 24px;
  line-height: 1;
  padding-bottom: 2px;
}
.form-stack[data-v-29da5db2] {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

/* ── Back link ───────────────────────────────── */
.back-row[data-v-29da5db2] {
  margin-top: 0.25rem;
}
.back-link[data-v-29da5db2] {
  color: #4A74A8;
  font-size: 0.87rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.back-link[data-v-29da5db2]:hover {
  color: #063c6d;
  text-decoration: underline;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 700px) {
.brand-panel[data-v-29da5db2] {
    display: none;
}
.form-panel[data-v-29da5db2] {
    width: 100vw;
    padding: 1.5rem;
}
}


*[data-v-3cc8c2ea], *[data-v-3cc8c2ea]::before, *[data-v-3cc8c2ea]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body[data-v-3cc8c2ea], html[data-v-3cc8c2ea] {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Segoe UI", "Roboto", "Open Sans", Arial, sans-serif;
}

/* ── Page Layout ─────────────────────────────── */
.login-page[data-v-3cc8c2ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* ── Left Brand Panel ────────────────────────── */
.brand-panel[data-v-3cc8c2ea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem;
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(60, 191, 111, 0.18) 0%, rgba(60, 191, 111, 0) 45%),
    radial-gradient(120% 90% at 90% 100%, rgba(41, 171, 226, 0.24) 0%, rgba(41, 171, 226, 0) 55%),
    linear-gradient(160deg, #123f68 0%, #0c2e4e 48%, #071f38 100%);
  position: relative;
  overflow: hidden;
}

/* Full-bleed road-network map */
.brand-bg-map[data-v-3cc8c2ea] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Soft veil that concentrates tint behind the content for legibility */
.brand-veil[data-v-3cc8c2ea] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 62% 56% at 50% 46%,
    rgba(15, 74, 122, 0.68) 0%,
    rgba(15, 74, 122, 0.20) 55%,
    rgba(15, 74, 122, 0) 100%);
}

/* Coordinate readout chip */
.brand-coords[data-v-3cc8c2ea] {
  position: absolute;
  top: 1.5rem;
  left: 1.75rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.brand-coords[data-v-3cc8c2ea]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3cbf6f;
  -webkit-box-shadow: 0 0 0 3px rgba(60, 191, 111, 0.25);
          box-shadow: 0 0 0 3px rgba(60, 191, 111, 0.25);
}
.brand-content[data-v-3cc8c2ea] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2.25rem;
  text-align: center;
}
.brand-tagline[data-v-3cc8c2ea] {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}
.brand-features[data-v-3cc8c2ea] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 1.4rem;
  margin: 0;
  padding: 0;
}
.brand-features li[data-v-3cc8c2ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}

/* Hairline dividers between feature labels */
.brand-features li[data-v-3cc8c2ea]:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  height: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.brand-feature-icon[data-v-3cc8c2ea] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5cc0ea;
  font-size: 0.78rem;
}
.brand-image-card[data-v-3cc8c2ea] {
  width: clamp(220px, 28vw, 340px);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.2);
}
.brand-map-image[data-v-3cc8c2ea] {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
}
.brand-image-caption[data-v-3cc8c2ea] {
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
}
.brand-footer[data-v-3cc8c2ea] {
  position: relative;
  z-index: 1;
}
.brand-legal[data-v-3cc8c2ea] {
  color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
  text-decoration: none;
}
.brand-legal[data-v-3cc8c2ea]:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

/* ── Right Form Panel ────────────────────────── */
.form-panel[data-v-3cc8c2ea] {
  width: clamp(500px, 45%, 800px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f9fa;
  padding: 2rem;
}
.form-stack[data-v-3cc8c2ea] {
  width: 100%;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.form-logo-link[data-v-3cc8c2ea] {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.form-logo[data-v-3cc8c2ea] {
  width: clamp(180px, 60%, 240px);
  display: inline-block;
  margin: 0 auto;
}
.form-card[data-v-3cc8c2ea] {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem 2.25rem;
  -webkit-box-shadow: 0 4px 32px rgba(6, 60, 109, 0.1);
          box-shadow: 0 4px 32px rgba(6, 60, 109, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.form-header[data-v-3cc8c2ea] {
  margin-bottom: 0.25rem;
}
.form-title[data-v-3cc8c2ea] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #063c6d;
  margin-bottom: 0.3rem;
}
.form-subtitle[data-v-3cc8c2ea] {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}

/* ── Fields ──────────────────────────────────── */
.field-group[data-v-3cc8c2ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}
.field-label[data-v-3cc8c2ea] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #063c6d;
  margin: 0;
}
.input-wrap[data-v-3cc8c2ea] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-icon[data-v-3cc8c2ea] {
  position: absolute;
  left: 13px;
  color: #4A74A8;
  font-size: 0.9rem;
  pointer-events: none;
  z-index: 2;
}
.login-input[data-v-3cc8c2ea] {
  padding-left: 2.4rem !important;
  padding-right: 2.6rem !important;
  height: 44px;
  border: 1.5px solid #dee2e6;
  border-radius: 8px !important;
  font-size: 0.95rem;
  color: #212529;
  background: #f8f9fa;
  -webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
  width: 100%;
}
.login-input[data-v-3cc8c2ea]:focus {
  border-color: #4A74A8 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15) !important;
          box-shadow: 0 0 0 3px rgba(74, 116, 168, 0.15) !important;
  background: #fff;
  outline: none;
}
.eye-toggle[data-v-3cc8c2ea] {
  position: absolute;
  right: 12px;
  color: #6c757d;
  cursor: pointer;
  z-index: 2;
  font-size: 0.9rem;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.eye-toggle[data-v-3cc8c2ea]:hover {
  color: #4A74A8;
}

/* ── Forgot Row ──────────────────────────────── */
.forgot-row[data-v-3cc8c2ea] {
  text-align: right;
  margin-top: -0.5rem;
}
.forgot-link[data-v-3cc8c2ea] {
  color: #497558 !important;
  font-size: 0.85rem;
  text-decoration: none !important;
  cursor: pointer;
}
.forgot-link[data-v-3cc8c2ea]:hover {
  color: #2b5a3b !important;
  text-decoration: underline !important;
}

/* ── Login Button ────────────────────────────── */
.login-btn[data-v-3cc8c2ea] {
  width: 100%;
  height: 46px;
  background: #4A74A8;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.35);
          box-shadow: 0 2px 8px rgba(74, 116, 168, 0.35);
  -webkit-transition: background-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.1s ease;
  margin-top: 0.25rem;
}
.login-btn[data-v-3cc8c2ea]:hover {
  background: #316fb1;
  -webkit-box-shadow: 0 4px 14px rgba(74, 116, 168, 0.45);
          box-shadow: 0 4px 14px rgba(74, 116, 168, 0.45);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.login-btn[data-v-3cc8c2ea]:active {
  background: #063c6d;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 700px) {
.brand-panel[data-v-3cc8c2ea] {
    display: none;
}
.form-panel[data-v-3cc8c2ea] {
    width: 100vw;
    padding: 1.5rem;
}
}

/* ── New Look Popup ──────────────────────────── */
.new-look-popup[data-v-3cc8c2ea] {
  position: fixed;
  top: 1rem;
  left: 1.5rem;
  z-index: 9999;
  background: #fff;
  border-left: 4px solid #4A74A8;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 24px rgba(6, 60, 109, 0.15);
          box-shadow: 0 6px 24px rgba(6, 60, 109, 0.15);
  padding: 1rem 1.25rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  max-width: 300px;
}
.new-look-close[data-v-3cc8c2ea] {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0;
  line-height: 1;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.new-look-close[data-v-3cc8c2ea]:hover {
  color: #063c6d;
}
.new-look-icon[data-v-3cc8c2ea] {
  color: #4A74A8;
  font-size: 1.1rem;
  margin-top: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new-look-text[data-v-3cc8c2ea] {
  padding-right: 0.75rem;
}
.new-look-title[data-v-3cc8c2ea] {
  font-size: 0.90rem;
  font-weight: 700;
  color: #063c6d;
  margin: 0 0 0.25rem 0;
}
.new-look-body[data-v-3cc8c2ea] {
  font-size: 0.88rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.45;
}
.popup-fade-enter-active[data-v-3cc8c2ea],
.popup-fade-leave-active[data-v-3cc8c2ea] {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.popup-fade-enter[data-v-3cc8c2ea],
.popup-fade-leave-to[data-v-3cc8c2ea] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}


.dmp-toast.toast {
  border: none;
  border-left: 4px solid #e5484d;
  border-radius: 12px;
  overflow: hidden;
  min-width: 340px;
  background: #ffffff;
  -webkit-box-shadow: 0 14px 40px rgba(6, 60, 109, 0.22);
          box-shadow: 0 14px 40px rgba(6, 60, 109, 0.22);
}
.dmp-toast .toast-header.dmp-toast__header {
  background: #ffffff;
  color: #063c6d;
  border-bottom: 1px solid #f1f3f5;
  padding: 0.7rem 0.9rem;
}
.dmp-toast__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.dmp-toast__icon {
  color: #e5484d;
  font-size: 1rem;
}
.dmp-toast .toast-body.dmp-toast__body {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 0.85rem 0.9rem;
}
.dmp-toast .close {
  color: #adb5bd;
  opacity: 1;
  text-shadow: none;
  font-weight: 400;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.dmp-toast .close:hover {
  color: #063c6d;
}


/* ── Tooltip shell (overrides Bootstrap defaults) ── */
.hotkeys-tooltip {
  max-width: 460px !important;
  opacity: 1 !important;
}
.hotkeys-tooltip .tooltip-inner {
  max-width: 460px !important;
  width: 460px;
  padding: 0 !important;
  background: transparent !important;
  color: #063c6d !important;
  text-align: left !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.hotkeys-tooltip .arrow {
  display: none !important;
}
/* ── Card ── */
.hk {
  text-align: left;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 40px rgba(6, 60, 109, 0.3);
          box-shadow: 0 16px 40px rgba(6, 60, 109, 0.3);
  border: 1px solid rgba(6, 60, 109, 0.1);
}
/* ── Header ── */
.hk__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #063c6d 0%, #0a5ca3 100%);
  color: #fff;
}
.hk__header-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffd257;
  font-size: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hk__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.hk__header-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hk__header-sub {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
}
/* ── Body / groups ── */
.hk__body {
  padding: 6px 0 10px;
}
.hk__group {
  padding: 2px 0;
}
.hk__group + .hk__group {
  margin-top: 2px;
  border-top: 1px solid rgba(6, 60, 109, 0.07);
}
.hk__group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 9px 18px 4px;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.5);
}
.hk__group-icon {
  width: 13px;
  height: 13px;
  font-size: 11px;
  line-height: 1;
  color: #0a5ca3;
}
/* ── Rows ── */
.hk__row {
  display: grid;
  grid-template-columns: 132px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 5px 18px;
  border-radius: 7px;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.hk__row:hover {
  background: rgba(6, 60, 109, 0.05);
}
/* ── Keys column ── */
.hk__keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hk__key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9eef5));
  background: linear-gradient(180deg, #ffffff 0%, #e9eef5 100%);
  color: #063c6d;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(6, 60, 109, 0.25);
  border-bottom-width: 2px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1.5px rgba(6, 60, 109, 0.15);
          box-shadow: 0 1px 1.5px rgba(6, 60, 109, 0.15);
}
.hk__key--wide {
  font-size: 10px;
  letter-spacing: 0.02em;
}
.hk__sep {
  color: rgba(6, 60, 109, 0.45);
  font-size: 11px;
  font-weight: 600;
}
/* ── Description column ── */
.hk__desc {
  color: #1f3b57;
  font-size: 12.5px;
  line-height: 1.4;
}


.hotkeys[data-v-01bee68e] {
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  color: #063c6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  outline: 1px solid rgba(6, 60, 109, 0.25);
  cursor: pointer;
  -webkit-transition: color 0.15s ease, outline-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, outline-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, outline-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, outline-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.hotkeys[data-v-01bee68e]:hover {
  color: #ffbe0b;
  outline: 1px solid #063c6d;
  -webkit-box-shadow: 0 0 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 0 8px rgba(6, 60, 109, 0.25);
}


.basemap-panel[data-v-5960350c] {
  padding: 8px 10px 10px;
  min-width: 200px;
  border-radius: 6px;
}
.basemap-label[data-v-5960350c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.basemap-row[data-v-5960350c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.basemap-row[data-v-5960350c]::-webkit-scrollbar {
  height: 3px;
}
.basemap-row[data-v-5960350c]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.basemap-row[data-v-5960350c]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.basemap-card[data-v-5960350c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 6px 8px 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, border-color 0.12s ease;
  transition: background 0.12s ease, border-color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  overflow: hidden;
}
.basemap-card[data-v-5960350c]:hover:not(.basemap-card--active) {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}
.basemap-card--active[data-v-5960350c] {
  background: rgba(0, 123, 255, 0.25);
  border-color: #007bff;
  cursor: default;
}
.basemap-card--focused[data-v-5960350c] {
  border-color: rgba(255, 255, 255, 0.4);
}
.basemap-img[data-v-5960350c] {
  width: 100%;
  /* height: 48px; */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  display: block;
}
.basemap-name[data-v-5960350c] {
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.main[data-v-805b8eba] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 50px;
    text-align: center;
    position: fixed;
}
.toggle[data-v-805b8eba] {
    margin-bottom: 10px;
}


.copied-text[data-v-60d3e14d] {
  position: absolute;
  top: 10px;
  left: 18px;
  color: white;
  font-size: 11px;
}
.go-btn[data-v-60d3e14d] {
  color: white;
  background-color: rgb(21.45, 140.4, 87.1);
  border-color: rgb(21.45, 140.4, 87.1);
}
.green-check[data-v-60d3e14d] {
  color: rgb(21.45, 140.4, 87.1);
}
/* 720p Display */
@media (max-width: 1280px) {
.coordinates-input-field[data-v-60d3e14d] {
    max-width: 210px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.coordinates-input-field[data-v-60d3e14d] {
    max-width: 280px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.coordinates-input-field[data-v-60d3e14d] {
    max-width: 300px;
}
}
/* CSS unrelated to screen width */
.coordinates-input-field[data-v-60d3e14d] {
  color: white;
  padding-top: 5px;
  position: absolute;
  left: 30px;
  top: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease, visibility 0s ease 100ms;
  transition: opacity 100ms ease, visibility 0s ease 100ms;
}
.coordinates-input-field.active[data-v-60d3e14d] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.25s ease, visibility 0s ease 0s;
  transition: opacity 1.25s ease, visibility 0s ease 0s;
}
.coordinates-placeholder[data-v-60d3e14d] {
  position: absolute;
  font-size: 11px;
  color: #b5b5b5;
  top: 20px;
}
.coordinates-text[data-v-60d3e14d] {
  color: white;
  cursor: pointer;
  font-size: 15px;
  text-align: right;
  padding-top: 5px;
  position: absolute;
  height: 60px;
  width: 98px;
  right: 6px;
  top: 25px;
}
.form-control[data-v-60d3e14d] {
  background-color: #063c6d;
  border: 3px solid white;
  color: white;
}
.form-control[data-v-60d3e14d]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-60d3e14d]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-60d3e14d]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-60d3e14d]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-60d3e14d]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
[data-v-60d3e14d]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
[data-v-60d3e14d]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.lat-lon-text[data-v-60d3e14d] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 50px;
}
.coords-format[data-v-60d3e14d] {
  color: white;
  font-size: 17px;
  padding-top: 5px;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.swap-coords-format[data-v-60d3e14d] {
  right: 10px;
}
.copy-coords-format[data-v-60d3e14d] {
  cursor: pointer;
  right: 88px;
}
.copy-coords-format--disabled[data-v-60d3e14d] {
  color: #b5b5b5;
}
.fa-disabled[data-v-60d3e14d] {
  opacity: 0.6;
  cursor: not-allowed;
}
.fa-enabled[data-v-60d3e14d] {
  cursor: pointer;
}
.toggle-position[data-v-60d3e14d] {
  position: absolute;
  top: -10px;
  left: 18px;
  color: white;
  font-size: 11px;
}


.extents-panel[data-v-0674254c] {
  padding: 8px 10px 10px;
  min-width: 200px;
}
.extents-label[data-v-0674254c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.extents-row[data-v-0674254c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.extents-row[data-v-0674254c]::-webkit-scrollbar {
  height: 3px;
}
.extents-row[data-v-0674254c]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.extents-row[data-v-0674254c]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}
.extent-card[data-v-0674254c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, border-color 0.12s ease;
  transition: background 0.12s ease, border-color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 72px;
}
.extent-card[data-v-0674254c]:hover:not(.extent-card--active) {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}
.extent-card--active[data-v-0674254c] {
  background: rgba(0, 123, 255, 0.25);
  border-color: #007bff;
  cursor: default;
}
.extent-card--focused[data-v-0674254c] {
  border-color: rgba(255, 255, 255, 0.4);
}
.extent-img[data-v-0674254c] {
  width: 56px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.extent-name[data-v-0674254c] {
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.lidar-warning[data-v-07422f2a] {
  position: relative;
  font-size: 11px;
  color: #b5b5b5;
  top: 90px;
  left: 31px;
}


.custom-drag-dot[data-v-85cb8c5e] {
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 60px;
  top: -60%;
  right: 45%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.custom-drag-dot-circle[data-v-85cb8c5e] {
  cursor: pointer;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-drag-dot-circle-top-left[data-v-85cb8c5e] {
  position: absolute;
  top: 260%;
  right: 80%;
}
.custom-drag-dot-circle-top-center[data-v-85cb8c5e] {
  position: absolute;
  top: 260%;
  right: 30%;
}
.custom-drag-dot-circle-top-right[data-v-85cb8c5e] {
  position: absolute;
  top: 260%;
  right: -20%;
}
.custom-drag-dot-circle-bottom-left[data-v-85cb8c5e] {
  position: absolute;
  top: 310%;
  right: 80%;
}
.custom-drag-dot-circle-bottom-center[data-v-85cb8c5e] {
  position: absolute;
  top: 310%;
  right: 30%;
}
.custom-drag-dot-circle-bottom-right[data-v-85cb8c5e] {
  position: absolute;
  top: 310%;
  right: -20%;
}
/* 720p Display */
@media (max-width: 1280px) {
.zoom-input-field[data-v-85cb8c5e] {
    width: 240px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.zoom-input-field[data-v-85cb8c5e] {
    width: 300px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.zoom-input-field[data-v-85cb8c5e] {
    width: 330px;
}
}
.zoom-input-field[data-v-85cb8c5e] {
  color: white;
  font-size: 17px;
  padding-top: 5px;
  position: absolute;
  top: 44px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease, visibility 0s ease 100ms;
  transition: opacity 100ms ease, visibility 0s ease 100ms;
}
.zoom-input-field.active[data-v-85cb8c5e] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.25s ease, visibility 0s ease 0s;
  transition: opacity 1.25s ease, visibility 0s ease 0s;
}
.zoom-level-text[data-v-85cb8c5e] {
  color: white;
  cursor: pointer;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  top: 6%;
}
.zoom-text[data-v-85cb8c5e] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 66px;
}


/* CSS unrelated to screen width */
.blue-box-collapsed[data-v-573db45e] {
  background: #063c6d;
  position: absolute;
  right: 0px;
  width: 110px;
  /* height: 110px; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: blur(0);
  -webkit-filter: blur(0);
}
.blue-box-expanded[data-v-573db45e] {
  background: #063c6d;
  position: absolute;
  right: 0px;
  /* height: 110px; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: blur(0);
  -webkit-filter: blur(0);
}
.collapsed-text[data-v-573db45e] {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  position: absolute;
  top: 82%;
  right: 54px;
  color: #0496e9;
  font-size: 13px;
  font-family: 'Inter Bold', 'Open sans', sans-serif;
}
.expanded-text[data-v-573db45e] {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  position: absolute;
  top: 82%;
  right: 36px;
  color: #0496e9;
  font-size: 13px;
  font-family: 'Inter Bold', 'Open sans', sans-serif;
}


/* ── Modal header (dark blue strip at top) ─────────────── */
.ansi-ft-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.ansi-ft-modal .modal-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
}
/* ── Scrollbar ─────────────────────────────────────────── */
.ansi-ft-modal .scroll-Container {
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.ansi-ft-modal .scroll-Container::-webkit-scrollbar { width: 4px;
}
.ansi-ft-modal .scroll-Container::-webkit-scrollbar-track { background: transparent;
}
.ansi-ft-modal .scroll-Container::-webkit-scrollbar-thumb { background: rgba(6, 60, 109, 0.25); border-radius: 2px;
}
.ansi-ft-modal .scroll-Container::-webkit-scrollbar-button { display: none;
}
/* ── Status count cards ────────────────────────────────── */
.ft-status-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px 6px;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 8px;
}
.ft-status-count {
  font-size: 1.4rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1;
}
.ft-status-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
}
/* ── Untested regions ──────────────────────────────────── */
.ul-less-margin {
  margin-bottom: 0.5rem;
}
.ansi-ft-modal h3 {
  color: #063c6d;
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow: none;
}
.ansi-ft-modal .ul-less-margin li {
  color: rgba(6, 60, 109, 0.8);
  font-size: 0.75rem;
}
.untested-region-row {
  background: rgba(220, 53, 69, 0.08) !important;
}
/* ── Toggle button (show/hide untested) ────────────────── */
.ansi-ft-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.ansi-ft-modal .btn-secondary {
  background: transparent !important;
  border-color: rgba(6, 60, 109, 0.3) !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.ansi-ft-modal .btn-secondary:hover {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
}
/* ── Form controls ─────────────────────────────────────── */
.ansi-ft-modal label {
  color: rgba(6, 60, 109, 0.65);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ansi-ft-modal select,
.ansi-ft-modal .propStyle {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.ansi-ft-modal select option {
  background: #fff;
  color: #063c6d;
}
.ansi-ft-modal input[type="text"],
.ansi-ft-modal input[type="search"] {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.ansi-ft-modal input::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-ft-modal input::-moz-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-ft-modal input:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-ft-modal input::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-ft-modal input::placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
/* ── Table ─────────────────────────────────────────────── */
.ansi-ft-modal table {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.ansi-ft-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.ansi-ft-modal thead th a,
.ansi-ft-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.ansi-ft-modal tbody tr {
  cursor: pointer;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.ansi-ft-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.ansi-ft-modal tbody td {
  border-color: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
  font-size: 0.75rem;
  text-shadow: none !important;
}
/* ── Loading spinner ───────────────────────────────────── */
.ansi-ft-modal .highlightLoader {
  color: rgba(6, 60, 109, 0.7) !important;
}


/* ── Scroll container ── */
.layers-wrapper[data-v-083de181] {
  background-color: #eef3f9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 8px 0;
}
/* ── Row ── */
.layer-row[data-v-083de181] {
  padding: 0 !important;
  margin: 0 0 8px;
  width: 100%;
  min-height: 44px;
  background-color: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  font-size: 13px;
}
.layer-row[data-v-083de181]:last-child {
  margin-bottom: 5%;
}
.layer-row[data-v-083de181]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
          box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
  border-color: rgba(6, 60, 109, 0.2);
}
/* ── Layer name cell ── */
.layer-btn[data-v-083de181] {
  font-weight: 500;
  text-shadow: none !important;
  line-height: 1.3;
  width: 100%;
  padding: 6px 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  gap: 10px;
  min-width: 0;
  color: #063c6d;
}
.layer-row-label[data-v-083de181] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ── Icon cell (up-arrow + filter) ── */
.layer-arrow[data-v-083de181] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  color: #063c6d;
  cursor: pointer;
}
.layer-arrow--end[data-v-083de181] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
/* ── Threshold circle cell ── */
.layer-threshold[data-v-083de181] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
/* ── Status indicators — pastel fill + left accent bar instead of flat
   saturated blocks ── */
.available-not-enabled[data-v-083de181] {
  background-color: #ffffff;
}
.available-enabled[data-v-083de181] {
  background-color: #eaf7ef;
  -webkit-box-shadow: inset 3px 0 0 #1f9d55;
          box-shadow: inset 3px 0 0 #1f9d55;
}
.unavailable[data-v-083de181] {
  background-color: #eef1f4;
  opacity: 0.55;
  cursor: not-allowed;
}
.unavailable .layer-btn[data-v-083de181] {
  cursor: not-allowed;
  pointer-events: none;
}
/* ── Keyboard-navigation highlights ── */
.highlightCurrentLayer[data-v-083de181] {
  -webkit-box-shadow: inset 0 0 0 2px #007BFF;
          box-shadow: inset 0 0 0 2px #007BFF;
}
/* ── Threshold circles ── */
.circle[data-v-083de181] {
  border: 1px solid #063c6d;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #063c6d;
}
.activated[data-v-083de181] {
  border-color: #007bff !important;
  color: white !important;
  background: #007bff;
}
.disabled[data-v-083de181] {
  opacity: 0.7;
  pointer-events: none;
}
/* ── Misc ── */
.cursor[data-v-083de181] {
  cursor: pointer;
}
.orange-font[data-v-083de181] {
  color: orange !important;
}
.spinner-custom-position[data-v-083de181] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.disabled-icon[data-v-083de181] {
  pointer-events: stroke;
  opacity: 0.5;
}


#filterModal .modal-lg {
  max-width: 1100px !important;
}

/* ---- Modal shell ----
   Colors (white body, dark blue #063c6d header, dark blue text) come from
   the shared .menu-bg-blue-transparent-modal theme in MapManagementPlatform.css.
   This block only adds structural polish. */
#filterModal .filter-modal-content {
  overflow: hidden;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
#filterModal .filter-modal-header {
  padding: 1rem 1.4rem;
}
#filterModal .filter-modal-header .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
#filterModal .filter-modal-header .close:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#filterModal .filter-modal-header .modal-title {
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
#filterModal .filter-modal-body {
  padding: 1.3rem 1.4rem 1.4rem;
  /* The global `.menu-bg-blue-transparent-modal .modal-body` forces dark-blue
     text, which is invisible on this modal's dark gradient. Default all body
     text to light; inputs override back to dark since they sit on white. */
  color: #063c6d !important;
}

/* ---- Export bar ---- */
#filterModal .filter-export-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

/* ---- Rule builder card ---- */
#filterModal .filter-builder {
  background: #f4f6f8;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  padding: 0.9rem 1rem 1rem;
  margin-bottom: 1.1rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 18px rgba(6, 60, 109, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 18px rgba(6, 60, 109, 0.08);
}
#filterModal .filter-builder-title {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 0.7rem;
}
#filterModal .filter-field-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: rgba(6, 60, 109, 0.6);
  margin-bottom: 0.25rem;
}

/* ---- Form controls ---- */
#filterModal .form-control,
#filterModal .custom-select {
  background-color: #f4f6f8;
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 8px;
  color: #063c6d;
  font-size: 0.88rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(6, 60, 109, 0.06);
          box-shadow: inset 0 1px 2px rgba(6, 60, 109, 0.06);
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
#filterModal .form-control::-webkit-input-placeholder {
  color: #8aa6bf;
}
#filterModal .form-control::-moz-placeholder {
  color: #8aa6bf;
}
#filterModal .form-control:-ms-input-placeholder {
  color: #8aa6bf;
}
#filterModal .form-control::-ms-input-placeholder {
  color: #8aa6bf;
}
#filterModal .form-control::placeholder {
  color: #8aa6bf;
}
#filterModal .form-control:hover,
#filterModal .custom-select:hover {
  border-color: rgba(74, 159, 224, 0.6);
  background-color: #fff;
}
#filterModal .form-control:focus,
#filterModal .custom-select:focus {
  border-color: #4a9fe0;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.2);
          box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.2);
  background-color: #fff;
}

/* Themed dropdown caret for the operator select */
#filterModal .custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%230a4a7f%27 d=%27M0 1.5 4 5.5 8 1.5z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
}

/* ---- Active rules as chips ---- */
#filterModal .active-rules {
  margin-bottom: 1.1rem;
}
#filterModal .active-rules-title {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 0.55rem;
}
#filterModal .rule-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
#filterModal .rule-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 999px;
  font-size: 0.82rem;
}
#filterModal .rule-chip-prop {
  font-weight: 600;
  color: #063c6d;
}
#filterModal .rule-chip-op {
  color: rgba(6, 60, 109, 0.6);
  font-weight: 500;
}
#filterModal .rule-chip-val {
  color: #063c6d;
  font-weight: 500;
}

/* ---- Options + hint ---- */
#filterModal .filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(6, 60, 109, 0.1);
  margin-bottom: 0.5rem;
}
#filterModal .filter-hint {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(6, 60, 109, 0.65);
  margin: 0;
  padding: 0.6rem 0.8rem;
  background: rgba(74, 159, 224, 0.1);
  border-left: 3px solid #4a9fe0;
  border-radius: 0 8px 8px 0;
}
#filterModal .filter-hint .svg-inline--fa {
  color: #0a5499;
}
#filterModal .filter-hint strong {
  color: #063c6d;
  font-weight: 700;
}
#filterModal .filter-maintain-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  color: #063c6d;
}

/* ---- Footer ---- */
#filterModal .filter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.6rem;
  padding-top: 0.4rem;
}

/* ---- Buttons ---- */
#filterModal .filter-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.2px;
  padding: 0.5rem 1.15rem;
  border: none;
  text-shadow: none;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease,
    background 0.15s ease, color 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease,
    background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
}
#filterModal .filter-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.2);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.2);
}
#filterModal .filter-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Add Rule — primary accent */
#filterModal .filter-add-btn {
  background: linear-gradient(135deg, #4a9fe0, #2f7fc4);
  -webkit-box-shadow: 0 2px 8px rgba(47, 127, 196, 0.4);
          box-shadow: 0 2px 8px rgba(47, 127, 196, 0.4);
}

/* Export — amber */
#filterModal .filter-export-bar .filter-btn {
  background: linear-gradient(135deg, #f6b83d, #e69a12);
  color: #4a2f00;
}

/* Apply Filter — success */
#filterModal .filter-apply-btn {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  background: linear-gradient(135deg, #34c759, #23a344);
  -webkit-box-shadow: 0 2px 8px rgba(35, 163, 68, 0.4);
          box-shadow: 0 2px 8px rgba(35, 163, 68, 0.4);
}

/* Remove Filter — danger outline on the light shell */
#filterModal .filter-footer .btn-outline-danger.filter-btn {
  background: #fff;
  border: 1px solid #e5484d;
  color: #d43a3f;
}
#filterModal .filter-footer .btn-outline-danger.filter-btn:hover {
  background: #e5484d;
  border-color: #e5484d;
  color: #fff;
}


.otonomo-map[data-v-366b38e0] {
  height: 80vh !important;
  width: 100%;
}
.otonomo-controls-row[data-v-366b38e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}
.selected-subcountry[data-v-366b38e0] {
  color: inherit;
}


.tools-strip[data-v-992bd2de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #063c6d;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  overflow: hidden;
}
.tool-btn[data-v-992bd2de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width:40px;
  height: 30px;
  background: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255);
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tool-btn[data-v-992bd2de]:last-child {
  border-right: none;
}
.tool-btn[data-v-992bd2de]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.tool-btn--active[data-v-992bd2de] {
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.tool-btn[data-v-992bd2de]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.tool-btn[data-v-992bd2de]:disabled:hover {
  background: none;
  color: rgba(255, 255, 255);
}


.speed-limit-container[data-v-6ae419c0] {
    /* Sits beside the navigation window (top-center, .navigation-icons-positions
       is at top:10px; left:47%). Fixed positioning anchors it there regardless
       of where this component is mounted in the DOM. */
    position: fixed;
    top: 10px;
    left: 35%;
    z-index: 4;
    height: 75px;
    width: 60px;
    background-color: white;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.text-box[data-v-6ae419c0] {
    font-size: 12px;
    height: 15px;
}
.black-outline[data-v-6ae419c0] {
    height: 96%;
    width: 96%;
    border: 3px solid black;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px;
    padding-top: 5px;
}
.speed-limit-text[data-v-6ae419c0] {
    font-weight: bold;
    height: 30%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1px;
}
.speed-limit-number-container[data-v-6ae419c0] {
    font-weight: bolder;
    height: 60%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    padding-top: 17px;
    padding-bottom: 5px;
    padding-right: 1px;
    text-align: center;
}
.large-font[data-v-6ae419c0] {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
}
.medium-font[data-v-6ae419c0] {
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
}
.small-font[data-v-6ae419c0] {
    font-weight: bolder;
    font-size: 9px;
    text-align: center;
}
.speed-limit-number-container h6[data-v-6ae419c0] {
    font-size: 10px;
}
.speed-limit-number h5[data-v-6ae419c0] {
    font-size: 18px;
}


.ansi-layers-root[data-v-265830a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.ansi-side-col[data-v-265830a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

/* When nested inside the data-panel header, separate the tools from the
   release info with a divider and give them room to breathe. */
.data-panel .ansi-side-col[data-v-265830a2] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dll-container[data-v-265830a2] {
  background-color: transparent !important;
  width: 320px;
  text-shadow: none !important;
}
.card[data-v-265830a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 20px);
  /* overflow: hidden; */
  overflow-x: hidden;
  position: relative;
  border: none;
}
.card-body-padding[data-v-265830a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* padding-top: 0.5rem; */
}
.card-body-padding > div[data-v-265830a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scroll-Container[data-v-265830a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}

/* ── Data panel header ── */
.data-panel[data-v-265830a2] {
  width: 100%;
  background-color: #063c6d;
  color: white;
  padding: 12px 14px;
  position: relative;
}
.data-panel__minimize[data-v-265830a2] {
  position: absolute;
  bottom: 35%;
  right: 10px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
.data-panel__minimize[data-v-265830a2]:hover {
  opacity: 0.7;
}
.layer-list-font[data-v-265830a2] {
  font-size: 13px !important;
  font-weight: 500;
}
.change-region-btn[data-v-265830a2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  background: linear-gradient(135deg, rgba(32, 255, 155, 0.18) 0%, rgba(4, 150, 233, 0.15) 100%);
  border: 1.5px solid rgba(32, 255, 155, 0.6);
  border-radius: 8px;
  color: #20ff9b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
          box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
.change-region-btn[data-v-265830a2]:hover {
  background: linear-gradient(135deg, rgba(32, 255, 155, 0.32) 0%, rgba(4, 150, 233, 0.25) 100%);
  border-color: #20ff9b;
  -webkit-box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
          box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #fff;
  text-shadow: 0 0 8px rgba(32, 255, 155, 0.8);
}
.change-region-btn[data-v-265830a2]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
          box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
}
.change-region-icon[data-v-265830a2] {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── Scrollbar ── */
.scroll-Container[data-v-265830a2]::-webkit-scrollbar {
  width: 5px;
}
.scroll-Container[data-v-265830a2]::-webkit-scrollbar-track {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.scroll-Container[data-v-265830a2]::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 999px;
}
.card:hover .scroll-Container[data-v-265830a2]::-webkit-scrollbar-track {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-radius: 999px;
}
.card:hover .scroll-Container[data-v-265830a2]::-webkit-scrollbar-thumb {
  background-color: rgba(6, 60, 109, 0.25) !important;
}
.card:hover .scroll-Container[data-v-265830a2]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(6, 60, 109, 0.5) !important;
}


.mapANSI[data-v-426acf42] {
  height: 600px !important;
  width: 700px;
}


/* ── Modal header (dark blue strip at top) ─────────────── */
.ansi-reports-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.ansi-reports-modal .modal-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
}
/* ── Scrollbar ─────────────────────────────────────────── */
.ansi-reports-modal .scroll-Container {
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.ansi-reports-modal .scroll-Container::-webkit-scrollbar { width: 4px;
}
.ansi-reports-modal .scroll-Container::-webkit-scrollbar-track { background: transparent;
}
.ansi-reports-modal .scroll-Container::-webkit-scrollbar-thumb { background: rgba(6, 60, 109, 0.25); border-radius: 2px;
}
.ansi-reports-modal .scroll-Container::-webkit-scrollbar-button { display: none;
}
/* ── Metadata stat cards ───────────────────────────────── */
.rpt-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 6px;
  margin-bottom: 4px;
}
.rpt-stat-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
}
.rpt-stat-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1.2;
}
/* ── Selset dropdown / form controls ──────────────────── */
.ansi-reports-modal label {
  color: rgba(6, 60, 109, 0.65);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ansi-reports-modal select,
.ansi-reports-modal .scroll-Container.custom-select {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.ansi-reports-modal select option {
  background: #fff;
  color: #063c6d;
}
.ansi-reports-modal input[type="text"],
.ansi-reports-modal input[type="search"] {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.ansi-reports-modal input::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-reports-modal input::-moz-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-reports-modal input:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-reports-modal input::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.ansi-reports-modal input::placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
/* ── b-tabs pill nav ───────────────────────────────────── */
.ansi-reports-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.7);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 14px;
  margin: 0 3px;
}
.ansi-reports-modal .nav-pills .nav-link.active,
.ansi-reports-modal .nav-pills .show > .nav-link {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.ansi-reports-modal .nav-pills .nav-link:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #063c6d;
}
.ansi-reports-modal .card {
  background: transparent !important;
  border: none !important;
}
.ansi-reports-modal .tab-content {
  background: transparent !important;
  color: #063c6d;
}
.ansi-reports-modal .card-body {
  background: transparent !important;
  padding: 16px 0;
}
/* ── Download buttons ──────────────────────────────────── */
.ansi-reports-modal .rpt-dl-btn,
.ansi-reports-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 4px;
}
.ansi-reports-modal .rpt-dl-btn:hover,
.ansi-reports-modal .btn-primary:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}
.ansi-reports-modal .btn-secondary {
  background: transparent !important;
  border-color: rgba(6, 60, 109, 0.3) !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.ansi-reports-modal .btn-secondary:hover {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
}
/* ── Table ─────────────────────────────────────────────── */
.ansi-reports-modal table {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.ansi-reports-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.ansi-reports-modal thead th a,
.ansi-reports-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.ansi-reports-modal tbody tr {
  cursor: pointer;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.ansi-reports-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.ansi-reports-modal tbody td {
  border-color: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
  font-size: 0.75rem;
  text-shadow: none !important;
}
/* ── ApexCharts ────────────────────────────────────────── */
.ansi-reports-modal .apexcharts-canvas {
  background: transparent !important;
}
.ansi-reports-modal .apexcharts-legend-text {
  color: rgba(6, 60, 109, 0.85) !important;
}


@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-width {
    width: 65%;
    max-width: 700px;
}
}
.info-tooltip {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text {
  visibility: hidden;
  width: 100px;
  font-size: 15px;
  top: 18%;
  margin-left: 30px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip:hover .info-tooltip-text {
  visibility: visible;
}
.noteIcon {
  height: 22px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
}
.buttonDimensions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nt-modal .menu-bg-blue-transparent,
.nt-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.nt-modal label { color: rgba(6, 60, 109, 0.7);
}
.nt-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.nt-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.nt-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.nt-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.nt-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.nt-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.nt-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.nt-modal table { color: #063c6d !important; text-shadow: none !important;
}
.nt-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.nt-modal thead th a,
.nt-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.nt-modal thead th input {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.nt-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.nt-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.nt-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.nt-modal .footer-pagination-row td,
.nt-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


/* ── Card shell ─────────────────────────────────────────── */
.panel[data-v-648e368e] {
  max-height: 90vh;
  background: #ffffff;
  color: #063c6d;
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
          box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel[data-v-648e368e] .card-body {
  padding: 14px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.scroll-Container[data-v-648e368e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Slim, themed scrollbar */
/* .scroll-Container::-webkit-scrollbar {
  width: 8px;
}
.scroll-Container::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.25);
  border-radius: 8px;
}
.scroll-Container::-webkit-scrollbar-thumb:hover {
  background: rgba(6, 60, 109, 0.4);
} */
/* ── Header ─────────────────────────────────────────────── */
.ansi-testing-header[data-v-648e368e] {
  color: white !important;
  padding: 10px 14px;
  border-bottom: none !important;
}
.ansi-testing-header .btn[data-v-648e368e] {
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  padding: 6px 10px;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
}
.ansi-testing-header .btn[data-v-648e368e]:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ansi-testing-header .btn[data-v-648e368e]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ansi-testing-header .close-icon-btn[data-v-648e368e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(18, 67, 172);
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.ansi-testing-header .close-icon-btn[data-v-648e368e]:hover {
  background: #e5484d;
  color: #ffffff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 3px 10px rgba(229, 72, 77, 0.45);
          box-shadow: 0 3px 10px rgba(229, 72, 77, 0.45);
}
.ansi-testing-header .close-icon-btn[data-v-648e368e]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.ansi-testing-header .close-icon-btn[data-v-648e368e]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
/* ── Read-only info grid ────────────────────────────────── */
.info-grid[data-v-648e368e] {
  background: rgba(6, 60, 109, 0.045);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 10px;
  padding: 4px 6px;
  margin-left: 2px;
  margin-right: 2px;
}
.info-grid label[data-v-648e368e] {
  display: block;
  margin: 0;
  font-size: 0.85rem;
  color: #063c6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-grid b[data-v-648e368e] {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 1px;
}
/* ── Notes ──────────────────────────────────────────────── */
.notesRow[data-v-648e368e] {
  padding-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #063c6d;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notes[data-v-648e368e] {
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  margin: 8px 0 4px;
}
.testingWindowNotes[data-v-648e368e] {
  margin-left: 6px;
  cursor: pointer;
}
.contenteditable-element[data-v-648e368e] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 8px !important;
  color: #063c6d !important;
  resize: none;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.contenteditable-element[data-v-648e368e]:focus {
  background: #fff !important;
  border-color: #0a5499 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15) !important;
          box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15) !important;
  outline: none;
}
/* ── Section headers (ATTRIBUTES / REQUIRED / OPTIONAL) ──── */
.boxed[data-v-648e368e] {
  background: rgba(6, 60, 109, 0.06);
  border: none !important;
  border-radius: 8px;
  color: #063c6d;
}
.section-bar[data-v-648e368e] {
  border-left: 3px solid #0a5499 !important;
  margin-top: 15px !important;
}
.section-title[data-v-648e368e] {
  display: inline-block;
  margin: 4px 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #063c6d;
}
/* ── Property rows ──────────────────────────────────────── */
.prop-row[data-v-648e368e] {
  border-radius: 8px;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.prop-row[data-v-648e368e]:hover {
  background: rgba(10, 84, 153, 0.05);
}
.prop-name[data-v-648e368e] {
  font-size: 0.9rem;
  color: #063c6d;
}
/* ── Toggle button group (segmented control) ────────────── */
.btn-group-toggle[data-v-648e368e] {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.12);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.12);
}
.btn-group-toggle .btn[data-v-648e368e] {
  color: #063c6d;
  border: 1px solid rgba(6, 60, 109, 0.15);
  padding: 5px 12px;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.btn-group-toggle .btn[data-v-648e368e]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.unSelectedIcons[data-v-648e368e] {
  background: #f3f5f8 !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.unSelectedIcons[data-v-648e368e]:hover {
  background: #e6edf5 !important;
  color: #063c6d !important;
}
.dashed-border[data-v-648e368e] {
  border: 1px dashed rgba(6, 60, 109, 0.35);
}
/* ── Notes template side panel ──────────────────────────── */
.notes_panel[data-v-648e368e] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fc), to(#eef2f8));
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%);
  /* border: 1px solid rgba(6, 60, 109, 0.12); */
  border-radius: 12px;
  padding: 6px 8px 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(4, 30, 58, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(4, 30, 58, 0.08);
}
.notes-panel-title[data-v-648e368e] {
  position: sticky;
  /* top: 0; */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: -6px -8px 8px;
  padding: 8px 10px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #0a5499, #063c6d);
  border-radius: 12px 12px 0 0;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
}
.notes-panel-title .svg-inline--fa[data-v-648e368e] {
  opacity: 0.85;
}
.notes_panel .ansi-button[data-v-648e368e] {
  width: 100%;
  border-radius: 8px;
  white-space: normal;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 8px 10px;
  color: #063c6d !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 60, 109, 0.14) !important;
  -webkit-box-shadow: 0 1px 2px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 2px rgba(6, 60, 109, 0.06);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease,
    -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
}
.notes_panel .ansi-button[data-v-648e368e]:hover {
  background: #f0f6ff !important;
  border-color: #0a5499 !important;
  -webkit-box-shadow: 0 4px 12px rgba(10, 84, 153, 0.18);
          box-shadow: 0 4px 12px rgba(10, 84, 153, 0.18);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.notes_panel .ansi-button[data-v-648e368e]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 3px rgba(10, 84, 153, 0.2);
          box-shadow: 0 1px 3px rgba(10, 84, 153, 0.2);
}
.cog-position[data-v-648e368e] {
  margin-left: 5px;
  cursor: pointer;
  color: rgba(6, 60, 109, 0.65);
}
/* ── Window sizing ──────────────────────────────────────── */
.window-widthfixed[data-v-648e368e] {
  width: 650px !important;
}
.window-width[data-v-648e368e] {
  width: 920px !important;
}
.remove-window-spacing[data-v-648e368e] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.btn[data-v-648e368e] {
  color: #063c6d;
}


/* ---------- Overlay label badges ---------- */
.image-text[data-v-6688507e] {
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 3px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.top-left-text[data-v-6688507e] {
  top: 10px;
  left: 10px;
}
.top-right-text[data-v-6688507e] {
  top: 10px;
  right: 10px;
}
.bottom-right-text[data-v-6688507e] {
  bottom: 10px;
  right: 10px;
}
.unselectable[data-v-6688507e] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ---------- Layout containers ---------- */
#streetViewContainer[data-v-6688507e] {
  position: relative;
  text-align: center;
}
#streetViewBottom[data-v-6688507e],
#streetViewTop[data-v-6688507e] {
  position: relative;
}
.wrapper[data-v-6688507e] {
  position: relative;
  height: 20rem;
  width: 30rem;
  margin-bottom: 0.25rem;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    rgba(6, 47, 86, 0.75),
    rgba(3, 26, 48, 0.75)
  );
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.box[data-v-6688507e] {
  border: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #1b1c1d;
  cursor: pointer;
}
.box img[data-v-6688507e] {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.portrait[data-v-6688507e] {
  padding-left: 17%;
  padding-right: 17%;
}
/* ---------- Rotate control ---------- */
.imageryRotateDiv[data-v-6688507e] {
  position: relative;
  z-index: 999;
  text-align: end;
  margin-top: -17rem;
  margin-right: 0.75rem;
}
.imageryRotateButton[data-v-6688507e] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -2em;
  padding: 0;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  background: rgba(20, 22, 28, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  -webkit-transition: background 0.25s ease,
    border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease,
    border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.imageryRotateButton[data-v-6688507e]:hover {
  background: rgba(37, 99, 235, 0.85);
  border-color: rgba(147, 197, 253, 0.6);
  -webkit-box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
          box-shadow: 0 6px 18px rgba(37, 99, 235, 0.45);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.imageryRotateButton[data-v-6688507e]:active {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}
.imageryRotateButton span[data-v-6688507e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.imageryRotateButton:hover span[data-v-6688507e] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}


.image-text[data-v-ead15204] {
        position: absolute;
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        z-index: 100;
}
.bottom-right-text[data-v-ead15204] {
        bottom: 0px;
        right: 2%;
}
.top-left-text[data-v-ead15204] {
        top: 8px;
        left: 2%;
}
.top-right-text[data-v-ead15204] {
        top: 8px;
        right: 2%;
}
.unselectable[data-v-ead15204] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#streetViewContainer[data-v-ead15204] {
  position: relative;
  text-align: center;
  border-radius: 10px;
}
#streetViewBottom[data-v-ead15204] {
        position: relative;
        border-radius: 10px;
}
#streetViewTop[data-v-ead15204] {
        position: relative;
}
.imageryRotateButton[data-v-ead15204] {
  /* box-shadow: 1px 1px 1px 1px #1b1c1d;     */
  position: relative;
  z-index: 999;  
  background: rgba(85, 85, 83, 0.932);
}
.imageryRotateDiv[data-v-ead15204] {
  position: relative;    
  text-align: end;
  margin-top: -17rem;
  margin-right: 0.5rem;
}
button[data-v-ead15204] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -2em;
  background: none;    
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid transparent;
  -webkit-box-shadow: 2px 2px 2px #1b1c1d;
          box-shadow: 2px 2px 2px #1b1c1d;
  font-size: 1rem;
  text-align: center;
}
button[data-v-ead15204]::before,
button[data-v-ead15204]::after,
span[data-v-ead15204]::before,
span[data-v-ead15204]::after {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
}
button[data-v-ead15204]::before {
        top: -2px;
        left: -2px;
        border-top: 2.5px solid white;
        border-left: 2.5px solid white;
        border-radius: 2px ;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
}
button[data-v-ead15204]::after {
        top: -2px;
        right: -2px;
        border-top: 2.5px solid white;
        border-right: 2.5px solid white;
        border-radius: 2px ;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
}
span[data-v-ead15204]::before {
        bottom: -2px;
        left: -2px;
        border-bottom: 2.5px solid white;
        border-left: 2.5px solid white;
        border-radius: 2px ;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
}
span[data-v-ead15204]::after {
        bottom: -2px;
        right: -2px;
        border-bottom: 2.5px solid white;
        border-right: 2.5px solid white;
        border-radius: 2px ;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
}
button[data-v-ead15204]:hover::before,
button[data-v-ead15204]:hover::after {
        width: 1.5rem;
        height: 1.5rem;
}
button:hover span[data-v-ead15204]::before,
button:hover span[data-v-ead15204]::after {
        width: 1.5rem;
        height: 1.5rem;
}
.loading-wrapper[data-v-ead15204] {
  height: 20rem;
  width: 30rem;
  background-color: rgb(0, 0, 0, 0.5);
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
  gap: 10px;
}
.loading-icon[data-v-ead15204] {
  font-size: 2rem;
  color: whitesmoke;
  margin-bottom: 0.5rem;
}
.loading-text[data-v-ead15204] {
  color: whitesmoke;
  margin: 0;
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.wrapper[data-v-ead15204] {
  height: 20rem;
  width: 30rem;
  margin-bottom: 2px;
}
.box[data-v-ead15204] {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;   
  overflow: hidden;
  color: #1b1c1d;
}
.box img[data-v-ead15204] {
  width: 100%;
  height: 100%;
}
.portrait[data-v-ead15204] {
  padding-left: 17%;
  padding-right: 17%;
}


/* Scoped to .ansi-user-select so the sibling DRT modal (which shares the
   global .usc-* classes) is unaffected. */
.ansi-user-select .modal-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f8fc));
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}
.ansi-user-select .usc-list {
  padding: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 62vh;
  overflow-y: auto;
}
.ansi-user-select .usc-list::-webkit-scrollbar {
  width: 6px;
}
.ansi-user-select .usc-list::-webkit-scrollbar-track {
  background: transparent;
}
.ansi-user-select .usc-list::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.2);
  border-radius: 999px;
}
.ansi-user-select .usc-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0.7rem 0.95rem;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
  overflow: hidden;
  -webkit-animation: uscFadeIn 0.28s ease both;
          animation: uscFadeIn 0.28s ease both;
  -webkit-transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
/* Accent bar that grows in on hover */
.ansi-user-select .usc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a548f), to(#063c6d));
  background: linear-gradient(180deg, #0a548f, #063c6d);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ansi-user-select .usc-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(6, 60, 109, 0.28);
  -webkit-box-shadow: 0 8px 22px rgba(6, 60, 109, 0.15);
          box-shadow: 0 8px 22px rgba(6, 60, 109, 0.15);
}
.ansi-user-select .usc-item:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ansi-user-select .usc-item:hover .usc-arrow {
  color: #063c6d;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.ansi-user-select .usc-item:hover .usc-avatar {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.32);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.32);
}
.ansi-user-select .usc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
  -webkit-transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.ansi-user-select .usc-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: #063c6d;
  letter-spacing: 0.01em;
}
.ansi-user-select .usc-arrow {
  width: 16px;
  height: 16px;
  color: rgba(6, 60, 109, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.18s ease, -webkit-transform 0.18s ease;
  transition: color 0.18s ease, -webkit-transform 0.18s ease;
  transition: color 0.18s ease, transform 0.18s ease;
  transition: color 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}
.ansi-user-select .usc-empty {
  padding: 2rem 1.5rem;
  text-align: center;
  color: rgba(6, 60, 109, 0.4);
  font-size: 0.85rem;
}
@-webkit-keyframes uscFadeIn {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes uscFadeIn {
from { opacity: 0;
}
to { opacity: 1;
}
}
.ansi-user-select .dataset-close-btn {
  color: whitesmoke;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.ansi-user-select .dataset-close-btn:hover {
  opacity: 0.75;
}


.shortcut-container[data-v-148a8df9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    gap: 10px;
}
.circle-shortcut[data-v-148a8df9] {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    border: 1px solid rgba(6, 60, 109, 0.18);
    color: #063c6d;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8.5px;
    font-weight: 600;
    padding-top: 3px;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.circle-shortcut.deactivated[data-v-148a8df9] {
    background-color: #ffffff;
    color: #063c6d;
    border-color: rgba(6, 60, 109, 0.18);
}
.circle-shortcut.deactivated[data-v-148a8df9]:not(.disabled):hover {
    background-color: rgba(6, 60, 109, 0.06);
    border-color: rgba(6, 60, 109, 0.4);
}
.circle-shortcut.activated[data-v-148a8df9] {
    background-color: #063c6d;
    color: #ffffff;
    border-color: #063c6d;
}
.circle-shortcut.activated[data-v-148a8df9]:not(.disabled):hover {
    background-color: #0a4f8f;
    border-color: #0a4f8f;
}
.fa-1-5x[data-v-148a8df9] {
    font-size: 1.5em;
}
.disabled[data-v-148a8df9] {
    pointer-events: none;
    opacity: 0.4;
}


.small[data-v-2b017d4a] {
    left: -27px;
    top: 50px;
}
.medium[data-v-2b017d4a] {
    left: 90px;
    top: 50px;
}
.wide[data-v-2b017d4a] {
    left: 135px;
    top: 50px;
}
.segment-label-window[data-v-2b017d4a] {
    height: 20px;
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* background: rgba(6, 60, 109, 0.85); */
    background: #eef3f9;
    color: #063c6d;
    position: absolute;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: 900;
    padding-top: 1px;
}
.navigation-window[data-v-2b017d4a] {
    position: relative;
    height: 45px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(6, 60, 109, 0.12);
    border-radius: 0.25rem;
    background: #eef3f9;
    color: #063c6d;
    line-height: 1.25;
    -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.12);
            box-shadow: 0 2px 8px rgba(6, 60, 109, 0.12);
}
.icons[data-v-2b017d4a] {
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.prev[data-v-2b017d4a], .next[data-v-2b017d4a], .last[data-v-2b017d4a] {
    color: rgba(6, 60, 109, 1);
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}
.next[data-v-2b017d4a]:hover, .prev[data-v-2b017d4a]:hover, .last[data-v-2b017d4a]:hover {
    color: #063c6d;
    cursor: pointer;
}
.disabled[data-v-2b017d4a] {
    pointer-events: none;
    opacity: 0.4;
}
.fa-1-5x[data-v-2b017d4a] {
    font-size: 1.5em;
}


.info-icon[data-v-67cc3af6] {
  position: absolute;
  top: 10px;
  left: -5px;
}
.info-tooltip[data-v-67cc3af6] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-67cc3af6] {
  visibility: hidden;
  width: 200px;
  font-size: 15px;
  top: -55px;
  margin-left: 30px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip:hover .info-tooltip-text[data-v-67cc3af6] {
  visibility: visible;
}
.mmp-img[data-v-67cc3af6] {
  max-width: 180px;
  text-align: center;
}


/* ── Panel shell ────────────────────────────────────────── */
.att-panel[data-v-06b6cb68] {
  background: #ffffff;
  color: #063c6d;
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
          box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
  overflow: hidden;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* ── Header ──────────────────────────────────────────────── */
.att-header[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #0a5499, #063c6d);
  color: #fff;
}
.att-title[data-v-06b6cb68] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.capitalize[data-v-06b6cb68] {
  text-transform: capitalize;
}
.att-header-actions[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
/* Prev / Next */
.att-nav-btn[data-v-06b6cb68] {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 3px 10px;
  -webkit-transition: background 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, transform 0.12s ease;
  transition: background 0.15s ease, transform 0.12s ease, -webkit-transform 0.12s ease;
}
.att-nav-btn[data-v-06b6cb68]:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.26);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.att-nav-btn[data-v-06b6cb68]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
/* Minimize / maximize / close */
.att-icon-btn[data-v-06b6cb68] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.att-icon-btn[data-v-06b6cb68]:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.att-close[data-v-06b6cb68]:hover {
  background: #e5484d;
}
/* ── Attribute rows ──────────────────────────────────────── */
.att-body[data-v-06b6cb68] {
  max-height: 46vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 4px 0; */
}
.att-body[data-v-06b6cb68]::-webkit-scrollbar {
  width: 8px;
}
.att-body[data-v-06b6cb68]::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.22);
  border-radius: 8px;
}
.att-body[data-v-06b6cb68]::-webkit-scrollbar-thumb:hover {
  background: rgba(6, 60, 109, 0.38);
}
.att-row[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 7px 14px;
  border-bottom: 1px solid rgba(6, 60, 109, 0.06);
}
.att-row[data-v-06b6cb68]:nth-child(even) {
  background-color: rgba(6, 60, 109, 0.035);
}
.att-name[data-v-06b6cb68] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  padding-right: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.6);
  word-break: break-word;
  -ms-flex-item-align: center;
      align-self: center;
}
.att-value[data-v-06b6cb68] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  min-width: 0;
  color: #063c6d;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: 6px;
  word-wrap: break-word;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.att-value-text[data-v-06b6cb68] {
  min-width: 0;
  word-break: break-word;
}
.att-copy-icon[data-v-06b6cb68] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  color: rgba(6, 60, 109, 0.35);
  font-size: 0.78rem;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease, color 0.12s ease;
  transition: opacity 0.12s ease, color 0.12s ease;
}
.att-value[data-v-06b6cb68]:hover {
  background: rgba(10, 84, 153, 0.08);
}
.att-value:hover .att-copy-icon[data-v-06b6cb68] {
  opacity: 1;
  color: #0a5499;
}
/* ── Otonomo speed-limit status ──────────────────────────── */
.att-otonomo[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  padding: 12px 14px;
  margin-top: 4px;
  background: rgba(6, 60, 109, 0.045);
  border-top: 1px solid rgba(6, 60, 109, 0.08);
}
.att-otonomo-label[data-v-06b6cb68] {
  font-weight: 700;
  font-size: 0.85rem;
  color: #063c6d;
}
.att-radio[data-v-06b6cb68] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 0;
  font-weight: 600;
  font-size: 0.85rem;
  color: #063c6d;
  cursor: pointer;
}
.att-update-btn[data-v-06b6cb68] {
  border-radius: 8px;
  font-weight: 600;
  margin-left: auto;
}
/* ── Footer / pagination ─────────────────────────────────── */
.att-footer[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(6, 60, 109, 0.04);
  border-top: 1px solid rgba(6, 60, 109, 0.08);
}
.att-pager[data-v-06b6cb68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.att-pager-btn[data-v-06b6cb68] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(6, 60, 109, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #0a5499;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease, -webkit-transform 0.12s ease;
}
.att-pager-btn[data-v-06b6cb68]:hover:not(:disabled) {
  background: #eef4fb;
  border-color: #0a5499;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.att-pager-btn[data-v-06b6cb68]:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.att-pager-count[data-v-06b6cb68] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #063c6d;
  white-space: nowrap;
}
.close-btn[data-v-06b6cb68] {
  background: linear-gradient(135deg, #0a5499, #063c6d);
  border: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 6px 22px;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
}
.close-btn[data-v-06b6cb68]:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.3);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.3);
}


.mapANSI[data-v-63ad554c] {
  height: 600px !important;
  width: 700px;
}


/* ── Modal header (dark blue strip at top) ─────────────── */
.biased-reports-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.biased-reports-modal .modal-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
}
/* ── Scrollbar ─────────────────────────────────────────── */
.biased-reports-modal .scroll-Container {
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.biased-reports-modal .scroll-Container::-webkit-scrollbar { width: 4px;
}
.biased-reports-modal .scroll-Container::-webkit-scrollbar-track { background: transparent;
}
.biased-reports-modal .scroll-Container::-webkit-scrollbar-thumb { background: rgba(6, 60, 109, 0.25); border-radius: 2px;
}
.biased-reports-modal .scroll-Container::-webkit-scrollbar-button { display: none;
}
/* ── Metadata stat cards ───────────────────────────────── */
.rpt-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  padding: 10px 12px;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 6px;
  margin-bottom: 4px;
}
.rpt-stat-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
}
.rpt-stat-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1.2;
}
/* ── Selset dropdown / form controls ──────────────────── */
.biased-reports-modal label {
  color: rgba(6, 60, 109, 0.65);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.biased-reports-modal select,
.biased-reports-modal .scroll-Container.custom-select {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.biased-reports-modal select option {
  background: #fff;
  color: #063c6d;
}
.biased-reports-modal input[type="text"],
.biased-reports-modal input[type="search"] {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.biased-reports-modal input::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-reports-modal input::-moz-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-reports-modal input:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-reports-modal input::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-reports-modal input::placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
/* ── b-tabs pill nav ───────────────────────────────────── */
.biased-reports-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.7);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 14px;
  margin: 0 3px;
}
.biased-reports-modal .nav-pills .nav-link.active,
.biased-reports-modal .nav-pills .show > .nav-link {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.biased-reports-modal .nav-pills .nav-link:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #063c6d;
}
.biased-reports-modal .card {
  background: transparent !important;
  border: none !important;
}
.biased-reports-modal .tab-content {
  background: transparent !important;
  color: #063c6d;
}
.biased-reports-modal .card-body {
  background: transparent !important;
  padding: 16px 0;
}
/* ── Download buttons ──────────────────────────────────── */
.biased-reports-modal .rpt-dl-btn,
.biased-reports-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 4px;
}
.biased-reports-modal .rpt-dl-btn:hover,
.biased-reports-modal .btn-primary:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}
.biased-reports-modal .btn-secondary {
  background: transparent !important;
  border-color: rgba(6, 60, 109, 0.3) !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.biased-reports-modal .btn-secondary:hover {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
}
/* ── Table ─────────────────────────────────────────────── */
.biased-reports-modal table {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.biased-reports-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.biased-reports-modal thead th a,
.biased-reports-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.biased-reports-modal tbody tr {
  cursor: pointer;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.biased-reports-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.biased-reports-modal tbody td {
  border-color: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
  font-size: 0.75rem;
  text-shadow: none !important;
}
/* ── ApexCharts ────────────────────────────────────────── */
.biased-reports-modal .apexcharts-canvas {
  background: transparent !important;
}
.biased-reports-modal .apexcharts-legend-text {
  color: rgba(6, 60, 109, 0.85) !important;
}

*[data-v-7cbbd5be] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-7cbbd5be] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-7cbbd5be] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-7cbbd5be], body[data-v-7cbbd5be] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-7cbbd5be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-7cbbd5be] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-7cbbd5be] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-7cbbd5be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-7cbbd5be] {
    width: 70px !important;
}
.main-content[data-v-7cbbd5be] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-7cbbd5be] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-7cbbd5be] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-7cbbd5be] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-7cbbd5be] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-7cbbd5be] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-7cbbd5be] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-7cbbd5be] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-7cbbd5be] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-7cbbd5be] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-7cbbd5be] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-7cbbd5be] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-7cbbd5be] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-7cbbd5be] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-7cbbd5be] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-7cbbd5be] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-7cbbd5be] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-7cbbd5be]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-7cbbd5be] {
    display: none;
}
.label[data-v-7cbbd5be] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-7cbbd5be] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-7cbbd5be] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-7cbbd5be] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-7cbbd5be]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-7cbbd5be] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-7cbbd5be] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-7cbbd5be] {
    color: #98d7ec;
}
.text_format[data-v-7cbbd5be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-7cbbd5be] {
    width: 40px;
    height: 50px;
}
.logout[data-v-7cbbd5be] {
    margin-top: auto !important;
}
[data-v-7cbbd5be] .modal-header,
.ptv-modal-header[data-v-7cbbd5be] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-7cbbd5be] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-7cbbd5be] {
color: black;
}
.zoom-btns-position[data-v-7cbbd5be] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-7cbbd5be] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-7cbbd5be] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-7cbbd5be] {
    color: #063C6D;
}
.moveable-container[data-v-7cbbd5be] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-7cbbd5be] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-7cbbd5be] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-7cbbd5be] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-7cbbd5be]::-webkit-scrollbar-track,
.scrollable[data-v-7cbbd5be]::-webkit-scrollbar-track,[data-v-7cbbd5be]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-7cbbd5be]::-webkit-scrollbar,
.scrollable[data-v-7cbbd5be]::-webkit-scrollbar,[data-v-7cbbd5be]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-7cbbd5be]::-webkit-scrollbar-thumb,
.scrollable[data-v-7cbbd5be]::-webkit-scrollbar-thumb,[data-v-7cbbd5be]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.password-wrapper {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 10px;   /* distance from right edge */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #555;
}
.toast-multiline {
  white-space: pre-line;
}
.blue-text {
  font-size: 0.9rem;
  color: #063c6d;
  /* opacity: 0.8; */
}
.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anchor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-field {
  height: calc(1.5em + 0.9rem + 2px);
  width: 100%;
  /* border-radius: calc((1.5em + 0.9rem + 2px) / 2) !important; */
  font-size: 0.9rem !important;
  color: #063c6d !important;
}
.close-btn {
  font-size: 0.75rem !important;
  /* background-color: navy !important; */
  background-color: #063c6d !important;
  border: none !important;
  border-radius: 20px !important;
  min-height: 40px;
  min-width: 80px;
}
.save-btn {
  font-size: 0.75rem !important;
  border: none !important;
  min-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background-color: #063C6D;
}
.close-btn:hover {
  background-color: rgb(6, 60, 109, 0.8) !important;
}
.save-btn:hover {
  background-color: rgb(6, 60, 109, 0.8) !important;
}
@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-width {
    width: 65%;
    max-width: 700px;
}
}
.info-tooltip {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text {
  visibility: hidden;
  width: 100px;
  font-size: 15px !important;
  top: 18%;
  margin-left: 30px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000 !important;
}
.info-tooltip:hover .info-tooltip-text {
  visibility: visible;
}
.pass-btn-spacing {
  margin: 0px 20px 0px 20px;
}


/* Stack the col-6 cards vertically, one row after another */
.ansi-dataset-panel .grm-grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grm-card--expanded {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grm-card-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grm-selsets {
  border-top: 1px solid rgba(77, 184, 255, 0.15);
  padding: 10px 14px 12px;
  width: 100%;
}
.grm-selsets-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* color: rgba(77, 184, 255, 0.7); */
  color: #063c6d;
  margin-bottom: 8px;
}
.grm-selsets-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.grm-selset-btn {
  background: rgba(77, 184, 255, 0.1);
  border: 1px solid rgba(77, 184, 255, 0.3);
  color: #063c6d;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.grm-selset-btn:hover {
  background: rgba(77, 184, 255, 0.22);
  border-color: rgba(77, 184, 255, 0.6);
}


/* Two-column card grid: cards wrap into rows of two. */
.drt-dataset-panel .grm-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* Slightly smaller preview so the region name + date get more of the
   half-width column. */
.drt-dataset-panel .grm-map-preview {
  width: 92px;
  min-width: 92px;
  height: 80px;
}
.drt-dataset-panel .grm-card-info {
  padding: 0 12px;
}
.drt-dataset-panel .grm-card-action {
  padding: 0 12px 0 4px;
}
/* Keep the release date on a single line. */
.drt-dataset-panel .grm-release-date {
  white-space: nowrap;
}


.dataset-close-btn[data-v-b962ef0a] {
  color: whitesmoke;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.dataset-close-btn[data-v-b962ef0a]:hover {
  opacity: 0.75;
}


.del-modal .menu-bg-blue-transparent,
.del-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.del-modal table { color: #063c6d !important; text-shadow: none !important;
}
.del-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.del-modal thead th a,
.del-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.del-modal thead th input {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.del-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.del-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.del-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.del-modal .footer-pagination-row td,
.del-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.del-modal .form-check-label { color: #063c6d;
}
.del-modal .form-check-input { accent-color: #063c6d;
}


.left-aligned-text[data-v-d1c52034] {
    text-align: left !important;
}
.checkbox-group[data-v-d1c52034] {
    margin: 0.5rem 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
    padding: 4px 18px;
}
.form-check-input[data-v-d1c52034] {
    cursor: pointer;
}
.form-check-label[data-v-d1c52034] {
    cursor: pointer;
    margin-left: 0.25rem;
}


/* Add space between cards for mobile view */
@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-xl {
    width: 95%;
    max-width: 1600px;
}
}
.checkbox {
  width: 20px;
  height: 20px;
  margin: 0.5rem;
}
#DPRModal .modal-lg {
  max-width: 1200px !important;
}
/* ── DPR Modal theme ───────────────────────────────────── */
.dpr-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.dpr-modal .modal-title {
  color: #fff;
  text-shadow: none;
  font-weight: 600;
}
.dpr-modal .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
/* Cards: white background, dark blue header strip */
.dpr-modal .modal-card-solid-blue {
  background: #fff !important;
  color: #063c6d !important;
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 6px;
}
.dpr-modal .modal-card-solid-blue .card-header {
  background: rgba(6, 60, 109, 0.07);
  color: #063c6d;
  border-bottom: 1px solid rgba(6, 60, 109, 0.12);
  font-weight: 600;
  font-size: 0.85rem;
}
/* Labels */
.dpr-modal label {
  color: rgba(6, 60, 109, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* Inputs, selects, textarea — subtle gray */
.dpr-modal .form-control,
.dpr-modal select {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.dpr-modal .form-control:focus,
.dpr-modal select:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.dpr-modal .form-control:disabled {
  background: #e9ecef !important;
  color: rgba(6, 60, 109, 0.4) !important;
}
.dpr-modal select option {
  background: #fff;
  color: #063c6d;
}
/* Multiselect */
.dpr-modal .multiselect__tags {
  background: #f3f5f8;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 4px;
}
.dpr-modal .multiselect__input,
.dpr-modal .multiselect__single {
  background: #f3f5f8;
  color: #063c6d;
}
.dpr-modal .multiselect__content-wrapper {
  border: 1px solid rgba(6, 60, 109, 0.2);
}
.dpr-modal .multiselect__option--highlight {
  background: rgba(6, 60, 109, 0.1);
  color: #063c6d;
}
.dpr-modal .multiselect__option--selected {
  background: rgba(6, 60, 109, 0.06);
  color: #063c6d;
  font-weight: 600;
}
/* Buttons */
.dpr-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.dpr-modal .btn-primary:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}
.dpr-modal .btn-outline-success {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.4) !important;
}
.dpr-modal .btn-outline-success:hover {
  background: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
}
.dpr-modal .btn-outline-danger {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.dpr-modal .btn-secondary {
  background: transparent !important;
  border-color: rgba(6, 60, 109, 0.3) !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
/* Success message close button */
.dpr-modal .btn[style*="color: white"] {
  color: #063c6d !important;
}


.snc-body[data-v-9b8e1432] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* Info strip */
.snc-info-strip[data-v-9b8e1432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 13px;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-left: 3px solid #063c6d;
  border-radius: 6px;
  font-size: 13px;
  color: rgba(6, 60, 109, 0.8);
}
.snc-info-icon[data-v-9b8e1432] {
  color: #063c6d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* System info card */
.snc-info-card[data-v-9b8e1432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 6px;
}
.snc-info-row[data-v-9b8e1432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.snc-label[data-v-9b8e1432] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.6);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 80px;
}
.snc-value[data-v-9b8e1432] {
  font-size: 13.5px;
  color: #063c6d;
  font-weight: 500;
}
.snc-value--old[data-v-9b8e1432] {
  color: rgba(6, 60, 109, 0.5);
  font-family: monospace;
  font-size: 13px;
}

/* Input field */
.snc-field[data-v-9b8e1432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.snc-field-label[data-v-9b8e1432] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.7);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}
.snc-input[data-v-9b8e1432] {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  border-radius: 6px;
  font-size: 13.5px;
}
.snc-input[data-v-9b8e1432]::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.snc-input[data-v-9b8e1432]::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.snc-input[data-v-9b8e1432]:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.snc-input[data-v-9b8e1432]::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.snc-input[data-v-9b8e1432]::placeholder { color: rgba(6, 60, 109, 0.35);
}
.snc-input[data-v-9b8e1432]:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}

/* Actions */
.snc-actions[data-v-9b8e1432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}
.snc-submit-btn[data-v-9b8e1432] {
  background: #063c6d !important;
  border: 1px solid #063c6d !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 6px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.snc-submit-btn[data-v-9b8e1432]:hover:not(:disabled) {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}
.snc-submit-btn[data-v-9b8e1432]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


.dc-body[data-v-439b40ee] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* Warning strip */
.dc-warning-strip[data-v-439b40ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 13px;
  background: rgba(224, 90, 90, 0.1);
  border: 1px solid rgba(224, 90, 90, 0.3);
  border-left: 3px solid #e05a5a;
  border-radius: 6px;
  font-size: 13px;
  color: #c0392b;
}
.dc-warning-icon[data-v-439b40ee] {
  color: #e05a5a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* System info card */
.dc-info-card[data-v-439b40ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 6px;
}
.dc-info-row[data-v-439b40ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.dc-label[data-v-439b40ee] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.6);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 72px;
}
.dc-value[data-v-439b40ee] {
  font-size: 13.5px;
  color: #063c6d;
  font-weight: 500;
}

/* Confirmation text */
.dc-confirm-text[data-v-439b40ee] {
  font-size: 13px;
  color: rgba(6, 60, 109, 0.7);
  line-height: 1.65;
  margin: 0;
}
.dc-highlight[data-v-439b40ee] {
  color: #063c6d;
  font-weight: 600;
}
.dc-highlight--danger[data-v-439b40ee] {
  color: #e05a5a;
}

/* Actions */
.dc-actions[data-v-439b40ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}
.dc-confirm-btn[data-v-439b40ee] {
  background: rgba(224, 90, 90, 0.18) !important;
  border: 1px solid rgba(224, 90, 90, 0.45) !important;
  color: #e05a5a !important;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 6px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dc-confirm-btn[data-v-439b40ee]:hover {
  background: rgba(224, 90, 90, 0.3) !important;
}


.uv-body[data-v-eab12dce] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* Current vehicle banner */
.uv-info-strip[data-v-eab12dce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-left: 3px solid #063c6d;
  border-radius: 6px;
  font-size: 13px;
}
.uv-info-label[data-v-eab12dce] {
  color: rgba(6, 60, 109, 0.6);
  font-weight: 500;
}
.uv-info-value[data-v-eab12dce] {
  color: #063c6d;
  font-weight: 600;
}

/* Form fields */
.uv-field[data-v-eab12dce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.uv-label[data-v-eab12dce] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.7);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

/* Region single-select chips */
.uv-region-grid[data-v-eab12dce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.uv-region-chip[data-v-eab12dce] {
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(6, 60, 109, 0.2);
  background: rgba(6, 60, 109, 0.04);
  color: rgba(6, 60, 109, 0.6);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.15s, border-color 0.15s, color 0.15s;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.uv-region-chip[data-v-eab12dce]:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #063c6d;
}
.uv-region-chip.selected[data-v-eab12dce] {
  background: rgba(6, 60, 109, 0.1);
  border-color: #063c6d;
  color: #063c6d;
  font-weight: 600;
}

/* Actions */
.uv-actions[data-v-eab12dce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}


.uv-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.uv-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


.dcv-body[data-v-62135f03] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* Warning strip */
.dcv-warning-strip[data-v-62135f03] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 13px;
  background: rgba(224, 90, 90, 0.1);
  border: 1px solid rgba(224, 90, 90, 0.3);
  border-left: 3px solid #e05a5a;
  border-radius: 6px;
  font-size: 13px;
  color: #e05a5a;
}
.dcv-warning-icon[data-v-62135f03] {
  color: #e05a5a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Vehicle info card */
.dcv-vehicle-card[data-v-62135f03] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 6px;
}
.dcv-vehicle-row[data-v-62135f03] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.dcv-label[data-v-62135f03] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.6);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 60px;
}
.dcv-value[data-v-62135f03] {
  font-size: 13.5px;
  color: #063c6d;
  font-weight: 500;
}

/* Confirmation text */
.dcv-confirm-text[data-v-62135f03] {
  font-size: 13px;
  color: rgba(6, 60, 109, 0.7);
  line-height: 1.65;
  margin: 0;
}
.dcv-highlight[data-v-62135f03] {
  color: #063c6d;
  font-weight: 600;
}
.dcv-highlight--danger[data-v-62135f03] {
  color: #e05a5a;
}

/* Actions */
.dcv-actions[data-v-62135f03] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}
.dcv-confirm-btn[data-v-62135f03] {
  background: rgba(224, 90, 90, 0.18) !important;
  border: 1px solid rgba(224, 90, 90, 0.45) !important;
  color: #e05a5a !important;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 6px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dcv-confirm-btn[data-v-62135f03]:hover {
  background: rgba(224, 90, 90, 0.3) !important;
}


.rcv-body[data-v-324319e6] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* Info strip */
.rcv-info-strip[data-v-324319e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 9px 13px;
  background: rgba(61, 201, 155, 0.1);
  border: 1px solid rgba(61, 201, 155, 0.3);
  border-left: 3px solid #3dc99b;
  border-radius: 6px;
  font-size: 13px;
  color: #1a7d59;
}
.rcv-info-icon[data-v-324319e6] {
  color: #3dc99b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Vehicle info card */
.rcv-vehicle-card[data-v-324319e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 6px;
}
.rcv-vehicle-row[data-v-324319e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.rcv-label[data-v-324319e6] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.6);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 60px;
}
.rcv-value[data-v-324319e6] {
  font-size: 13.5px;
  color: #063c6d;
  font-weight: 500;
}

/* Confirmation text */
.rcv-confirm-text[data-v-324319e6] {
  font-size: 13px;
  color: rgba(6, 60, 109, 0.7);
  line-height: 1.65;
  margin: 0;
}
.rcv-highlight[data-v-324319e6] {
  color: #063c6d;
  font-weight: 600;
}
.rcv-highlight--success[data-v-324319e6] {
  color: #3dc99b;
}

/* Actions */
.rcv-actions[data-v-324319e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}
.rcv-confirm-btn[data-v-324319e6] {
  background: rgba(61, 201, 155, 0.15) !important;
  border: 1px solid rgba(61, 201, 155, 0.4) !important;
  color: #3dc99b !important;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 6px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.rcv-confirm-btn[data-v-324319e6]:hover {
  background: rgba(61, 201, 155, 0.28) !important;
}


.uv-body[data-v-2822f889] {
  padding: 4px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* Form fields */
.uv-field[data-v-2822f889] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.uv-label[data-v-2822f889] {
  font-size: 11px;
  font-weight: 600;
  color: rgba(6, 60, 109, 0.7);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

/* Region single-select chips */
.uv-region-grid[data-v-2822f889] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.uv-region-chip[data-v-2822f889] {
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(6, 60, 109, 0.2);
  background: rgba(6, 60, 109, 0.04);
  color: rgba(6, 60, 109, 0.6);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.15s, border-color 0.15s, color 0.15s;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.uv-region-chip[data-v-2822f889]:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #063c6d;
}
.uv-region-chip.selected[data-v-2822f889] {
  background: rgba(6, 60, 109, 0.1);
  border-color: #063c6d;
  color: #063c6d;
  font-weight: 600;
}

/* Actions */
.uv-actions[data-v-2822f889] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}


.nv-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.nv-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


/* ─── Layout helpers ─────────────────────────────────────────── */
.white-text[data-v-ab25927e] { color: white !important;
}
.new-form-container[data-v-ab25927e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-input[data-v-ab25927e] {
  margin: auto;
  gap: 30px;
  width: 60%;
}
.submit[data-v-ab25927e] { margin-top: 10px;
}
.row-label-left-justify[data-v-ab25927e]  { text-align: left;
}
.text-input-left-justify[data-v-ab25927e] { text-align: left;
}
.row-label-right-justify[data-v-ab25927e] {
  text-align: right;
  font-size: 13.5px;
  color: rgba(6, 60, 109, 0.7);
  font-weight: 500;
  letter-spacing: 0.01em;
}
/* ─── Table header (region checkboxes + toggle row) ──────────── */
.tableHeader[data-v-ab25927e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 4px 12px;
  gap: 12px;
}
.checkboxes[data-v-ab25927e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ─── Loading spinner text ───────────────────────────────────── */
.highlightLoader[data-v-ab25927e] {
  color: #063c6d;
  font-size: 13px;
}
/* ─── Inactive operator row ──────────────────────────────────── */
.inactive[data-v-ab25927e] {
  opacity: 0.45;
  font-style: italic;
  text-decoration: line-through;
  color: #063c6d;
}
/* ─── Active / Inactive segmented toggle ─────────────────────── */
.mm-field[data-v-ab25927e] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.vehicles-status-toggle[data-v-ab25927e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(6, 60, 109, 0.25);
  overflow: hidden;
  background: rgba(6, 60, 109, 0.05);
  height: 30px;
  min-width: 200px;
}
.vehicle-toggle-indicator[data-v-ab25927e] {
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  opacity: 0.85;
}
.vehicle-toggle-btn[data-v-ab25927e] {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: #063c6d;
}
.vehicle-toggle-btn.active[data-v-ab25927e] { color: #fff; font-weight: 600;
}
/* ─── Icon action buttons ────────────────────────────────────── */
/* Edit / pencil */
.btn.btn-info[data-v-ab25927e] {
  background: transparent !important;
  border: none !important;
  color: #4db8f0 !important;
  padding: 5px 8px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.btn.btn-info[data-v-ab25927e]:not(:disabled):hover { background: rgba(77, 184, 240, 0.12) !important;
}
.btn.btn-info[data-v-ab25927e]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* Delete / decommission */
.btn.btn-danger[data-v-ab25927e] {
  background: transparent !important;
  border: none !important;
  color: #e05a5a !important;
  padding: 5px 8px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.btn.btn-danger[data-v-ab25927e]:not(:disabled):hover { background: rgba(224, 90, 90, 0.12) !important;
}
.btn.btn-danger[data-v-ab25927e]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* Reactivate badge */
.btn.btn-warning[data-v-ab25927e] {
  background: rgba(240, 180, 41, 0.14) !important;
  border: 1px solid rgba(240, 180, 41, 0.35) !important;
  color: #f0b429 !important;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-warning[data-v-ab25927e]:hover { background: rgba(240, 180, 41, 0.25) !important;
}
/* Add Road Type / form actions */
.btn.btn-success[data-v-ab25927e] {
  background: #063c6d !important;
  border: 1px solid #063c6d !important;
  color: #fff !important;
  border-radius: 6px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.btn.btn-success[data-v-ab25927e]:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
  color: #fff !important;
}
/* ─── Inline success alerts ──────────────────────────────────── */
.alert.alert-success[data-v-ab25927e] {
  background: rgba(61, 201, 155, 0.12) !important;
  border: 1px solid rgba(61, 201, 155, 0.3) !important;
  color: #3dc99b !important;
  border-radius: 6px;
  font-size: 13px;
  text-shadow: none;
}


/* ─── DPR Admin Console modal overrides (unscoped for b-modal portal) ─── */

/* Reset table's blue class background */
.dpr-admin-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}

/* ─── Table styling matching EntryManager ───────────────────────────── */
.dpr-admin-modal table {
  color: #063c6d !important;
  text-shadow: none !important;
}
.dpr-admin-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.dpr-admin-modal thead th a,
.dpr-admin-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.dpr-admin-modal tbody tr {
  color: #063c6d !important;
  text-shadow: none !important;
}
.dpr-admin-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.dpr-admin-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.dpr-admin-modal .footer-pagination-row td,
.dpr-admin-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}

/* Tabs — dark blue pill style matching other DPR modals */
.dpr-admin-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.dpr-admin-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}

/* Toggle indicator — override the inline :style binding */
.dpr-admin-modal .vehicle-toggle-indicator {
  background: #063c6d !important;
  opacity: 1 !important;
}

/* Toggle buttons — active: white (on dark blue indicator); inactive: full dark blue */
.dpr-admin-modal .vehicle-toggle-btn {
  color: #063c6d !important;
}
.dpr-admin-modal .vehicle-toggle-btn.active {
  color: #fff !important;
  font-weight: 600;
}
.btn-blue {
  color: #063c6d !important;
  background-color: transparent !important;
  border-color: transparent !important;
}


@media (min-width: 768px) {
.modal-xl {
    width: 95%;
    max-width: 1600px;
}
}
.date-column-width {
  min-width: 125px;
}
.downDayHighlight {
  background-color: rgba(255, 83, 83, 0.5);
}
.partialDownDayHighlight {
  background-color: rgba(217, 255, 93, 0.5);
}
.comments-text {
  font-size: 16px;
}
.align {
  margin-top: 0%;
}
.chk-align {
  margin-left: 32% !important;
}
.btn-margin {
  margin-left: 5%;
}

/* ── DPR Entry Manager Modal ───────────────────────────── */
.dpr-em-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.dpr-em-modal .modal-title {
  color: #fff;
  font-weight: 600;
  text-shadow: none;
}
.dpr-em-modal .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
}

/* Table: the VBT4 classes config puts menu-bg-blue-transparent-modal on the
   <table> element itself — reset it to transparent here */
.dpr-em-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.dpr-em-modal table {
  color: #063c6d !important;
  text-shadow: none !important;
}
.dpr-em-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.dpr-em-modal thead th a,
.dpr-em-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.dpr-em-modal tbody tr {
  color: #063c6d !important;
  text-shadow: none !important;
}
.dpr-em-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.dpr-em-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.dpr-em-modal .footer-pagination-row td,
.dpr-em-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}

/* Apply / Refresh buttons — header color, stays white on hover */
.dpr-em-modal .mmp-button {
  background-color: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.dpr-em-modal .mmp-button:hover {
  background-color: #0a5499 !important;
  border-color: #0a5499 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Query constructor form controls */
.dpr-em-modal .propStyle,
.dpr-em-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.dpr-em-modal .propStyle:focus,
.dpr-em-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}

/* Filter / Missing Entries links */
.dpr-em-modal .link {
  color: #063c6d !important;
  font-weight: 600;
}
.dpr-em-modal .link:hover {
  color: #0a5499 !important;
  text-decoration: underline;
}

/* Add to Query link */
.dpr-em-modal .mx-3[href],
.dpr-em-modal a.mx-3 {
  color: #063c6d !important;
}


.regionContainer {
  position: relative;
  width: 30%;
  margin-top: 0.3%;
  justify-self: flex-start;
}
.propStyle {
  background: #f3f5f8;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.row-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.row-title {
  float: left;
  width: 30%;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.8em;
}
.row-input {
  float: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/* ── DPR Reports Modal ─────────────────────────────────── */
.dpr-reports-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.dpr-reports-modal .modal-title {
  color: #fff;
  font-weight: 600;
  text-shadow: none;
}
.dpr-reports-modal .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
}

/* b-tabs pill nav — dark blue */
.dpr-reports-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.7);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 4px 14px;
  margin: 0 3px;
}
.dpr-reports-modal .nav-pills .nav-link.active,
.dpr-reports-modal .nav-pills .show > .nav-link {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.dpr-reports-modal .nav-pills .nav-link:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #063c6d;
}
.dpr-reports-modal .card {
  background: transparent !important;
  border: none !important;
}
.dpr-reports-modal .tab-content,
.dpr-reports-modal .card-body {
  background: transparent !important;
}

/* Daily/Weekly/Monthly/Quarterly/Yearly filter buttons */
.dpr-reports-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.dpr-reports-modal .btn-primary:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
  color: #fff !important;
}
.dpr-reports-modal .btn-light {
  background: transparent !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: rgba(6, 60, 109, 0.7) !important;
}
.dpr-reports-modal .btn-light:hover {
  background: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
}

/* Form controls */
.dpr-reports-modal .form-control,
.dpr-reports-modal select {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.dpr-reports-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}

/* "Total Hours" annotation */
.dpr-hours-note {
  color: #063c6d;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.75;
}

/* ApexCharts canvas background */
.dpr-reports-modal .apexcharts-canvas {
  background: transparent !important;
}
.dpr-reports-modal .apexcharts-legend-text {
  color: #063c6d !important;
}
.dpr-reports-modal .apexcharts-toolbar svg {
  fill: #063c6d !important;
}


.region-label-add {
  position: relative;
  margin-top: -3rem;    
  text-align: right;
  margin-right: 2px;
  margin-bottom: 30px;
}
.yellow {
  color: yellow;
  font-style: italic;
}
.red {
  border: 2px red solid;
  background-color: #FFCCCB;
}
.white-text {
  color: white;
  font-weight: 900;
}
#errorModal .custom-select {
  min-height: 34px;
  height: 34px;
  padding: 4px 28px 4px 10px;
  font-size: 0.85rem;
}
#errorModal .multiselect--disabled {
  border-radius: 0.25rem !important;
}
#errorModal .multiselect,
#errorModal .multiselect__input,
#errorModal .multiselect__single {
  min-height: 34px !important;
  border-radius: 0.25rem !important;
  color: #495057 !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  text-shadow: none !important;
}
#errorModal .multiselect__placeholder {
  color: #495057 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: inherit !important;
}
#errorModal .multiselect__single {
  color: #495057 !important;
  padding: 0 !important;
}
#errorModal .multiselect__select::before {
  border-color: #495057 transparent transparent !important;
  color: #495057 !important;
}
#errorModal .multiselect__select {
  border-radius: 0.25rem !important;
  height: 32px !important;
}
#errorModal .multiselect__tags {
  min-height: 34px !important;
  border-radius: 0.25rem !important;
  padding: 6px 40px 2px 0.6rem !important;
}
/* padding: 8px 40px 0 8px; */
/* Right-side panel positioning */
#errorModal.modal {
  padding-right: 0 !important;
}
#errorModal .modal-dialog {
  position: fixed;
  right: 2%;
  top: 2%;
  margin: 0;
  height: auto;
  max-height: 96vh;
  width: 600px;
  max-width: 600px;
  -webkit-transform: none !important;
          transform: none !important;
}
#errorModal .modal-content {
  height: auto;
  max-height: 96vh;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#errorModal .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.drt-submit-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 55%, #0f8a3d 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
/* Shine sweep on hover */
.drt-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-transition: left 0.55s ease;
  transition: left 0.55s ease;
  pointer-events: none;
}
.drt-submit-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-box-shadow: 0 10px 26px rgba(22, 163, 74, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 10px 26px rgba(22, 163, 74, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.drt-submit-btn:hover::before {
  left: 130%;
}
.drt-submit-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 3px 10px rgba(22, 163, 74, 0.35);
          box-shadow: 0 3px 10px rgba(22, 163, 74, 0.35);
}
.drt-submit-icon {
  font-size: 0.85rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.drt-submit-btn:hover .drt-submit-icon {
  -webkit-transform: translateX(3px) rotate(8deg);
          transform: translateX(3px) rotate(8deg);
}
/* ── Beautified Add Error form ─────────────────────────── */
/* One consistent font across every element in the modal */
#errorModal,
#errorModal * {
  font-family: 'Inter Regular', 'Open Sans', sans-serif !important;
}
#errorModal .modal-content {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 20px 50px rgba(6, 60, 109, 0.35) !important;
          box-shadow: 0 20px 50px rgba(6, 60, 109, 0.35) !important;
  overflow: hidden;
}
#errorModal .modal-header {
  border-radius: 12px 12px 0 0 !important;
  padding: 0.9rem 1.3rem;
}
#errorModal .modal-body {
  padding: 1rem 1.6rem 1.7rem;
}
/* Roomier vertical rhythm between field rows */
#errorModal .modal-body .row.mt-2 {
  margin-top: 1rem !important;
}
#errorModal .modal-body .row.mt-4 {
  margin-top: 1.75rem !important;
}
#errorModal label,
#errorModal .ae-info-label {
  margin-bottom: 6px;
}
/* Region / country / province emphasis — brand blue instead of yellow */
#errorModal .yellow {
  color: #0a548f;
  font-style: normal;
  font-weight: 700;
}
/* Required-field asterisk — red instead of (invisible) white */
#errorModal .white-text {
  color: #dc3545;
  font-weight: 700;
}
/* Sleek form labels */
#errorModal label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  color: #063c6d;
  margin-bottom: 4px;
}
/* Consistent modern inputs */
#errorModal .form-control,
#errorModal .custom-select,
#errorModal .multiselect__tags {
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 8px !important;
  color: #063c6d;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
#errorModal .form-control:focus,
#errorModal .custom-select:focus {
  border-color: #4a9fe0 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.22) !important;
          box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.22) !important;
}
#errorModal input.form-control {
  height: 34px;
  font-size: 0.85rem;
}
#errorModal textarea.form-control {
  min-height: 70px;
  font-size: 0.85rem;
}
/* Custom header */
.ae-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
.ae-header-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ae-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}
.ae-subtitle {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}
.ae-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.85rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.ae-close:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* Read-only info panel */
#errorModal .ae-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6fafd), to(#eef4fa));
  background: linear-gradient(180deg, #f6fafd 0%, #eef4fa 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 10px;
  padding: 12px 18px;
  margin-bottom: 1.5rem;
}
.ae-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ae-info-label {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8ab0cc;
}
.ae-info-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #063c6d;
}


.custom-select[data-v-59e674e0]:disabled,
.form-control[data-v-59e674e0]:disabled {
  background-color: #dfdfdf !important;
  opacity: 1 !important;
  color: #495057 !important;
}
.region-label-Update[data-v-59e674e0] {
  /* position: absolute;
  margin-top: -3rem;
  margin-left: 64rem; */
  position: relative;
  margin-top: -3rem;    
  text-align: right;
  margin-right: 25px;
  margin-bottom: 30px;
}
.data-font[data-v-59e674e0] {
  font-weight: 100 !important;
  font-size: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.snapshot-gallery[data-v-59e674e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.snapshot-thumb[data-v-59e674e0] {
  height: 80px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -o-object-fit: cover;
     object-fit: cover;
}
.snapshot-thumb[data-v-59e674e0]:hover {
  opacity: 0.8;
}
.text-muted[data-v-59e674e0]{
  color: #a7ad6c !important;
}


/* ── Beautified Update Error modal ── (id-scoped, self-contained) */
#editErrorModal,
#editErrorModal * {
  font-family: 'Inter Regular', 'Open Sans', sans-serif !important;
}
/* Right-docked, same location as the Add Error modal */
#editErrorModal.modal {
  padding-right: 0 !important;
}
#editErrorModal .modal-dialog {
  position: fixed;
  right: 2%;
  top: 2%;
  margin: 0;
  height: auto;
  max-height: 96vh;
  width: 600px;
  max-width: 600px;
  -webkit-transform: none !important;
          transform: none !important;
}
#editErrorModal .modal-content {
  height: auto;
  max-height: 92vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 20px 50px rgba(6, 60, 109, 0.35) !important;
          box-shadow: 0 20px 50px rgba(6, 60, 109, 0.35) !important;
  overflow: hidden;
}
#editErrorModal .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
#editErrorModal .modal-header {
  border-radius: 12px 12px 0 0 !important;
  padding: 0.9rem 1.3rem;
}
#editErrorModal .modal-body {
  padding: 1rem 1.6rem 1rem;
}
/* Custom header */
#editErrorModal .ae-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
#editErrorModal .ae-header-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#editErrorModal .ae-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}
#editErrorModal .ae-subtitle {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}
#editErrorModal .ae-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.85rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
#editErrorModal .ae-close:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* Read-only info panel */
#editErrorModal .ae-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6fafd), to(#eef4fa));
  background: linear-gradient(180deg, #f6fafd 0%, #eef4fa 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 1.25rem;
}
/* Stack each label above its value so long labels never collide with values */
#editErrorModal .ae-info .col-4,
#editErrorModal .ae-info .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: block;
}
#editErrorModal .ae-info .col-4 {
  color: #7d9bb3;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
  white-space: nowrap;
}
#editErrorModal .ae-info .data-font {
  display: block !important;
  color: #063c6d !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  margin-top: 0 !important;
  line-height: 1.35;
}
#editErrorModal .ae-info > .row {
  margin-bottom: 8px;
}
#editErrorModal .ae-info > .row:last-child {
  margin-bottom: 0;
}
/* Sleek labels */
#editErrorModal label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  color: #063c6d;
  margin-bottom: 6px;
}
/* Consistent modern inputs */
#editErrorModal .form-control,
#editErrorModal .custom-select {
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 8px !important;
  color: #063c6d;
  font-size: 0.85rem;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
#editErrorModal input.form-control,
#editErrorModal .custom-select {
  height: 34px;
}
#editErrorModal .form-control:focus,
#editErrorModal .custom-select:focus {
  border-color: #4a9fe0 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.22) !important;
          box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.22) !important;
}
#editErrorModal textarea.form-control {
  min-height: 60px;
}
/* Roomier row spacing */
#editErrorModal .modal-body .row.pt-2 {
  padding-top: 0 !important;
  margin-top: 1rem !important;
}
#editErrorModal .modal-body .row.pt-3 {
  padding-top: 0 !important;
  margin-top: 1.25rem !important;
}
#editErrorModal .modal-body .row.pt-4 {
  padding-top: 0 !important;
  margin-top: 1.6rem !important;
}
#editErrorModal .text-muted {
  color: #8ab0cc !important;
}
/* Modern update button */
#editErrorModal .drt-update-btn {
 position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 55%, #0f8a3d 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#editErrorModal .drt-update-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-transition: left 0.55s ease;
  transition: left 0.55s ease;
  pointer-events: none;
}
#editErrorModal .drt-update-btn:hover:not(:disabled) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-box-shadow: 0 10px 26px rgba(6, 60, 109, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 10px 26px rgba(6, 60, 109, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#editErrorModal .drt-update-btn:hover:not(:disabled)::before {
  left: 130%;
}
#editErrorModal .drt-update-btn:active:not(:disabled) {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
#editErrorModal .drt-update-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#editErrorModal .drt-update-icon {
  font-size: 0.8rem;
}


/* =========================
   HORIZONTAL TOOLBAR
   ========================= */
.error-control-toolbar[data-v-48a9d220] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 7px 9px 7px 14px;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  -webkit-box-shadow:
    0 18px 40px rgba(6, 60, 109, 0.28),
    0 4px 10px rgba(6, 60, 109, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow:
    0 18px 40px rgba(6, 60, 109, 0.28),
    0 4px 10px rgba(6, 60, 109, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: visible;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: ecToolbarRise-48a9d220 0.34s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: ecToolbarRise-48a9d220 0.34s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.error-control-toolbar[data-v-48a9d220]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow:
    0 22px 48px rgba(6, 60, 109, 0.32),
    0 6px 14px rgba(6, 60, 109, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow:
    0 22px 48px rgba(6, 60, 109, 0.32),
    0 6px 14px rgba(6, 60, 109, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
@-webkit-keyframes ecToolbarRise-48a9d220 {
0% {
    opacity: 0;
    -webkit-transform: translateY(16px) scale(0.96);
            transform: translateY(16px) scale(0.96);
}
60% {
    opacity: 1;
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
}
}
@keyframes ecToolbarRise-48a9d220 {
0% {
    opacity: 0;
    -webkit-transform: translateY(16px) scale(0.96);
            transform: translateY(16px) scale(0.96);
}
60% {
    opacity: 1;
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
}
}
/* ===== Title ===== */
.ec-title[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #063c6d;
}
.ec-title-badge[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.22), rgba(255, 152, 0, 0.16));
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 152, 0, 0.35);
          box-shadow: inset 0 0 0 1px rgba(255, 152, 0, 0.35);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ec-title-icon[data-v-48a9d220] {
  font-size: 0.78rem;
  color: #d98200;
}
.ec-title-text[data-v-48a9d220] {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #063c6d;
}
.ec-separator[data-v-48a9d220] {
  width: 1px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 4px 0;
  background: rgba(6, 60, 109, 0.14);
}
/* ===== Segmented mode toggle ===== */
.ec-segment[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(6, 60, 109, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(6, 60, 109, 0.1);
          box-shadow: inset 0 0 0 1px rgba(6, 60, 109, 0.1);
}
.ec-seg-btn[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border: none;
  background: transparent;
  color: #063c6d;
  font-size: 0.74rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.12s ease;
  transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.12s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.12s ease;
}
.ec-seg-btn[data-v-48a9d220]:hover:not(:disabled):not(.ec-seg-btn--active) {
  background: rgba(6, 60, 109, 0.12);
}
.ec-seg-btn[data-v-48a9d220]:active:not(:disabled) {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.ec-seg-btn--active[data-v-48a9d220] {
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ec-seg-btn[data-v-48a9d220]:focus-visible {
  outline: 2px solid rgba(10, 84, 143, 0.5);
  outline-offset: 1px;
}
.ec-seg-btn[data-v-48a9d220]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ec-seg-icon[data-v-48a9d220] {
  font-size: 0.7rem;
}
/* ===== Live active-mode status ===== */
.ec-status[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 4px 12px 4px 10px;
  border-radius: 999px;
  background: rgba(10, 84, 143, 0.08);
  color: #0a548f;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}
.ec-status-dot[data-v-48a9d220] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a548f;
  -webkit-box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
          box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
  -webkit-animation: ecPulse-48a9d220 1.5s ease-out infinite;
          animation: ecPulse-48a9d220 1.5s ease-out infinite;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@-webkit-keyframes ecPulse-48a9d220 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
            box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(10, 84, 143, 0);
            box-shadow: 0 0 0 6px rgba(10, 84, 143, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 84, 143, 0);
            box-shadow: 0 0 0 0 rgba(10, 84, 143, 0);
}
}
@keyframes ecPulse-48a9d220 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
            box-shadow: 0 0 0 0 rgba(10, 84, 143, 0.5);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(10, 84, 143, 0);
            box-shadow: 0 0 0 6px rgba(10, 84, 143, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 84, 143, 0);
            box-shadow: 0 0 0 0 rgba(10, 84, 143, 0);
}
}
/* Slide/fade the status chip in and out as modes toggle */
.ec-status-enter-active[data-v-48a9d220],
.ec-status-leave-active[data-v-48a9d220] {
  -webkit-transition: opacity 0.2s ease, max-width 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, max-width 0.25s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, max-width 0.25s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, max-width 0.25s ease, -webkit-transform 0.2s ease;
  overflow: hidden;
}
.ec-status-enter[data-v-48a9d220],
.ec-status-leave-to[data-v-48a9d220] {
  opacity: 0;
  max-width: 0;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
.ec-status-enter-to[data-v-48a9d220],
.ec-status-leave[data-v-48a9d220] {
  max-width: 260px;
}
/* ===== Export dropdown ===== */
[data-v-48a9d220] .ec-export-toggle {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 14px !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #063c6d !important;
  font-size: 0.74rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
}
[data-v-48a9d220] .ec-export-toggle:hover,[data-v-48a9d220] .show > .ec-export-toggle {
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 3px 10px rgba(6, 60, 109, 0.3) !important;
          box-shadow: 0 3px 10px rgba(6, 60, 109, 0.3) !important;
}
[data-v-48a9d220] .show > .ec-export-toggle .ec-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ec-caret[data-v-48a9d220] {
  font-size: 0.6rem;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
}
[data-v-48a9d220] .ec-export-menu {
  min-width: 12rem;
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 32px rgba(6, 60, 109, 0.24);
          box-shadow: 0 12px 32px rgba(6, 60, 109, 0.24);
  padding: 6px;
  -webkit-animation: ecMenuPop-48a9d220 0.16s ease-out both;
          animation: ecMenuPop-48a9d220 0.16s ease-out both;
  /* Small nudge up + left; margins don't override Popper's transform */
  margin-top: -20px;
  margin-left: -28px;
}
/* Animate opacity ONLY — the menu's `transform` is owned by Popper for
   positioning; animating it here would override placement and clip the menu. */
@-webkit-keyframes ecMenuPop-48a9d220 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes ecMenuPop-48a9d220 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
[data-v-48a9d220] .ec-menu-caption {
  margin: 2px 0 4px;
  padding: 2px 10px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ba6bd;
}
[data-v-48a9d220] .ec-export-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: #063c6d;
  padding: 7px 10px;
}
[data-v-48a9d220] .ec-export-menu .dropdown-item:hover {
  background: rgba(6, 60, 109, 0.07);
  color: #063c6d;
}
[data-v-48a9d220] .ec-export-menu .dropdown-item:active {
  background: rgba(6, 60, 109, 0.12);
  color: #063c6d;
}
.ec-menu-chip[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 0.78rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ec-menu-chip--shape[data-v-48a9d220] {
  background: rgba(10, 84, 143, 0.12);
  color: #0a548f;
}
.ec-menu-chip--csv[data-v-48a9d220] {
  background: rgba(22, 163, 74, 0.14);
  color: #16a34a;
}
.ec-menu-item-text[data-v-48a9d220] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.ec-menu-item-title[data-v-48a9d220] {
  font-size: 0.8rem;
  font-weight: 600;
}
.ec-menu-item-sub[data-v-48a9d220] {
  font-size: 0.66rem;
  color: #8ba6bd;
  font-weight: 500;
}
/* ===== Close ===== */
.ec-close[data-v-48a9d220] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: rgba(6, 60, 109, 0.06);
  color: #063c6d;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.ec-close[data-v-48a9d220]:hover {
  background: #d64545;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}


.dll-container[data-v-69dc8d44] {
  background-color: transparent !important;
  width: 320px;
}
.card[data-v-69dc8d44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 20px);
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  border: none;
}
/* When minimized, collapse the card to the header height so the empty
   area below no longer overlays (and blocks clicks on) the map. */
.card--minimized[data-v-69dc8d44] {
  height: auto;
}
.card-body-padding[data-v-69dc8d44] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* padding-top: 0.5rem; */
}
.card-body-padding > div[data-v-69dc8d44] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  /* overflow: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scroll-Container[data-v-69dc8d44] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}
/* ── Data panel header ── */
.data-panel[data-v-69dc8d44] {
  width: 100%;
  background-color: #063c6d;
  color: white;
  padding: 5%;
  position: relative;
}
.data-panel__minimize[data-v-69dc8d44] {
   position: absolute;
    bottom: 8%;
    right: 6%;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
}
.data-panel__minimize[data-v-69dc8d44]:hover {
  opacity: 0.7;
}
.layer-list-font[data-v-69dc8d44] {
  font-size: 13px !important;
  font-weight: 500;
}
.change-region-btn[data-v-69dc8d44] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  background: linear-gradient(135deg, rgba(32, 255, 155, 0.18) 0%, rgba(4, 150, 233, 0.15) 100%);
  border: 1.5px solid rgba(32, 255, 155, 0.6);
  border-radius: 8px;
  color: #20ff9b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
          box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
.change-region-btn[data-v-69dc8d44]:hover {
  background: linear-gradient(135deg, rgba(32, 255, 155, 0.32) 0%, rgba(4, 150, 233, 0.25) 100%);
  border-color: #20ff9b;
  -webkit-box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
          box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #fff;
  text-shadow: 0 0 8px rgba(32, 255, 155, 0.8);
}
.change-region-btn[data-v-69dc8d44]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
          box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
}
.change-region-icon[data-v-69dc8d44] {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* ── Scrollbar ── */
.scroll-Container[data-v-69dc8d44]::-webkit-scrollbar {
  width: 5px;
}
.scroll-Container[data-v-69dc8d44]::-webkit-scrollbar-track {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.scroll-Container[data-v-69dc8d44]::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 999px;
}
.card:hover .scroll-Container[data-v-69dc8d44]::-webkit-scrollbar-track {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-radius: 999px;
}
.card:hover .scroll-Container[data-v-69dc8d44]::-webkit-scrollbar-thumb {
  background-color: rgba(6, 60, 109, 0.25) !important;
}
.card:hover .scroll-Container[data-v-69dc8d44]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(6, 60, 109, 0.5) !important;
}


/* Scoped to .drt-user-select so the sibling ANSI modal (which shares the
   global .usc-* classes) is unaffected. */
.drt-user-select .modal-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f8fc));
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}
.drt-user-select .usc-list {
  padding: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 62vh;
  overflow-y: auto;
}
.drt-user-select .usc-list::-webkit-scrollbar {
  width: 6px;
}
.drt-user-select .usc-list::-webkit-scrollbar-track {
  background: transparent;
}
.drt-user-select .usc-list::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.2);
  border-radius: 999px;
}
.drt-user-select .usc-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0.7rem 0.95rem;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
  overflow: hidden;
  -webkit-animation: uscFadeIn 0.28s ease both;
          animation: uscFadeIn 0.28s ease both;
  -webkit-transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
/* Accent bar that grows in on hover */
.drt-user-select .usc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a548f), to(#063c6d));
  background: linear-gradient(180deg, #0a548f, #063c6d);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.drt-user-select .usc-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(6, 60, 109, 0.28);
  -webkit-box-shadow: 0 8px 22px rgba(6, 60, 109, 0.15);
          box-shadow: 0 8px 22px rgba(6, 60, 109, 0.15);
}
.drt-user-select .usc-item:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.drt-user-select .usc-item:hover .usc-arrow {
  color: #063c6d;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.drt-user-select .usc-item:hover .usc-avatar {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.32);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.32);
}
.drt-user-select .usc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
  -webkit-transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.drt-user-select .usc-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: #063c6d;
  letter-spacing: 0.01em;
}
.drt-user-select .usc-arrow {
  width: 16px;
  height: 16px;
  color: rgba(6, 60, 109, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.18s ease, -webkit-transform 0.18s ease;
  transition: color 0.18s ease, -webkit-transform 0.18s ease;
  transition: color 0.18s ease, transform 0.18s ease;
  transition: color 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}
.drt-user-select .usc-empty {
  padding: 2rem 1.5rem;
  text-align: center;
  color: rgba(6, 60, 109, 0.4);
  font-size: 0.85rem;
}
@-webkit-keyframes uscFadeIn {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes uscFadeIn {
from { opacity: 0;
}
to { opacity: 1;
}
}
.drt-user-select .dataset-close-btn {
  color: whitesmoke;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.drt-user-select .dataset-close-btn:hover {
  opacity: 0.75;
}


.fontAwesomeAttr[data-v-230d5ee6] {
  display: inline-block;
}
.smCoords[data-v-230d5ee6] {
  font-size: 13px;
}


.fleetio-modal .menu-bg-blue-transparent,
.fleetio-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.fleetio-modal table { color: #063c6d !important; text-shadow: none !important;
}
.fleetio-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.fleetio-modal thead th a,
.fleetio-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.fleetio-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.fleetio-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.fleetio-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.fleetio-modal .footer-pagination-row td,
.fleetio-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


.row-input[data-v-6c9ad644] {
  margin: auto;
  width: 60%;
}
.row-label-left-justify[data-v-6c9ad644] {
  text-align: left;
}
.row-label-right-justify[data-v-6c9ad644] {
  text-align: right;
}
.text-input-left-justify[data-v-6c9ad644] {
  text-align: left;
}


/* ── HDT Admin Console modal table + tabs ────────────────────── */
.hdt-admin-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.hdt-admin-modal table { color: #063c6d !important; text-shadow: none !important;
}
.hdt-admin-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.hdt-admin-modal thead th a,
.hdt-admin-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.hdt-admin-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.hdt-admin-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.hdt-admin-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.hdt-admin-modal .footer-pagination-row td,
.hdt-admin-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.hdt-admin-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.hdt-admin-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}


@media (min-width: 768px) {
.modal-xl {
    width: 95%;
    max-width: 1600px;
}
}
.comments-text {
  font-size: 16px;
}
.date-column-width {
  min-width: 125px;
}
.downDayHighlight {
  background-color: rgba(255, 83, 83, 0.5);
}
.partialDownDayHighlight {
  background-color: rgba(217, 255, 93, 0.5);
}
.table-fill-container {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 100%;
}
.vacant-red {
  color: red;
}
.pointer-cursor {
  cursor: pointer;
}
/* ── HDT Hard Drive Tracking modal table ─────────────────────── */
.hdt-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.hdt-modal table { color: #063c6d !important; text-shadow: none !important;
}
.hdt-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.hdt-modal thead th a,
.hdt-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.hdt-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.hdt-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.hdt-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.hdt-modal .footer-pagination-row td,
.hdt-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


.panel-height[data-v-500b1f95] {
  max-height: 85vh;
  overflow: auto;
  overflow-y: scroll;
}
.bg[data-v-500b1f95] {
  background-color: #515a62;
  font-weight: bold;
}


.home-button[data-v-c981b3ec] {
  position: absolute;
  background: rgb(21.45, 140.4, 87.1);
  border-color: rgb(21.45, 140.4, 87.1);
  right: 0px;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  gap: 30px;
}
.home-text[data-v-c981b3ec] {
  color: white;
  font-size: 16px;
  text-align: center;
}
.center-icon[data-v-c981b3ec] {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.mmp-legend-card[data-v-6f693696] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 35vh;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 4px 16px rgba(6, 60, 109, 0.2);
          box-shadow: 0 4px 16px rgba(6, 60, 109, 0.2);
  overflow: hidden;
}
.mmp-legend-header[data-v-6f693696] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 6px 8px 6px 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f8fc 100%);
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.mmp-legend-header--no-border[data-v-6f693696] {
  border-bottom: none;
}
.mmp-legend-title[data-v-6f693696] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #063c6d;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mmp-legend-actions[data-v-6f693696] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mmp-legend-btn[data-v-6f693696] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  color: #063c6d;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.mmp-legend-btn[data-v-6f693696]:hover {
  background-color: rgba(6, 60, 109, 0.1);
}
.mmp-legend-btn--close[data-v-6f693696]:hover {
  background-color: rgba(220, 53, 69, 0.12);
  color: #dc3545;
}
.mmp-legend-body[data-v-6f693696] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto;
  padding: 8px;
  background: #ffffff;
}
.mmp-legend-body img[data-v-6f693696] {
  display: block;
  max-width: 100%;
}


.disable[data-v-0ed1c008] {
  opacity: 0.6;
  pointer-events: none;
}
.lidar-container[data-v-0ed1c008] {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(var(--vh, 1vh) * 100 - 160px);
  background: transparent;
  /* border: 1px solid rgba(6, 60, 109, 0.12); */
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
          box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
  color: #063c6d;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}
.tg-header[data-v-0ed1c008] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  background: #063c6d;
}
.tg-header-border[data-v-0ed1c008] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.tg-header span[data-v-0ed1c008] {
  color: #ffffff !important;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tg-header .clickable[data-v-0ed1c008] {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.75rem;
}
.tg-header .clickable[data-v-0ed1c008]:hover {
  color: #ffffff !important;
}
.tg-body[data-v-0ed1c008] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 8px;
  background-color: #eef3f9;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.tg-body[data-v-0ed1c008]::-webkit-scrollbar {
  width: 4px;
}
.tg-body[data-v-0ed1c008]::-webkit-scrollbar-track {
  background: transparent;
}
.tg-body[data-v-0ed1c008]::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.22);
  border-radius: 2px;
}
.tg-body[data-v-0ed1c008]::-webkit-scrollbar-button {
  display: none;
}
.lidar-label-size[data-v-0ed1c008] {
  width: 80%;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.lidar-container .w-100.mt-1[data-v-0ed1c008] {
  margin-top: 4px !important;
}
.lidar-container .clickable[data-v-0ed1c008] {
  color: rgba(6, 60, 109, 0.8);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.lidar-container .clickable[data-v-0ed1c008]:hover {
  color: #063c6d;
}
.lidar-container span[data-v-0ed1c008] {
  color: #063c6d;
  font-size: 0.6rem;
}
.lidar-group-off[data-v-0ed1c008] {
  color: #063c6d;
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.2);
}
.lidar-group-off[data-v-0ed1c008]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.4);
}
.lidar-off[data-v-0ed1c008] {
  color: #063c6d;
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.18);
}
.lidar-off[data-v-0ed1c008]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.35);
}
.lidar-container .btn-primary[data-v-0ed1c008] {
  color: #ffffff;
  background: #063c6d;
  border-color: #063c6d;
}
.lidar-container .btn-primary[data-v-0ed1c008]:hover {
  background: #0a4f8f;
  border-color: #0a4f8f;
}
.blue-border-bottom[data-v-0ed1c008] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.blue-background[data-v-0ed1c008] {
  background: #063c6d;
  color: #ffffff !important;
  border-radius: 6px 6px 0 0;
}
.tg-spinner[data-v-0ed1c008] {
  color: rgba(6, 60, 109, 0.5) !important;
}
.tg-warning[data-v-0ed1c008] {
  color: #b26a00;
}
.tg-warning span[data-v-0ed1c008] {
  color: #b26a00 !important;
  font-weight: 600;
}
.text-color[data-v-0ed1c008] {
  color: #063c6d;
}


.loading-screen[data-v-6368a636] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  overflow: hidden;
}

/* ── Animated background rings ───────────────── */
.bg-ring[data-v-6368a636] {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(74, 116, 168, 0.12);
  -webkit-animation: pulse-ring-6368a636 4s ease-out infinite;
          animation: pulse-ring-6368a636 4s ease-out infinite;
}
.ring-1[data-v-6368a636] {
  width: 360px;
  height: 360px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ring-2[data-v-6368a636] {
  width: 560px;
  height: 560px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ring-3[data-v-6368a636] {
  width: 760px;
  height: 760px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes pulse-ring-6368a636 {
0%   { -webkit-transform: scale(0.85); transform: scale(0.85); opacity: 0.6;
}
100% { -webkit-transform: scale(1.15); transform: scale(1.15); opacity: 0;
}
}
@keyframes pulse-ring-6368a636 {
0%   { -webkit-transform: scale(0.85); transform: scale(0.85); opacity: 0.6;
}
100% { -webkit-transform: scale(1.15); transform: scale(1.15); opacity: 0;
}
}

/* ── Card ────────────────────────────────────── */
.loading-card[data-v-6368a636] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid rgba(74, 116, 168, 0.15);
  border-radius: 20px;
  padding: 3rem 3.5rem;
  -webkit-box-shadow: 0 8px 40px rgba(74, 116, 168, 0.12);
          box-shadow: 0 8px 40px rgba(74, 116, 168, 0.12);
  min-width: 340px;
  text-align: center;
}
.loading-logo[data-v-6368a636] {
  width: clamp(140px, 18vw, 200px);
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

/* ── Welcome text ────────────────────────────── */
.welcome-text[data-v-6368a636] {
  color: #4A74A8;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.user-name[data-v-6368a636] {
  color: #063c6d;
  font-weight: 700;
}

/* ── Progress bar ────────────────────────────── */
.progress-track[data-v-6368a636] {
  width: 100%;
  height: 3px;
  background: rgba(74, 116, 168, 0.12);
  border-radius: 99px;
  overflow: hidden;
}
.progress-bar[data-v-6368a636] {
  height: 100%;
  width: 40%;
  background: #4A74A8;
  border-radius: 99px;
  -webkit-animation: slide-6368a636 1.6s ease-in-out infinite;
          animation: slide-6368a636 1.6s ease-in-out infinite;
}
@-webkit-keyframes slide-6368a636 {
0%   { -webkit-transform: translateX(-100%); transform: translateX(-100%); width: 40%;
}
50%  { width: 60%;
}
100% { -webkit-transform: translateX(280%); transform: translateX(280%); width: 40%;
}
}
@keyframes slide-6368a636 {
0%   { -webkit-transform: translateX(-100%); transform: translateX(-100%); width: 40%;
}
50%  { width: 60%;
}
100% { -webkit-transform: translateX(280%); transform: translateX(280%); width: 40%;
}
}

/* ── Loading label ───────────────────────────── */
.loading-label[data-v-6368a636] {
  color: #4A74A8;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
}


/* ── Scroll container ── */
.layers-wrapper[data-v-1e16a04d] {
  background-color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  /* max-width: 290px; */
  min-height: 0;
  overflow-y: auto;
  /* border-radius: 10px; */
  -webkit-box-shadow: 0 2px 10px rgba(6, 60, 109, 0.12);
          box-shadow: 0 2px 10px rgba(6, 60, 109, 0.12);
}
/* ── Row ── */
.layer-row[data-v-1e16a04d] {
  padding: 0 !important;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.layer-row[data-v-1e16a04d]:hover {
  background-color: rgba(6, 60, 109, 0.05);
  cursor: pointer;
}
/* ── Layer name cell ── */
.layer-btn[data-v-1e16a04d] {
  font-size: 13px !important;
  font-weight: 200;
  text-shadow: none !important;
  height: 100%;
  padding: 12px 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #063c6d;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* ── Icon cell (up-arrow + filter) ── */
.layer-arrow[data-v-1e16a04d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  color: #063c6d;
  cursor: pointer;
}
.layer-arrow--end[data-v-1e16a04d] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
/* ── Threshold circle cell ── */
.layer-threshold[data-v-1e16a04d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
/* ── Status indicators (white base, subtle accents) ── */
.available-not-enabled[data-v-1e16a04d] {
  background-color: #ffffff;
}
.available-enabled[data-v-1e16a04d] {
  background-color: #b8e7ca;
  -webkit-box-shadow: inset 3px 0 0 #1f9d55;
          box-shadow: inset 3px 0 0 #1f9d55;
}
.available-enabled[data-v-1e16a04d]:hover {
  background-color: #b8e7ca;
}
.unavailable[data-v-1e16a04d] {
  background-color: #dfe1e2;
}
.unavailable .layer-btn[data-v-1e16a04d],
.unavailable .layer-arrow[data-v-1e16a04d] {
  color: rgba(7, 23, 39, 0.4);
}
.unavailable[data-v-1e16a04d]:hover {
  background-color:  #dfe1e2;
}
/* ── Keyboard-navigation highlights ── */
/* .highlightTopLayer {
  box-shadow: inset 0 0 0 2px rgba(6, 60, 109, 0.25);
} */
.highlightCurrentLayer[data-v-1e16a04d] {
  -webkit-box-shadow: inset 0 0 0 2px #007BFF;
          box-shadow: inset 0 0 0 2px #007BFF;
}
/* ── Threshold circles ── */
.circle[data-v-1e16a04d] {
  border: 1px solid #063c6d;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #063c6d;
}
.activated[data-v-1e16a04d] {
  border-color: #007bff !important;
  color: white !important;
  background: #007bff;
}
.disabled[data-v-1e16a04d] {
  opacity: 0.7;
  pointer-events: none;
}
/* ── Misc ── */
.cursor[data-v-1e16a04d] {
  cursor: pointer;
}
.orange-font[data-v-1e16a04d] {
  color: orange !important;
}
.spinner-custom-position[data-v-1e16a04d] {
  position: absolute;
  right: 8px;
}
.disabled-icon[data-v-1e16a04d] {
  pointer-events: none;
  opacity: 0.5;
}


.homescreen-project-padding[data-v-0c8bd5b3] {
  padding-bottom: 25px;
}
.project[data-v-0c8bd5b3] {
  cursor: pointer;
  font-size: 20px;
}
.project-name-padding[data-v-0c8bd5b3] {
  padding: 0px 5px;
}
.project-row-padding[data-v-0c8bd5b3] {
  padding-left: 15px;
  padding-top: 15px;
}
.scroll-Container[data-v-0c8bd5b3]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-0c8bd5b3]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-0c8bd5b3]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.sub-project[data-v-0c8bd5b3] {
  cursor: pointer;
  font-size: 18px;
  padding-left: 20px;
}
.dynamic-layer-list[data-v-0c8bd5b3] {
  overflow-y: auto;
  height: auto;
  max-height: 250px;
}
[data-v-0c8bd5b3]:root {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*[data-v-0c8bd5b3] {
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-v-0c8bd5b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.menu[data-v-0c8bd5b3] {
  width: 410px;
  height: auto;
  background: rgba(6, 47, 86, 0.1);
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.menu-last[data-v-0c8bd5b3] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu .optn[data-v-0c8bd5b3] {
  display: block;
  margin: 12px;
  position: relative;
}
.submenu[data-v-0c8bd5b3] {
  background: rgba(6, 47, 86, 0.25);
}
.item[data-v-0c8bd5b3] {
  width: 410px;
  height: auto;
  background: rgba(6, 47, 86, 0.25);
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 18px !important;
}
.item[data-v-0c8bd5b3]:hover {
  background: rgba(65, 65, 65, 0.4);
}
.menu[data-v-0c8bd5b3]:hover {
  background: rgba(37, 33, 33, 0.4);
}


#user_details[data-v-2660e2c7] {
  margin-left: -20px;
}
.logo[data-v-2660e2c7] {
  margin-left: 10px;
  margin-top: 3px;
}
.make-inline-block[data-v-2660e2c7] {
  display: inline-block;
}
.text-left[data-v-2660e2c7] {
  text-align: left;
}
.info-icon[data-v-2660e2c7] {
  position: absolute;
}
.info-tooltip[data-v-2660e2c7] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-2660e2c7] {
  visibility: hidden;
  width: 200px;
  font-size: 15px;
  top: -55px;
  margin-left: 30px;
  margin-top: 20px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip:hover .info-tooltip-text[data-v-2660e2c7] {
  visibility: visible;
}
.clicked[data-v-2660e2c7] {
  color: #21d886;
}
.user-profile-side-padding[data-v-2660e2c7] {
  padding-left: 10px;
  padding-right: 10px;
}


/* Add space between cards for mobile view */
@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-width {
    width: 65%;
    max-width: 700px;
}
}


.ngm-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.ngm-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.ngm-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.ngm-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.ngm-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.ngm-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.ngm-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.ngm-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


.num-modal .menu-bg-blue-transparent,
.num-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.num-modal label { color: rgba(6, 60, 109, 0.7);
}
.num-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.num-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.num-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.num-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.num-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.num-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.num-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.num-modal .link-primary { color: #063c6d !important;
}


.rn-modal-header {
  background: #063c6d !important;
  border-bottom: none !important;
  padding: 12px 16px !important;
  border-radius: 7px 7px 0 0 !important;
}
.rn-modal-body {
  background: #ffffff !important;
  color: #063c6d !important;
}
.rn-modal-footer {
  background: #ffffff !important;
  border-top: 1px solid rgba(6, 60, 109, 0.1) !important;
  padding: 10px 16px !important;
}
.rn-version-label {
  color: rgba(6, 60, 109, 0.6);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rn-notes-text {
  color: #063c6d;
  font-size: 0.9rem;
  line-height: 1.7;
}
.rn-got-it-btn {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: white !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
}
.rn-got-it-btn:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}


.sa-modal .menu-bg-blue-transparent,
.sa-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.sa-modal label { color: rgba(6, 60, 109, 0.7);
}
.sa-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.sa-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.sa-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.sa-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.sa-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.sa-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.sa-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.sa-modal .card { border-color: rgba(6, 60, 109, 0.15) !important;
}
.sa-modal .card-header {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
}
.sa-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.sa-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}


.card[data-v-99b119e0] {
  overflow-y: auto;
}
.scroll-Container[data-v-99b119e0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-99b119e0]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-99b119e0]::-webkit-scrollbar-thumb {
  background-color: #797777;
}


.measurement-widget[data-v-e33e3278] {
  width: 200px;
  background: #063c6d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}
.measurement-header[data-v-e33e3278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.measurement-header-icon[data-v-e33e3278] {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.measurement-header-label[data-v-e33e3278] {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.measurement-body[data-v-e33e3278] {
  padding: 6px 14px;
}
.measurement-row[data-v-e33e3278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.measurement-key[data-v-e33e3278] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.measurement-val[data-v-e33e3278] {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}


.menu-position[data-v-74b69ae9] {
  position: relative;
}
.tools-strip[data-v-74b69ae9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #063c6d;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  overflow: hidden;
}
.tool-btn[data-v-74b69ae9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 40px;
  background: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tool-btn[data-v-74b69ae9]:last-child {
  border-right: none;
}
.tool-btn[data-v-74b69ae9]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.tool-btn--active[data-v-74b69ae9] {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.tool-btn--warn[data-v-74b69ae9] {
  color: #ffc107;
}

/* Popup panel area — attached directly under the strip so it reads as one unit */
.tools-popup-area[data-v-74b69ae9] {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 200;
}
.tools-popup[data-v-74b69ae9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #063c6d;
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 20px rgba(6, 60, 109, 0.45);
          box-shadow: 0 6px 20px rgba(6, 60, 109, 0.45);
  overflow: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: toolsDropDown-74b69ae9 0.18s ease-out both;
          animation: toolsDropDown-74b69ae9 0.18s ease-out both;
}

/* Gentle slide-down reveal — plays each time a panel is shown (v-show flip) */
@-webkit-keyframes toolsDropDown-74b69ae9 {
from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes toolsDropDown-74b69ae9 {
from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

/* Reset the inner ExpandableDisplay's absolute positioning so
   content renders inside the popup instead of anchoring to page edges */
.tools-popup[data-v-74b69ae9] .blue-box-collapsed,
.tools-popup[data-v-74b69ae9] .blue-box-expanded {
  position: relative !important;
  right: auto !important;
}

/* Vertical list of compact cards inside the dark popup */
.tools-popup[data-v-74b69ae9] .basemap-panel,
.tools-popup[data-v-74b69ae9] .extents-panel {
  width: 200px !important;
  min-width: 200px !important;
  padding: 8px 10px 10px !important;
}
.tools-popup[data-v-74b69ae9] .basemap-row,
.tools-popup[data-v-74b69ae9] .extents-row {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 5px !important;
  overflow: visible !important;
  max-height: none !important;
}
.tools-popup[data-v-74b69ae9] .basemap-card,
.tools-popup[data-v-74b69ae9] .extent-card {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 5px 7px !important;
  border-radius: 6px !important;
}
.tools-popup[data-v-74b69ae9] .basemap-img,
.tools-popup[data-v-74b69ae9] .extent-img {
  width: 48px !important;
  height: 34px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 3px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
}
.tools-popup[data-v-74b69ae9] .basemap-name,
.tools-popup[data-v-74b69ae9] .extent-name {
  text-align: left !important;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  white-space: normal !important;
  word-break: break-word !important;
  line-height: 1.25 !important;
}
.tools-popup[data-v-74b69ae9] .basemap-label,
.tools-popup[data-v-74b69ae9] .extents-label {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.6rem !important;
}

*[data-v-e0d5f3d8] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-e0d5f3d8] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-e0d5f3d8] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-e0d5f3d8], body[data-v-e0d5f3d8] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-e0d5f3d8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-e0d5f3d8] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-e0d5f3d8] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-e0d5f3d8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-e0d5f3d8] {
    width: 70px !important;
}
.main-content[data-v-e0d5f3d8] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-e0d5f3d8] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-e0d5f3d8] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-e0d5f3d8] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-e0d5f3d8] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-e0d5f3d8] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-e0d5f3d8] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-e0d5f3d8] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-e0d5f3d8] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-e0d5f3d8] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-e0d5f3d8] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-e0d5f3d8] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-e0d5f3d8] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-e0d5f3d8] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-e0d5f3d8] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-e0d5f3d8] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-e0d5f3d8] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-e0d5f3d8]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-e0d5f3d8] {
    display: none;
}
.label[data-v-e0d5f3d8] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-e0d5f3d8] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-e0d5f3d8] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-e0d5f3d8] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-e0d5f3d8]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-e0d5f3d8] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-e0d5f3d8] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-e0d5f3d8] {
    color: #98d7ec;
}
.text_format[data-v-e0d5f3d8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-e0d5f3d8] {
    width: 40px;
    height: 50px;
}
.logout[data-v-e0d5f3d8] {
    margin-top: auto !important;
}
[data-v-e0d5f3d8] .modal-header,
.ptv-modal-header[data-v-e0d5f3d8] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-e0d5f3d8] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-e0d5f3d8] {
color: black;
}
.zoom-btns-position[data-v-e0d5f3d8] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-e0d5f3d8] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-e0d5f3d8] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-e0d5f3d8] {
    color: #063C6D;
}
.moveable-container[data-v-e0d5f3d8] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-e0d5f3d8] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-e0d5f3d8] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-e0d5f3d8] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-e0d5f3d8]::-webkit-scrollbar-track,
.scrollable[data-v-e0d5f3d8]::-webkit-scrollbar-track,[data-v-e0d5f3d8]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-e0d5f3d8]::-webkit-scrollbar,
.scrollable[data-v-e0d5f3d8]::-webkit-scrollbar,[data-v-e0d5f3d8]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-e0d5f3d8]::-webkit-scrollbar-thumb,
.scrollable[data-v-e0d5f3d8]::-webkit-scrollbar-thumb,[data-v-e0d5f3d8]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.mmp-lat-long-container {
    width: 200px;
    height: 40px;
    background-color:#063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
    border-radius: 5px;
    border: 2px #063c6d solid;
}
.icon-container {
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}
.search-container {
    color: white;
    width: 200px;
    height: 75%;
    padding-left: 5px;
}
.search-container .input-area {
    font-size: 0.7rem !important;
}
.input-area:focus {
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.input-area::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.input-area {
    width: 93%;
    height: 100%;
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    font-weight: 500;
    padding-left: 5px;
}
.search-icon {
    cursor: pointer;
}
.search-icon:hover {
    opacity: 0.8;
}
.dot {
  height: 65px;
  width: 70px;
  background-color: #ffffff;
  color: #063c6d;
  border-radius: 50%;
  display: inline-block;
}


/* ─── Back link ──────────────────────────────────────────────── */
.uum-back-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 8px;
}
.uum-back-link {
  font-size: 12.5px;
  color: #063c6d;
  text-decoration: none;
  opacity: 0.7;
}
.uum-back-link:hover { text-decoration: underline; color: #063c6d; opacity: 1;
}
/* ─── Checkbox ───────────────────────────────────────────────── */
.uum-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
}
.uum-checkbox { display: none;
}
.uum-checkbox-custom {
  width: 14px; height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(6, 60, 109, 0.35);
  background: rgba(6, 60, 109, 0.06);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
  position: relative;
}
.uum-checkbox:checked + .uum-checkbox-custom {
  background: #063c6d;
  border-color: #063c6d;
}
.uum-checkbox:checked + .uum-checkbox-custom::after {
  content: '';
  position: absolute;
  left: 3px; top: 1px;
  width: 5px; height: 8px;
  border: 1.5px solid #fff;
  border-top: none; border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.uum-checkbox-text {
  font-size: 12.5px;
  color: #063c6d;
}
/* ─── Note ───────────────────────────────────────────────────── */
.uum-note {
  font-size: 12px;
  color: rgba(6, 60, 109, 0.55);
  text-align: center;
}
/* ─── Errors / Success ───────────────────────────────────────── */
.uum-errors { margin-top: 8px;
}
.uum-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
/* ─── Actions override (center for this modal) ───────────────── */
.uum-actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-top: 16px;
}
/* ─── White-body modal overrides for shared mm-* classes ─────── */
.uum-modal .mm-label {
  color: rgba(6, 60, 109, 0.7);
}
.uum-modal .mm-input {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.uum-modal .mm-input::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35);
}
.uum-modal .mm-input::-moz-placeholder {
  color: rgba(6, 60, 109, 0.35);
}
.uum-modal .mm-input:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35);
}
.uum-modal .mm-input::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35);
}
.uum-modal .mm-input::placeholder {
  color: rgba(6, 60, 109, 0.35);
}
.uum-modal .mm-input:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.uum-modal .mm-select option {
  background: #fff;
  color: #063c6d;
}


.red-icon {
  color: red !important;
}
.red-icon:hover, .green-icon:hover {
  opacity: 0.7;
}
.green-icon {
  color: green !important;
}
#UACModal .vbt-simple-filter-clear, #UACModal .vbt-global-search-clear {
  display: none !important;
}
#UACModal .dropdown, #UACModal .dropdown a {
  min-width: 190px !important;
}
#UACModal .dropdown-menu {
  max-width: 190px !important;
  background-color: #ffffff;
  font-weight: 500;
  text-shadow: none !important;
  cursor: pointer !important;
  border: 1px solid rgba(6, 60, 109, 0.12);
}
#UACModal .dropdown-menu label {
  cursor: pointer !important;
  color: #063c6d !important;
}
#UACModal .dropdown-item {
  color: #063c6d !important;
}
#UACModal .dropdown-item:hover {
  background-color: #063c6d !important;
  color: #ffffff !important;
}
#UACModal .dropdown-item:focus {
  background-color: #063c6d !important;
  color: #ffffff !important;
}
#UACModal #multifilter_org.btn {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}
@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-xl {
    width: 95%;
    max-width: 1600px;
}
}
.yellow-text {
  color: yellow;
  font-weight: 900;
}
#confirmInactiveModal .close {
  color: white;
  text-shadow: none;
  opacity: 0.8;
}
#confirmInactiveModal .close:hover {
  opacity: 1;
}
#confirmActiveModal .close {
  color: white;
  text-shadow: none;
  opacity: 0.8;
}
#confirmActiveModal .close:hover {
  opacity: 1;
}
.info-tooltip {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text {
  visibility: hidden;
  width: 100px;
  font-size: 15px;
  top: 5%;
  margin-left: 30px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip:hover .info-tooltip-text {
  visibility: visible;
}
.button-center {
  margin: 0 auto;
  display: block;
}
.center {
  text-align: center;
}
.date-range {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 15px;
  padding-right: 15px;
}
.apexcharts-menu {
  background: rgb(228, 9, 9) !important;
}
.apexcharts-menu-item:hover {
  background: rgb(193, 116, 116) !important;
}
.user-table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.user-table-actions .btn {
  max-width: none !important;
}

/* ── UAC modal table + tabs ──────────────────────────────────── */
.uac-modal .menu-bg-blue-transparent,
.uac-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.uac-modal table { color: #063c6d !important; text-shadow: none !important;
}
.uac-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.uac-modal thead th a,
.uac-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.uac-modal thead th input {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.uac-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.uac-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.uac-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.uac-modal .footer-pagination-row td,
.uac-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.uac-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.uac-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}


.wms-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.wms-modal table { color: #063c6d !important; text-shadow: none !important;
}
.wms-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.wms-modal thead th a,
.wms-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.wms-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.wms-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.wms-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.wms-modal .footer-pagination-row td,
.wms-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.wms-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.wms-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}

*[data-v-ac8839cc] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-ac8839cc] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-ac8839cc] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-ac8839cc], body[data-v-ac8839cc] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-ac8839cc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-ac8839cc] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-ac8839cc] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-ac8839cc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-ac8839cc] {
    width: 70px !important;
}
.main-content[data-v-ac8839cc] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-ac8839cc] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-ac8839cc] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-ac8839cc] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-ac8839cc] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-ac8839cc] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-ac8839cc] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-ac8839cc] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-ac8839cc] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-ac8839cc] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-ac8839cc] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-ac8839cc] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-ac8839cc] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-ac8839cc] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-ac8839cc] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-ac8839cc] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-ac8839cc] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-ac8839cc]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-ac8839cc] {
    display: none;
}
.label[data-v-ac8839cc] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-ac8839cc] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-ac8839cc] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-ac8839cc] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-ac8839cc]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-ac8839cc] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-ac8839cc] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-ac8839cc] {
    color: #98d7ec;
}
.text_format[data-v-ac8839cc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-ac8839cc] {
    width: 40px;
    height: 50px;
}
.logout[data-v-ac8839cc] {
    margin-top: auto !important;
}
[data-v-ac8839cc] .modal-header,
.ptv-modal-header[data-v-ac8839cc] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-ac8839cc] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-ac8839cc] {
color: black;
}
.zoom-btns-position[data-v-ac8839cc] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-ac8839cc] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-ac8839cc] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-ac8839cc] {
    color: #063C6D;
}
.moveable-container[data-v-ac8839cc] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-ac8839cc] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-ac8839cc] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-ac8839cc] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-ac8839cc]::-webkit-scrollbar-track,
.scrollable[data-v-ac8839cc]::-webkit-scrollbar-track,[data-v-ac8839cc]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-ac8839cc]::-webkit-scrollbar,
.scrollable[data-v-ac8839cc]::-webkit-scrollbar,[data-v-ac8839cc]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-ac8839cc]::-webkit-scrollbar-thumb,
.scrollable[data-v-ac8839cc]::-webkit-scrollbar-thumb,[data-v-ac8839cc]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.mmp-zoom-container {
    width: 40px;
    height: 40px;
    background-color:#063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
    border-radius: 5.5px;
    border: 2px #063c6d solid;
    color: white;
    font-size: medium !important;
}


.mapGTP {
  height: 500px !important;
}
.gtp-details-modal .menu-bg-blue-transparent,
.gtp-details-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.gtp-details-modal table { color: #063c6d !important; text-shadow: none !important;
}
.gtp-details-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.gtp-details-modal thead th a,
.gtp-details-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.gtp-details-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.gtp-details-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.gtp-details-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.gtp-details-modal .footer-pagination-row td,
.gtp-details-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


.gtp-track-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.gtp-track-modal table { color: #063c6d !important; text-shadow: none !important;
}
.gtp-track-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.gtp-track-modal thead th a,
.gtp-track-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.gtp-track-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.gtp-track-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.gtp-track-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.gtp-track-modal .footer-pagination-row td,
.gtp-track-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


/* ── Custom header ── */
.ic-header[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.9rem 1.35rem;
}
.ic-header-left[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.85rem;
}
.ic-header-icon[data-v-3e60af15] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 1.05rem;
}
.ic-header-titles[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.25;
}
.ic-header-title[data-v-3e60af15] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2px;
}
.ic-header-sub[data-v-3e60af15] {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}
.ic-close[data-v-3e60af15] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.95rem;
    cursor: pointer;
    -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, transform 0.15s ease;
    transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.ic-close[data-v-3e60af15]:hover {
    background: rgba(255, 255, 255, 0.26);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
/* ── Body ── */
.ic-body[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
}
.ic-filter-panel[data-v-3e60af15] {
    padding: 1rem 1.25rem;
    background: #f7fafd;
    border-bottom: 1px solid rgba(6, 60, 109, 0.08);
}
.ic-stage[data-v-3e60af15] {
    position: relative;
    padding: 1.25rem 1rem 0.5rem;
    background:
        radial-gradient(1200px 320px at 50% -10%, rgba(26, 93, 168, 0.08), rgba(26, 93, 168, 0) 70%),
        #eef3f9;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* ── Loading state ── */
.loading-state[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9rem;
    padding: 4rem 1rem;
    color: #4a6880;
}
.loading-spinner[data-v-3e60af15] {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 3px;
    color: #1a5da8;
}
.loading-text[data-v-3e60af15] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a6880;
}
.filter-panel[data-v-3e60af15] {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slide[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 550px;
    width: 100%;
    gap: 50px;
    padding-bottom: 20px;
}
.img-container[data-v-3e60af15] {
    width: 350px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid rgba(6, 60, 109, 0.08);
    -webkit-box-shadow: 0 10px 28px rgba(6, 60, 109, 0.16);
            box-shadow: 0 10px 28px rgba(6, 60, 109, 0.16);
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.img-container[data-v-3e60af15]:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 18px 42px rgba(6, 60, 109, 0.26);
            box-shadow: 0 18px 42px rgba(6, 60, 109, 0.26);
}
/* Image frame with zoom hint */
.img-frame[data-v-3e60af15] {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eef2f6;
}
.img-frame .img.card-item[data-v-3e60af15] {
    display: block;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.img-frame:hover .img.card-item[data-v-3e60af15] {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
}
.img-zoom-hint[data-v-3e60af15] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(6, 60, 109, 0.75);
    color: #fff;
    font-size: 0.75rem;
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    pointer-events: none;
}
.img-frame:hover .img-zoom-hint[data-v-3e60af15] {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
/* Metadata footer */
.img-text-container[data-v-3e60af15] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: linear-gradient(135deg, #063c6d 0%, #0a4f8f 100%);
    color: #ffffff;
    padding: 12px 16px;
}
.text-container[data-v-3e60af15] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
}
.info-row[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
}
.info-label[data-v-3e60af15] {
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
}
.info-value[data-v-3e60af15] {
    font-size: 0.86rem;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img[data-v-3e60af15] {
    max-width: 100%;
    max-height: 100%;
}
.main-img[data-v-3e60af15] {
    height: auto;
    width: 100%;
}
.card-list[data-v-3e60af15] {
    display: grid;
    grid-gap: 1em;
    color: rgb(238, 238, 238);
    margin-bottom: 1%;
    margin-top: 0.5%;
    padding: 1%;
}
.card-item[data-v-3e60af15] {
    background-color: white;
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
/* Empty state */
.empty-state[data-v-3e60af15] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    padding: 3.5rem 1rem;
    color: #4a6880;
}
.empty-state-icon[data-v-3e60af15] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(6, 60, 109, 0.08);
    color: #1a5da8;
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
}
.empty-state-text[data-v-3e60af15] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #063c6d;
}
.empty-state-sub[data-v-3e60af15] {
    font-size: 0.85rem;
    color: #7089a3;
}
.mmp-button[data-v-3e60af15] {
    background-color: #1b66ac;
    color: white;
}
.mmp-button[data-v-3e60af15]:hover {
    opacity: 0.8;
}
@media (max-width: 1600px) {
.img-container[data-v-3e60af15] {
        width: 300px;
}
.img-frame .img.card-item[data-v-3e60af15] {
        height: 300px;
}
.filter-panel[data-v-3e60af15] {
        height: 50px;
}
.slide[data-v-3e60af15] {
        height: 500px;
        gap: 40px;
}
}



.modal-content.ic-modal {
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    -webkit-box-shadow: 0 24px 70px rgba(6, 60, 109, 0.34) !important;
            box-shadow: 0 24px 70px rgba(6, 60, 109, 0.34) !important;
}
.ic-modal .modal-header {
    padding: 0 !important;
    background: linear-gradient(135deg, #063c6d 0%, #0a4f8f 100%) !important;
    border-bottom: none !important;
    border-radius: 0 !important;
}
.ic-modal .modal-body {
    padding: 0 !important;
    background: #ffffff !important;
}

/* Carousel controls → navy circular buttons */
.ic-modal .carousel-control-prev,
.ic-modal .carousel-control-next {
    width: 58px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
}
.ic-modal .carousel-control-prev-icon,
.ic-modal .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #063c6d;
    background-position: center;
    background-size: 42% 42%;
    -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.35);
            box-shadow: 0 4px 12px rgba(6, 60, 109, 0.35);
    -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.15s ease, transform 0.15s ease;
    transition: background-color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.ic-modal .carousel-control-prev:hover .carousel-control-prev-icon,
.ic-modal .carousel-control-next:hover .carousel-control-next-icon {
    background-color: #0a4f8f;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}

/* Indicators → pill-style */
.ic-modal .carousel-indicators {
    margin-bottom: 6px;
}
.ic-modal .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b8cbe0;
    border: none;
    opacity: 1;
    -webkit-transition: background-color 0.2s ease, width 0.2s ease;
    transition: background-color 0.2s ease, width 0.2s ease;
}
.ic-modal .carousel-indicators li.active {
    background-color: #063c6d;
    width: 22px;
    border-radius: 6px;
}


[data-v-c632ba8e]:root {
  --fs-xxs: 0.65rem;
  --fs-xs: 0.75rem;
  --fs-sm: 0.85rem;
  --fs-md: 1rem;
  --fs-lg: 1.2rem;
}
  /* Auto-scale everything on smaller screens */
@media (max-width: 600px) {
[data-v-c632ba8e]:root {
    --fs-xxs: 0.7rem;
    --fs-xs: 0.8rem;
    --fs-sm: 0.9rem;
    --fs-md: 1rem;
    --fs-lg: 1.1rem;
}
}
[data-v-c632ba8e] .custom-file {margin-bottom: 0.4rem;}
  /* Match b-form-select with b-form-file appearance */
[data-v-c632ba8e] .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 0.75rem !important;
  font-family: 'Inter Regular', 'Open Sans', sans-serif;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #f3f6fa;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 8px;
}
  /* File input — rounded field with a themed Browse button */
[data-v-c632ba8e] .custom-file-label {
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 8px;
  background-color: #f3f6fa;
}
[data-v-c632ba8e] .custom-file-label::after {
  background: linear-gradient(135deg, #0a5499, #063c6d);
  color: #ffffff;
  border-left: none;
}
[data-v-c632ba8e] .custom-file:hover .custom-file-label {
  border-color: rgba(10, 84, 153, 0.6);
}
[data-v-c632ba8e] .custom-file-input:focus ~ .custom-file-label {
  border-color: #0a5499;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15);
          box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15);
}
  /* Section labels (Vehicle *, Planned Route File, Remarks, …) */
[data-v-c632ba8e] .col-form-label,[data-v-c632ba8e] .form-block label strong {
  color: #063c6d !important;
  font-weight: 700;
  text-shadow: none !important;
}
  /* Focus state */
[data-v-c632ba8e] .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
  /* Shared placeholder typography */
[data-v-c632ba8e] .custom-file-label,[data-v-c632ba8e] .custom-select {
  font-family: 'Inter Regular', 'Open Sans', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: #6c757d !important;
  text-shadow: none !important;
}
[data-v-c632ba8e] .custom-select {
  margin-bottom: 0.6rem;
}
[data-v-c632ba8e] .custom-select.has-value {
  color: #063c6d !important;
  font-weight: 600 !important;
}
[data-v-c632ba8e] .custom-select:hover {
  border-color: #adb5bd;
}
  /* FILE placeholder */
[data-v-c632ba8e] .custom-file-label {
  font-family: 'Inter Regular', 'Open Sans', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: #6c757d !important;
}
  /* SELECT first option (placeholder) */
[data-v-c632ba8e] .custom-select option[value="null"] {
  font-family: 'Inter Regular', 'Open Sans', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: #6c757d !important;
}
[data-v-c632ba8e] .custom-file-label::after {
  font-size: 0.75rem !important;
}
[data-v-c632ba8e] .col-form-label{
  padding-bottom: 0rem !important;
}
.tab-pane-wrapper[data-v-c632ba8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 10px;
  min-height: 250px;
  /* transition: all 0.3s ease; */
  overflow-y: auto;
  scrollbar-color: rgb(233, 235, 239, 0.3) rgb(6, 41, 109, 0.3);
  scrollbar-width: thin;
  background-color: #FFF;
}
.is-disabled[data-v-c632ba8e] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.tab-pane-wrapper.visible[data-v-c632ba8e] {
  opacity: 1;
}
.tab-pane-wrapper.hidden[data-v-c632ba8e] {
  opacity: 0;
  pointer-events: none;
}
.routeFileIcon[data-v-c632ba8e] {
  width: 16px;
  height: 16px;
}
.form-group[data-v-c632ba8e] {
  margin-bottom: 0px !important;
}
.selectedFileLabel[data-v-c632ba8e] {
  text-align: center;
  margin: 0.4rem 0.2rem;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(19, 115, 51, 0.1);
  color: #137333;
  font-weight: 600;
  font-size: 0.8rem;
}
.uncoveredEodFileName[data-v-c632ba8e] {
  color: greenyellow;
}
.modal-button-row[data-v-c632ba8e] {
  position: static;
  text-align: center;
  width: 100%;
}
.downloadFiles-btn[data-v-c632ba8e] {
  height: 2.2rem;
  width: 100%;
  margin: 0.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #0a5499, #063c6d);
  font-size: 0.95rem !important;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.3);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.3);
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
}
.downloadFiles-btn[data-v-c632ba8e]:hover:not(:disabled) {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 14px rgba(6, 60, 109, 0.38);
          box-shadow: 0 5px 14px rgba(6, 60, 109, 0.38);
}
.downloadFiles-btn[data-v-c632ba8e]:active:not(:disabled) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.downloadFiles-btn[data-v-c632ba8e]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resetButton[data-v-c632ba8e] {
  cursor: pointer;
}
.card[data-v-c632ba8e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
          box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
  overflow: hidden;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
  /* Neutralize the inherited text-shadow from .menu-bg-blue-transparent */
#eodFieldReviewToolCard[data-v-c632ba8e] {
  text-shadow: none !important;
  background-color: transparent;
  border-radius: 0.25rem !important;
}
.eodFieldReviewTool[data-v-c632ba8e] {
  width: 26%;
  min-width: 360px;
  height: 100%;
  max-width: 480px;
  padding: 0.5rem;
}
.eodFieldReviewTitle[data-v-c632ba8e] {
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-shadow: none;
}
.eodWindowTools[data-v-c632ba8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
  /* Header control buttons (reset + collapse) */
.resetButton[data-v-c632ba8e],
  .collapseToggle[data-v-c632ba8e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.resetButton[data-v-c632ba8e]:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.collapseToggle[data-v-c632ba8e]:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.card-body-padding[data-v-c632ba8e] {
  padding: 14px 16px;
  background: linear-gradient(135deg, #0a5499, #063c6d);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.contenteditable-element[data-v-c632ba8e] {
  overflow-y: auto;
  font-size: 0.75rem !important;
  color: #063c6d !important;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  padding: 8px 10px;
  background: #f3f6fa;
  border: 1px solid rgba(6, 60, 109, 0.2);
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.contenteditable-element[data-v-c632ba8e]:focus {
  background: #ffffff;
  border-color: #0a5499;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15);
          box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15);
  outline: none;
}
  /* =========================
    SPINNER OVERLAY
   ========================= */
.eodOverlay[data-v-c632ba8e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  z-index: 10;
}
.eodSpinner-container[data-v-c632ba8e] {
  text-align: center;
  color: white;
}
.spinner[data-v-c632ba8e] {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-animation: spin-c632ba8e 1s linear infinite;
          animation: spin-c632ba8e 1s linear infinite;
  margin: 0 auto 10px;
}
@-webkit-keyframes spin-c632ba8e {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-c632ba8e {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.message[data-v-c632ba8e] {
  font-size: 1rem;
  color: white;
  margin: 0 auto 10px;
}
  /* 1. Full-width layout on phones */
@media (max-width: 600px) {
.eodFieldReviewTool[data-v-c632ba8e] {
    width: 100% !important;
    max-width: 65% !important;
    padding: 0.2rem !important;
}
#eodFieldReviewToolCard[data-v-c632ba8e] {
    width: 100% !important;
}
}
  /* 2. Title row adjustments */
@media (max-width: 600px) {
.eodFieldReviewTitle[data-v-c632ba8e] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 0.9rem;
}
.eodWindowTools[data-v-c632ba8e] {
    gap: 6px;
}
}
  /* 3. Fix icon sizes */
@media (max-width: 600px) {
.routeFileIcon[data-v-c632ba8e] {
    width: 20px !important;
    height: 20px !important;
}
}
  /* 4. Bootstrap file controls */
@media (max-width: 600px) {
[data-v-c632ba8e] .custom-file-label,[data-v-c632ba8e] .custom-file {
    font-size: 0.7rem !important;
    padding: 0.3rem 0.5rem !important;
}
}
  /* 5. Remarks box readable */
@media (max-width: 600px) {
.contenteditable-element[data-v-c632ba8e] {
    font-size: 0.8rem !important;
    min-height: 100px;
}
}
  /* 6. Button alignment */
@media (max-width: 600px) {
.modal-button-row[data-v-c632ba8e] {
    position: relative !important;
    width: 100% !important;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}
.submit-btn[data-v-c632ba8e] {
    width: 100% !important;
    max-width: none !important;
}
}
  /* 7. Scroll container for mobile */
@media (max-width: 600px) {
.scroll-Container[data-v-c632ba8e] {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 0.5rem;
}
}
  /* 8. Spinner message readable */
@media (max-width: 600px) {
.overlay .message[data-v-c632ba8e] {
    font-size: 0.8rem;
    padding: 0 1rem;
}
}


#gtpReportModal .modal-lg {
  max-width: 1200px !important;
}
.gtp-rpt-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.gtp-rpt-modal table { color: #063c6d !important; text-shadow: none !important;
}
.gtp-rpt-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.gtp-rpt-modal thead th a,
.gtp-rpt-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.gtp-rpt-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.gtp-rpt-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.gtp-rpt-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.gtp-rpt-modal .footer-pagination-row td,
.gtp-rpt-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}


div[data-v-2a1c6b50] {
  max-height: 2%;
}


.white.disabled[data-v-79dbc6e9] {
  opacity: 0.45;
  cursor: not-allowed;
}


.rh-modal .menu-bg-blue-transparent,
.rh-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}

/* ===== Search bar row ===== */
.rh-modal .vbt-global-search-row,
.rh-modal .row.vbt-global-search {
  margin-bottom: 0.85rem !important;
}
.rh-modal .global_search input,
.rh-modal input[type="text"].form-control {
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #063c6d !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.rh-modal .global_search input:focus,
.rh-modal input[type="text"].form-control:focus {
  border-color: #0a5490 !important;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(10, 84, 144, 0.15) !important;
          box-shadow: 0 0 0 0.15rem rgba(10, 84, 144, 0.15) !important;
}

/* ===== Table container ===== */
.rh-modal table {
  color: #063c6d !important;
  text-shadow: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 1px solid rgba(6, 60, 109, 0.12) !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
}

/* ===== Header ===== */
.rh-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border: none !important;
  border-bottom: 2px solid rgba(6, 60, 109, 0.15) !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
  white-space: nowrap;
}
.rh-modal thead th a,
.rh-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}

/* ===== Body ===== */
.rh-modal tbody tr {
  color: #063c6d !important;
  text-shadow: none !important;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.rh-modal tbody tr:nth-child(even) { background: rgba(6, 60, 109, 0.025) !important;
}
.rh-modal tbody tr:hover { background: rgba(6, 60, 109, 0.07) !important;
}
.rh-modal tbody td {
  color: #063c6d !important;
  border: none !important;
  border-bottom: 1px solid rgba(6, 60, 109, 0.08) !important;
  padding: 0.7rem 1rem !important;
  vertical-align: middle !important;
  font-size: 0.85rem;
  line-height: 1.5;
}
.rh-modal tbody tr:last-child td { border-bottom: none !important;
}

/* Version — emphasized */
.rh-modal tbody td:nth-child(1) {
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* Release Date — muted, single line */
.rh-modal tbody td:nth-child(2) {
  color: rgba(6, 60, 109, 0.7) !important;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

/* Notes — comfortable, wrapping paragraph text */
.rh-modal tbody td:nth-child(3) {
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
  line-height: 1.6;
}

/* ===== Pagination footer ===== */
.rh-modal .footer-pagination-row td,
.rh-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
  padding: 0.6rem 1rem !important;
}
.rh-modal .page-link {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.15) !important;
  background: #fff !important;
}
.rh-modal .page-item.active .page-link {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.rh-modal .page-link:hover { background: rgba(6, 60, 109, 0.08) !important;
}


.red[data-v-3edb0d86] {
  border: 2px red solid;
  background-color: #FFCCCB;
}


.tut-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.tut-modal label { color: rgba(6, 60, 109, 0.7);
}
.tut-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.tut-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.tut-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.tut-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.tut-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.tut-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.tut-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


.vr-modal .menu-bg-blue-transparent,
.vr-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.vr-modal table { color: #063c6d !important; text-shadow: none !important;
}
.vr-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.vr-modal thead th a,
.vr-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.vr-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.vr-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.vr-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.vr-modal .footer-pagination-row td,
.vr-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.vr-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.vr-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}
.vr-modal label { color: rgba(6, 60, 109, 0.7);
}
.vr-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.vr-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.vr-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.vr-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.vr-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.vr-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.vr-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


.panel[data-v-5fbc092e] {
  max-height: 80vh;
  background: rgba(6, 47, 86, 0.6);
  color: #e6e6e6;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contenteditable-element[data-v-5fbc092e] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.menu-bg-blue-transparent-modal[data-v-5fbc092e] {
  background: rgb(34, 34, 34);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.boxed[data-v-5fbc092e] {
  border: 1px solid #21d886;
}
.window-widthfixed[data-v-5fbc092e] {
  width: 650px !important;
}
.window-width[data-v-5fbc092e] {
  width: 920px !important;
}
.remove-window-spacing[data-v-5fbc092e] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.btn[data-v-5fbc092e] {
  color: #e6e6e6;
}


.mapANSI[data-v-057eaf16] {
  height: 600px !important;
  width: 700px;
}


/* ── Modal header (dark blue strip at top) ─────────────── */
.biased-ft-modal .modal-header {
  background: #063c6d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 20px;
  border-radius: 7px 7px 0 0;
}
.biased-ft-modal .modal-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
}
/* ── Scrollbar ─────────────────────────────────────────── */
.biased-ft-modal .scroll-Container {
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.biased-ft-modal .scroll-Container::-webkit-scrollbar { width: 4px;
}
.biased-ft-modal .scroll-Container::-webkit-scrollbar-track { background: transparent;
}
.biased-ft-modal .scroll-Container::-webkit-scrollbar-thumb { background: rgba(6, 60, 109, 0.25); border-radius: 2px;
}
.biased-ft-modal .scroll-Container::-webkit-scrollbar-button { display: none;
}
/* ── Status count cards ────────────────────────────────── */
.ft-status-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 10px 6px;
  background: rgba(6, 60, 109, 0.06);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 8px;
}
.ft-status-count {
  font-size: 1.4rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1;
}
.ft-status-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
}
/* ── Untested regions ──────────────────────────────────── */
.ul-less-margin {
  margin-bottom: 0.5rem;
}
.biased-ft-modal h3 {
  color: #063c6d;
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow: none;
}
.biased-ft-modal .ul-less-margin li {
  color: rgba(6, 60, 109, 0.8);
  font-size: 0.75rem;
}
.untested-region-row {
  background: rgba(220, 53, 69, 0.08) !important;
}
/* ── Toggle button (show/hide untested) ────────────────── */
.biased-ft-modal .btn-primary {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: #fff !important;
}
.biased-ft-modal .btn-secondary {
  background: transparent !important;
  border-color: rgba(6, 60, 109, 0.3) !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.biased-ft-modal .btn-secondary:hover {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
}
/* ── Form controls ─────────────────────────────────────── */
.biased-ft-modal label {
  color: rgba(6, 60, 109, 0.65);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.biased-ft-modal select,
.biased-ft-modal .propStyle {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.biased-ft-modal select option {
  background: #fff;
  color: #063c6d;
}
.biased-ft-modal input[type="text"],
.biased-ft-modal input[type="search"] {
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.biased-ft-modal input::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-ft-modal input::-moz-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-ft-modal input:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-ft-modal input::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.biased-ft-modal input::placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
/* ── Table ─────────────────────────────────────────────── */
.biased-ft-modal table {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.biased-ft-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.biased-ft-modal thead th a,
.biased-ft-modal thead th svg {
  color: rgba(6, 60, 109, 0.5) !important;
}
.biased-ft-modal tbody tr {
  cursor: pointer;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.biased-ft-modal tbody tr:hover {
  background: rgba(6, 60, 109, 0.04) !important;
}
.biased-ft-modal tbody td {
  border-color: rgba(6, 60, 109, 0.08) !important;
  color: #063c6d !important;
  font-size: 0.75rem;
  text-shadow: none !important;
}
/* ── Loading spinner ───────────────────────────────────── */
.biased-ft-modal .highlightLoader {
  color: rgba(6, 60, 109, 0.7) !important;
}


.item[data-v-22a5a4cf]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-22a5a4cf] {
  overflow-y: auto;
  min-height: 350px;
}
.cursor[data-v-22a5a4cf] {
  cursor: pointer;
}
.scroll-Container[data-v-22a5a4cf]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-22a5a4cf]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-22a5a4cf]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.center[data-v-22a5a4cf] {
  text-align: center;
}
.hover[data-v-22a5a4cf]:hover {
  color: rgb(30, 197, 132) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.highlightTopLayer[data-v-22a5a4cf] {
  background-color: rgba(216, 216, 216, 0.5);
  border-color: rgba(241, 241, 241, 0.6);
  border-style: solid;
  height: 100%;
  /* box-shadow: inset 0px 0px 6px 4px #000000; */
}
.highlightCurrentLayer[data-v-22a5a4cf] {
  background-color: rgba(216, 216, 216, 0.5);
  /* border-color: rgba(241, 241, 241, 0.6); */
  border-color: #007BFF;
  border-style: solid;
  height: 100%;
  /* box-shadow: inset 0px 0px 6px 4px #000000; */
}
.card-body-padding[data-v-22a5a4cf] {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.orange-font[data-v-22a5a4cf] {
  color: orange !important;
}
.layer-border[data-v-22a5a4cf] {
  border: 1px solid rgb(238, 238, 238);
}
.layer-border[data-v-22a5a4cf]:hover {
  -webkit-box-shadow: inset 0px 0px 6px 4px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0px 0px 6px 4px rgba(255, 255, 255, 0.5);
}
.vert-align[data-v-22a5a4cf] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.available-not-enabled[data-v-22a5a4cf] {
  background: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-22a5a4cf] {
  background: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-22a5a4cf] {
  background: rgb(20, 42.5, 55);
}
.row-margin[data-v-22a5a4cf] {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.spinner-custom-position[data-v-22a5a4cf] {
  position: absolute;
  right: 10px;
  bottom: -8px;
}
.layer-container[data-v-22a5a4cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; /* Ensures proper positioning */
  z-index: 1; /* Keeps the row above other elements */
}
/* Default UI remains the same */
.layer-content[data-v-22a5a4cf] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* The wrapper for the POI panel */
.poi-panel-wrapper[data-v-22a5a4cf] {
  position: absolute;
  left: calc(100% + 1px); /* Positions it immediately to the right of the row */
  top: 0.5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; /* Prevents overflow clipping */
}
/* The actual sliding panel */
.poi-panel[data-v-22a5a4cf] {
  background: rgba(65, 65, 65, 0.8);
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 0; /* Starts hidden */
  font-size: 0px !important;
  white-space: nowrap;
  -webkit-transition: width 0.3s ease-in-out, font-size 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out, font-size 0.3s ease-in-out 0.3s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border: 4px solid rgba(65, 65, 65, 1); */
  border-color: rgba(65, 65, 65, 1);
  border-style: solid;
  /* border-right-width: 4px; */
  border-width: 0px 4px 0px 0px !important;
  border-left: none;
}
/* Expanded state when hovered */
.poi-panel.expanded[data-v-22a5a4cf] {
  width: 100px; /* Expands to 100px */
  font-size: 10px !important;
  border-width: 3px;
  -webkit-transition: width 0.3s ease-in-out, font-size 0.2s ease-in-out 0.15s;
  transition: width 0.3s ease-in-out, font-size 0.2s ease-in-out 0.15s;
}
.poi-panel .remove-btn[data-v-22a5a4cf] {
  display: none;
  font-size: 0px !important;
  -webkit-transition: width 0.3s ease-in-out, font-size 0.3s ease-in-out 0.3s;
  transition: width 0.3s ease-in-out, font-size 0.3s ease-in-out 0.3s;
}
.poi-panel.expanded .remove-btn[data-v-22a5a4cf] {
  width: 80%;
  height: 80%;
  display: block;
  font-size: 10px !important;
  -webkit-transition: width 0.3s ease-in-out, font-size 0.2s ease-in-out 0.15s;
  transition: width 0.3s ease-in-out, font-size 0.2s ease-in-out 0.15s;
}


.item[data-v-b426aab4]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-b426aab4] {
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  min-height: 350px;
}
.cursor[data-v-b426aab4] {
  cursor: pointer;
}
.sortable[data-v-b426aab4]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-b426aab4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-b426aab4]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-b426aab4]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-b426aab4] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-b426aab4] {
  visibility: hidden;
  width: 210px;
  font-size: 15px;
  top: -40px;
  margin-left: 10px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip .zoom-tooltip-text[data-v-b426aab4] {
  width: 210px;
  font-size: 15px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-left: 5px;
}
.info-tooltip:hover .info-tooltip-text[data-v-b426aab4] {
  visibility: visible;
}
.center[data-v-b426aab4] {
  text-align: center;
}
.hover[data-v-b426aab4]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-b426aab4] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-b426aab4] {
  position: absolute;
  color: #20ff9b;
  cursor: pointer;
  font-size: 14px;
  right: 10px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}


.poi-upload-formcontrol {
    margin-bottom: 10px;
}
.brow-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.label-align {
    margin-top: 8%;
}    


.upload-btn {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: rgb(21, 140, 87, 0.8);
    border: 1px solid rgb(21, 140, 87, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: font-size 0.5s ease, color 0.5s ease, height 0.5s ease, width 0.5s ease, border-radius 0.5s ease;
    transition: font-size 0.5s ease, color 0.5s ease, height 0.5s ease, width 0.5s ease, border-radius 0.5s ease;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.upload-btn:hover {
    opacity: 0.8
}

/* 
.green {
    color: green;
} */


.close-icon {
    cursor: pointer; 
    position: absolute; 
    top: 5px; 
    right: 5px;
    color: white;
}
.close-icon:hover {
    color: yellow;
}
.menu-container {
    width: 400px;
    height: 90px; 
    background: rgba(6, 47, 86, 0.65);
    position: relative;
    border-radius: 6px;
}
.slider-container {
    width: 400px;
    height: 60px;
    position: absolute;
    top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
}
.mileage-slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    gap: 22px;
    margin-bottom: 5px;
}
.mileage-slider p {
    height: 20px;
    margin: 0 !important;
}
.mileage-slider b {
    color: yellow;
}
.mileage-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
}
.mileage-details .toggle.vue-js-switch {
    margin-bottom: -5px;
    border: 1px solid #062f56;
    border-radius: 11px;
}
.vue-js-switch .v-switch-label.v-right {
    color: #062f56 !important;
}
.v-switch-button {
    border: 1px solid #062f56;
}


.item[data-v-027f023d]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-027f023d] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 350px;
}
.cursor[data-v-027f023d] {
  cursor: pointer;
}
.sortable[data-v-027f023d]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-027f023d]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-027f023d]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-027f023d]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-027f023d] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-027f023d] {
  visibility: hidden;
  width: 210px;
  font-size: 15px;
  top: -40px;
  margin-left: 10px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000;
}
.info-tooltip .zoom-tooltip-text[data-v-027f023d] {
  width: 210px;
  font-size: 15px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-left: 5px;
}
.info-tooltip:hover .info-tooltip-text[data-v-027f023d] {
  visibility: visible;
}
.center[data-v-027f023d] {
  text-align: center;
}
.hover[data-v-027f023d]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-027f023d] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-027f023d] {
  position: absolute;
  color: #20ff9b;
  cursor: pointer;
  font-size: 14px;
  right: 10px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}


.toolbar-icon[data-v-982ffe14] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.toolbar-icon[data-v-982ffe14]:hover {
    opacity: 0.8;
}
.toolbar-container[data-v-982ffe14] {
    width: 130px;
    height: 30px;
    background: #063c6d;
    /* background: rgb(21.45, 140.4, 87.1); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    right: 6px;
    border-radius: 5px;
}
.toolbar[data-v-982ffe14] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.mileage-slider b[data-v-982ffe14] {
    color: yellow;
}
.box[data-v-982ffe14] {
    height: 28px;
    width: 36px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: font-size 0.66s ease, color 0.5s ease, height 0.5s ease, width 0.5s ease, border-radius 0.66s ease;
    transition: font-size 0.66s ease, color 0.5s ease, height 0.5s ease, width 0.5s ease, border-radius 0.66s ease;
    font-size: 16px;
    color: white;
}
.box-emphasis[data-v-982ffe14] {
    font-size: 20px !important;
    color: yellow !important;
}
.white-outline[data-v-982ffe14] {
    height: 90%;
    width: 90%;
    border: 3px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
}
.highlight[data-v-982ffe14]:hover {
    font-size: 16px;
}


/* ─── Role name row ──────────────────────────────────────────── */
.uar-role-row[data-v-56deab22] {
  padding: 4px 0 16px;
}
.uar-field[data-v-56deab22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}
.uar-label[data-v-56deab22] {
  font-size: 13px;
  color: rgba(6, 60, 109, 0.7);
  white-space: nowrap;
}
.uar-role-name[data-v-56deab22] {
  font-size: 17px;
  font-weight: 600;
  color: #063c6d;
  padding-top: 3px;
}
.uar-input[data-v-56deab22] {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.uar-input[data-v-56deab22]::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.35) !important;
}
.uar-input[data-v-56deab22]:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.uar-select[data-v-56deab22] {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
  border-radius: 4px;
}
.uar-select[data-v-56deab22]:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.uar-select option[data-v-56deab22] {
  background: #fff;
  color: #063c6d;
}
/* ─── Section wrapper ────────────────────────────────────────── */
.uar-section[data-v-56deab22] { margin-bottom: 6px;
}
/* ─── Section headers ────────────────────────────────────────── */
.uar-section-header[data-v-56deab22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 6px;
  margin-bottom: 2px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border-left: 3px solid transparent;
  background: rgba(6, 60, 109, 0.04);
}
.uar-section-header[data-v-56deab22]:hover { background: rgba(6, 60, 109, 0.08);
}
.uar-section-header--tools[data-v-56deab22]    { border-left-color: #0a5499;
}
.uar-section-header--features[data-v-56deab22] { border-left-color: #1a7d59;
}
.uar-section-header--admin[data-v-56deab22]    { border-left-color: #6c3cba;
}
.uar-section-title-row[data-v-56deab22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.uar-section-title[data-v-56deab22] {
  font-size: 13.5px;
  font-weight: 500;
  color: #063c6d;
  letter-spacing: 0.01em;
}
/* ─── Dots ───────────────────────────────────────────────────── */
.uar-dot[data-v-56deab22] {
  width: 7px; height: 7px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.uar-dot--tools[data-v-56deab22]    { background: #0a5499;
}
.uar-dot--features[data-v-56deab22] { background: #1a7d59;
}
.uar-dot--admin[data-v-56deab22]    { background: #6c3cba;
}
/* ─── Chevron ────────────────────────────────────────────────── */
.uar-chevron[data-v-56deab22] {
  width: 16px; height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  color: rgba(6, 60, 109, 0.55);
  opacity: 0.7;
}
.uar-chevron.open[data-v-56deab22] { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.uar-chevron svg[data-v-56deab22] {
  width: 13px; height: 13px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
/* ─── Module grid & checkboxes ───────────────────────────────── */
.uar-module-grid[data-v-56deab22] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px 4px 16px 18px;
}
.uar-checkbox-label[data-v-56deab22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12.5px;
  color: #063c6d;
  margin: 0;
}
.uar-checkbox[data-v-56deab22] { display: none;
}
.uar-checkbox-custom[data-v-56deab22] {
  width: 14px; height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(6, 60, 109, 0.3);
  background: rgba(6, 60, 109, 0.04);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
  position: relative;
}
.uar-checkbox:checked + .uar-checkbox-custom[data-v-56deab22] {
  background: #063c6d;
  border-color: #063c6d;
}
.uar-checkbox:checked + .uar-checkbox-custom[data-v-56deab22]::after {
  content: '';
  position: absolute;
  left: 3px; top: 1px;
  width: 5px; height: 8px;
  border: 1.5px solid #fff;
  border-top: none; border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.uar-module-name[data-v-56deab22] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ─── Submit row ─────────────────────────────────────────────── */
.uar-submit-row[data-v-56deab22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 4px;
}


.uar-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}


.red[data-v-54bd7149] {
  border: 2px red solid;
  background-color: #FFCCCB;
}


.org-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.org-modal label { color: rgba(6, 60, 109, 0.7);
}
.org-modal .form-control {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.org-modal .form-control::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.org-modal .form-control::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.org-modal .form-control:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.org-modal .form-control::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.org-modal .form-control::placeholder { color: rgba(6, 60, 109, 0.35);
}
.org-modal .form-control:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}


/* ─── Form wrapper ───────────────────────────────────────────── */
.mm-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 4px 0 8px;
}
/* ─── Field group ────────────────────────────────────────────── */
.mm-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.mm-label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8ab0cc;
  margin: 0;
}
/* ─── Inputs ─────────────────────────────────────────────────── */
.mm-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 7px 11px;
  font-size: 13px;
  color: #dce8f5;
  outline: none;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  font-family: inherit;
  resize: none;
}
.mm-input::-webkit-input-placeholder { color: #5e7080;
}
.mm-input::-moz-placeholder { color: #5e7080;
}
.mm-input:-ms-input-placeholder { color: #5e7080;
}
.mm-input::-ms-input-placeholder { color: #5e7080;
}
.mm-input::placeholder { color: #5e7080;
}
.mm-input:focus {
  border-color: rgba(77, 184, 240, 0.6);
  background: rgba(255, 255, 255, 0.11);
}
.mm-textarea { min-height: 76px; line-height: 1.5;
}
.mm-select { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.mm-select option {
  background: #0f2236;
  color: #dce8f5;
}
/* ─── Error state ────────────────────────────────────────────── */
.mm-field--error .mm-label { color: #f07070;
}
.mm-field--error .mm-input {
  border-color: rgba(240, 112, 112, 0.55);
  background: rgba(240, 112, 112, 0.07);
}
/* ─── Active / Inactive toggle ───────────────────────────────── */
.mm-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mm-toggle-indicator {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: calc(50% - 3px);
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 0;
}
.mm-toggle-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  color: #5e7080;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
}
.mm-toggle-btn.active { color: #fff;
}
/* ─── Actions ────────────────────────────────────────────────── */
.mm-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 4px;
}
/* ── mod-modal: light-theme overrides ───────────────────────── */
.mod-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.mod-modal .mm-label { color: rgba(6, 60, 109, 0.7);
}
.mod-modal .mm-input {
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  color: #063c6d !important;
}
.mod-modal .mm-input::-webkit-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.mod-modal .mm-input::-moz-placeholder { color: rgba(6, 60, 109, 0.35);
}
.mod-modal .mm-input:-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.mod-modal .mm-input::-ms-input-placeholder { color: rgba(6, 60, 109, 0.35);
}
.mod-modal .mm-input::placeholder { color: rgba(6, 60, 109, 0.35);
}
.mod-modal .mm-input:focus {
  background: #fff !important;
  border-color: #063c6d !important;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12) !important;
}
.mod-modal .mm-select option { background: #fff; color: #063c6d;
}
.mod-modal .mm-toggle {
  background: rgba(6, 60, 109, 0.06) !important;
  border: 1px solid rgba(6, 60, 109, 0.12) !important;
}
.mod-modal .mm-toggle-btn { color: rgba(6, 60, 109, 0.45);
}
.mod-modal .mm-toggle-btn.active { color: #fff;
}
.mod-modal .mm-toggle-indicator { background: #063c6d !important;
}
.mod-modal .mm-field--error .mm-label { color: #c0392b;
}
.mod-modal .mm-field--error .mm-input {
  border-color: rgba(192, 57, 43, 0.55) !important;
  background: rgba(192, 57, 43, 0.06) !important;
}


.ac-tabs {
  --ac-text:       #063c6d;
  --ac-text-muted: rgba(6, 60, 109, 0.55);
  --ac-tools:      #0a5499;
  --ac-features:   #1a7d59;
  --ac-admin:      #6c3cba;
  --ac-layers:     #8a6000;
  --ac-radius:     6px;
  --ac-radius-sm:  4px;
}


.inactive-tag[data-v-f5049a0e] {
  max-width: 25%;
  font-size: 9px;
  font-weight: 200;
  color: red;
  background-color: pink;
  border-width: 1px;
  border-color: red;
  border-radius: 9px;
  padding: 3px;
  text-shadow: 0.1px 0.1px black !important;
}
.inactive-module[data-v-f5049a0e] {
  opacity: 0.7;
}
/* ─── Design tokens ──────────────────────────────────────────── */
/* NOTE: modal bg is rgba(6,47,86,0.65) — a medium-dark navy.
   All surface/border values need enough opacity to read against it. */
/* ─── Status badges ──────────────────────────────────────────── */
.status-badge[data-v-f5049a0e] {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-active[data-v-f5049a0e] {
  background: rgba(61, 201, 155, 0.12);
  color: #1a7d59;
  border: 1px solid rgba(61, 201, 155, 0.35);
}
.status-inactive[data-v-f5049a0e] {
  background: rgba(240, 100, 100, 0.12);
  color: #c0392b;
  border: 1px solid rgba(240, 100, 100, 0.32);
}
/* ─── Table cell helpers ─────────────────────────────────────── */
.date-cell[data-v-f5049a0e] {
  font-size: 12px;
  color: var(--ac-text-muted);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.module-name-cell[data-v-f5049a0e] {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 13px;
}
.module-column-width[data-v-f5049a0e] {
  width: 25% !important;
  max-width: 25% !important;
  text-align: left;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.name-col-width[data-v-f5049a0e] { width: 5% !important;
}
/* ─── Icon buttons ───────────────────────────────────────────── */
.ac-icon-btn[data-v-f5049a0e] {
  padding: 5px 8px;
  border-radius: var(--ac-radius-sm);
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  background: transparent;
  border: none;
}
.ac-icon-btn--edit[data-v-f5049a0e]       { color: #0a5499;
}
.ac-icon-btn--edit[data-v-f5049a0e]:hover { background: rgba(6, 60, 109, 0.08);
}
.ac-icon-btn--activate[data-v-f5049a0e]       { color: #1a7d59;
}
.ac-icon-btn--activate[data-v-f5049a0e]:hover { background: rgba(26, 125, 89, 0.1);
}
.ac-icon-btn--deactivate[data-v-f5049a0e]       { color: #c0392b;
}
.ac-icon-btn--deactivate[data-v-f5049a0e]:hover { background: rgba(192, 57, 43, 0.1);
}
.ac-icon-btn[data-v-f5049a0e]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* ─── Confirmation modals ────────────────────────────────────── */
.ac-confirm-body[data-v-f5049a0e] { padding: 4px 0 8px;
}
.ac-confirm-text[data-v-f5049a0e] {
  font-size: 13.5px;
  color: var(--ac-text);
  line-height: 1.65;
  margin-bottom: 20px;
}
.ac-confirm-actions[data-v-f5049a0e] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.ac-highlight[data-v-f5049a0e] { color: #063c6d; font-weight: 700;
}
/* ─── Section headers ────────────────────────────────────────── */
.ac-section-header[data-v-f5049a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 14px;
  border-radius: var(--ac-radius);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 6px;
  margin-bottom: 2px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border-left: 3px solid transparent;
  background: rgba(6, 60, 109, 0.04);
}
.ac-section-header[data-v-f5049a0e]:hover { background: rgba(6, 60, 109, 0.08);
}
.ac-section-header--nested[data-v-f5049a0e] {
  padding: 7px 12px;
  margin-left: 16px;
  background: rgba(6, 60, 109, 0.03);
  border-left-color: rgba(6, 60, 109, 0.2);
}
.ac-section-header--nested[data-v-f5049a0e]:hover { background: rgba(6, 60, 109, 0.06);
}
/* Left-border accent per category */
.ac-section-header--tools[data-v-f5049a0e]    { border-left-color: var(--ac-tools);
}
.ac-section-header--features[data-v-f5049a0e] { border-left-color: var(--ac-features);
}
.ac-section-header--admin[data-v-f5049a0e]    { border-left-color: var(--ac-admin);
}
.ac-section-header[data-v-f5049a0e]:not(.ac-section-header--tools):not(.ac-section-header--features):not(.ac-section-header--admin):not(.ac-section-header--nested) {
  border-left-color: var(--ac-layers);
}
.ac-section-title-row[data-v-f5049a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ac-section-title[data-v-f5049a0e] {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ac-text);
  letter-spacing: 0.01em;
}
.ac-section-title--sm[data-v-f5049a0e] { font-size: 12.5px;
}
/* Colored dots */
.ac-section-dot[data-v-f5049a0e] {
  width: 7px; height: 7px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ac-dot--tools[data-v-f5049a0e]    { background: var(--ac-tools);
}
.ac-dot--features[data-v-f5049a0e] { background: var(--ac-features);
}
.ac-dot--admin[data-v-f5049a0e]    { background: var(--ac-admin);
}
.ac-dot--layers[data-v-f5049a0e]   { background: var(--ac-layers);
}
.ac-dot--part[data-v-f5049a0e]     { background: var(--ac-text-muted);
}
/* Count badges */
.ac-badge[data-v-f5049a0e] {
  font-size: 10.5px;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 20px;
}
.ac-badge--tools[data-v-f5049a0e]    { background: rgba(10, 84, 153, 0.1); color: var(--ac-tools);
}
.ac-badge--features[data-v-f5049a0e] { background: rgba(26, 125, 89, 0.1); color: var(--ac-features);
}
.ac-badge--admin[data-v-f5049a0e]    { background: rgba(108, 60, 186, 0.1); color: var(--ac-admin);
}
/* Chevron */
.ac-chevron[data-v-f5049a0e] {
  width: 16px; height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  color: var(--ac-text-muted);
  opacity: 0.7;
}
.ac-chevron.open[data-v-f5049a0e] { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.ac-chevron svg[data-v-f5049a0e] {
  width: 13px; height: 13px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
/* ─── Collapse body ──────────────────────────────────────────── */
.ac-collapse-body[data-v-f5049a0e] { padding-left: 12px;
}
/* ─── Layer grid & checkboxes ────────────────────────────────── */
.ac-layer-grid[data-v-f5049a0e] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px 4px 16px 18px;
}
.ac-layer-item[data-v-f5049a0e] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.ac-checkbox-label[data-v-f5049a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12.5px;
  color: var(--ac-text);
  margin: 0;
}
.ac-checkbox[data-v-f5049a0e] { display: none;
}
.ac-checkbox-custom[data-v-f5049a0e] {
  width: 14px; height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(6, 60, 109, 0.3);
  background: rgba(6, 60, 109, 0.04);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
  position: relative;
}
.ac-checkbox:checked + .ac-checkbox-custom[data-v-f5049a0e] {
  background: var(--ac-tools);
  border-color: var(--ac-tools);
}
.ac-checkbox:checked + .ac-checkbox-custom[data-v-f5049a0e]::after {
  content: '';
  position: absolute;
  left: 3px; top: 1px;
  width: 5px; height: 8px;
  border: 1.5px solid #fff;
  border-top: none; border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ac-layer-name[data-v-f5049a0e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.ac-layer-status[data-v-f5049a0e] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 4px;
}
.ac-layer-status--saved[data-v-f5049a0e] { color: var(--ac-features);
}
/* ─── Module section ─────────────────────────────────────────── */
.ac-module-section[data-v-f5049a0e] { margin-bottom: 6px;
}
.ac-module-grid[data-v-f5049a0e] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 10px 4px 14px;
}
.ac-module-chip[data-v-f5049a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 11px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: var(--ac-radius-sm);
  cursor: default;
  -webkit-transition: background 0.15s, border-color 0.15s;
  transition: background 0.15s, border-color 0.15s;
}
.ac-module-chip[data-v-f5049a0e]:hover                { background: rgba(6, 60, 109, 0.08); cursor: pointer;
}
.ac-module-chip--tools[data-v-f5049a0e]:hover         { border-color: rgba(10, 84, 153, 0.4);
}
.ac-module-chip--features[data-v-f5049a0e]:hover      { border-color: rgba(26, 125, 89, 0.4);
}
.ac-module-chip--admin[data-v-f5049a0e]:hover         { border-color: rgba(108, 60, 186, 0.4);
}
.ac-chip-label[data-v-f5049a0e] {
  font-size: 12px;
  font-weight: 400;
  color: var(--ac-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ─── Add Button ─────────────────────────────────────────── */
.ac-module-add-btn[data-v-f5049a0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid var(--ac-tools);
  border-radius: var(--ac-radius-sm);
  cursor: pointer;
  padding: 6px;
  -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  color: var(--ac-text-muted);
  /* margin-left: 3px; */
}
.ac-module-add-btn[data-v-f5049a0e]:hover {
  background: rgba(6, 60, 109, 0.08);
  color: var(--ac-text);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ac-module-add-btn svg[data-v-f5049a0e] {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}
/* ─── Input State (real chip appearance) ───────────────────── */
.ac-module-chip--input[data-v-f5049a0e] {
  padding: 6px 11px;
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.15);
}
.ac-chip-input[data-v-f5049a0e] {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 12px;
  color: var(--ac-text);
}
.ac-chip-input[data-v-f5049a0e]::-webkit-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-f5049a0e]::-moz-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-f5049a0e]:-ms-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-f5049a0e]::-ms-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-f5049a0e]::placeholder {
  color: var(--ac-text-muted);
}


.ac-tooltip .tooltip-inner {
  background: #1e2d3d;
  border: 1px solid #2a3441;
  color: #e6edf3;
  font-size: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.4);
          box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  max-width: 220px;
  text-align: left;
}
.ac-tooltip .arrow::before { border-right-color: #2a3441; border-left-color: #2a3441;
}
/* ── AC modal table + tabs ──────────────────────────────────── */
.ac-modal .menu-bg-blue-transparent,
.ac-modal .menu-bg-blue-transparent-modal {
  background: transparent !important;
  color: #063c6d !important;
  text-shadow: none !important;
}
.ac-modal table { color: #063c6d !important; text-shadow: none !important;
}
.ac-modal thead th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: none !important;
}
.ac-modal thead th a,
.ac-modal thead th svg { color: rgba(6, 60, 109, 0.5) !important;
}
.ac-modal tbody tr { color: #063c6d !important; text-shadow: none !important;
}
.ac-modal tbody tr:hover { background: rgba(6, 60, 109, 0.04) !important;
}
.ac-modal tbody td {
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.08) !important;
  text-shadow: none !important;
}
.ac-modal .footer-pagination-row td,
.ac-modal .footer-pagination-row th {
  background: rgba(6, 60, 109, 0.06) !important;
  color: #063c6d !important;
  border-color: rgba(6, 60, 109, 0.12) !important;
  text-shadow: none !important;
}
.ac-modal .nav-pills .nav-link {
  color: rgba(6, 60, 109, 0.65);
  background: transparent;
  border: 1px solid rgba(6, 60, 109, 0.3);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.ac-modal .nav-pills .nav-link.active {
  background: #063c6d !important;
  color: #fff !important;
  border-color: #063c6d !important;
}
/* ── Confirm sub-modal text ─────────────────────────────────── */
.sc-modal .ac-confirm-text,
.oc-modal .ac-confirm-text { color: #063c6d !important;
}
.sc-modal .ac-highlight,
.oc-modal .ac-highlight { color: #063c6d !important; font-weight: 700;
}


/* ── Card shell ─────────────────────────────────────────── */
.panel[data-v-538536d8] {
  max-height: 90vh;
  background: #ffffff;
  color: #063c6d;
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 14px;
  -webkit-box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
          box-shadow: 0 12px 40px rgba(4, 30, 58, 0.28);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.panel[data-v-538536d8] .card-body {
  padding: 14px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.scroll-Container[data-v-538536d8] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* ── Header ─────────────────────────────────────────────── */
.ansi-testing-header[data-v-538536d8] {
  color: white !important;
  padding: 10px 14px;
  border-bottom: none !important;
}
.ansi-testing-header .btn[data-v-538536d8] {
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  padding: 6px 10px;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
}
.ansi-testing-header .btn[data-v-538536d8]:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ansi-testing-header .btn[data-v-538536d8]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ansi-testing-header .close-icon-btn[data-v-538536d8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(18, 67, 172);
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease, -webkit-transform 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.ansi-testing-header .close-icon-btn[data-v-538536d8]:hover {
  background: #e5484d;
  color: #ffffff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 3px 10px rgba(229, 72, 77, 0.45);
          box-shadow: 0 3px 10px rgba(229, 72, 77, 0.45);
}
.ansi-testing-header .close-icon-btn[data-v-538536d8]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.ansi-testing-header .close-icon-btn[data-v-538536d8]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
/* ── Read-only info grid ────────────────────────────────── */
.info-grid[data-v-538536d8] {
  background: rgba(6, 60, 109, 0.045);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 10px;
  padding: 4px 6px;
  margin-left: 2px;
  margin-right: 2px;
}
.info-grid label[data-v-538536d8] {
  display: block;
  margin: 0;
  font-size: 0.85rem;
  color: #063c6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-grid b[data-v-538536d8] {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 1px;
}
/* ── Notes ──────────────────────────────────────────────── */
.notesRow[data-v-538536d8] {
  padding-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #063c6d;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notes[data-v-538536d8] {
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  margin: 8px 0 4px;
}
.testingWindowNotes[data-v-538536d8] {
  margin-left: 6px;
  cursor: pointer;
}
.contenteditable-element[data-v-538536d8] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  background: #f3f5f8 !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 8px !important;
  color: #063c6d !important;
  resize: none;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.contenteditable-element[data-v-538536d8]:focus {
  background: #fff !important;
  border-color: #0a5499 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15) !important;
          box-shadow: 0 0 0 3px rgba(10, 84, 153, 0.15) !important;
  outline: none;
}
/* ── Section headers (REQUIRED) ──────────────────────────── */
.boxed[data-v-538536d8] {
  background: rgba(6, 60, 109, 0.06);
  border: none !important;
  border-radius: 8px;
  color: #063c6d;
}
.section-bar[data-v-538536d8] {
  border-left: 3px solid #0a5499 !important;
  margin-top: 15px !important;
}
.section-title[data-v-538536d8] {
  display: inline-block;
  margin: 4px 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #063c6d;
}
/* ── Property rows ──────────────────────────────────────── */
.prop-row[data-v-538536d8] {
  border-radius: 8px;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.prop-row[data-v-538536d8]:hover {
  background: rgba(10, 84, 153, 0.05);
}
.prop-name[data-v-538536d8] {
  font-size: 0.9rem;
  color: #063c6d;
}
/* ── Toggle button group (segmented control) ────────────── */
.btn-group-toggle[data-v-538536d8] {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.12);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.12);
}
.btn-group-toggle .btn[data-v-538536d8] {
  color: #063c6d;
  border: 1px solid rgba(6, 60, 109, 0.15);
  padding: 5px 12px;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.btn-group-toggle .btn[data-v-538536d8]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.unSelectedIcons[data-v-538536d8] {
  background: #f3f5f8 !important;
  color: rgba(6, 60, 109, 0.65) !important;
}
.unSelectedIcons[data-v-538536d8]:hover {
  background: #e6edf5 !important;
  color: #063c6d !important;
}
.dashed-border[data-v-538536d8] {
  border: 1px dashed rgba(6, 60, 109, 0.35);
}
/* ── Notes template side panel ──────────────────────────── */
.notes_panel[data-v-538536d8] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fc), to(#eef2f8));
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%);
  border-radius: 12px;
  padding: 6px 8px 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(4, 30, 58, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(4, 30, 58, 0.08);
}
.notes-panel-title[data-v-538536d8] {
  position: sticky;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: -6px -8px 8px;
  padding: 8px 10px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #0a5499, #063c6d);
  border-radius: 12px 12px 0 0;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
}
.notes-panel-title .svg-inline--fa[data-v-538536d8] {
  opacity: 0.85;
}
.notes_panel .ansi-button[data-v-538536d8] {
  width: 100%;
  border-radius: 8px;
  white-space: normal;
  font-size: 0.8rem;
  line-height: 1.3;
  padding: 8px 10px;
  color: #063c6d !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 60, 109, 0.14) !important;
  -webkit-box-shadow: 0 1px 2px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 2px rgba(6, 60, 109, 0.06);
  -webkit-transition: background 0.15s ease, border-color 0.15s ease,
    -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.12s ease;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.12s ease;
}
.notes_panel .ansi-button[data-v-538536d8]:hover {
  background: #f0f6ff !important;
  border-color: #0a5499 !important;
  -webkit-box-shadow: 0 4px 12px rgba(10, 84, 153, 0.18);
          box-shadow: 0 4px 12px rgba(10, 84, 153, 0.18);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.notes_panel .ansi-button[data-v-538536d8]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 3px rgba(10, 84, 153, 0.2);
          box-shadow: 0 1px 3px rgba(10, 84, 153, 0.2);
}
/* ── Window sizing ──────────────────────────────────────── */
.window-widthfixed[data-v-538536d8] {
  width: 650px !important;
}
.window-width[data-v-538536d8] {
  width: 920px !important;
}
.remove-window-spacing[data-v-538536d8] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.btn[data-v-538536d8] {
  color: #063c6d;
}


.download-border[data-v-d8b4737e] {
  border: 2px solid black;
  background-color: rgb(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 5px;
  color: black;
  border-radius: 10px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-col .row[data-v-d8b4737e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-col .row div[data-v-d8b4737e] {
  cursor: pointer;
}
.download-border[data-v-d8b4737e]:hover {
  border: 2px solid #063c6d !important;
  background-color: rgb(6, 60, 109, 0.3);
  opacity: 0.8;
  cursor: pointer;
  padding: 5px;
  color: #063c6d;
}
.capitalize[data-v-d8b4737e] {
  margin-left: 0 !important;
}
.blue[data-v-d8b4737e] {
  /* color: blue; */
  /* color: #008cff; */
  color: #063c6d;
}
.att-text[data-v-d8b4737e] {
  font-family: 'Inter Regular', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.att-value[data-v-d8b4737e] {
  font-family: 'Inter Regular', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-d8b4737e] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.fluid[data-v-d8b4737e] {
  max-width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 0.25rem;
}
.fixed-width[data-v-d8b4737e] {
  max-width: 100%;
  width: 550px;
  height: 100%;
  padding-right: 20px;
}
.totalDistanceWindow .row[data-v-d8b4737e] {
  height: 35px !important;
}
.nearestDistanceWindow .row[data-v-d8b4737e] {
  height: 30px !important;
}
.nearestDistanceWindow label[data-v-d8b4737e] {
  margin: 0;
  margin-top: 2px;
  margin-left: 5px;
}
.calcBtn[data-v-d8b4737e] {
  background-color: #063c6d !important;
}
.calcBtn[data-v-d8b4737e]:hover {
  opacity: 0.8;
}
@media (max-width: 1700px) {
.scrollable[data-v-d8b4737e] {
    max-height: 350px;
}
}


#mmp-navbar[data-v-256fd73f] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mmp-navbar .label[data-v-256fd73f] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
}
#mmp-navbar .logo-container .label[data-v-256fd73f] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}
#mmp-navbar .submenu-item .label[data-v-256fd73f] {
  font-weight: 300;
  font-size: 0.76rem;
}
.nav-collapse-toggle[data-v-256fd73f] {
  padding: 10px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.nav-collapse-toggle[data-v-256fd73f]:hover {
  background-color: rgba(6, 47, 86, 0.65) !important;
}
.nav-toggle-inner[data-v-256fd73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
.nav-toggle-btn[data-v-256fd73f] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(152, 215, 236, 0.25);
  -webkit-transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
}

/* Chevron points left when expanded, flips to point right when collapsed. */
.nav-toggle-btn.collapsed[data-v-256fd73f] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Hover styling deliberately avoids `transform` so the collapsed rotation
   above is never clobbered by specificity. */
.nav-collapse-toggle:hover .nav-toggle-btn[data-v-256fd73f] {
  background: rgba(152, 215, 236, 0.18);
  border-color: rgba(152, 215, 236, 0.6);
  -webkit-box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
          box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
}
.nav-toggle-icon[data-v-256fd73f] {
  font-size: 0.8rem;
  color: #cce8f5;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.nav-collapse-toggle:hover .nav-toggle-icon[data-v-256fd73f] {
  opacity: 1;
}
.nav-toggle-text[data-v-256fd73f] {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #98d7ec;
  opacity: 0.7;
}
.sidebar-navigation[data-v-256fd73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.collapsed[data-v-256fd73f] {
  width: 70px !important;
}
.sidebar-navigation ul[data-v-256fd73f] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-256fd73f] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-256fd73f] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-256fd73f] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: whitesmoke;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-256fd73f]:hover {
  background-color: rgba(6, 47, 86, 0.65);
}
.sidebar-navigation ul li.active[data-v-256fd73f] {
  background-color: rgba(6, 47, 86, 0.65);
}
.sidebar-navigation ul li.active .nav-icon[data-v-256fd73f] {
  color: #98d7ec;
}
.sidebar-navigation.collapsed ul li .label[data-v-256fd73f] {
  display: none;
}
.label[data-v-256fd73f] {
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.collapsed .label[data-v-256fd73f] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.text_format[data-v-256fd73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-256fd73f] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.text_format .label[data-v-256fd73f] {
  margin-left: 12px;
}
.group-row[data-v-256fd73f] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 14px;
}
.group-row-main[data-v-256fd73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.submenu-caret[data-v-256fd73f] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  font-size: 0.85rem;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.has-submenu.open .submenu-caret[data-v-256fd73f] {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* ── Animated accordion submenu (matches DT_NavBar) ─────────── */
.has-submenu[data-v-256fd73f] {
  padding: 0 !important;
}
.has-submenu > .text_format.group-row[data-v-256fd73f] {
  padding: 16px 0;
  cursor: pointer;
}
.has-submenu > .text_format.group-row[data-v-256fd73f]:hover {
  background-color: rgba(6, 47, 86, 0.65);
}
.sidebar-navigation ul.submenu[data-v-256fd73f] {
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  /* margin: 6px 14px 4px 18px; */
  background: rgba(0, 0, 0, 0.18);
  border-left: 2px solid #1a6ea8;
  border-radius: 0 0 6px 6px;
  -webkit-transition: max-height 0.3s ease, padding 0.25s ease;
  transition: max-height 0.3s ease, padding 0.25s ease;
}
.has-submenu.open > ul.submenu[data-v-256fd73f] {
  max-height: 460px;
  padding: 4px 0 6px;
}
.sidebar-navigation.collapsed ul.submenu[data-v-256fd73f] {
  max-height: 0 !important;
  padding: 0 !important;
}
.submenu-item[data-v-256fd73f] {
  padding: 8px 0;
  background-color: transparent;
  font-size: 0.85rem;
  color: #cce8f5;
}
.sidebar-navigation ul li.submenu-item[data-v-256fd73f]:hover {
  background-color: rgba(26, 110, 168, 0.35);
  color: #ffffff;
}
.submenu-item .nav-icon[data-v-256fd73f] {
  font-size: 0.85rem;
  color: #98d7ec;
}
.logo[data-v-256fd73f] {
  width: 40px;
  height: 50px;
}
.logout[data-v-256fd73f] {
  margin-top: auto !important;
}


.notif-panel[data-v-e713b0d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 340px;
}
.notif-panel-header[data-v-e713b0d4] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.7rem 1rem;
    background: #4A74A8;
}
.notif-panel-title[data-v-e713b0d4] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.notif-panel-actions[data-v-e713b0d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}
.notif-mark-all-btn[data-v-e713b0d4] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    padding: 2px 8px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-mark-all-btn[data-v-e713b0d4]:hover {
    background: rgba(255, 255, 255, 0.15);
}
.notif-close-btn[data-v-e713b0d4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-close-btn[data-v-e713b0d4]:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.notif-list[data-v-e713b0d4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    position: relative;
}
.notif-move[data-v-e713b0d4] {
    -webkit-transition: -webkit-transform 0.32s ease;
    transition: -webkit-transform 0.32s ease;
    transition: transform 0.32s ease;
    transition: transform 0.32s ease, -webkit-transform 0.32s ease;
}
.notif-leave-active[data-v-e713b0d4] {
    position: absolute;
    width: 100%;
    -webkit-animation: notifPoof-e713b0d4 0.38s ease forwards;
            animation: notifPoof-e713b0d4 0.38s ease forwards;
}
@-webkit-keyframes notifPoof-e713b0d4 {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
@keyframes notifPoof-e713b0d4 {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
.notif-empty[data-v-e713b0d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem 1rem;
    font-size: 0.83rem;
    color: #6c757d;
    gap: 0.5rem;
}
.notif-item[data-v-e713b0d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6rem;
    padding: 0.85rem 1rem 2rem;
    border-bottom: 1px solid #f0f4f9;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-item[data-v-e713b0d4]:last-child {
    border-bottom: none;
}
.notif-item[data-v-e713b0d4]:hover {
    background: #f8fafc;
}
.notif-item--unread[data-v-e713b0d4] {
    background: #eef3f9;
}
.notif-item--unread[data-v-e713b0d4]:hover {
    background: #e2ecf6;
}
.notif-unread-dot[data-v-e713b0d4] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4A74A8;
    margin-top: 5px;
}
.notif-body[data-v-e713b0d4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.notif-message[data-v-e713b0d4] {
    font-size: 0.82rem;
    color: #344767;
    margin: 0 0 3px;
    line-height: 1.4;
    word-break: break-word;
    white-space: pre-line;
}
.notif-item--unread .notif-message[data-v-e713b0d4] {
    font-weight: 600;
    color: #063c6d;
}
.notif-time[data-v-e713b0d4] {
    font-size: 0.72rem;
    color: #6c757d;
}
.notif-delete-btn[data-v-e713b0d4] {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    border-radius: 4px;
    color: #adb5bd;
    font-size: 0.72rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease, color 0.12s ease;
    transition: background 0.12s ease, color 0.12s ease;
}
.notif-delete-btn[data-v-e713b0d4]:hover {
    background: #f8d7da;
    color: #721c24;
}


#mmp-page-content-wrapper[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: #f8f9fa;
}
.mmp-main[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.notif-drawer[data-v-60cb4a30] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0;
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #dee2e6;
  -webkit-transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.notif-drawer--open[data-v-60cb4a30] {
  width: 340px;
}
.mmp-nav-actions[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.notif-bell-btn[data-v-60cb4a30] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  color: #4A74A8;
  font-size: 1.05rem;
  cursor: pointer;
  -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.signout-btn[data-v-60cb4a30]:hover {
  background: #fff;
  color: #dc3545;
  -webkit-box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
          box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
}
.notif-bell-btn[data-v-60cb4a30]:hover {
  background: #ffffff;
  color: #063c6d;
  -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
          box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.notif-bell-btn[data-v-60cb4a30]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.notif-bell-btn[data-v-60cb4a30]:disabled:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #4A74A8;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.notif-bell-btn--active[data-v-60cb4a30] {
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.28);
          box-shadow: 0 4px 14px rgba(6, 60, 109, 0.28);
}
.notif-bell-badge[data-v-60cb4a30] {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #dc3545;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}
.notif-bell-btn--pulse[data-v-60cb4a30] {
  -webkit-animation: bellPulse-60cb4a30 1.6s infinite;
          animation: bellPulse-60cb4a30 1.6s infinite;
}
@-webkit-keyframes bellPulse-60cb4a30 {
0%   { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70%  { -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
@keyframes bellPulse-60cb4a30 {
0%   { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70%  { -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
.mmp-fixed-nav[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 24px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
  -webkit-box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
}
.container-fluid.mmp-dashboard-content[data-v-60cb4a30] {
  position: relative; /* positioning context for the maximized map */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0px 20px 20px 20px;
}

/* When the map is maximized, lock the page scroll so the map stays put */
.container-fluid.mmp-dashboard-content.mmp-content--map-max[data-v-60cb4a30] {
  overflow: hidden;
}
.mmp-bottom-spacer[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.5rem;
  width: 100%;
}
.mmp-user-info[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #063c6d;
  gap: 12px;
}
.mmp-user-avatar[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mmp-user-avatar svg[data-v-60cb4a30] {
  width: 18px;
  height: 18px;
  color: #ffffff;
}
.mmp-user-greeting[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.mmp-user-greeting-label[data-v-60cb4a30] {
  font-size: 0.72rem;
  font-weight: 500;
  color: #8ab0cc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mmp-user-greeting-name[data-v-60cb4a30] {
  font-size: 1.02rem;
  font-weight: 700;
  color: #063c6d;
}
.mmp-customer-select[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  max-width: 50%;
  margin-bottom: 0.6rem;
}
.mmp-customer-select-label[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #0a548f;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(10, 84, 143, 0.1) 0%, rgba(6, 60, 109, 0.06) 100%);
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 999px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
}
.mmp-customer-select-label-icon[data-v-60cb4a30] {
  font-size: 0.72rem;
  color: rgba(10, 84, 143, 0.75);
}
.mmp-customer-dropdown[data-v-60cb4a30] {
  position: relative;
  min-width: 200px;
}
.mmp-customer-dropdown-toggle[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  height: 36px;
  padding: 0 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #063c6d;
  background-color: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.18);
  border-radius: 999px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.mmp-customer-dropdown-toggle[data-v-60cb4a30]:hover {
  border-color: rgba(6, 60, 109, 0.35);
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.1);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.1);
}
.mmp-customer-dropdown-toggle.is-open[data-v-60cb4a30] {
  border-color: #0a548f;
  -webkit-box-shadow: 0 0 0 3px rgba(10, 84, 143, 0.15);
          box-shadow: 0 0 0 3px rgba(10, 84, 143, 0.15);
}
.mmp-customer-dropdown-value[data-v-60cb4a30] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mmp-customer-dropdown-caret[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.7rem;
  color: #0a548f;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mmp-customer-dropdown-toggle.is-open .mmp-customer-dropdown-caret[data-v-60cb4a30] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mmp-customer-dropdown-menu[data-v-60cb4a30] {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(6, 60, 109, 0.16), 0 2px 6px rgba(6, 60, 109, 0.08);
          box-shadow: 0 10px 30px rgba(6, 60, 109, 0.16), 0 2px 6px rgba(6, 60, 109, 0.08);
}
.mmp-customer-dropdown-option[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding: 8px 10px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #063c6d;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.12s ease, color 0.12s ease;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.mmp-customer-dropdown-option[data-v-60cb4a30]:hover {
  background-color: rgba(10, 84, 143, 0.08);
}
.mmp-customer-dropdown-option.is-selected[data-v-60cb4a30] {
  background-color: rgba(10, 84, 143, 0.12);
  font-weight: 700;
  color: #0a548f;
}
.mmp-customer-dropdown-option-label[data-v-60cb4a30] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mmp-customer-dropdown-check[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.72rem;
  color: #0a548f;
}
.mmp-dropdown-fade-enter-active[data-v-60cb4a30],
.mmp-dropdown-fade-leave-active[data-v-60cb4a30] {
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.mmp-dropdown-fade-enter[data-v-60cb4a30],
.mmp-dropdown-fade-leave-to[data-v-60cb4a30] {
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.mmp-dashboard-section[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.left-col[data-v-60cb4a30],
.right-col[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-height: 0;
  min-width: 0;
}
.chart-card[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 260px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
          box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: min-height 0.2s ease;
  transition: min-height 0.2s ease;
}

/* OPTION 2: single-region case — same height as the multi-region chart card. */
.chart-card--compact[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 260px;
}
.chart-card-body[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding: 1.1rem 1.3rem;
}
.chart-header[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.chart-header-icon[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.1);
  color: #063c6d;
  font-size: 0.85rem;
}
.chart-title[data-v-60cb4a30] {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #063c6d;
  letter-spacing: 0.2px;
}
.total-mileage-strip[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 0.5rem;
}
.total-mileage-card[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 150px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.08);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.08);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.total-mileage-card[data-v-60cb4a30]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(6, 60, 109, 0.14);
          box-shadow: 0 6px 16px rgba(6, 60, 109, 0.14);
}
.total-mileage-card-body[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.85rem 1.1rem;
}
.total-mileage-region[data-v-60cb4a30] {
  font-size: 0.7rem;
  color: #8ab0cc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.total-mileage-display[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.35rem;
}
.total-mileage-value[data-v-60cb4a30] {
  font-size: 1.9rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1;
}
.total-mileage-unit[data-v-60cb4a30] {
  font-size: 0.9rem;
  color: #8ab0cc;
  font-weight: 500;
}
.total-mileage-label[data-v-60cb4a30] {
  font-size: 0.72rem;
  color: #9fb4c4;
  margin-top: 0.35rem;
}
.releases-card[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
          box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
  overflow: hidden;
}
.releases-card-body[data-v-60cb4a30] {
  min-height: 0;
  padding: 1.1rem 1.3rem;
}
.releases-header[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.releases-header-icon[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.1);
  color: #063c6d;
  font-size: 0.85rem;
}
.releases-title[data-v-60cb4a30] {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #063c6d;
  letter-spacing: 0.2px;
}
.chart-container[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: auto;
}
.chart-loading[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 200px;
  color: rgba(6, 60, 109, 0.55);
}
.releases-table[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.layers-row[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.releases-table[data-v-60cb4a30] .vgt-table.modern-table {
  border: none;
  font-size: 0.85rem;
  background: transparent;
}
.releases-table[data-v-60cb4a30] .vgt-table.modern-table th {
  background-color: transparent;
  color: #8ab0cc;
  border: none;
  border-bottom: 1px solid rgba(6, 60, 109, 0.12);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  padding: 8px 12px;
}
.releases-table[data-v-60cb4a30] .vgt-table.modern-table td {
  border: none;
  border-bottom: 1px solid rgba(6, 60, 109, 0.06);
  color: #063c6d;
  font-weight: 500;
  padding: 10px 12px;
  -webkit-transition: background-color 0.12s ease;
  transition: background-color 0.12s ease;
}
.releases-table[data-v-60cb4a30] .vgt-table.modern-table tr:last-child td {
  border-bottom: none;
}
.releases-table[data-v-60cb4a30] .vgt-table.modern-table tr:hover td {
  background-color: rgba(6, 60, 109, 0.045);
}
.map-card[data-v-60cb4a30] {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 12px rgba(6, 60, 109, 0.08);
          box-shadow: 0 2px 12px rgba(6, 60, 109, 0.08);
  overflow: hidden;
}
.map-card-header[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.7rem 1.1rem;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
}
.map-card-title[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.map-card-title-icon[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.1);
  color: #063c6d;
  font-size: 0.85rem;
}
.map-card-title-text[data-v-60cb4a30] {
  color: #063c6d;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
}
.map-header-btn[data-v-60cb4a30] {
  background-color: #063c6d;
  color: white;
  border-radius: 6px;
  white-space: nowrap;
}
.map-header-btn[data-v-60cb4a30]:hover {
  background-color: #0a548f;
  color: white;
}

/* Fullscreen toggle button */
.map-fullscreen-btn[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.08);
  color: #063c6d;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.map-fullscreen-btn[data-v-60cb4a30]:hover {
  background-color: #063c6d;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* Maximized: fill the dashboard content area while keeping the side menu
   and the top welcome nav visible (does not cover the whole viewport) */
.map-card--fullscreen[data-v-60cb4a30] {
  position: absolute;
  inset: 12px 12px 12px 12px;
  z-index: 1500;
  width: auto !important;
  height: auto !important;
}
.map-body[data-v-60cb4a30] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
#mmp-dashboard-map[data-v-60cb4a30] {
  height: 100%;
  width: 100%;
}
.map-layer-panel[data-v-60cb4a30] {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 5;
  width: 258px;
  max-height: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  -webkit-box-shadow: 0 8px 28px rgba(6, 60, 109, 0.18), 0 1px 2px rgba(6, 60, 109, 0.1);
          box-shadow: 0 8px 28px rgba(6, 60, 109, 0.18), 0 1px 2px rgba(6, 60, 109, 0.1);
  padding: 0.75rem 0.85rem;
  -webkit-transition: max-height 0.2s ease, padding 0.2s ease;
  transition: max-height 0.2s ease, padding 0.2s ease;
}
.map-layer-panel--minimized[data-v-60cb4a30] {
  max-height: none;
  padding-bottom: 0.75rem;
}
.map-layer-panel-header[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.map-layer-panel:not(.map-layer-panel--minimized) .map-layer-panel-header[data-v-60cb4a30] {
  margin-bottom: 0.55rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.map-layer-panel-title[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #063c6d;
  margin: 0;
}
.map-layer-panel-title[data-v-60cb4a30]::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1f9d55;
  -webkit-box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.18);
          box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.18);
}
.map-layer-panel-minimize[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: rgba(6, 60, 109, 0.06);
  color: #063c6d;
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.72rem;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.map-layer-panel-minimize[data-v-60cb4a30]:hover {
  background-color: rgba(6, 60, 109, 0.14);
}
.layer-toggle-list[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar {
  width: 5px;
  background-color: transparent !important;
}
.layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar-track {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 999px;
}
.map-layer-panel:hover .layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar-track {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-radius: 999px;
}
.map-layer-panel:hover .layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar-thumb {
  background-color: rgba(6, 60, 109, 0.25) !important;
}
.map-layer-panel:hover .layer-toggle-list[data-v-60cb4a30]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(6, 60, 109, 0.5) !important;
}
.layer-row[data-v-60cb4a30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.layer-row[data-v-60cb4a30]:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 4px rgba(6, 60, 109, 0.08);
          box-shadow: 0 1px 4px rgba(6, 60, 109, 0.08);
}
.layer-drag-handle[data-v-60cb4a30] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #9fb3c8;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 2px;
}
.layer-drag-handle[data-v-60cb4a30]:hover {
  color: #063c6d;
}
.layer-row:active .layer-drag-handle[data-v-60cb4a30] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.layer-row-label[data-v-60cb4a30] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
  color: #063c6d;
  font-size: 0.9rem;
}
.layer-toggle-switch[data-v-60cb4a30] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38px;
  height: 20px;
  border: none;
  border-radius: 999px;
  background-color: #cbd5e1;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.layer-toggle-switch.is-on[data-v-60cb4a30] {
  background-color: #1f9d55;
  -webkit-box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.15);
          box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.15);
}
.layer-toggle-knob[data-v-60cb4a30] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layer-toggle-switch.is-on .layer-toggle-knob[data-v-60cb4a30] {
  left: 20px;
}
.mmp-copyright[data-v-60cb4a30] {
  position: fixed;
  bottom: 10px;
  right: 12px;
  z-index: 5;
}
.mmp-attribution[data-v-60cb4a30] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  color: #063c6d !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: none;
  border-radius: 999px;
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}
.mmp-attribution[data-v-60cb4a30]:hover {
  color: #063c6d !important;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
}

/* Fonts */
@font-face {
  font-family: 'Inter Regular';
  src: url(a416f4674fad5f019461.otf);
}
@font-face {
  font-family: 'Inter Regular';
  src: url(3aa40e610d938943736b.otf);
}
@font-face {
  font-family: 'Inter Bold';
  src: url(29a77b7e0aa49b534323.otf);
}
* {
  font-family: 'Inter Regular', 'Open sans', sans-serif;
}
:root {
  --ac-text:       #dce8f5;
  --ac-text-muted: #8ab0cc;
  --ac-tools:      #4db8f0;
  --ac-features:   #3dc99b;
  --ac-admin:      #b490f5;
  --ac-layers:     #f0b429;
  --ac-radius:     6px;
  --ac-radius-sm:  4px;
}
.vue-grid-item {
  /* outline style used for grid debugging purposes */
  /* outline: 6px solid rgba(0, 180, 0, 0.6); */
  -webkit-transition: none !important;
  transition: none !important;
}
.vue-grid-layout {
  -webkit-transition: none !important;
  transition: none !important;
}
.modal-lg {
  max-width: 1200px;
}
/* App layout */
html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
}
.mmp-app-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.mmp-main-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.mmp-maps-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* Hides the map view without display:none, which would collapse it to 0x0
   and prevent OpenLayers from ever firing rendercomplete on first load. */
.mmp-maps-hidden {
  visibility: hidden;
  pointer-events: none;
}
/* Map fills the maps-content container */
.map {
  height: 100%;
  width: 100%;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: relative;
}
.loading {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
/* Shared Panels ↓ */
.app-logo {
  position: absolute;
  top: 20px;
  left: 80px;
  min-width: 300px;
  width: 300px;
}
.clickable {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.coordinate-input {
  position: absolute;
  top: 100px;
  left: 15px;
  min-width: 360px;
  width: 360px;
}
.layersList {
  position: absolute;
  /* top: 150px; */
  /* left: 15px; */
  /* min-width: 375px;
  width: 375px; */
  min-width: 320px;
  width: 320px;
}
.wclLayersList {
  position: absolute;
  min-width: 325px;
  width: 325px;
  top: 10px !important;
  left: 10px !important;
}
.hwdbLayersList {
  position: absolute;
  /* top: 150px; */
  /* left: 15px; */
  min-width: 360px;
  width: 360px;
}
.lidar-tiles-control-panel {
  position: absolute;
  min-width: 245px;
  width: 245px;
  top: 0px;
  right: 140px;
}
.expand-sub-nav {
  position: absolute;
  top: 110px;
  right: -8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.coordinate-display {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.layer-legend {
  position: absolute;
  left: 47%;
  bottom: 15%;
  /* height 0px is required to prevent an invisible container on top
     of the map which creates a dead spot where you cannot click and drag */
  height: 0px;
}
.close-button {
  background-color: black;
  color: white;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -80%;
}
#ushrUserSelectDRT___BV_modal_backdrop_,
#ushrUserSelectANSI___BV_modal_backdrop_,
#datasetSelection___BV_modal_backdrop_ {
  /* These are the ids used for the modals that allow Ushr Users to select
  a customer's DRT/ANSI view and the dataset selection modals within the
  DRT/ANSI tools themselves.*/
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
  opacity: 0.999 !important;
}
/* Shared Panels ↑ */
/* Home Screen Panels ↓ */
.main-menu {
  background: #063c6d;
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 5px;
  border-radius: 5px;
}
.cursor-pointer {
  cursor: pointer;
}
.border-top-right-radius-none {
  border-top-right-radius: 0px !important;
}
.menu-bg-blue-transparent {
  /* background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238); */
   color:rgb(25 61 96);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.menu-bg-blue-transparent-modal {
  /* background: rgb(25 61 96 / 80%); */
  /* color: rgb(238, 238, 238); */
  color:rgb(25 61 96);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent {
  background: rgba(6, 47, 86, 1.0);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
/* ── MMP Modal theme — white body, dark blue header ──────
   Targets only when these classes are on .modal-content
   (via content-class), so cards/panels are unaffected.    */
.modal-content.menu-bg-blue-transparent-modal,
.modal-content.sub-menu-bg-blue-transparent {
  /* background: #fff !important; */
  color: #063c6d !important;
  text-shadow: none !important;
  border: 1px solid rgba(6, 60, 109, 0.2) !important;
  border-radius: 8px !important;
  background-color: transparent !important;
}
.modal-content.menu-bg-blue-transparent-modal .modal-header,
.modal-content.sub-menu-bg-blue-transparent .modal-header {
  background: #063c6d;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 7px 7px 0 0;
}
.modal-content.menu-bg-blue-transparent-modal .modal-title,
.modal-content.sub-menu-bg-blue-transparent .modal-title {
  color: #fff;
  text-shadow: none;
}
.modal-content.menu-bg-blue-transparent-modal .close,
.modal-content.sub-menu-bg-blue-transparent .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
.modal-content.menu-bg-blue-transparent-modal .modal-body,
.modal-content.sub-menu-bg-blue-transparent .modal-body {
  background: #fff;
  color: #063c6d;
  text-shadow: none;
}
.modal-content.menu-bg-blue-transparent-modal .modal-footer,
.modal-content.sub-menu-bg-blue-transparent .modal-footer {
  background: #f8f9fa;
  border-top: 1px solid rgba(6, 60, 109, 0.12);
  color: #063c6d;
}
.green-transparent {
  background: rgba(40, 167, 69, 0.6);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
/* .dataset-panel-dialog {
  max-width: 600px !important;
} */
.vehicle-status-btn {
  background: #063c6d;
  border-color: 0;
  color: white;
  outline: 0;
}
.vehicle-status-btn:hover {
  background: #063c6d;
  border-color: #0496e9;
  color: white;
  outline: 2px solid #0496e9 !important;
}
.vehicle-status-btn:focus {
  background: #063c6d;
  border-color: #0496e9;
  color: white;
  outline: 2px solid #0496e9 !important;
}
.modal-card-solid-blue {
  background: #063c6d;
  color: white;
  line-height: 1.25;
}
.vbt-row-selected {
  background-color: #a3a3a3;
}
.form-control:disabled {
  background-color: #d7d7d7;
  color: #495057;
}
.text-input {
  color: white;
}
.yellow-transparent {
  background: rgba(255, 193, 7, 0.4);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.apexcharts-tooltip {
  background: #063c6d !important;
  border: 1px solid #0496e9 !important;
  color: white;
}
.apexcharts-tooltip-title {
  background: #063c6d !important;
  border: 1px solid #0496e9 !important;
  color: white;
}
.apexcharts-xaxistooltip {
  background: #063c6d !important;
  border: 1px solid #0496e9 !important;
}
.apexcharts-xaxistooltip-bottom {
  background: #063c6d !important;
  border: 1px solid #0496e9 !important;
}
.apexcharts-xaxistooltip-text {
  color: white;
}
.dynamic-layer-list {
  height: 100%;
  padding: 0;
}
.expandable-display-positioning {
  margin-top: 10px;
  margin-left: -10px;
}
.home-button-positioning {
  margin-top: -22px;
  margin-left: -10px;
}
.profile {
  color: white;
  position: relative;
}
.ushr-layers {
  position: absolute;
  top: 320px;
  right: 15px;
  min-width: 300px;
  width: 300px;
}
.extents {
  position: absolute;
  top: 20px;
  right: -60px;
  min-width: 200px;
  width: 200px;
}
.sub-nav {
  position: absolute;
  top: 110px;
  right: 15px;
  min-width: 300px;
  width: 300px;
}
.tab-nav {
  position: absolute;
  top: -950px;
  /* left: 15px; */
  min-width: 350px;
  width: 350px;
}
.profile-options {
  position: absolute;
  margin-left: 490px;
  min-width: 175px;
  width: 190px;
  margin-top: 10px;
}
.home-options {
  position: absolute;
  margin-left: 420px;
  min-width: 175px;
  width: 210px;
  margin-top: 10px;
}
.script-options {
  position: absolute;
  margin-left: 630px;
  min-width: 175px;
  width: 210px;
  margin-top: 345px !important;
}
/* Home Screen Panels ↑ */
/* DRT Panels ↓ */
.dataset-panel {
  position: absolute;
  top: 20px;
  right: 140px;
}
.error-control-panel {
  position: fixed;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 96vw;
  z-index: 1001;
}
/* DRT Panels ↑ */
/* ANSI Panels ↓ */
.unSelectedIcons {
  background: #f3f5f8 !important;
}
.greenBtn {
  background: rgb(21.45, 140.4, 87.1);
  border-color: rgb(21.45, 140.4, 87.1);
  cursor: pointer;
  color: white !important;
}
.greenBtn:hover {
  background: rgb(24.75, 162, 100.5);
  border-color: rgb(24.75, 162, 100.5);
  color: white !important;
}
.redBtn {
  background: rgb(143, 34.45, 44.85);
  color: white !important;
}
.yellowBtn {
  background: rgb(165.75, 125.45, 4.55);
  color: white !important;
}
.grayBtn {
  background: rgb(70.2, 76.05, 81.25);
  color: white !important;
}
.ansiTestingComponent {
  position: absolute;
  margin-left: 70%;
  margin-bottom: 2%;
  margin-right: 5%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.ansi-tools-panel {
  position: absolute;
  min-width: 240px;
  width: 240px;
}
.ansi-layersList {
  position: absolute;
  width: auto;
}
/* ANSI Panels ↑ */
#clickToDragCol,
#clickToDragColGSV {
  cursor: move;
}
/* Floating toolbar pill — hugs its buttons, overrides Bootstrap .row */
.usv-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: auto;
  margin: 0 0 0px 0;
  padding: 5px;
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
/* Fixed-size icon buttons — override Bootstrap .col flex-grow & gutters */
.usv-symbols {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  max-width: 30px;
  padding: 0;
  font-size: 0.9rem;
  color: #e5e7eb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.12s ease,
    -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.12s ease,
    -webkit-box-shadow 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease,
    box-shadow 0.18s ease, border-color 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease,
    box-shadow 0.18s ease, border-color 0.18s ease, -webkit-transform 0.12s ease,
    -webkit-box-shadow 0.18s ease;
}
/* Lone GSV drag handle floats without the pill, so give it its own body */
#clickToDragColGSV {
  background: rgba(17, 24, 39, 0.72);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.usv-symbols:hover {
  color: #fff;
  background: rgba(59, 130, 246, 0.9);
  border-color: rgba(147, 197, 253, 0.7);
  -webkit-box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
          box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.usv-symbols:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.usv-close:hover {
  background: rgba(239, 68, 68, 0.92);
  border-color: rgba(252, 165, 165, 0.8);
  -webkit-box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
          box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}
/* Drag handles keep a neutral hover instead of the action-blue */
#clickToDragCol:hover,
#clickToDragColGSV:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ol-map-home {
  width: 100%;
  height: 100%;
}
.weather-legend {
  max-width: 10rem;
}
.col-no-pad {
  padding: 0px;
}
.modal {
  overflow-y: auto; /* style for modal popup */
}
.show_mobile {
  display: none !important;
}
/* https://github.com/probil/vue-moveable */
/* TODO prevent moveable-container from being moved completely off screen */
/* .moveable-line is created by the moveable component.
It defaults to having a background color that creates an unnecessary line that drags
with the moveable object. Here that class is overwritten and the important attribute
is required to prevent that line from showing up in the interface. */
.moveable-container {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1100;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.moveable-line {
  background: rgba(255, 255, 255, 0) !important;
}
/* Moveable panel specific style */
.moveable-container-attributes {
  width: 550px;
}
.moveable-container-gsv {
  width: 750px;
}
.moveable-container-usv {
  width: 750px;
}
/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container::-webkit-scrollbar-thumb {
  background-color: #797777;
}
b-button > span {
  font-size: 10px;
}
.center {
  text-align: center;
}
.capitalize {
  text-transform: capitalize;
}
.highlightLoader {
  color: #0a5499;
}
/* Gentle pulse on the "Loading Data..." text (not the spinner ring itself) */
.highlightLoader:not(.spinner-border) {
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-animation: loaderTextPulse 1.2s ease-in-out infinite;
          animation: loaderTextPulse 1.2s ease-in-out infinite;
}
@-webkit-keyframes loaderTextPulse {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes loaderTextPulse {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
/* ── Beautified loading spinner (applies to every .spinner-border) ──────
   Faint full-circle track with a single bright arc, smoother easing, and a
   soft glow. Tint still follows the color class (highlightLoader / blue),
   since the ring is drawn with currentColor. */
.spinner-border {
  border-style: solid;
  border-width: 0.22em;
  border-color: color-mix(in srgb, currentColor 20%, transparent) !important;
  border-top-color: currentColor !important;
  -webkit-animation: spinner-border 0.7s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
          animation: spinner-border 0.7s cubic-bezier(0.55, 0.15, 0.45, 0.85) infinite;
  -webkit-filter: drop-shadow(0 0 3px color-mix(in srgb, currentColor 35%, transparent));
          filter: drop-shadow(0 0 3px color-mix(in srgb, currentColor 35%, transparent));
}
.spinner-border-sm {
  border-width: 0.18em;
}
.header-font {
  font-size: 22px;
}
.para-font {
  font-size: 18px;
}
.label-font {
  background-color: #008cff65;
  color: white;
  vertical-align: middle;
}
.zoomlevel {
  position: absolute;
  top: 145px;
  right: 10px;
}
.custZoomlevel {
  position: absolute;
  top: 10px;
  right: 12px;
}
@media screen and (max-width: 500px) {
  /* html,body { -webkit-text-size-adjust:none; } */
html,
  body {
    font-size: 0.85rem !important;
}
.zoomlevel {
    position: absolute !important;
    top: 6% !important;
    right: 1% !important;
}
.tab-nav {
    position: absolute;
    top: 22%;
    left: 15px;
    min-width: 350px;
    width: 350px;
}
.show_desktop {
    display: block !important;
    overflow-x: hidden !important;
    position: absolute;
    top: 10%;
    right: 60%;
    min-width: 150px;
    width: 100px !important;
}
.app-logo {
    position: absolute;
    top: 1%;
    left: 0%;
    min-width: 100px;
    width: 100px;
    text-align: left !important;
}
.mmp-img {
    max-width: 70px !important;
    float: left !important;
}
.show_nav {
    display: block !important;
    overflow-x: hidden !important;
    position: absolute;
    top: 6%;
    right: 60%;
    min-width: 150px;
    width: 100px !important;
}
.zoomlevel {
    position: absolute !important;
    top: 6% !important;
    right: 2% !important;
}
.show-desktop {
    display: none;
}
.align {
    text-align: center;
}
.profile-options {
    position: absolute;
    top: 6%;
    left: 47%;
    min-width: 145px;
    width: 145px;
}
}
@media screen and (max-width: 380px) {
html,
  body {
    font-size: 0.85rem !important;
}
.show_nav {
    display: block !important;
    overflow-x: hidden !important;
    position: absolute;
    top: 10%;
    right: 60%;
    min-width: 150px;
    width: 100px !important;
}
.show-desktop {
    display: none;
}
.align {
    text-align: center;
}
.space {
    margin-bottom: 5%;
}
.tab-nav {
    position: absolute;
    top: 35%;
    left: 15px;
    min-width: 350px;
    width: 350px;
}
.profile-options {
    position: absolute;
    top: 6%;
    left: 40%;
    min-width: 145px;
    width: 145px;
}
}
.para-font {
  font-size: 18px;
}
.zoomlevel {
  position: absolute;
  top: 5%;
  right: 10px;
}
.notes_panel {
  margin-top: 20%;
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #105a9e;
  color: #e6e6e6;
}
.calamp {
  position: absolute;
  top: 600px;
  right: 15px;
  min-width: 1000px;
  width: 1000px;
}
.feature-buttons {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 3;
  width: 11%;
}
/*Vue grid layout system*/
.vue-grid-layout {
  /* background: rgb(157, 58, 58); */
  width: 100%;
  height: 0px !important;
  top: -100%;
}
/* .vue-grid-item:not(.vue-grid-placeholder) {
  /* background: #ccc; */
/* border: 1px solid black; */
/* }  */
.vue-grid-item .resizing {
  opacity: 0.9;
}
.vue-grid-item .static {
  background: #cce;
}
.vue-grid-item .text {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.vue-grid-item .no-drag {
  height: 100%;
  width: 100%;
}
.vue-grid-item .minMax {
  font-size: 12px;
}
.vue-grid-item .add {
  cursor: pointer;
}
.vue-draggable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27><circle cx=%275%27 cy=%275%27 r=%275%27 fill=%27#999999%27/%3E%3C/svg%3E")
    no-repeat;
  background-position: bottom right;
  padding: 0 8px 8px 0;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.layoutJSON {
  background: #ddd;
  border: 1px solid black;
  margin-top: 10px;
  padding: 10px;
}
.columns {
  -moz-columns: 120px;
  -webkit-columns: 120px;
  columns: 120px;
}
.opacity {
  opacity: 2;
  z-index: 1;
}
.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
}
.z-index {
  z-index: 10;
}
.fluid {
  max-width: 100%;
  height: 100%;
}
.white,
.white:hover {
  color: white;
}
.hr {
  /* border:thin solid #e6e6e6 ; */
  border-width: thin;
  border-color: #abadae;
}
.admin-text,
.admin-text:hover {
  color: #f9f20b;
}
.propStyle {
  background: #f3f5f8;
  border: 1px solid rgba(6, 60, 109, 0.2);
  color: #063c6d;
  border-radius: 4px;
}
.propStyle::-webkit-input-placeholder {
  color: rgba(6, 60, 109, 0.38);
}
.propStyle::-moz-placeholder {
  color: rgba(6, 60, 109, 0.38);
}
.propStyle:-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.38);
}
.propStyle::-ms-input-placeholder {
  color: rgba(6, 60, 109, 0.38);
}
.propStyle::placeholder {
  color: rgba(6, 60, 109, 0.38);
}
.propStyle:focus {
  background: #fff;
  border-color: #063c6d;
  -webkit-box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12);
          box-shadow: 0 0 0 2px rgba(6, 60, 109, 0.12);
  outline: none;
}
.ansi-button {
  background: rgb(16, 90, 158);
  border-color: rgb(18, 100, 175);
}
.mmp-button {
  background-color: #063c6d;
  border-color: #063c6d;
  color: white;
}
.ansi-button:hover,
link {
  background-color: rgb(27, 102, 172);
}
.mmp-button:hover {
  background-color: #0a5499 !important;
  border-color: #0a5499 !important;
  color: white !important;
  text-decoration: none !important;
}
.hr {
  height: 1px;
  width: 100%;
  border-width: 0;
  color: black;
  background-color: black;
}
.hr-small {
  height: 1px;
  width: 98%;
  border-width: 0;
  color: rgb(164, 163, 163);
  background-color: rgb(164, 163, 163);
}
.danger {
  color: red;
}
.danger:hover {
  color: red;
}
.areaSelected {
  position: absolute;
  top: 182%;
  left: 100%;
  right: -190%;
  background-color: rgb(0 123 255 / 50%);
  color: white;
}
.areaSelectedCust {
  position: absolute;
  top: 182%;
  left: 0%;
  right: -90%;
  background-color: rgb(0 123 255 / 50%);
  color: white;
}
.measuringTool {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
.clickToStop {
  position: relative;
  font-size: 11px;
  color: #b5b5b5;
  top: -5px;
}
.labels {
  color: #14a1d9;
}
.hr {
  height: 0.2px;
  border-width: 0;
  color: gray;
  background-color: white;
}
.table-text-color {
  color: black;
}
.measuring-tool {
  position: absolute;
  top: 20px;
  right: 98px;
  z-index: 3;
  width: 11%;
}
.collapsed-symbol {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}
.collapsed-text {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
}
.collapsed-white {
  color: white;
}
.collapsed-blue {
  color: #0496e9;
}
.collapsed-yellow {
  color: #f6ce5e;
}
.align-lidarText {
  right: 48px;
}
.collapsed-gray {
  color: rgb(139, 139, 139);
}
.textAtBottom {
  margin-top: 25%;
  font-size: 18px;
  margin-left: 10%;
}
.align-measureText {
  right: 42px;
}
.gsv-window {
  position: absolute;
  margin-left: 35%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.testingWindowNotes {
  margin-left: 2%;
  cursor: pointer;
  color: #e6e6e6;
  width: 6% !important;
}
.attribute-table {
  position: absolute;
  margin-left: 73%;
  margin-top: 1%;
  height: 0px;
  z-index: 3000;
}
.menu {
  width: 410px;
  height: auto;
  background: rgba(6, 47, 86, 0.1);
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.panel-Style {
  overflow: hidden;
  background: rgba(6, 47, 86, 0.65);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.container-aligment {
  margin-left: -7%;
  color: White;
  text-align: center;
}
.border-style {
  border: 1px solid #4a5a67;
  border-radius: 14px;
}
.button-width {
  width: 160px;
  word-wrap: break-word;
}
.tableHeader {
  height: 40px;
  margin-bottom: 5px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.checkboxes {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotkeys-positioning {
  position: absolute;
  bottom: .55em;
  right: 0.5%
}
/* .hotkeys-tooltip styling lives in MMP_HotkeysInfo.vue (self-contained).
   Legacy dark-theme rules were removed here to avoid overriding it. */
.module-tooltip .tooltip-inner {
  background-color: rgba(6, 47, 86);
  border: 2px solid white; 
  color: white;
  -webkit-transform: translateX(5px) !important;
          transform: translateX(5px) !important;
}
.module-tooltip .arrow::before {
  border-right-color: white !important;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
  -webkit-transform: translateX(5px) !important;
          transform: translateX(5px) !important;
}
.rotation-tooltip {
  left: 20px;
}
.rotation-tooltip .tooltip-inner {
  background: rgba(6, 47, 86, 0.65);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  border-radius: 5px;
  -webkit-transform: translateX(24px) !important;
          transform: translateX(24px) !important;
}
.rotation-tooltip .arrow::before {
  border-right-color: rgba(6, 47, 86, 0.65) !important;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
  -webkit-transform: translateX(24px) !important;
          transform: translateX(24px) !important;
}
#map .ol-attribution {
  bottom: .5em;
  right: 2.4em;
}
/* ── Beautified OpenLayers attribution control ── */
.ol-attribution {
  background: transparent;
  padding: 0;
}
/* Expanded panel with the attribution text */
.ol-attribution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #063c6d;
  font-size: 11px;
  line-height: 1.3;
  text-shadow: none;
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.18);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.18);
}
.ol-attribution ul li {
  color: #063c6d;
}
.ol-attribution ul a {
  color: #0a5ca3;
  text-decoration: none;
}
.ol-attribution ul a:hover {
  text-decoration: underline;
}
/* Toggle button (the "i" / collapse chevron) */
.ol-attribution button {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #063c6d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(6, 60, 109, 0.25);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px rgba(6, 60, 109, 0.2);
          box-shadow: 0 1px 4px rgba(6, 60, 109, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ol-attribution button:hover,
.ol-attribution button:focus {
  background: #063c6d;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.35);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.35);
}
/* Collapsed state — show only the round button */
.ol-attribution.ol-collapsed ul {
  display: none;
}
/* Expanded — tuck the collapse button snugly against the text pill */
.ol-attribution:not(.ol-collapsed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.navigation-icons-positions {
  position: absolute;
  top: 10px;
  left: 47%;
}
.home-position {
  position: absolute;
  top: 10px;
  right: 5px;
}
.tools-menu-position-home {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tools-menu-position {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mmp-top-right-bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.mmp-top-left-bar {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  /* The row's own box spans the full width/height of its tallest child
     (the DRT/ANSI layer list, which reserves ~100vh for internal scrolling)
     even in the empty space beside shorter siblings like the legend. Without
     this, that transparent space still intercepts clicks/drags meant for the
     map underneath. Letting clicks pass through the row and re-enabling them
     on the actual panels keeps the panels interactive while freeing the map. */
  pointer-events: none;
}
.mmp-top-left-bar > * {
  pointer-events: auto;
}
.mmp-top-left-bar .layersList,
.mmp-top-left-bar .hwdbLayersList,
.mmp-top-left-bar .ansi-layersList {
  position: relative;
}
.zoom-moveable {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1000;
}
.zoom-position {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.upload-position {
  position: absolute;
  top: 10px;
  right: 130px;
}
.slider-position {
  position: absolute;
  top: 10px;
  left: 342px;
}
.toolbar-position {
  position: absolute;
  top: 10px;
  right: 130px;
}
.analytics-attribute-table {
  position: absolute;
  top: 290px;
  z-index: 3;
  left: 10px;
}
.scrollable {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-Container {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}
.g-1 {
  gap: 0.25rem;
}
.g-2 {
  gap: 0.5rem;
}
.g-3
{
  gap:1rem;
}
.left-position{
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.button-padding{
  padding-right: 2px;
}
.hr-home-option {
    height: 1px;
    width: 100%;
    border-width: 0;
    background-color: rgb(77 77 128);
    margin-top: 8px;
    margin-bottom: 8px;
}
.scroll-Container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #797777;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #797777;
}
*[data-v-f68c5614] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-f68c5614] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-f68c5614] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-f68c5614], body[data-v-f68c5614] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-f68c5614] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-f68c5614] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-f68c5614] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-f68c5614] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-f68c5614] {
    width: 70px !important;
}
.main-content[data-v-f68c5614] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-f68c5614] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-f68c5614] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-f68c5614] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-f68c5614] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-f68c5614] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-f68c5614] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-f68c5614] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-f68c5614] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-f68c5614] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-f68c5614] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-f68c5614] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-f68c5614] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-f68c5614] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-f68c5614] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-f68c5614] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-f68c5614] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-f68c5614]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-f68c5614] {
    display: none;
}
.label[data-v-f68c5614] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-f68c5614] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-f68c5614] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-f68c5614] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-f68c5614]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-f68c5614] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-f68c5614] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-f68c5614] {
    color: #98d7ec;
}
.text_format[data-v-f68c5614] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-f68c5614] {
    width: 40px;
    height: 50px;
}
.logout[data-v-f68c5614] {
    margin-top: auto !important;
}
[data-v-f68c5614] .modal-header,
.ptv-modal-header[data-v-f68c5614] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-f68c5614] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-f68c5614] {
color: black;
}
.zoom-btns-position[data-v-f68c5614] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-f68c5614] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-f68c5614] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-f68c5614] {
    color: #063C6D;
}
.moveable-container[data-v-f68c5614] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-f68c5614] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-f68c5614] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-f68c5614] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-f68c5614]::-webkit-scrollbar-track,
.scrollable[data-v-f68c5614]::-webkit-scrollbar-track,[data-v-f68c5614]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-f68c5614]::-webkit-scrollbar,
.scrollable[data-v-f68c5614]::-webkit-scrollbar,[data-v-f68c5614]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-f68c5614]::-webkit-scrollbar-thumb,
.scrollable[data-v-f68c5614]::-webkit-scrollbar-thumb,[data-v-f68c5614]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.password-wrapper {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 10px;   /* distance from right edge */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #555;
}
.toast-multiline {
  white-space: pre-line;
}
.blue-text {
  font-size: 0.9rem;
  color: #063c6d; 
  /* opacity: 0.8; */
}
.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anchor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-field {
  height: calc(1.5em + 0.9rem + 2px);
  width: 100%;
  /* border-radius: calc((1.5em + 0.9rem + 2px) / 2) !important; */
  font-size: 0.9rem !important;
  color: #063c6d !important;
}
.close-btn {
  font-size: 0.75rem !important;
  /* background-color: navy !important; */
  background-color: #063c6d !important;
  border: none !important; 
  border-radius: 20px !important;
  min-height: 40px;
  min-width: 80px;
}
.save-btn {
  font-size: 0.75rem !important;
  border: none !important; 
  min-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background-color: #063C6D;
}
.close-btn:hover {
  background-color: rgb(6, 60, 109, 0.8) !important;
}
.save-btn:hover {
  background-color: rgb(6, 60, 109, 0.8) !important;
}
@media (max-width: 470px) {
.xs-spacing {
    padding-top: 2rem;
}
}
@media (min-width: 768px) {
.modal-width {
    width: 65%;
    max-width: 700px;
}
}
.info-tooltip {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text {
  visibility: hidden;
  width: 100px;
  font-size: 15px !important;
  top: 18%;
  margin-left: 30px;
  background-color: #212529;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 200000 !important;
}
.info-tooltip:hover .info-tooltip-text {
  visibility: visible;
}
.pass-btn-spacing {
  margin: 0px 20px 0px 20px;
}


.rn-dt-modal {
  background-color: transparent !important;
}
.rn-modal-header {
  background: #063c6d !important;
  border-bottom: none !important;
  padding: 12px 16px !important;
  border-radius: 7px 7px 0 0 !important;
}
.rn-modal-body {
  background: #ffffff !important;
  color: #063c6d !important;
  max-height: 65vh;
  overflow-y: auto;
}
.rn-modal-footer {
  background: #ffffff !important;
  border-top: 1px solid rgba(6, 60, 109, 0.1) !important;
  padding: 10px 16px !important;
}
.rn-version-label {
  color: rgba(6, 60, 109, 0.6);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rn-notes-text {
  color: #063c6d;
  font-size: 0.9rem;
  line-height: 1.7;
}
.rn-got-it-btn {
  background: #063c6d !important;
  border-color: #063c6d !important;
  color: white !important;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
}
.rn-got-it-btn:hover {
  background: #0a5499 !important;
  border-color: #0a5499 !important;
}


.measurement-widget[data-v-1ead44b0] {
  width: 200px;
  background: #063c6d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}
.measurement-header[data-v-1ead44b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.measurement-header-icon[data-v-1ead44b0] {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.measurement-header-label[data-v-1ead44b0] {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.measurement-body[data-v-1ead44b0] {
  padding: 6px 14px;
}
.measurement-row[data-v-1ead44b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.measurement-key[data-v-1ead44b0] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.measurement-val[data-v-1ead44b0] {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

*[data-v-3cd7e32b] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-3cd7e32b] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-3cd7e32b] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-3cd7e32b], body[data-v-3cd7e32b] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-3cd7e32b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-3cd7e32b] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-3cd7e32b] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-3cd7e32b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-3cd7e32b] {
    width: 70px !important;
}
.main-content[data-v-3cd7e32b] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-3cd7e32b] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-3cd7e32b] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-3cd7e32b] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-3cd7e32b] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-3cd7e32b] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-3cd7e32b] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-3cd7e32b] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-3cd7e32b] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-3cd7e32b] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-3cd7e32b] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-3cd7e32b] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-3cd7e32b] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-3cd7e32b] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-3cd7e32b] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-3cd7e32b] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-3cd7e32b] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-3cd7e32b]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-3cd7e32b] {
    display: none;
}
.label[data-v-3cd7e32b] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-3cd7e32b] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-3cd7e32b] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-3cd7e32b] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-3cd7e32b]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-3cd7e32b] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-3cd7e32b] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-3cd7e32b] {
    color: #98d7ec;
}
.text_format[data-v-3cd7e32b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-3cd7e32b] {
    width: 40px;
    height: 50px;
}
.logout[data-v-3cd7e32b] {
    margin-top: auto !important;
}
[data-v-3cd7e32b] .modal-header,
.ptv-modal-header[data-v-3cd7e32b] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-3cd7e32b] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-3cd7e32b] {
color: black;
}
.zoom-btns-position[data-v-3cd7e32b] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-3cd7e32b] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-3cd7e32b] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-3cd7e32b] {
    color: #063C6D;
}
.moveable-container[data-v-3cd7e32b] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-3cd7e32b] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-3cd7e32b] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-3cd7e32b] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-3cd7e32b]::-webkit-scrollbar-track,
.scrollable[data-v-3cd7e32b]::-webkit-scrollbar-track,[data-v-3cd7e32b]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-3cd7e32b]::-webkit-scrollbar,
.scrollable[data-v-3cd7e32b]::-webkit-scrollbar,[data-v-3cd7e32b]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-3cd7e32b]::-webkit-scrollbar-thumb,
.scrollable[data-v-3cd7e32b]::-webkit-scrollbar-thumb,[data-v-3cd7e32b]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.max-height-60 {
  max-height: 60vh;
}
#PTV-Releases .vgt-table thead th {
  white-space: nowrap; /* Prevent header text from wrapping */
}


.disable[data-v-15ea8b78] {
  opacity: 0.6;
  pointer-events: none;
}
.lidar-container[data-v-15ea8b78] {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(var(--vh, 1vh) * 100 - 160px);
  /* min-height: 120px; */
  /* background: #ffffff; */
  border: 1px solid rgba(6, 60, 109, 0.12);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
          box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
  color: #063c6d;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}
.tg-header[data-v-15ea8b78] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  background: #063c6d;
}
.tg-header-border[data-v-15ea8b78] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.tg-header span[data-v-15ea8b78] {
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tg-header .clickable[data-v-15ea8b78] {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.95rem;
}
.tg-header .clickable[data-v-15ea8b78]:hover {
  color: #ffffff !important;
}
.tg-body[data-v-15ea8b78] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 8px;
  background-color: #eef3f9;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.tg-body[data-v-15ea8b78]::-webkit-scrollbar {
  width: 4px;
}
.tg-body[data-v-15ea8b78]::-webkit-scrollbar-track {
  background: transparent;
}
.tg-body[data-v-15ea8b78]::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.22);
  border-radius: 2px;
}
.tg-body[data-v-15ea8b78]::-webkit-scrollbar-button {
  display: none;
}

/* Trail group toggle button (date code) */
.lidar-label-size[data-v-15ea8b78] {
  width: 80%;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* Group heading row */
.lidar-container .w-100.mt-1[data-v-15ea8b78] {
  margin-top: 4px !important;
}

/* Expand/collapse caret */
.lidar-container .clickable[data-v-15ea8b78] {
  color: rgba(6, 60, 109, 0.8);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.lidar-container .clickable[data-v-15ea8b78]:hover {
  color: #063c6d;
}

/* State messages (loading, zoom, empty) */
.lidar-container span[data-v-15ea8b78] {
  color: #063c6d;
  font-size: 0.82rem;
}

/* Loading spinner + zoom warning */
.tg-spinner[data-v-15ea8b78] {
  color: rgba(6, 60, 109, 0.5) !important;
}
.tg-warning[data-v-15ea8b78] {
  color: #b26a00;
}
.tg-warning span[data-v-15ea8b78] {
  color: #b26a00 !important;
  font-weight: 600;
}

/* ── Group button: all off ──────────────────────────── */
.lidar-group-off[data-v-15ea8b78] {
  color: #063c6d;
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.2);
}
.lidar-group-off[data-v-15ea8b78]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.4);
}

/* ── Individual trail button: off ──────────────────── */
.lidar-off[data-v-15ea8b78] {
  color: #063c6d;
  background: #FFF;
  border: 1px solid rgba(6, 60, 109, 0.18);
}
.lidar-off[data-v-15ea8b78]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.35);
}

/* ── Active (btn-primary) — selected trail/group ── */
.lidar-container .btn-primary[data-v-15ea8b78] {
  color: #ffffff;
  background: #063c6d;
  border-color: #063c6d;
}
.lidar-container .btn-primary[data-v-15ea8b78]:hover {
  background: #0a4f8f;
  border-color: #0a4f8f;
}

/* ── Header background classes (keep for template compat) ── */
.blue-border-bottom[data-v-15ea8b78] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.blue-background[data-v-15ea8b78] {
  background: #063c6d;
  color: #ffffff !important;
  border-radius: 8px 8px 0 0;
}
.text-color[data-v-15ea8b78] {
  color: #063c6d;
}

*[data-v-745fb1bf] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-745fb1bf] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-745fb1bf] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-745fb1bf], body[data-v-745fb1bf] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-745fb1bf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-745fb1bf] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-745fb1bf] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-745fb1bf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-745fb1bf] {
    width: 70px !important;
}
.main-content[data-v-745fb1bf] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-745fb1bf] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-745fb1bf] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-745fb1bf] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-745fb1bf] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-745fb1bf] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-745fb1bf] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-745fb1bf] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-745fb1bf] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-745fb1bf] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-745fb1bf] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-745fb1bf] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-745fb1bf] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-745fb1bf] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-745fb1bf] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-745fb1bf] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-745fb1bf] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-745fb1bf]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-745fb1bf] {
    display: none;
}
.label[data-v-745fb1bf] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-745fb1bf] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-745fb1bf] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-745fb1bf] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-745fb1bf]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-745fb1bf] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-745fb1bf] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-745fb1bf] {
    color: #98d7ec;
}
.text_format[data-v-745fb1bf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-745fb1bf] {
    width: 40px;
    height: 50px;
}
.logout[data-v-745fb1bf] {
    margin-top: auto !important;
}
[data-v-745fb1bf] .modal-header,
.ptv-modal-header[data-v-745fb1bf] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-745fb1bf] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-745fb1bf] {
color: black;
}
.zoom-btns-position[data-v-745fb1bf] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-745fb1bf] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-745fb1bf] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-745fb1bf] {
    color: #063C6D;
}
.moveable-container[data-v-745fb1bf] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-745fb1bf] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-745fb1bf] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-745fb1bf] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-745fb1bf]::-webkit-scrollbar-track,
.scrollable[data-v-745fb1bf]::-webkit-scrollbar-track,[data-v-745fb1bf]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-745fb1bf]::-webkit-scrollbar,
.scrollable[data-v-745fb1bf]::-webkit-scrollbar,[data-v-745fb1bf]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-745fb1bf]::-webkit-scrollbar-thumb,
.scrollable[data-v-745fb1bf]::-webkit-scrollbar-thumb,[data-v-745fb1bf]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.layer-list-root[data-v-745fb1bf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 0;
    overflow: hidden;
}
.layer-list-container[data-v-745fb1bf] {
    /* border: 2px solid #063c6d; */
    width: 230px;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.data-panel[data-v-745fb1bf] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 7px;
    padding: 5%;
}
.layer-list-font[data-v-745fb1bf] {
    font-size: 13px !important;
    font-weight: 500;
}
.change-region-btn[data-v-745fb1bf] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(32, 255, 155, 0.18) 0%, rgba(4, 150, 233, 0.15) 100%);
    border: 1.5px solid rgba(32, 255, 155, 0.6);
    border-radius: 8px;
    color: #20ff9b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
            box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
    -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
    white-space: nowrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.change-region-btn[data-v-745fb1bf]:hover {
    background: linear-gradient(135deg, rgba(32, 255, 155, 0.32) 0%, rgba(4, 150, 233, 0.25) 100%);
    border-color: #20ff9b;
    -webkit-box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
            box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    color: #fff;
    text-shadow: 0 0 8px rgba(32, 255, 155, 0.8);
}
.change-region-btn[data-v-745fb1bf]:active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
            box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
}
.change-region-icon[data-v-745fb1bf] {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.layers[data-v-745fb1bf] {
    width: 100%;
    padding: 8px;
    background-color: #eef3f9;
    overflow-y: auto;
    max-height: 330px;
}
.layer-btn[data-v-745fb1bf] {
    font-size: 12px !important;
    font-weight: 500;
    width: 100%;
    padding: 6px 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    color: #063c6d;
}
.layer-row-label[data-v-745fb1bf] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layer-arrow[data-v-745fb1bf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    color: #063c6d;
    cursor: pointer !important;
}
.layer-arrow--end[data-v-745fb1bf] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
}
.layer-row[data-v-745fb1bf] {
    padding: 0 !important;
    margin: 0 0 8px;
    width: 100%;
    min-height: 44px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.layer-row[data-v-745fb1bf]:last-child {
    margin-bottom: 0;
}
.layer-row[data-v-745fb1bf]:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
    border-color: rgba(6, 60, 109, 0.2);
}
.available-not-enabled[data-v-745fb1bf] {
  background-color: #ffffff;
}
.available-enabled[data-v-745fb1bf] {
  background-color: #eaf7ef;
  -webkit-box-shadow: inset 3px 0 0 #1f9d55;
          box-shadow: inset 3px 0 0 #1f9d55;
}
.unavailable[data-v-745fb1bf] {
  background-color: #eef1f4;
  opacity: 0.55;
  cursor: not-allowed;
}
.unavailable .layer-btn[data-v-745fb1bf] {
  cursor: not-allowed;
  pointer-events: none;
}


.bg_color{
  background:#063c6d;
}
/* ── Modal shell ── */
.release-modal .modal-content {
  background: transparent;
  border: none;
}
.release-modal .modal-header {
  background: #063c6d;
  color: white;
  border-bottom: 1px solid rgba(77, 184, 255, 0.2);
  padding: 1.1rem 1.4rem;
}
.release-modal .modal-body {
  /*background: linear-gradient(180deg, #052d55 0%, #041e3a 100%);*/
  border-radius: 0 0 12px 12px;
  padding: 0;
}
/* ── Header ── */
.rm-header { gap: 14px;}
.rm-header-icon {
  width: 40px;
  height: 40px;
  background: rgba(77, 184, 255, 0.12);
  border: 1px solid rgba(77, 184, 255, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rm-header-icon svg { width: 22px; height: 22px;
}
.rm-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #e8f4ff;
  letter-spacing: 0.02em;
}
.rm-subtitle {
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}
.rm-header-badge {
  background: rgba(77, 184, 255, 0.12);
  border: 1px solid rgba(77, 184, 255, 0.25);
  color: #4db8ff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
/* ── Body / grid ── */
.rm-body {
  padding: 1.2rem 1.2rem 0.8rem;
}
.rm-grid { margin: 0 -8px;
}
.rm-card-col { padding: 0 8px;
}
/* ── Card ── */
.rm-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(77, 184, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.rm-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(77, 184, 255, 0.55);
  -webkit-box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
          box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
}
.rm-card:hover .rm-card-shine {
  left: 120%;
}
.rm-card:hover .rm-map-glow {
  opacity: 1;
}
.rm-card:hover .rm-action-label {
  color: #4db8ff;
}
.rm-card:hover .rm-action-arrow {
  color: #4db8ff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
/* Shine sweep */
.rm-card-shine {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.06), transparent);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  pointer-events: none;
}
/* ── Map preview panel ── */
.rm-map-preview {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #041e3a 0%, #063c6d 60%, #0a5499 100%);
  border-right: 1px solid rgba(77, 184, 255, 0.1);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rm-map-glow {
  position: absolute;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(4, 150, 233, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.rm-map-img {
  width: 72px;
  height: auto;
  max-height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.4)) brightness(1.05);
          filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.4)) brightness(1.05);
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
}
.rm-card:hover .rm-map-img {
  -webkit-filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.65)) brightness(1.15);
          filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.65)) brightness(1.15);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.rm-map-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}
.rm-globe-fallback { width: 48px; height: 48px;
}
/* ── Card info ── */
.rm-card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 14px;
  min-width: 0;
}
.rm-region-name {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.rm-release-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 500;
}
.rm-date-dot {
  width: 5px;
  height: 5px;
  background: #4db8ff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}
/* ── Action area ── */
.rm-card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 0 14px 0 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rm-action-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.rm-action-arrow {
  width: 18px;
  height: 18px;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
/* ── Empty state ── */
.rm-empty { padding: 2.5rem 0; color: rgba(180, 210, 240, 0.4);
}
.rm-empty-icon { font-size: 2.5rem; margin-bottom: 0.5rem; opacity: 0.4;
}


#uploadWidget.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#polygonShapeFile .custom-file-label::after {
  cursor: pointer !important;
}


/* =========================
   MODAL STYLING
   ========================= */
.polygonInput-modal-dialog[data-v-54b5e790] {
  max-width: 560px;
}
.polygonInput-modal-content[data-v-54b5e790] {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 45px rgba(6, 60, 109, 0.28);
          box-shadow: 0 18px 45px rgba(6, 60, 109, 0.28);
}
[data-v-54b5e790] .modal-header,
.polygonInput-modal-header[data-v-54b5e790] {
  background: linear-gradient(120deg, #063C6D, #0A5490) !important;
  color: white !important;
  padding: 1.1rem 1.5rem;
  border-bottom: none;
}
/* =========================
   HEADER
   ========================= */
.polygonInput-header[data-v-54b5e790] {
  gap: 0.85rem;
}
.polygonInput-header-icon[data-v-54b5e790] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.1rem;
}
.polygonInput-title[data-v-54b5e790] {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.polygonInput-subtitle[data-v-54b5e790] {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}
[data-v-54b5e790] .polygonInput-tabs .nav-link {
  color: #6c757d !important;
  font-weight: 500;
  border: none !important;
  border-radius: 0.5rem 0.5rem 0 0 !important;
  -webkit-transition: background 0.35s ease, color 0.25s ease;
  transition: background 0.35s ease, color 0.25s ease;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6,60,109,0.15)), to(rgba(6,60,109,0.05))) !important;
  background: linear-gradient(90deg, rgba(6,60,109,0.15), rgba(6,60,109,0.05)) !important;
}
/* On hover — slightly brighter dull gradient */
[data-v-54b5e790] .polygonInput-tabs .nav-link:not(.active):hover {
  color: #063C6D !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6,60,109,0.3)), to(rgba(6,60,109,0.15))) !important;
  background: linear-gradient(90deg, rgba(6,60,109,0.3), rgba(6,60,109,0.15)) !important;
}
/* Active tab — strong gradient highlight */
[data-v-54b5e790] .polygonInput-tabs .nav-link.active,[data-v-54b5e790] .polygonInput-tabs .active-tab {
  color: white !important;
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
          box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
/* Tabs */
.polygonInput-tabs-nav[data-v-54b5e790] {
  background: #6A8AA7;
  border-bottom: 2px solid #6A8AA7;
}
/* Tab content */
.tab-pane-wrapper[data-v-54b5e790] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 1rem;
  min-height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* set this to fit the tallest tab comfortably */
}
.tab-content-inner[data-v-54b5e790] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 600px;
}
/* Field labels & hints */
.field-label[data-v-54b5e790] {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #063C6D;
}
.field-hint[data-v-54b5e790] {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  color: #8a97a3;
}
/* Selected file chip */
.selected-file[data-v-54b5e790] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 0.85rem;
  padding: 0.4rem 0.85rem;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(6, 60, 109, 0.08);
  color: #063C6D;
  font-size: 0.8rem;
}
.selected-file-icon[data-v-54b5e790] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.selected-file-name[data-v-54b5e790] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
/* =========================
   FOOTER / BUTTONS
   ========================= */
.polygonInput-footer[data-v-54b5e790] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  width: 100%;
}
.submit-btn[data-v-54b5e790] {
  min-height: 40px;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none !important;
  border-radius: 999px !important;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: #063C6D !important;
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.25);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.25);
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.submit-btn[data-v-54b5e790]:hover:not(:disabled) {
  background-color: #0A5490 !important;
  -webkit-box-shadow: 0 6px 16px rgba(6, 60, 109, 0.35);
          box-shadow: 0 6px 16px rgba(6, 60, 109, 0.35);
}
.submit-btn[data-v-54b5e790]:disabled {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* =========================
   OVERLAY LOADER
   ========================= */
.modal-overlay[data-v-54b5e790] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1050;
}
/* =========================
   ORIGINAL WIDGET / FILE CSS
   ========================= */
.widget-container[data-v-54b5e790] {
  background-color: #063c6d;
  height: 40px;
  width: 230px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.widget-container .tool[data-v-54b5e790] {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
}
.widget-container .tool[data-v-54b5e790]:last-child {
  border-right: none;
}
.widget-container .tool[data-v-54b5e790]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.widget-container .tool .icon[data-v-54b5e790] {
  height: 14px;
  width: 14px;
}
.widget-container .tool.active[data-v-54b5e790] {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.uploadWktContainer[data-v-54b5e790] {
  margin: 10px;
}
.fileUploadControl[data-v-54b5e790] {
  margin: 15px 10px 15px 10px;
}
.file_upload_Loader[data-v-54b5e790] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2%;
  z-index: 10;
  position: absolute;
  background: radial-gradient(rgba(3, 98, 151, 0.8), rgba(0, 0, 0, 0.5));
  width: 90%;
  height: 3rem;
  top: 30%;
}
.wkt-textarea[data-v-54b5e790] {
  min-height: 100px;
  max-height: 300px;
  overflow-y: hidden;
  resize: none;
  border-radius: 0.6rem;
  border: 1px solid #d4dbe2;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.82rem;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.wkt-textarea[data-v-54b5e790]:focus {
  border-color: #0A5490;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(10, 84, 144, 0.15);
          box-shadow: 0 0 0 0.15rem rgba(10, 84, 144, 0.15);
}
.close-btn[data-v-54b5e790] {
  font-size: 0.85rem !important;
  font-weight: 600;
  color: #063C6D !important;
  background-color: transparent !important;
  border: 1px solid #cdd6df !important;
  border-radius: 999px !important;
  min-height: 40px;
  min-width: 100px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.close-btn[data-v-54b5e790]:hover {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-color: #063C6D !important;
  color: #063C6D !important;
}



#ptvStatsModal.modal-lg {
    max-width: 800px !important;
}
/* Modal shell */
#ptvStatsModal .modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
            box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
}
#ptvStatsModal .modal-header-custom {
    color: #fff;
    /* border-bottom: 2px solid #4A74A8;
    padding: 0.8rem 1.25rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #063c6d;
}
#ptvStatsModal .modal-body-custom {
    padding: 0;
    background: #f8f9fa;
}
/* Header */
.modal-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.55rem;
}
.modal-title-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4A74A8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.modal-title-text {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.modal-close-btn {
    background: none;
    border: none;
    color: #adb5bd;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
.modal-close-btn:hover {
    color: #0c78ff;
}
/* Loading */
.loading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem;
}
/* Summary strip */
.summary-strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0;
}
.summary-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.summary-row-note {
    border-top: 1px solid #f0f2f5;
    padding-top: 0.55rem;
    margin-top: 0.55rem;
}
.summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.1rem;
}
.summary-item:first-child {
    padding-left: 0;
}
.summary-item-full {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
}
.summary-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #27282a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.1rem;
}
.summary-value {
    font-size: 0.98rem;
    font-weight: 600;
    color: #344767;
}
.summary-value.accent {
    color: #0c78ff;
}
.summary-divider {
    width: 1px;
    height: 32px;
    background: #e9ecef;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
/* Stats grid */
.stats-grid-dd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 1rem;
    gap: 0.75rem;
}
.stats-grid-trt {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 1rem;
    gap: 0.75rem;
}
.stat-section {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    overflow: hidden;
}
.section-header {
    background: #f0f4f9;
    border-bottom: 1px solid #dee2e6;
    color: #063c6d;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.55rem 0.85rem;
}
.stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.45rem 0.85rem;
    border-bottom: 1px solid #f0f2f5;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.stat-row:last-child {
    border-bottom: none;
}
.stat-row:hover {
    background: #f8fafc;
}
.stat-name {
    font-size: 0.9rem;
    color: #063c6d;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0.5rem;
}
.stat-val {
    font-size: 0.9rem;
    font-weight: 600;
    color:  #0c78ff;
    white-space: nowrap;
}


.notif-panel[data-v-5076cffc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 340px;
}
.notif-panel-header[data-v-5076cffc] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.7rem 1rem;
    background: #4A74A8;
}
.notif-panel-title[data-v-5076cffc] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.notif-panel-actions[data-v-5076cffc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}
.notif-mark-all-btn[data-v-5076cffc] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    padding: 2px 8px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-mark-all-btn[data-v-5076cffc]:hover {
    background: rgba(255, 255, 255, 0.15);
}
.notif-close-btn[data-v-5076cffc] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-close-btn[data-v-5076cffc]:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.notif-list[data-v-5076cffc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    position: relative;
}
.notif-move[data-v-5076cffc] {
    -webkit-transition: -webkit-transform 0.32s ease;
    transition: -webkit-transform 0.32s ease;
    transition: transform 0.32s ease;
    transition: transform 0.32s ease, -webkit-transform 0.32s ease;
}
.notif-leave-active[data-v-5076cffc] {
    position: absolute;
    width: 100%;
    -webkit-animation: notifPoof-5076cffc 0.38s ease forwards;
            animation: notifPoof-5076cffc 0.38s ease forwards;
}
@-webkit-keyframes notifPoof-5076cffc {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
@keyframes notifPoof-5076cffc {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
.notif-empty[data-v-5076cffc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem 1rem;
    font-size: 0.83rem;
    color: #6c757d;
    gap: 0.5rem;
}
.notif-item[data-v-5076cffc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6rem;
    padding: 0.85rem 1rem 2rem;
    border-bottom: 1px solid #f0f4f9;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-item[data-v-5076cffc]:last-child {
    border-bottom: none;
}
.notif-item[data-v-5076cffc]:hover {
    background: #f8fafc;
}
.notif-item--unread[data-v-5076cffc] {
    background: #eef3f9;
}
.notif-item--unread[data-v-5076cffc]:hover {
    background: #e2ecf6;
}
.notif-unread-dot[data-v-5076cffc] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4A74A8;
    margin-top: 5px;
}
.notif-body[data-v-5076cffc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.notif-message[data-v-5076cffc] {
    font-size: 0.82rem;
    color: #344767;
    margin: 0 0 3px;
    line-height: 1.4;
    word-break: break-word;
    white-space: pre-line;
}
.notif-item--unread .notif-message[data-v-5076cffc] {
    font-weight: 600;
    color: #063c6d;
}
.notif-time[data-v-5076cffc] {
    font-size: 0.72rem;
    color: #6c757d;
}
.notif-delete-btn[data-v-5076cffc] {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    border-radius: 4px;
    color: #adb5bd;
    font-size: 0.72rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease, color 0.12s ease;
    transition: background 0.12s ease, color 0.12s ease;
}
.notif-delete-btn[data-v-5076cffc]:hover {
    background: #f8d7da;
    color: #721c24;
}


.nav-left[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.nav-back[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #4A74A8;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease;
}
.nav-back[data-v-4adb7bc2]:hover {
    background: #eef3f9;
    color: #063c6d;
}
.nav-separator[data-v-4adb7bc2] {
    color: #adb5bd;
    font-size: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nav-page[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3rem;
    font-size: 0.92rem;
    color: #6c757d;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}
.active-page[data-v-4adb7bc2] {
    color: #063c6d;
    font-weight: 600;
    background: #eef3f9;
    border: 1px solid rgba(74, 116, 168, 0.2);
}

/* Larger / Monitor Screen View */
@media (min-width: 1700px) {
.userInfo[data-v-4adb7bc2] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        color: #063c6d;
        font-size: 16px;
        gap: 10px;
}
.ptv-table-scroll[data-v-4adb7bc2] {
        overflow-y: auto !important;
}
}

/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-4adb7bc2] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        color: #063c6d;
        font-size: 16px;
        gap: 10px;
}
.chart-margin[data-v-4adb7bc2] {
        margin-top: 0.5rem !important;
}
.ptv-table-scroll[data-v-4adb7bc2] {
        overflow-y: auto !important;
}
}

/* ── Dashboard header ── */
.dash-header[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.dash-title[data-v-4adb7bc2] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #063c6d;
    margin: 0;
}
.dash-subtitle[data-v-4adb7bc2] {
    font-size: 0.78rem;
    color: #6c757d;
    margin: 0;
}

/* ── Stat cards ── */
.stat-cards[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.75rem;
}
.stat-card[data-v-4adb7bc2] {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(77, 184, 255, 0.15);
    border-radius: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 200px;
    -webkit-box-shadow: 0 4px 20px rgba(4, 30, 58, 0.3);
            box-shadow: 0 4px 20px rgba(4, 30, 58, 0.3);
    -webkit-transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
    transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
    cursor: pointer;
}
.stat-card--active[data-v-4adb7bc2] {
    border-color: rgba(77, 184, 255, 0.75) !important;
    -webkit-box-shadow: 0 6px 24px rgba(4, 150, 233, 0.35), 0 0 0 2px rgba(77, 184, 255, 0.25) inset !important;
            box-shadow: 0 6px 24px rgba(4, 150, 233, 0.35), 0 0 0 2px rgba(77, 184, 255, 0.25) inset !important;
}
.stat-card--dimmed[data-v-4adb7bc2] {
    opacity: 0.4;
    -webkit-filter: grayscale(25%);
            filter: grayscale(25%);
}
.stat-card[data-v-4adb7bc2]:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    border-color: rgba(77, 184, 255, 0.45);
    -webkit-box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
            box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
}

/* Left map panel — mirrors .rm-map-preview */
.stat-map-panel[data-v-4adb7bc2] {
    position: relative;
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: linear-gradient(135deg, #041e3a 0%, #063c6d 60%, #0a5499 100%);
    border-right: 1px solid rgba(77, 184, 255, 0.1);
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.stat-map-glow[data-v-4adb7bc2] {
    position: absolute;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(4, 150, 233, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.stat-card:hover .stat-map-glow[data-v-4adb7bc2] { opacity: 1;
}
.stat-map-img[data-v-4adb7bc2] {
    width: 62px;
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.45)) brightness(1.05);
            filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.45)) brightness(1.05);
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
    transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
    transition: filter 0.2s ease, transform 0.2s ease;
    transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
}
.stat-card:hover .stat-map-img[data-v-4adb7bc2] {
    -webkit-filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.7)) brightness(1.15);
            filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.7)) brightness(1.15);
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
}
.stat-body[data-v-4adb7bc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1rem;
}
.stat-label[data-v-4adb7bc2] {
    font-size: 1rem;
    font-weight: 700;
    color: #063c6d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0.25rem;
}
.stat-value[data-v-4adb7bc2] {
    font-size: 2rem;
    font-weight: 800;
    color: #063c6d;
    line-height: 1;
    margin-bottom: 0.2rem;
    letter-spacing: -0.5px;
}
.stat-sub[data-v-4adb7bc2] {
    font-size: 0.85rem;
     color: #063c6d;
    font-weight: 500;
}
#page-content-wrapper[data-v-4adb7bc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    background-color: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.dashboard-main[data-v-4adb7bc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.dashboard-scroll[data-v-4adb7bc2] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ── Fixed top nav ── */
.dt-fixed-nav[data-v-4adb7bc2] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    /* Belt-and-suspenders: stays pinned to the top even if a scroll context changes */
    position: sticky;
    top: 0;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 24px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(6, 60, 109, 0.08);
    -webkit-box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
}
.dt-user-info[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #063c6d;
}
.dt-user-avatar[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
    -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
            box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #ffffff;
    font-size: 1rem;
}
.dt-user-greeting[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
}
.dt-user-greeting-label[data-v-4adb7bc2] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #8ab0cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dt-user-greeting-name[data-v-4adb7bc2] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #063c6d;
}
.dt-nav-actions[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.dt-nav-btn[data-v-4adb7bc2] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    color: #4A74A8;
    font-size: 1.05rem;
    cursor: pointer;
    -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
}
.dt-nav-btn[data-v-4adb7bc2]:hover {
    background: #ffffff;
    color: #063c6d;
    -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
.dt-nav-btn[data-v-4adb7bc2]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.dt-nav-btn[data-v-4adb7bc2]:disabled:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #4A74A8;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
}
.dt-signout-btn[data-v-4adb7bc2]:hover {
    background: #fff;
    color: #dc3545;
    -webkit-box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
            box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
}
.notif-drawer[data-v-4adb7bc2] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #dee2e6;
    -webkit-transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.notif-drawer--open[data-v-4adb7bc2] {
    width: 340px;
}
.notif-bell-btn[data-v-4adb7bc2] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(74, 116, 168, 0.25);
    border-radius: 8px;
    background: #fff;
    color: #4A74A8;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.notif-bell-btn[data-v-4adb7bc2]:hover,
.notif-bell-btn--active[data-v-4adb7bc2] {
    background: #eef3f9;
    color: #063c6d;
    -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.15);
            box-shadow: 0 2px 8px rgba(74, 116, 168, 0.15);
}
.notif-bell-badge[data-v-4adb7bc2] {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #dc3545;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}
.dash-header-actions[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
}
.notif-bell-btn--pulse[data-v-4adb7bc2] {
    -webkit-animation: bellPulse-4adb7bc2 1.6s infinite;
            animation: bellPulse-4adb7bc2 1.6s infinite;
}
@-webkit-keyframes bellPulse-4adb7bc2 {
0%   { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70%  { -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
@keyframes bellPulse-4adb7bc2 {
0%   { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70%  { -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% { -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
.card h2[data-v-4adb7bc2] {
    font-size: 2rem;
    margin: 0;
}
.widgetColor[data-v-4adb7bc2] {
    /* background-color: #1975d8; */
    background-color: #316fb1;
    border-radius: 2%;
}
.chart-placeholder[data-v-4adb7bc2] {
    height: 300px;
    background: repeating-linear-gradient(45deg,
            #f0f0f0,
            #f0f0f0 10px,
            #e0e0e0 10px,
            #e0e0e0 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #555;
    font-size: 1.2rem;
}
.highlight[data-v-4adb7bc2] {
    stroke: rgb(35, 223, 82);
    stroke-width: 2px;
    fill: rgba(159, 204, 153, 0.1);
}
.dmap[data-v-4adb7bc2] {
    width: 100%;
    height: 400px;
}
#dmap[data-v-4adb7bc2]:focus {
    outline: #4A74A8 solid 0.15em;
}
.card-style[data-v-4adb7bc2] {
    background-color: #4A74A8;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    border-bottom: none;
}
.table-wrapper[data-v-4adb7bc2] {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.1);
            box-shadow: 0 2px 8px rgba(74, 116, 168, 0.1);
    overflow: hidden;
}
.table-header[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #4A74A8;
    border-bottom: 2px solid;
    padding: 0.7rem 1.25rem;
    color:  #fff;
}
.table-header-left[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
}
.table-header-dot[data-v-4adb7bc2] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.table-header-title[data-v-4adb7bc2] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.table-header-right[data-v-4adb7bc2] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* ── vue-good-table overrides ── */
[data-v-4adb7bc2] .vgt-table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.875rem;
}
[data-v-4adb7bc2] .vgt-table thead th {
    background-color: #f0f4f9 !important;
    color: #063c6d !important;
    font-weight: 600 !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #4A74A8 !important;
    border-top: none !important;
    padding: 0.75rem 1rem !important;
    white-space: nowrap;
}
[data-v-4adb7bc2] .vgt-table thead th.sorting-asc::after,[data-v-4adb7bc2] .vgt-table thead th.sorting-desc::after {
    color: #4A74A8 !important;
}
[data-v-4adb7bc2] .vgt-table thead th input,[data-v-4adb7bc2] .vgt-table thead th select {
    border: 1px solid #cdd8e8 !important;
    border-radius: 5px !important;
    font-size: 0.78rem !important;
    padding: 0.3rem 0.5rem !important;
    color: #063c6d;
    background: #fff;
    margin-top: 4px;
}
[data-v-4adb7bc2] .vgt-table thead th input:focus,[data-v-4adb7bc2] .vgt-table thead th select:focus {
    border-color: #4A74A8 !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.15) !important;
            box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.15) !important;
}
[data-v-4adb7bc2] .vgt-table tbody tr {
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
[data-v-4adb7bc2] .vgt-table tbody tr:nth-child(even) {
    background-color: #f8fafc !important;
}
[data-v-4adb7bc2] .vgt-table tbody tr:hover {
    background-color: #eef3f9 !important;
}
[data-v-4adb7bc2] .vgt-table tbody td {
    border-bottom: 1px solid #e9ecef !important;
    border-top: none !important;
    padding: 0.65rem 1rem !important;
    color: #344767;
    vertical-align: middle;
}
[data-v-4adb7bc2] .vgt-wrap__footer {
    background: #f0f4f9 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 0.5rem 1rem !important;
}
[data-v-4adb7bc2] .vgt-wrap__footer .footer__row-count__label,[data-v-4adb7bc2] .vgt-wrap__footer .footer__row-count__select {
    font-size: 0.8rem;
    color: #6c757d;
}
[data-v-4adb7bc2] .vgt-wrap__footer .footer__navigation__page-btn {
    color: #4A74A8 !important;
    font-weight: 500;
}
[data-v-4adb7bc2] .vgt-wrap__footer .footer__navigation__page-btn:hover {
    color: #063c6d !important;
}
[data-v-4adb7bc2] .vgt-wrap__footer .footer__navigation__page-btn--active {
    background-color: #4A74A8 !important;
    color: #fff !important;
    border-radius: 4px;
}
[data-v-4adb7bc2] .vgt-wrap__footer .footer__navigation__page-info {
    font-size: 0.8rem;
    color: #6c757d;
}
.copyright[data-v-4adb7bc2] {
    position: fixed;
    bottom: 10px !important;
    right: 12px;
    z-index: 5;
}
.attribution[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 14px;
    color: #063c6d !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border: none;
    border-radius: 999px;
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
}
.attribution[data-v-4adb7bc2]:hover {
    color: #063c6d !important;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}
a[data-v-4adb7bc2]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.mmpInfo[data-v-4adb7bc2] {
    width: 200px;
    color: #063c6d;
    font-size: 17px;
    cursor: pointer;
}
.mmpInfo[data-v-4adb7bc2]:hover {
    text-decoration: underline;
    color: #063c6d;
}
.btn-request-sample[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #497558 0%, #2b5a3b 100%);
    color: #fff;
    border: 1px solid rgba(50, 150, 80, 0.3);
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 14px rgba(6, 46, 20, 0.45);
            box-shadow: 0 4px 14px rgba(6, 46, 20, 0.45);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-request-sample[data-v-4adb7bc2]:hover {
    background: linear-gradient(135deg, #1a7a38 0%, #0d5c28 100%);
    -webkit-box-shadow: 0 6px 20px rgba(13, 92, 40, 0.5);
            box-shadow: 0 6px 20px rgba(13, 92, 40, 0.5);
    border-color: rgba(50, 150, 80, 0.55);
    color: #fff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
.btn-request-sample[data-v-4adb7bc2]:active {
    background: linear-gradient(135deg, #062e14 0%, #031a0a 100%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #fff;
}

/* ── Status badge ── */
.status-cell[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.status-wrapper[data-v-4adb7bc2] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}
.status-save-indicator[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.72rem;
    color: #6c757d;
}
.status-save-indicator--saved[data-v-4adb7bc2] {
    color: #28a745;
}
.status-badge[data-v-4adb7bc2] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 8px;
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: filter 0.15s ease, box-shadow 0.15s ease;
    transition: filter 0.15s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.status-badge[data-v-4adb7bc2]:hover {
    -webkit-filter: brightness(0.93);
            filter: brightness(0.93);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.badge-open[data-v-4adb7bc2] {
    -webkit-box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.35) !important;
            box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.35) !important;
}
.status-dot[data-v-4adb7bc2] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.65;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.status-chevron[data-v-4adb7bc2] {
    font-size: 0.6rem;
    opacity: 0.55;
    margin-left: 1px;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.chevron-open[data-v-4adb7bc2] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.status-success[data-v-4adb7bc2] { background: #d4edda; color: #155724; border: 1px solid #b8dfc4;
}
.status-info[data-v-4adb7bc2]    { background: #d1ecf1; color: #0c5460; border: 1px solid #a8d9e4;
}
.status-warning[data-v-4adb7bc2] { background: #fff3cd; color: #7d5a00; border: 1px solid #fce5a0;
}
.status-danger[data-v-4adb7bc2]  { background: #f8d7da; color: #721c24; border: 1px solid #f1b8be;
}
.status-hold[data-v-4adb7bc2]    { background: #e9d8fd; color: #4a1a8a; border: 1px solid #d6b8f8;
}
.status-default[data-v-4adb7bc2] { background: #e2e8f0; color: #374151; border: 1px solid #c9d3e0;
}
.status-unknown[data-v-4adb7bc2] { background: #f1f3f5; color: #6c757d; border: 1px solid #dee2e6;
}

/* ── Status custom dropdown ── */
.status-dropdown[data-v-4adb7bc2] {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    min-width: 160px;
    -webkit-animation: statusDropIn-4adb7bc2 0.12s ease;
            animation: statusDropIn-4adb7bc2 0.12s ease;
}
@-webkit-keyframes statusDropIn-4adb7bc2 {
from { opacity: 0; -webkit-transform: translateY(-4px); transform: translateY(-4px);
}
to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
}
}
@keyframes statusDropIn-4adb7bc2 {
from { opacity: 0; -webkit-transform: translateY(-4px); transform: translateY(-4px);
}
to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
}
}
.status-option[data-v-4adb7bc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 8px;
    border-radius: 7px;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 2px 0;
    -webkit-transition: -webkit-filter 0.1s ease;
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
}
.status-option[data-v-4adb7bc2]:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
}
.status-check[data-v-4adb7bc2] {
    margin-left: auto;
    font-size: 0.65rem;
}
.status-badge--readonly[data-v-4adb7bc2] {
    cursor: default;
}
.status-badge--readonly[data-v-4adb7bc2]:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

*[data-v-79688b14] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-79688b14] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-79688b14] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-79688b14], body[data-v-79688b14] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-79688b14] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-79688b14] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-79688b14] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-79688b14] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-79688b14] {
    width: 70px !important;
}
.main-content[data-v-79688b14] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-79688b14] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-79688b14] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-79688b14] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-79688b14] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-79688b14] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-79688b14] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-79688b14] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-79688b14] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-79688b14] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-79688b14] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-79688b14] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-79688b14] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-79688b14] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-79688b14] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-79688b14] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-79688b14] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-79688b14]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-79688b14] {
    display: none;
}
.label[data-v-79688b14] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-79688b14] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-79688b14] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-79688b14] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-79688b14]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-79688b14] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-79688b14] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-79688b14] {
    color: #98d7ec;
}
.text_format[data-v-79688b14] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-79688b14] {
    width: 40px;
    height: 50px;
}
.logout[data-v-79688b14] {
    margin-top: auto !important;
}
[data-v-79688b14] .modal-header,
.ptv-modal-header[data-v-79688b14] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-79688b14] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-79688b14] {
color: black;
}
.zoom-btns-position[data-v-79688b14] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-79688b14] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-79688b14] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-79688b14] {
    color: #063C6D;
}
.moveable-container[data-v-79688b14] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-79688b14] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-79688b14] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-79688b14] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-79688b14]::-webkit-scrollbar-track,
.scrollable[data-v-79688b14]::-webkit-scrollbar-track,[data-v-79688b14]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-79688b14]::-webkit-scrollbar,
.scrollable[data-v-79688b14]::-webkit-scrollbar,[data-v-79688b14]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-79688b14]::-webkit-scrollbar-thumb,
.scrollable[data-v-79688b14]::-webkit-scrollbar-thumb,[data-v-79688b14]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

#toolLable[data-v-79688b14] {
  pointer-events: none;
  padding: 4px 10px 8px;
}
#welcomeMessage[data-v-79688b14] {
  pointer-events: none;
  padding: 0 10px 8px;
}
.welcome-badge[data-v-79688b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 8px;  */
  gap: 16px; 
  padding: 4px 10px;
  margin: 0 4px;
  overflow: hidden;
}
.welcome-dot[data-v-79688b14] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #98d7ec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: pulse-79688b14 2s ease-in-out infinite;
          animation: pulse-79688b14 2s ease-in-out infinite;
}
@-webkit-keyframes pulse-79688b14 {
0%, 100% { opacity: 0.4; -webkit-transform: scale(1); transform: scale(1);
}
50%       { opacity: 1;   -webkit-transform: scale(1.35);   transform: scale(1.35);
}
}
@keyframes pulse-79688b14 {
0%, 100% { opacity: 0.4; -webkit-transform: scale(1); transform: scale(1);
}
50%       { opacity: 1;   -webkit-transform: scale(1.35);   transform: scale(1.35);
}
}
.welcome-text[data-v-79688b14] {
  font-size: 0.90rem;
  color: rgba(204, 232, 245, 0.75);
  white-space: normal;
  word-break: break-word;
  line-height: 1.35;
}
.tool-label-badge[data-v-79688b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #98d7ec;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 0 4px;
  overflow: hidden;
}
.tool-label-icon[data-v-79688b14] {
  color: #98d7ec;
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tool-label-text[data-v-79688b14] {
  font-size: rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #cce8f5;
  white-space: nowrap;
}

/* ── Inline accordion submenu ─────────────────────────────── */
.has-submenu .text_format[data-v-79688b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.submenu-arrow[data-v-79688b14] {
  margin-left: auto;
  margin-right: 10px;
  font-size: 0.95rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.has-submenu.open .submenu-arrow[data-v-79688b14] {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.submenu[data-v-79688b14] {
  position: static;
  list-style: none;
  margin: 0 0 0 18px;
  padding-left :5px ; padding-right : 5px;
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  border-left: 2px solid #1a6ea8;
  border-radius: 0 0 6px 6px;
  -webkit-transition: max-height 0.3s ease, padding 0.25s ease;
  transition: max-height 0.3s ease, padding 0.25s ease;
}
.has-submenu.open .submenu[data-v-79688b14] {
  max-height: 200px;
  padding: 4px 0 6px;
}
.sidebar-navigation.menuCollapsed .has-submenu.open .submenu[data-v-79688b14] {
  max-height: 0;
  padding: 0;
}
.submenu-header[data-v-79688b14] {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #98d7ec;
  padding: 5px 12px 6px;
  border-bottom: 1px solid rgba(152, 215, 236, 0.2);
  margin-bottom: 2px;
  pointer-events: none;
}
.submenu-item[data-v-79688b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  color: #cce8f5;
  -webkit-transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}
.submenu-item[data-v-79688b14]:hover {
  background: rgba(26, 110, 168, 0.35);
  color: #ffffff;
  padding-left: 16px;
}
.submenu-item-icon[data-v-79688b14] {
  width: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: #98d7ec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.submenu-item-text[data-v-79688b14] {
  font-size: 0.76rem;
  font-weight: 300;
  white-space: nowrap;
}
.nav-collapse-toggle[data-v-79688b14] {
  padding: 10px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.nav-collapse-toggle[data-v-79688b14]:hover {
  background-color: rgba(6, 47, 86, 0.65) !important;
}
.nav-toggle-inner[data-v-79688b14] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
.nav-toggle-btn[data-v-79688b14] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(152, 215, 236, 0.25);
  -webkit-transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
}

/* Chevron points left when expanded, flips to point right when collapsed. */
.nav-toggle-btn.collapsed[data-v-79688b14] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Hover styling deliberately avoids `transform` so the collapsed rotation
   above is never clobbered by specificity. */
.nav-collapse-toggle:hover .nav-toggle-btn[data-v-79688b14] {
  background: rgba(152, 215, 236, 0.18);
  border-color: rgba(152, 215, 236, 0.6);
  -webkit-box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
          box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
}
.nav-toggle-icon[data-v-79688b14] {
  font-size: 0.8rem;
  color: #cce8f5;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.nav-collapse-toggle:hover .nav-toggle-icon[data-v-79688b14] {
  opacity: 1;
}
.nav-toggle-text[data-v-79688b14] {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #98d7ec;
  opacity: 0.7;
}

*[data-v-4d77a7ae] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-4d77a7ae] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-4d77a7ae] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-4d77a7ae], body[data-v-4d77a7ae] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-4d77a7ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-4d77a7ae] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-4d77a7ae] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-4d77a7ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-4d77a7ae] {
    width: 70px !important;
}
.main-content[data-v-4d77a7ae] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-4d77a7ae] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-4d77a7ae] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-4d77a7ae] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-4d77a7ae] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-4d77a7ae] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-4d77a7ae] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-4d77a7ae] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-4d77a7ae] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-4d77a7ae] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-4d77a7ae] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-4d77a7ae] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-4d77a7ae] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-4d77a7ae] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-4d77a7ae] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-4d77a7ae] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-4d77a7ae] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-4d77a7ae]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-4d77a7ae] {
    display: none;
}
.label[data-v-4d77a7ae] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-4d77a7ae] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-4d77a7ae] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-4d77a7ae] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-4d77a7ae]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-4d77a7ae] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-4d77a7ae] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-4d77a7ae] {
    color: #98d7ec;
}
.text_format[data-v-4d77a7ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-4d77a7ae] {
    width: 40px;
    height: 50px;
}
.logout[data-v-4d77a7ae] {
    margin-top: auto !important;
}
[data-v-4d77a7ae] .modal-header,
.ptv-modal-header[data-v-4d77a7ae] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-4d77a7ae] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-4d77a7ae] {
color: black;
}
.zoom-btns-position[data-v-4d77a7ae] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-4d77a7ae] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-4d77a7ae] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-4d77a7ae] {
    color: #063C6D;
}
.moveable-container[data-v-4d77a7ae] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-4d77a7ae] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-4d77a7ae] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-4d77a7ae] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-4d77a7ae]::-webkit-scrollbar-track,
.scrollable[data-v-4d77a7ae]::-webkit-scrollbar-track,[data-v-4d77a7ae]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-4d77a7ae]::-webkit-scrollbar,
.scrollable[data-v-4d77a7ae]::-webkit-scrollbar,[data-v-4d77a7ae]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-4d77a7ae]::-webkit-scrollbar-thumb,
.scrollable[data-v-4d77a7ae]::-webkit-scrollbar-thumb,[data-v-4d77a7ae]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.dt-lat-long-container {
    width: 200px;
    height: 40px;
    background-color: #063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 5px;
    border: 2px #063c6d solid;
    padding-right: 10px;
}
.icon-container {
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}
.search-container {
    color: white;
    width: 200px;
    height: 75%;
    padding-left: 5px;
}
.search-container .input-area {
    font-size: 0.7rem !important;
}
.input-area:focus {
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.input-area::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.input-area {
    width: 93%;
    height: 100%;
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    font-weight: 500;
    padding-left: 5px;
}
.search-icon {
    cursor: pointer;
}
.search-icon:hover {
    opacity: 0.8;
}
.dot {
  height: 65px;
  width: 70px;
  background-color: #ffffff;
  color: #063c6d;
  border-radius: 50%;
  display: inline-block;
}

*[data-v-240f9f4f] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-240f9f4f] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-240f9f4f] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-240f9f4f], body[data-v-240f9f4f] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-240f9f4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-240f9f4f] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-240f9f4f] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-240f9f4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-240f9f4f] {
    width: 70px !important;
}
.main-content[data-v-240f9f4f] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-240f9f4f] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-240f9f4f] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-240f9f4f] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-240f9f4f] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-240f9f4f] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-240f9f4f] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-240f9f4f] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-240f9f4f] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-240f9f4f] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-240f9f4f] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-240f9f4f] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-240f9f4f] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-240f9f4f] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-240f9f4f] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-240f9f4f] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-240f9f4f] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-240f9f4f]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-240f9f4f] {
    display: none;
}
.label[data-v-240f9f4f] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-240f9f4f] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-240f9f4f] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-240f9f4f] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-240f9f4f]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-240f9f4f] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-240f9f4f] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-240f9f4f] {
    color: #98d7ec;
}
.text_format[data-v-240f9f4f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-240f9f4f] {
    width: 40px;
    height: 50px;
}
.logout[data-v-240f9f4f] {
    margin-top: auto !important;
}
[data-v-240f9f4f] .modal-header,
.ptv-modal-header[data-v-240f9f4f] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-240f9f4f] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-240f9f4f] {
color: black;
}
.zoom-btns-position[data-v-240f9f4f] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-240f9f4f] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-240f9f4f] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-240f9f4f] {
    color: #063C6D;
}
.moveable-container[data-v-240f9f4f] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-240f9f4f] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-240f9f4f] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-240f9f4f] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-240f9f4f]::-webkit-scrollbar-track,
.scrollable[data-v-240f9f4f]::-webkit-scrollbar-track,[data-v-240f9f4f]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-240f9f4f]::-webkit-scrollbar,
.scrollable[data-v-240f9f4f]::-webkit-scrollbar,[data-v-240f9f4f]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-240f9f4f]::-webkit-scrollbar-thumb,
.scrollable[data-v-240f9f4f]::-webkit-scrollbar-thumb,[data-v-240f9f4f]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.ptv-zoom-container {
    width: 40px;
    height: 40px;
    background-color: #063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 5.5px;
    border: 2px #063c6d solid;
    color: white;
    font-size: medium !important;
}


.zoom-btns-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 36px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 12px rgba(6, 60, 109, 0.22);
          box-shadow: 0 2px 12px rgba(6, 60, 109, 0.22);
  overflow: hidden;
}
.zoom-btns-container .zoom-btn {
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #063c6d;
  background: #ffffff;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
}

/* Divider between the + and − buttons */
.zoom-btns-container .zoom-btn.top-radius {
  border-bottom: 1px solid rgba(6, 60, 109, 0.12);
}
.zoom-btns-container .zoom-btn.top-radius {
  border-radius: 10px 10px 0 0;
}
.zoom-btns-container .zoom-btn.bottom-radius {
  border-radius: 0 0 10px 10px;
}
.zoom-btns-container .zoom-btn:hover {
  background: rgba(6, 60, 109, 0.08);
  color: #0a5ca3;
}
.zoom-btns-container .zoom-btn:active {
  background: rgba(6, 60, 109, 0.16);
}


.help-container {
  height: 1.375em;
  width: 1.375em;
  background-color: white;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  outline: 1px solid rgba(128, 128, 128, 0.25);
  cursor: pointer;
}
.help-container:hover {
  color: #333333;
  outline: 1px solid #333333;
}


/* Panel */
.ldt-panel {
  width: 220px;
  max-height: 78vh;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dde3ec;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.1);
          box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}
/* Header */
.ldt-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 12px;
  background: #063c6d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ldt-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.ldt-header-ico {
  color: rgba(255,255,255,0.7);
  font-size: 0.75rem;
}
.ldt-header-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.ldt-header-toggle {
  color: rgba(255,255,255,0.6);
  font-size: 0.65rem;
  cursor: pointer;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.ldt-header-toggle:hover { color: #fff;
}
/* Body */
.ldt-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 6px 0 4px;
}
/* Scrollbar */
.ldt-panel .scrollable { scrollbar-width: none;
}
.ldt-panel .scrollable:hover { scrollbar-width: thin; scrollbar-color: #c5cfd8 transparent;
}
.ldt-panel .scrollable::-webkit-scrollbar { width: 0;
}
.ldt-panel .scrollable:hover::-webkit-scrollbar { width: 4px;
}
.ldt-panel .scrollable:hover::-webkit-scrollbar-track { background: transparent;
}
.ldt-panel .scrollable:hover::-webkit-scrollbar-thumb { background: #c5cfd8; border-radius: 2px;
}
.ldt-panel .scrollable::-webkit-scrollbar-button,
.ldt-panel .scrollable:hover::-webkit-scrollbar-button { display: none !important;
}
/* Group */
.ldt-group {
  margin: 0;
  border-bottom: 1px solid #f0f3f7;
}
.ldt-group:last-child { border-bottom: none;
}
.ldt-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ldt-group-row:hover {
  background: #f4f7fb;
}
.ldt-group-row--active {
  background: #e8f0f9;
}
.ldt-group-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1e293b;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ldt-group-row--active .ldt-group-name {
  color: #063c6d;
}
.ldt-group-caret {
  font-size: 0.6rem;
  color: #94a3b8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 6px;
  -webkit-transition: color 0.15s, -webkit-transform 0.18s ease;
  transition: color 0.15s, -webkit-transform 0.18s ease;
  transition: transform 0.18s ease, color 0.15s;
  transition: transform 0.18s ease, color 0.15s, -webkit-transform 0.18s ease;
}
.ldt-group-caret--open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #063c6d;
}
.ldt-group-row--active .ldt-group-caret { color: #063c6d;
}
/* Active group left bar */
.ldt-group-row--active {
  border-left: 3px solid #063c6d;
  padding-left: 9px;
}
.ldt-group-row:not(.ldt-group-row--active) {
  border-left: 3px solid transparent;
}
/* Chips */
.ldt-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding: 4px 12px 8px 15px;
}
.ldt-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 9px;
  border-radius: 20px;
  font-size: 0.63rem;
  font-family: 'Courier New', monospace;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  border: 1.5px solid #dde3ec;
  background: #f8fafc;
  color: #475569;
  -webkit-transition: all 0.13s ease;
  transition: all 0.13s ease;
}
.ldt-chip:hover {
  border-color: #063c6d;
  background: #eaf1fb;
  color: #063c6d;
}
.ldt-chip--on {
  background: #063c6d;
  border-color: #063c6d;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(6,60,109,0.25);
          box-shadow: 0 1px 4px rgba(6,60,109,0.25);
}
.ldt-chip--on:hover {
  background: #0a4d8c;
  border-color: #0a4d8c;
  color: #fff;
}
/* Slide animation */
.ldt-slide-enter-active,
.ldt-slide-leave-active {
  -webkit-transition: max-height 0.18s ease, opacity 0.15s ease;
  transition: max-height 0.18s ease, opacity 0.15s ease;
  max-height: 300px;
  overflow: hidden;
}
.ldt-slide-enter,
.ldt-slide-leave-to {
  max-height: 0;
  opacity: 0;
}
/* State views */
.ldt-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 24px 16px;
  text-align: center;
}
.ldt-state-ico {
  font-size: 1.6rem;
  color: #063c6d;
}
.ldt-state-ico--blue { color: #063c6d;
}
.ldt-state-ico--muted { color: #cbd5e1;
}
.ldt-state-msg {
  font-size: 0.72rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.ldt-state-msg strong { color: #1e293b;
}
/* Neutralise Bootstrap btn-primary inside panel */
.ldt-panel .btn-primary {
  background: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit !important;
}


/* Modal shell */
#DDTStatsModal .modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
            box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
}
#DDTStatsModal .modal-header {
    background: #063c6d;
    color: white !important;
    padding: 0.8rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#confirmSampleRequest .modal-header {
    background: #063c6d;
    color: white !important;
    padding: 0.8rem 1.25rem;
}
#DDTStatsModal .modal-body {
    padding-top: 0 !important;
    /* background: #f0f4f9; */
}
/* Form area — sleek single horizontal row */
#DDTStatsModal .ddt-form-area {
    background: #f7fafd;
    border-bottom: 1px solid #e1eaf3;
    padding: 16px 22px;
}
#DDTStatsModal .ddt-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
#DDTStatsModal .ddt-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
}
#DDTStatsModal .ddt-field--type {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
}
#DDTStatsModal .ddt-field--date {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
}
#DDTStatsModal .ddt-field--notes {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
}
#DDTStatsModal .ddt-form-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #4a6880;
    margin-bottom: 0.3rem;
}
/* Form inputs — consistent rounded fields with a blue focus ring */
#DDTStatsModal .ddt-form-area .form-control,
#DDTStatsModal .ddt-form-area .custom-select,
#DDTStatsModal .ddt-form-area textarea {
    width: 100%;
    height: 38px;
    border: 1px solid #cdddec;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #063c6d;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
#DDTStatsModal .ddt-form-area textarea {
    height: 38px;
    min-height: 38px;
    padding-top: 7px;
    resize: vertical;
}
#DDTStatsModal .ddt-form-area .form-control:focus,
#DDTStatsModal .ddt-form-area .custom-select:focus,
#DDTStatsModal .ddt-form-area textarea:focus {
    border-color: #0a5ca3;
    -webkit-box-shadow: 0 0 0 3px rgba(10, 92, 163, 0.15);
            box-shadow: 0 0 0 3px rgba(10, 92, 163, 0.15);
    outline: none;
}
/* Section title above table */
#DDTStatsModal .ddt-section-title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #063c6d;
    border-left: 3px solid #063c6d;
    padding-left: 0.5rem;
}
/* ── Metric-card dashboard ── */
#DDTStatsModal .stats-dash {
    padding: 6px 22px 18px;
}
#DDTStatsModal .stats-dash__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0 10px;
}
/* Toolbar: sample tabs + request */
#DDTStatsModal .stats-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
#DDTStatsModal .stats-samples {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    padding: 4px;
    background: #eef4fb;
    border-radius: 10px;
}
#DDTStatsModal .stats-sample-tab {
    border: none;
    background: transparent;
    color: #4a6880;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 7px;
    cursor: pointer;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease;
}
#DDTStatsModal .stats-sample-tab:hover {
    color: #063c6d;
}
#DDTStatsModal .stats-sample-tab--active {
    background: #ffffff;
    color: #063c6d;
    -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.15);
            box-shadow: 0 1px 3px rgba(6, 60, 109, 0.15);
}
#DDTStatsModal .stats-toolbar__request {
    margin-left: auto;
}
/* ── Section cards laid out as columns ── */
#DDTStatsModal .stats-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
}
#DDTStatsModal .stat-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 220px;
            flex: 1 1 220px;
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
}
#DDTStatsModal .stat-card {
    background: #ffffff;
    border: 1px solid #e4ecf4;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(6, 60, 109, 0.05);
            box-shadow: 0 1px 4px rgba(6, 60, 109, 0.05);
}
/* Special "Summary" card — branded header, accent, larger figures */
#DDTStatsModal .stat-card--summary {
    border-color: #063c6d;
    -webkit-box-shadow: 0 4px 16px rgba(6, 60, 109, 0.2);
            box-shadow: 0 4px 16px rgba(6, 60, 109, 0.2);
}
#DDTStatsModal .stat-card--summary .stat-card__head {
    background: linear-gradient(135deg, #063c6d 0%, #0a5ca3 100%);
    border-bottom-color: transparent;
}
#DDTStatsModal .stat-card--summary .stat-card__icon,
#DDTStatsModal .stat-card--summary .stat-card__title {
    color: #ffffff;
}
#DDTStatsModal .stat-card--summary .stat-line {
    padding-top: 12px;
    padding-bottom: 12px;
}
#DDTStatsModal .stat-card--summary .stat-line__label {
    color: #063c6d;
    font-weight: 700;
}
#DDTStatsModal .stat-card--summary .stat-line__value {
    font-size: 1.1rem;
    color: #063c6d;
}
/* Full-width horizontal Summary strip */
#DDTStatsModal .stat-summary {
    width: 100%;
    margin-bottom: 16px;
}
#DDTStatsModal .stat-summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#DDTStatsModal .stat-summary__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding: 14px 20px;
    border-right: 1px solid #eef2f7;
}
#DDTStatsModal .stat-summary__item:last-child {
    border-right: none;
}
#DDTStatsModal .stat-summary__label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4a6880;
}
#DDTStatsModal .stat-summary__value {
    font-size: 1.45rem;
    font-weight: 700;
    color: #063c6d;
    font-variant-numeric: tabular-nums;
}
#DDTStatsModal .stat-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f2f6fb;
    border-bottom: 1px solid #e4ecf4;
}
#DDTStatsModal .stat-card__icon {
    font-size: 0.8rem;
    color: #0a5ca3;
}
#DDTStatsModal .stat-card__title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #063c6d;
}
#DDTStatsModal .stat-card__body {
    padding: 2px 0;
}
#DDTStatsModal .stat-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    padding: 9px 14px;
    border-bottom: 1px solid #f0f4f9;
}
#DDTStatsModal .stat-line:last-child {
    border-bottom: none;
}
#DDTStatsModal .stat-line__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #2f4a63;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#DDTStatsModal .stat-line__value {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a6fd0;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
#DDTStatsModal .cell-spinner {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
    color: #4A74A8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#DDTStatsModal .highlightLoader {
    color: #4A74A8 !important;
}
#DDTStatsModal .stats-loading-banner {
    font-size: 0.72rem;
    font-weight: 600;
    color: #4a6880;
    gap: 0;
}
#DDTStatsModal .loading-banner-spinner {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 2px;
    color: #4A74A8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#DDTStatsModal .loading-banner-text {
    font-size: 0.72rem;
    color: #4a6880;
}
#DDTStatsModal .fade-enter-active,
#DDTStatsModal .fade-leave-active {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#DDTStatsModal .fade-enter,
#DDTStatsModal .fade-leave-to {
    opacity: 0;
}
.highlight {
    color: #0c78ff;
}
.download-button-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.download-button-container:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}
.download-button-container:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.modal-dialog-full {
    max-width: 95vw;
    width: 1040px;
    margin: 0.5rem auto;
}
.modal-content-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #063C6D;
    line-height: 1.25;
    border-radius: calc(0.3rem - 1px);
}
.modal-content-full .modal-body {
    /* background: #f0f4f9; */
    border-radius: calc(0.3rem - 1px);
}
.modal-body-scroll {
    overflow-y: auto;
    max-height: calc(95vh - 120px);
}
/* ── Responsive: adapt the report to smaller screens ── */
@media (max-width: 1080px) {
.modal-dialog-full {
        width: 96vw;
}
}
@media (max-width: 860px) {
.modal-dialog-full {
        width: 98vw;
        max-width: 98vw;
        top: 0;
}
#DDTStatsModal .stats-dash {
        padding: 6px 14px 14px;
}
    /* Cards stack two-up then one-up as space shrinks */
#DDTStatsModal .stat-col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 46%;
                flex: 1 1 46%;
}
#DDTStatsModal .ddt-form-area {
        padding: 14px 16px;
}
    /* Form fields stack full-width */
#DDTStatsModal .ddt-field--type,
    #DDTStatsModal .ddt-field--date {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        width: 100%;
}
    /* Toolbar: tabs + request stack and stretch */
#DDTStatsModal .stats-toolbar {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
}
#DDTStatsModal .stats-toolbar__request {
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
}
@media (max-width: 620px) {
#DDTStatsModal .stat-col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        min-width: 0;
}
#DDTStatsModal .stat-summary__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        border-bottom: 1px solid #eef2f7;
}
#DDTStatsModal .stat-summary__value {
        font-size: 1.2rem;
}
#DDTStatsModal .stats-samples {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
}
@media (max-width: 420px) {
#DDTStatsModal .stat-summary__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        border-right: none;
}
#DDTStatsModal .stat-summary__item:last-child {
        border-bottom: none;
}
}
.confirm-btn:hover {
    background-color: rgba(6, 60, 109, 0.8) !important;
}
.confirm-btn {
    font-size: 0.8rem !important;
    border: none !important;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.5rem;
    background-color: #063C6D;
}
#DDTStatsModal .request-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 22px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #ffffff !important;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #0a5ca3 0%, #063c6d 100%);
    -webkit-box-shadow: 0 3px 10px rgba(6, 60, 109, 0.35);
            box-shadow: 0 3px 10px rgba(6, 60, 109, 0.35);
    -webkit-transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
    transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
    transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
    transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
}
#DDTStatsModal .request-btn__icon {
    font-size: 0.8rem;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
#DDTStatsModal .request-btn:hover:not(:disabled) {
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
    -webkit-box-shadow: 0 5px 16px rgba(6, 60, 109, 0.45);
            box-shadow: 0 5px 16px rgba(6, 60, 109, 0.45);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#DDTStatsModal .request-btn:hover:not(:disabled) .request-btn__icon {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
}
#DDTStatsModal .request-btn:active:not(:disabled) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 2px 6px rgba(6, 60, 109, 0.3);
            box-shadow: 0 2px 6px rgba(6, 60, 109, 0.3);
}
#DDTStatsModal .request-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/* Footer Close button (both modals) — solid blue */
#DDTStatsModal .close-btn,
#confirmSampleRequest .close-btn {
    border: 1px solid #063c6d !important;
    background: #063c6d !important;
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 8px;
    -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
#DDTStatsModal .close-btn:hover,
#confirmSampleRequest .close-btn:hover {
    background: #0a5ca3 !important;
    border-color: #0a5ca3 !important;
    color: #ffffff !important;
}
#DDTStatsModal .request-btn-spacer {
    height: 36px;
}
#DDTStatsModal .request-btn-spacer .col-12 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f5f8fb;
    border-bottom: 1px solid #e4ecf4;
    border-right: 1px solid #e4ecf4;
}

*[data-v-76a807ae] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-76a807ae] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-76a807ae] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-76a807ae], body[data-v-76a807ae] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-76a807ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-76a807ae] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-76a807ae] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-76a807ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-76a807ae] {
    width: 70px !important;
}
.main-content[data-v-76a807ae] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-76a807ae] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-76a807ae] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-76a807ae] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-76a807ae] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-76a807ae] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-76a807ae] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-76a807ae] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-76a807ae] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-76a807ae] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-76a807ae] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-76a807ae] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-76a807ae] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-76a807ae] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-76a807ae] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-76a807ae] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-76a807ae] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-76a807ae]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-76a807ae] {
    display: none;
}
.label[data-v-76a807ae] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-76a807ae] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-76a807ae] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-76a807ae] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-76a807ae]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-76a807ae] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-76a807ae] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-76a807ae] {
    color: #98d7ec;
}
.text_format[data-v-76a807ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-76a807ae] {
    width: 40px;
    height: 50px;
}
.logout[data-v-76a807ae] {
    margin-top: auto !important;
}
[data-v-76a807ae] .modal-header,
.ptv-modal-header[data-v-76a807ae] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-76a807ae] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-76a807ae] {
color: black;
}
.zoom-btns-position[data-v-76a807ae] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-76a807ae] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-76a807ae] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-76a807ae] {
    color: #063C6D;
}
.moveable-container[data-v-76a807ae] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-76a807ae] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-76a807ae] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-76a807ae] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-76a807ae]::-webkit-scrollbar-track,
.scrollable[data-v-76a807ae]::-webkit-scrollbar-track,[data-v-76a807ae]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-76a807ae]::-webkit-scrollbar,
.scrollable[data-v-76a807ae]::-webkit-scrollbar,[data-v-76a807ae]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-76a807ae]::-webkit-scrollbar-thumb,
.scrollable[data-v-76a807ae]::-webkit-scrollbar-thumb,[data-v-76a807ae]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

/* ── Floating contextual action bar (bottom-center) ── */
.dd-action-bar {
    position: fixed;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 999px;
    -webkit-box-shadow: 0 8px 28px rgba(6, 60, 109, 0.28);
            box-shadow: 0 8px 28px rgba(6, 60, 109, 0.28);
    z-index: 1000;
}
.dd-action-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 20px;
    border: none !important;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.dd-action-btn:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.dd-action-btn__icon {
    font-size: 15px;
}
.dd-action-btn--primary,
.dd-action-btn--primary:focus {
    background: #063c6d !important;
    color: #ffffff !important;
}
.dd-action-btn--primary:hover:not(.disabled):not(:disabled) {
    background: #0a5ca3 !important;
    color: #ffffff !important;
}
.dd-action-btn--primary.disabled,
.dd-action-btn--primary:disabled {
    background: rgba(6, 60, 109, 0.25) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    cursor: not-allowed;
}
.dd-action-btn--ghost,
.dd-action-btn--ghost:focus {
    background: transparent !important;
    color: #063c6d !important;
}
.dd-action-btn--ghost:hover {
    background: rgba(6, 60, 109, 0.09) !important;
    color: #063c6d !important;
}
.sample-btn.disabled {
    border: 1px black solid !important;
}
.sample-btn {
    height: 40px;
    width: 250px;
    border: 1px black solid;
    font-size: 0.9rem;
    max-width: 250px;
    margin-bottom: 5px;
}
.clear-btn {
    height: 50px;
    width: 80px;
    border: 1px white solid;
    font-size: 1rem;
    max-width: 60px;
    background-color: #007BFF;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: large;
}
.clear-button-container {
    width: 45px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-self: right;
    border: 1px black solid;
}
.data-size {
  font-size: 15px !important;
  font-weight: 700;
  /* color: #007bff !important; */
}


/* ── Bar wrapper ─────────────────────────────────────── */
.yf-bar[data-v-5d1917da] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
          box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
  padding: 6px 10px;
  font-family: system-ui, -apple-system, sans-serif;
  overflow: hidden;
}
/* ── "Year" label on the left ────────────────────────── */
.yf-label[data-v-5d1917da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding-right: 10px;
  /* color: rgba(6, 60, 109, 0.55); */
  color: #063c6d;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.yf-label-ico[data-v-5d1917da] {
  font-size: 0.75rem;
  /* color: rgba(6, 60, 109, 0.45); */
  color: #063c6d;
}
/* ── Vertical divider ────────────────────────────────── */
.yf-divider[data-v-5d1917da] {
  width: 1px;
  height: 36px;
  background: rgba(6, 60, 109, 0.15);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* ── Items row ───────────────────────────────────────── */
.yf-items[data-v-5d1917da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.yf-items[data-v-5d1917da]::-webkit-scrollbar { display: none;
}
/* ── Individual year pill ────────────────────────────── */
.yf-item[data-v-5d1917da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid transparent;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.yf-item input[type="checkbox"][data-v-5d1917da] {
  display: none;
}
.yf-item[data-v-5d1917da]:hover {
  background: rgba(6, 60, 109, 0.06);
}
.yf-item--on[data-v-5d1917da] {
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.25);
}
.yf-item:not(.yf-item--on) .yf-swatch[data-v-5d1917da] {
  opacity: 0.25;
}
.yf-item:not(.yf-item--on) .yf-year[data-v-5d1917da] {
  opacity: 0.35;
}
/* ── Color swatch line ───────────────────────────────── */
.yf-swatch[data-v-5d1917da] {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
/* ── Year number ─────────────────────────────────────── */
.yf-year[data-v-5d1917da] {
  font-size: 0.68rem;
  font-weight: 700;
  color: #063c6d;
  letter-spacing: 0.01em;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}


.year-filter-anchor[data-v-4dfc0d6e] {
  position: fixed;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}


/* ============ Card shell ============ */
.att-card[data-v-5518eb67] {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(6, 60, 109, 0.18);
          box-shadow: 0 8px 24px rgba(6, 60, 109, 0.18);
  background: #ffffff;
}
/* ============ Header ============ */
.att-header[data-v-5518eb67] {
  background: linear-gradient(135deg, #0a4a85 0%, #063C6D 100%);
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.att-title[data-v-5518eb67] {
  font-family: 'Inter Bold', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-icon-btn[data-v-5518eb67] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, -webkit-transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease;
  transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.header-icon-btn[data-v-5518eb67]:hover {
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
/* ============ Attribute rows ============ */
.att-body[data-v-5518eb67] {
  max-height: 55vh;
  overflow-y: auto;
}
.att-row[data-v-5518eb67] {
  padding: 9px 0;
  border-bottom: 1px solid #eef1f5;
  -webkit-transition: background 0.12s ease;
  transition: background 0.12s ease;
}
.att-row[data-v-5518eb67]:nth-child(even) {
  background-color: #f6f8fb;
}
.att-row[data-v-5518eb67]:hover {
  background-color: #e8f0f9;
}
.att-text[data-v-5518eb67] {
  font-family: 'Inter Regular', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.att-name[data-v-5518eb67] {
  padding-left: 1.5rem;
  color: #5a6b7b;
  font-size: 0.9rem;
  text-transform: capitalize;
}
.att-value[data-v-5518eb67] {
  font-family: 'Inter Bold', sans-serif;
  padding-right: 1.5rem;
  color: #12324f;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: color 0.12s ease;
  transition: color 0.12s ease;
}
.att-value[data-v-5518eb67]:hover {
  color: #0a6bb5;
  text-decoration: underline;
}
/* ============ Footer / pagination ============ */
.att-footer[data-v-5518eb67] {
  padding: 12px 1.5rem;
  background: #f6f8fb;
  border-top: 1px solid #e5e9ef;
}
.pager-btn[data-v-5518eb67] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d4dbe4;
  border-radius: 50%;
  background: #ffffff;
  color: #063C6D;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.pager-btn[data-v-5518eb67]:hover:not(:disabled) {
  background: #063C6D;
  border-color: #063C6D;
  color: #ffffff;
}
.pager-btn[data-v-5518eb67]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pager-count[data-v-5518eb67] {
  margin: 0 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #12324f;
  white-space: nowrap;
}
.close-btn[data-v-5518eb67] {
  font-size: 0.8rem !important;
  background-color: #063c6d !important;
  border: none !important;
  border-radius: 20px !important;
  min-height: 38px;
  min-width: 84px;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.close-btn[data-v-5518eb67]:hover {
  background-color: rgba(6, 60, 109, 0.85) !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
/* ============ Misc ============ */
.disabled-icon[data-v-5518eb67] {
  pointer-events: none;
  opacity: 0.5;
}
.cursor-pointer[data-v-5518eb67] {
  cursor: pointer;
}

*[data-v-959a234e] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-959a234e] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-959a234e] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-959a234e], body[data-v-959a234e] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-959a234e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-959a234e] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-959a234e] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-959a234e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-959a234e] {
    width: 70px !important;
}
.main-content[data-v-959a234e] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-959a234e] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-959a234e] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-959a234e] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-959a234e] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-959a234e] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-959a234e] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-959a234e] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-959a234e] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-959a234e] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-959a234e] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-959a234e] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-959a234e] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-959a234e] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-959a234e] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-959a234e] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-959a234e] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-959a234e]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-959a234e] {
    display: none;
}
.label[data-v-959a234e] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-959a234e] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-959a234e] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-959a234e] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-959a234e]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-959a234e] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-959a234e] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-959a234e] {
    color: #98d7ec;
}
.text_format[data-v-959a234e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-959a234e] {
    width: 40px;
    height: 50px;
}
.logout[data-v-959a234e] {
    margin-top: auto !important;
}
[data-v-959a234e] .modal-header,
.ptv-modal-header[data-v-959a234e] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-959a234e] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-959a234e] {
color: black;
}
.zoom-btns-position[data-v-959a234e] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-959a234e] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-959a234e] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-959a234e] {
    color: #063C6D;
}
.moveable-container[data-v-959a234e] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-959a234e] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-959a234e] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-959a234e] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-959a234e]::-webkit-scrollbar-track,
.scrollable[data-v-959a234e]::-webkit-scrollbar-track,[data-v-959a234e]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-959a234e]::-webkit-scrollbar,
.scrollable[data-v-959a234e]::-webkit-scrollbar,[data-v-959a234e]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-959a234e]::-webkit-scrollbar-thumb,
.scrollable[data-v-959a234e]::-webkit-scrollbar-thumb,[data-v-959a234e]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

#ptv-map .ol-attribution {
  bottom: .5em !important;
  right: 2.4em !important;
}
.fly-clone {
  -webkit-transition: opacity 0.5s ease,
              scale 0.5s ease,
              -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease,
              scale 0.5s ease,
              -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.5s ease,
              scale 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.5s ease,
              scale 0.5s ease,
              -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #007bff;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  pointer-events: none;
  will-change: transform, opacity;
}


#gen-page-content-wrapper[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: #f8f9fa;
}
.gen-main[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.gen-fixed-nav[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 24px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
  -webkit-box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
}
.gen-user-info[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #063c6d;
}
.gen-user-avatar[data-v-501c42dd] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #ffffff;
  font-size: 1rem;
}
.gen-nav-actions[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.gen-nav-btn[data-v-501c42dd] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  color: #4a74a8;
  font-size: 1.05rem;
  cursor: pointer;
  -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
}
.gen-nav-btn[data-v-501c42dd]:hover {
  background: #ffffff;
  color: #063c6d;
  -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
          box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.gen-nav-btn[data-v-501c42dd]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.gen-nav-btn[data-v-501c42dd]:disabled:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #4a74a8;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.gen-signout-btn[data-v-501c42dd]:hover {
  background: #fff;
  color: #dc3545;
  -webkit-box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
          box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
}
.gen-user-greeting[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.gen-user-greeting-label[data-v-501c42dd] {
  font-size: 0.72rem;
  font-weight: 500;
  color: #8ab0cc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gen-user-greeting-name[data-v-501c42dd] {
  font-size: 1.02rem;
  font-weight: 700;
  color: #063c6d;
}
.container-fluid.gen-dashboard-content[data-v-501c42dd] {
  position: relative; /* positioning context for the maximized map */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 20px 20px 20px;
}

/* When the map is maximized, lock the page scroll so the map stays put */
.container-fluid.gen-dashboard-content.gen-content--map-max[data-v-501c42dd] {
  overflow: hidden;
}
.gen-dashboard-section[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.left-col[data-v-501c42dd],
.right-col[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-height: 0;
  min-width: 0;
}

/* ── Chart card ── */
.chart-card[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 260px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
          box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart-card-body[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding: 1.1rem 1.3rem;
}
.gen-card-header-row[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}
.gen-card-header-icon[data-v-501c42dd] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.1);
  color: #063c6d;
  font-size: 0.85rem;
}
.gen-card-title-text[data-v-501c42dd] {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #063c6d;
  letter-spacing: 0.2px;
}
.chart-container[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: auto;
}

/* ── Releases card ── */
.releases-card[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
          box-shadow: 0 2px 10px rgba(6, 60, 109, 0.07);
  overflow: hidden;
}
.releases-card-body[data-v-501c42dd] {
  padding: 1.1rem 1.3rem;
}
.releases-table[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.releases-table[data-v-501c42dd] .vgt-table.modern-table {
  border: none;
  font-size: 0.85rem;
  background: transparent;
}
.releases-table[data-v-501c42dd] .vgt-table.modern-table th {
  background-color: transparent;
  color: #8ab0cc;
  border: none;
  border-bottom: 1px solid rgba(6, 60, 109, 0.12);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  padding: 8px 12px;
}
.releases-table[data-v-501c42dd] .vgt-table.modern-table td {
  border: none;
  border-bottom: 1px solid rgba(6, 60, 109, 0.06);
  color: #063c6d;
  font-weight: 500;
  padding: 10px 12px;
  -webkit-transition: background-color 0.12s ease;
  transition: background-color 0.12s ease;
}
.releases-table[data-v-501c42dd] .vgt-table.modern-table tr:last-child td {
  border-bottom: none;
}
.releases-table[data-v-501c42dd] .vgt-table.modern-table tr:hover td {
  background-color: rgba(6, 60, 109, 0.045);
}

/* ── Mileage strip ── */
.total-mileage-strip[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.total-mileage-card[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 130px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.08);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.08);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.total-mileage-card[data-v-501c42dd]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(6, 60, 109, 0.14);
          box-shadow: 0 6px 16px rgba(6, 60, 109, 0.14);
}
.total-mileage-card-body[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.85rem 1.1rem;
}
.total-mileage-region[data-v-501c42dd] {
  font-size: 0.7rem;
  color: #8ab0cc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.total-mileage-display[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.35rem;
}
.total-mileage-value[data-v-501c42dd] {
  font-size: 1.9rem;
  font-weight: 700;
  color: #063c6d;
  line-height: 1;
}
.total-mileage-unit[data-v-501c42dd] {
  font-size: 0.9rem;
  color: #8ab0cc;
  font-weight: 500;
}
.total-mileage-label[data-v-501c42dd] {
  font-size: 0.72rem;
  color: #9fb4c4;
  margin-top: 0.35rem;
}

/* ── Map card ── */
.map-card[data-v-501c42dd] {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(6, 60, 109, 0.08);
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 12px rgba(6, 60, 109, 0.08);
          box-shadow: 0 2px 12px rgba(6, 60, 109, 0.08);
  overflow: hidden;
}
.map-card-header[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.7rem 1.1rem;
  background: linear-gradient(135deg, #ffffff 0%, #f6fafd 100%);
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
}
.map-card-title[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.map-card-title-icon[data-v-501c42dd] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.1);
  color: #063c6d;
  font-size: 0.85rem;
}
.map-card-title-text[data-v-501c42dd] {
  color: #063c6d;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

/* Fullscreen toggle button */
.map-fullscreen-btn[data-v-501c42dd] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 9px;
  background-color: rgba(6, 60, 109, 0.08);
  color: #063c6d;
  font-size: 0.85rem;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.map-fullscreen-btn[data-v-501c42dd]:hover {
  background-color: #063c6d;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* Maximized: fill the dashboard content area while keeping the side menu
   and the top welcome nav visible (does not cover the whole viewport) */
.map-card--fullscreen[data-v-501c42dd] {
  position: absolute;
  inset: 12px 12px 12px 12px;
  z-index: 1500;
  width: auto !important;
  height: auto !important;
}
.map-body[data-v-501c42dd] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
#vehiclesMap[data-v-501c42dd] {
  height: 100%;
  width: 100%;
}

/* ── Map layer panel ── */
.map-layer-panel[data-v-501c42dd] {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 5;
  width: 258px;
  max-height: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  -webkit-box-shadow: 0 8px 28px rgba(6, 60, 109, 0.18), 0 1px 2px rgba(6, 60, 109, 0.1);
          box-shadow: 0 8px 28px rgba(6, 60, 109, 0.18), 0 1px 2px rgba(6, 60, 109, 0.1);
  padding: 0.75rem 0.85rem;
  -webkit-transition: max-height 0.2s ease, padding 0.2s ease;
  transition: max-height 0.2s ease, padding 0.2s ease;
}
.map-layer-panel--minimized[data-v-501c42dd] {
  max-height: none;
  padding-bottom: 0.75rem;
}
.map-layer-panel-header[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.map-layer-panel:not(.map-layer-panel--minimized) .map-layer-panel-header[data-v-501c42dd] {
  margin-bottom: 0.55rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.map-layer-panel-title[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #063c6d;
  margin: 0;
}
.map-layer-panel-title[data-v-501c42dd]::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1f9d55;
  -webkit-box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.18);
          box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.18);
}
.map-layer-panel-minimize[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: rgba(6, 60, 109, 0.06);
  color: #063c6d;
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.72rem;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.map-layer-panel-minimize[data-v-501c42dd]:hover {
  background-color: rgba(6, 60, 109, 0.14);
}
.layer-toggle-list[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
.layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar {
  width: 5px;
  background-color: transparent !important;
}
.layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar-track {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 999px;
}
.map-layer-panel:hover .layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar-track {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-radius: 999px;
}
.map-layer-panel:hover .layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar-thumb {
  background-color: rgba(6, 60, 109, 0.25) !important;
}
.map-layer-panel:hover .layer-toggle-list[data-v-501c42dd]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(6, 60, 109, 0.5) !important;
}
.layer-row[data-v-501c42dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.layer-row[data-v-501c42dd]:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 4px rgba(6, 60, 109, 0.08);
          box-shadow: 0 1px 4px rgba(6, 60, 109, 0.08);
}
.layer-drag-handle[data-v-501c42dd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #9fb3c8;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 2px;
}
.layer-drag-handle[data-v-501c42dd]:hover {
  color: #063c6d;
}
.layer-row:active .layer-drag-handle[data-v-501c42dd] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.layer-row-label[data-v-501c42dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
  color: #063c6d;
  font-size: 0.9rem;
}
.layer-toggle-switch[data-v-501c42dd] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38px;
  height: 20px;
  border: none;
  border-radius: 999px;
  background-color: #cbd5e1;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.layer-toggle-switch.is-on[data-v-501c42dd] {
  background-color: #1f9d55;
  -webkit-box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.15);
          box-shadow: 0 0 0 3px rgba(31, 157, 85, 0.15);
}
.layer-toggle-knob[data-v-501c42dd] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layer-toggle-switch.is-on .layer-toggle-knob[data-v-501c42dd] {
  left: 20px;
}

/* ── Footer ── */
.gen-copyright[data-v-501c42dd] {
  position: fixed;
  bottom: 10px;
  right: 12px;
  z-index: 5;
}
.gen-attribution[data-v-501c42dd] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  color: #063c6d !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: none;
  border-radius: 999px;
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}
.gen-attribution[data-v-501c42dd]:hover {
  color: #063c6d !important;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none !important;
}

*[data-v-107bf840] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-107bf840] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-107bf840]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-107bf840]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-107bf840]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-107bf840]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-107bf840]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-107bf840]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-107bf840] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-107bf840] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-107bf840], body[data-v-107bf840] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-107bf840] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-107bf840] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-107bf840] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-107bf840] {
  width: 70px !important;
}
.main-content[data-v-107bf840] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-107bf840] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-107bf840] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-107bf840] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-107bf840] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-107bf840] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-107bf840] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-107bf840] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-107bf840] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-107bf840] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-107bf840] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-107bf840] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-107bf840] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-107bf840] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-107bf840] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-107bf840] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-107bf840]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-107bf840] {
  display: none;
}
.label[data-v-107bf840] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-107bf840] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-107bf840] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-107bf840] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-107bf840]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-107bf840] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-107bf840] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-107bf840] {
  color: #98d7ec;
}
.text_format[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-107bf840] {
  width: 40px;
  height: 50px;
}
.logout[data-v-107bf840] {
  margin-top: auto !important;
}
[data-v-107bf840] .modal-header,
.generic-modal-header[data-v-107bf840] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-107bf840] {
  color: #063C6D;
}
.moveable-container[data-v-107bf840] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-107bf840] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-107bf840] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-107bf840] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.nav-collapse-toggle[data-v-107bf840] {
  padding: 10px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.nav-collapse-toggle[data-v-107bf840]:hover {
  background-color: rgba(6, 47, 86, 0.65) !important;
}
.nav-toggle-inner[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
.nav-toggle-btn[data-v-107bf840] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(152, 215, 236, 0.25);
  -webkit-transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease;
  transition: background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease, transform 0.35s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.35s ease;
}

/* Chevron points left when expanded, flips to point right when collapsed. */
.nav-toggle-btn.collapsed[data-v-107bf840] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Hover styling deliberately avoids `transform` so the collapsed rotation
   above is never clobbered by specificity. */
.nav-collapse-toggle:hover .nav-toggle-btn[data-v-107bf840] {
  background: rgba(152, 215, 236, 0.18);
  border-color: rgba(152, 215, 236, 0.6);
  -webkit-box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
          box-shadow: 0 0 0 3px rgba(152, 215, 236, 0.08);
}
.nav-toggle-icon[data-v-107bf840] {
  font-size: 0.8rem;
  color: #cce8f5;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.nav-collapse-toggle:hover .nav-toggle-icon[data-v-107bf840] {
  opacity: 1;
}
.nav-toggle-text[data-v-107bf840] {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #98d7ec;
  opacity: 0.7;
}

/* ── Animated accordion submenu (matches DT_NavBar) ─────────── */
.has-submenu .text_format[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.submenu-arrow[data-v-107bf840] {
  margin-left: auto;
  margin-right: 10px;
  font-size: 0.95rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.has-submenu.open .submenu-arrow[data-v-107bf840] {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.submenu[data-v-107bf840] {
  position: static;
  list-style: none;
  margin: 0 0 0 18px;
  padding-left: 5px;
  padding-right: 5px;
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
  border-left: 2px solid #1a6ea8;
  border-radius: 0 0 6px 6px;
  -webkit-transition: max-height 0.3s ease, padding 0.25s ease;
  transition: max-height 0.3s ease, padding 0.25s ease;
}
.has-submenu.open .submenu[data-v-107bf840] {
  max-height: 200px;
  padding: 4px 0 6px;
}
.sidebar-navigation.menuCollapsed .has-submenu.open .submenu[data-v-107bf840] {
  max-height: 0;
  padding: 0;
}
.submenu-item[data-v-107bf840] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  color: #cce8f5;
  -webkit-transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}
.submenu-item[data-v-107bf840]:hover {
  background: rgba(26, 110, 168, 0.35);
  color: #ffffff;
  padding-left: 16px;
}
.submenu-item-icon[data-v-107bf840] {
  width: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: #98d7ec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.submenu-item-text[data-v-107bf840] {
  font-size: 0.76rem;
  font-weight: 300;
  white-space: nowrap;
}


/* ── Modal shell ── */
.generic-release-modal .modal-content {
  background: transparent;
  border: none;
}
.generic-release-modal .modal-header {
  background: #063c6d;
  color: white;
  border-bottom: 1px solid rgba(77, 184, 255, 0.2);
  padding: 1.1rem 1.4rem;
}
.generic-release-modal .modal-body {
  border-radius: 0 0 12px 12px;
  padding: 0;
}
/* ── Header ── */
.grm-header { gap: 14px;
}
.grm-header-icon {
  width: 40px;
  height: 40px;
  background: rgba(77, 184, 255, 0.12);
  border: 1px solid rgba(77, 184, 255, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grm-header-icon svg { width: 22px; height: 22px;
}
.grm-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #e8f4ff;
  letter-spacing: 0.02em;
}
.grm-subtitle {
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}
.grm-header-badge {
  background: rgba(77, 184, 255, 0.12);
  border: 1px solid rgba(77, 184, 255, 0.25);
  color: #4db8ff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
/* ── Footer ── */
.generic-release-modal .modal-footer {
  background: #ffffff;
  border-top: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 0 0 12px 12px;
  padding: 0.75rem 1.2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* ── Close button ── */
.grm-close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
  padding: 0.5rem 1.6rem;
  border: none;
  border-radius: 22px;
  background: #063c6d;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
  transition: filter 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease;
}
.grm-close-btn:hover {
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(6, 60, 109, 0.3);
          box-shadow: 0 4px 12px rgba(6, 60, 109, 0.3);
}
.grm-close-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* ── Body / grid ── */
.grm-body {
  padding: 1.2rem 1.2rem 0.8rem;
}
.grm-grid { margin: 0 -8px;
}
.grm-card-col { padding: 0 8px;
}
/* ── Card ── */
.grm-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(77, 184, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.grm-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(77, 184, 255, 0.55);
  -webkit-box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
          box-shadow: 0 8px 32px rgba(4, 150, 233, 0.2), 0 0 0 1px rgba(77, 184, 255, 0.2) inset;
}
.grm-card:hover .grm-card-shine {
  left: 120%;
}
.grm-card:hover .grm-map-glow {
  opacity: 1;
}
.grm-card:hover .grm-action-label {
  color: #4db8ff;
}
.grm-card:hover .grm-action-arrow {
  color: #4db8ff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
/* Shine sweep */
.grm-card-shine {
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.06), transparent);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  pointer-events: none;
}
/* ── Icon preview panel ── */
.grm-map-preview {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #041e3a 0%, #063c6d 60%, #0a5499 100%);
  border-right: 1px solid rgba(77, 184, 255, 0.1);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grm-map-glow {
  position: absolute;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(4, 150, 233, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.grm-map-img {
  width: 72px;
  height: auto;
  max-height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.4)) brightness(1.05);
          filter: drop-shadow(0 2px 8px rgba(4, 150, 233, 0.4)) brightness(1.05);
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
}
.grm-card:hover .grm-map-img {
  -webkit-filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.65)) brightness(1.15);
          filter: drop-shadow(0 4px 14px rgba(4, 150, 233, 0.65)) brightness(1.15);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.grm-map-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}
.grm-globe-icon { width: 48px; height: 48px;
}
/* ── Card info ── */
.grm-card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 14px;
  min-width: 0;
}
.grm-region-name {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.grm-release-label {
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.grm-release-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 500;
}
.grm-date-dot {
  width: 5px;
  height: 5px;
  background: #4db8ff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}
/* ── Action area ── */
.grm-card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 0 14px 0 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.grm-action-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.grm-action-arrow {
  width: 18px;
  height: 18px;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
/* ── Empty state ── */
.grm-empty { padding: 2.5rem 0; color: #063c6d;
}
.grm-empty-icon { font-size: 2.5rem; margin-bottom: 0.5rem; opacity: 0.4;
}

*[data-v-27730019] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-27730019] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-27730019]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-27730019]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-27730019]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-27730019]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-27730019]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-27730019]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-27730019] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-27730019] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-27730019], body[data-v-27730019] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-27730019] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-27730019] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-27730019] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-27730019] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-27730019] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-27730019] {
  width: 70px !important;
}
.main-content[data-v-27730019] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-27730019] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-27730019] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-27730019] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-27730019] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-27730019] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-27730019] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-27730019] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-27730019] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-27730019] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-27730019] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-27730019] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-27730019] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-27730019] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-27730019] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-27730019] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-27730019]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-27730019] {
  display: none;
}
.label[data-v-27730019] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-27730019] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-27730019] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-27730019] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-27730019]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-27730019] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-27730019] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-27730019] {
  color: #98d7ec;
}
.text_format[data-v-27730019] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-27730019] {
  width: 40px;
  height: 50px;
}
.logout[data-v-27730019] {
  margin-top: auto !important;
}
[data-v-27730019] .modal-header,
.generic-modal-header[data-v-27730019] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-27730019] {
  color: #063C6D;
}
.moveable-container[data-v-27730019] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-27730019] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-27730019] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-27730019] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


#genericFilterModal .modal-lg {
  max-width: 1100px !important;
}

/* ---- Modal shell ---- */
#genericFilterModal .filter-modal-content {
  overflow: hidden;
  font-family: 'Inter Regular', 'Open sans', sans-serif;
}
#genericFilterModal .filter-modal-header {
  background: #063c6d !important;
  color: #fff !important;
  padding: 1rem 1.4rem;
  border-bottom: none;
}
#genericFilterModal .filter-modal-header .modal-title {
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
}
#genericFilterModal .filter-modal-body {
  padding: 1.3rem 1.4rem 1.4rem;
  color: #063c6d;
}

/* ---- Hint ---- */
#genericFilterModal .filter-hint {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(6, 60, 109, 0.65);
  margin: 0 0 1rem;
  padding: 0.6rem 0.8rem;
  background: rgba(74, 159, 224, 0.1);
  border-left: 3px solid #4a9fe0;
  border-radius: 0 8px 8px 0;
}
#genericFilterModal .filter-hint .svg-inline--fa {
  color: #0a5499;
}

/* ---- Rule builder card ---- */
#genericFilterModal .filter-builder {
  background: #f4f6f8;
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 12px;
  padding: 0.9rem 1rem 1rem;
  margin-bottom: 1.1rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 18px rgba(6, 60, 109, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 6px 18px rgba(6, 60, 109, 0.08);
}
#genericFilterModal .filter-builder-title {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 0.7rem;
}
#genericFilterModal .filter-field-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: rgba(6, 60, 109, 0.6);
  margin-bottom: 0.25rem;
}

/* ---- Form controls ---- */
#genericFilterModal .form-control,
#genericFilterModal .custom-select {
  background-color: #f4f6f8;
  border: 1px solid rgba(6, 60, 109, 0.15);
  border-radius: 8px;
  color: #063c6d;
  font-size: 0.88rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(6, 60, 109, 0.06);
          box-shadow: inset 0 1px 2px rgba(6, 60, 109, 0.06);
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}
#genericFilterModal .form-control::-webkit-input-placeholder {
  color: #8aa6bf;
}
#genericFilterModal .form-control::-moz-placeholder {
  color: #8aa6bf;
}
#genericFilterModal .form-control:-ms-input-placeholder {
  color: #8aa6bf;
}
#genericFilterModal .form-control::-ms-input-placeholder {
  color: #8aa6bf;
}
#genericFilterModal .form-control::placeholder {
  color: #8aa6bf;
}
#genericFilterModal .form-control:hover,
#genericFilterModal .custom-select:hover {
  border-color: rgba(74, 159, 224, 0.6);
  background-color: #fff;
}
#genericFilterModal .form-control:focus,
#genericFilterModal .custom-select:focus {
  border-color: #4a9fe0;
  -webkit-box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.2);
          box-shadow: 0 0 0 3px rgba(74, 159, 224, 0.2);
  background-color: #fff;
}
#genericFilterModal select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%230a4a7f%27 d=%27M0 1.5 4 5.5 8 1.5z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 9px;
}
#genericFilterModal .red-border {
  border-color: #e5484d !important;
  background-color: #fdeceb !important;
}

/* ---- Disabled rule-value inputs ---- */
#genericFilterModal .rule-input {
  background-color: #fff;
  color: #063c6d;
  opacity: 1;
}
#genericFilterModal .rule-input:disabled {
  background-color: #fff;
  opacity: 0.85;
}

/* ---- Active rules ---- */
#genericFilterModal .active-rules {
  margin-bottom: 0.5rem;
}
#genericFilterModal .active-rules-title {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(6, 60, 109, 0.55);
  margin-bottom: 0.55rem;
}
#genericFilterModal .rule-row {
  background: rgba(6, 60, 109, 0.04);
  border: 1px solid rgba(6, 60, 109, 0.1);
  border-radius: 10px;
  padding: 0.5rem 0.4rem;
  margin-bottom: 0.5rem;
}

/* ---- Add-rule circular button ---- */
#genericFilterModal .filter-add-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #4a9fe0, #2f7fc4);
  -webkit-box-shadow: 0 2px 8px rgba(47, 127, 196, 0.4);
          box-shadow: 0 2px 8px rgba(47, 127, 196, 0.4);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
}
#genericFilterModal .filter-add-circle:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  -webkit-box-shadow: 0 4px 12px rgba(47, 127, 196, 0.5);
          box-shadow: 0 4px 12px rgba(47, 127, 196, 0.5);
}
#genericFilterModal .filter-add-circle:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ---- Remove-rule icon ---- */
#genericFilterModal .rule-remove-btn {
  cursor: pointer;
  color: #d43a3f;
  -webkit-transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
#genericFilterModal .rule-remove-btn:hover {
  color: #e5484d;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* ---- Footer ---- */
#genericFilterModal .filter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.6rem;
  padding-top: 0.9rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(6, 60, 109, 0.1);
}
#genericFilterModal .filter-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.2px;
  padding: 0.5rem 1.15rem;
  border: none;
  -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease,
    background 0.15s ease, color 0.15s ease;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease,
    background 0.15s ease, color 0.15s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.15s ease, -webkit-filter 0.15s ease;
}
#genericFilterModal .filter-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#genericFilterModal .filter-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#genericFilterModal .filter-clear-btn.btn-outline-danger {
  background: #fff;
  border: 1px solid #e5484d;
  color: #d43a3f;
}
#genericFilterModal .filter-clear-btn.btn-outline-danger:hover {
  background: #e5484d;
  border-color: #e5484d;
  color: #fff;
}
#genericFilterModal .filter-close-btn {
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.25) !important;
  color: #063c6d;
}
#genericFilterModal .filter-close-btn:hover {
  background: #063c6d;
  border-color: #063c6d !important;
  color: #fff;
}

*[data-v-2a9ac1e4] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-2a9ac1e4] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-2a9ac1e4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-2a9ac1e4]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-2a9ac1e4]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-2a9ac1e4] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-2a9ac1e4] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-2a9ac1e4], body[data-v-2a9ac1e4] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-2a9ac1e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-2a9ac1e4] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-2a9ac1e4] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-2a9ac1e4] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-2a9ac1e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-2a9ac1e4] {
  width: 70px !important;
}
.main-content[data-v-2a9ac1e4] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-2a9ac1e4] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-2a9ac1e4] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-2a9ac1e4] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-2a9ac1e4] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-2a9ac1e4] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-2a9ac1e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-2a9ac1e4] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-2a9ac1e4] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-2a9ac1e4] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-2a9ac1e4] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-2a9ac1e4]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-2a9ac1e4] {
  display: none;
}
.label[data-v-2a9ac1e4] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-2a9ac1e4] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-2a9ac1e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-2a9ac1e4] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-2a9ac1e4]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-2a9ac1e4] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-2a9ac1e4] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-2a9ac1e4] {
  color: #98d7ec;
}
.text_format[data-v-2a9ac1e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-2a9ac1e4] {
  width: 40px;
  height: 50px;
}
.logout[data-v-2a9ac1e4] {
  margin-top: auto !important;
}
[data-v-2a9ac1e4] .modal-header,
.generic-modal-header[data-v-2a9ac1e4] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-2a9ac1e4] {
  color: #063C6D;
}
.moveable-container[data-v-2a9ac1e4] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-2a9ac1e4] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-2a9ac1e4] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-2a9ac1e4] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.layer-list-container[data-v-2a9ac1e4] {
    /* border: 2px solid #063c6d; */
    /* Fill down to the bottom of the screen (panel sits at top:10px, leave a
       ~10px gap at the bottom). Flex column keeps the header fixed and lets the
       layer list flex/scroll into the remaining space. Uses max-height so it
       still shrinks to fit when there are only a few layers. */
    max-height: calc(100vh - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 320px;
    border-radius: 5px;
    overflow: hidden;
    /* background-color: transparent !important; */
}
.layer-list-container .layers[data-v-2a9ac1e4] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.data-panel[data-v-2a9ac1e4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 12px 14px;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    position: relative;
}
.data-panel__minimize[data-v-2a9ac1e4] {
    position: absolute;
    bottom: 8%;
    right: 6%;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
}
.data-panel__minimize[data-v-2a9ac1e4]:hover {
    opacity: 0.7;
}
.layer-list-font[data-v-2a9ac1e4] {
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
}
.change-region-btn[data-v-2a9ac1e4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, rgba(32, 255, 155, 0.18) 0%, rgba(4, 150, 233, 0.15) 100%);
    border: 1.5px solid rgba(32, 255, 155, 0.6);
    border-radius: 8px;
    color: #20ff9b;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
            box-shadow: 0 0 10px rgba(32, 255, 155, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
    -webkit-transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
.change-region-btn[data-v-2a9ac1e4]:hover {
    background: linear-gradient(135deg, rgba(32, 255, 155, 0.32) 0%, rgba(4, 150, 233, 0.25) 100%);
    border-color: #20ff9b;
    -webkit-box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
            box-shadow: 0 0 18px rgba(32, 255, 155, 0.45), 0 2px 8px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    color: #fff;
    text-shadow: 0 0 8px rgba(32, 255, 155, 0.8);
}
.change-region-btn[data-v-2a9ac1e4]:active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
            box-shadow: 0 0 6px rgba(32, 255, 155, 0.25);
}
.change-region-icon[data-v-2a9ac1e4] {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.layers[data-v-2a9ac1e4] {
    width: 100%;
    padding: 8px;
    background-color: #eef3f9;
}
.layer-btn[data-v-2a9ac1e4] {
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    padding: 6px 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    color: #063c6d;
}
.layer-row-label[data-v-2a9ac1e4] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layer-arrow[data-v-2a9ac1e4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    color: #063c6d;
    cursor: pointer !important;
}
.layer-arrow--end[data-v-2a9ac1e4] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
}
.layer-row[data-v-2a9ac1e4] {
    padding: 0 !important;
    margin: 0 0 8px;
    width: 100%;
    min-height: 44px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.layer-row[data-v-2a9ac1e4]:last-child {
    margin-bottom: 0;
}
.layer-row[data-v-2a9ac1e4]:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
    border-color: rgba(6, 60, 109, 0.2);
}
.available-not-enabled[data-v-2a9ac1e4] {
  background-color: #ffffff;
}
.available-enabled[data-v-2a9ac1e4] {
  background-color: #eaf7ef;
  -webkit-box-shadow: inset 3px 0 0 #1f9d55;
          box-shadow: inset 3px 0 0 #1f9d55;
}
.unavailable[data-v-2a9ac1e4] {
  background-color: #eef1f4;
  opacity: 0.55;
  cursor: not-allowed;
}
.unavailable .layer-btn[data-v-2a9ac1e4] {
  cursor: not-allowed;
  pointer-events: none;
}
.orange-font[data-v-2a9ac1e4] {
  color: orange !important;
}
/* ── Scrollbar ── */
.layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar {
  width: 5px;
}
.layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-track {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 999px;
}
.layer-list-container:hover .layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-track {
  background-color: rgba(6, 60, 109, 0.06) !important;
  border-radius: 999px;
}
.layer-list-container:hover .layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-thumb {
  background-color: rgba(6, 60, 109, 0.25) !important;
}
.layer-list-container:hover .layers.scroll-Container[data-v-2a9ac1e4]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(6, 60, 109, 0.5) !important;
}


.extents-panel[data-v-ffd2922c] {
  padding: 8px 10px 10px;
  min-width: 200px;
}
.extents-label[data-v-ffd2922c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.extents-row[data-v-ffd2922c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  overflow: visible;
  max-height: none;
}
.extent-card[data-v-ffd2922c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 5px 7px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, border-color 0.12s ease;
  transition: background 0.12s ease, border-color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.extent-card[data-v-ffd2922c]:hover:not(.extent-card--active) {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}
.extent-card--active[data-v-ffd2922c] {
  background: rgba(0, 123, 255, 0.25);
  border-color: #007bff;
  cursor: default;
}
.extent-img[data-v-ffd2922c] {
  width: 48px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
}
.extent-name[data-v-ffd2922c] {
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  line-height: 1.25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.disable[data-v-e78454aa] {
  opacity: 0.6;
  pointer-events: none;
}
.lidar-container[data-v-e78454aa] {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(var(--vh, 1vh) * 100 - 160px);
  /* border: 1px solid rgba(6, 60, 109, 0.12); */
  background: transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
          box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
  color: #063c6d;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}
.tg-header[data-v-e78454aa] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  background: #063c6d;
}
.tg-header-border[data-v-e78454aa] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.tg-header span[data-v-e78454aa] {
  color: #ffffff !important;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tg-header .clickable[data-v-e78454aa] {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.75rem;
}
.tg-header .clickable[data-v-e78454aa]:hover {
  color: #ffffff !important;
}
.tg-body[data-v-e78454aa] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 8px;
  background-color: #eef3f9;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
}
.tg-body[data-v-e78454aa]::-webkit-scrollbar {
  width: 4px;
}
.tg-body[data-v-e78454aa]::-webkit-scrollbar-track {
  background: transparent;
}
.tg-body[data-v-e78454aa]::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.22);
  border-radius: 2px;
}
.tg-body[data-v-e78454aa]::-webkit-scrollbar-button {
  display: none;
}
.lidar-label-size[data-v-e78454aa] {
  width: 80%;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.lidar-container .w-100.mt-1[data-v-e78454aa] {
  margin-top: 4px !important;
}
.lidar-container .clickable[data-v-e78454aa] {
  color: rgba(6, 60, 109, 0.8);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.lidar-container .clickable[data-v-e78454aa]:hover {
  color: #063c6d;
}
.lidar-container span[data-v-e78454aa] {
  color: #063c6d;
  font-size: 0.6rem;
}
.lidar-group-off[data-v-e78454aa] {
  color: #063c6d;
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.2);
}
.lidar-group-off[data-v-e78454aa]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.4);
}
.lidar-off[data-v-e78454aa] {
  color: #063c6d;
  background: #fff;
  border: 1px solid rgba(6, 60, 109, 0.18);
}
.lidar-off[data-v-e78454aa]:hover {
  color: #063c6d;
  background: rgba(6, 60, 109, 0.06);
  border-color: rgba(6, 60, 109, 0.35);
}
.lidar-container .btn-primary[data-v-e78454aa] {
  color: #ffffff;
  background: #063c6d;
  border-color: #063c6d;
}
.lidar-container .btn-primary[data-v-e78454aa]:hover {
  background: #0a4f8f;
  border-color: #0a4f8f;
}
.blue-border-bottom[data-v-e78454aa] {
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.blue-background[data-v-e78454aa] {
  background: #063c6d;
  color: #ffffff !important;
  border-radius: 6px 6px 0 0;
}
.tg-spinner[data-v-e78454aa] {
  color: rgba(6, 60, 109, 0.5) !important;
}
.tg-warning[data-v-e78454aa] {
  color: #b26a00;
}
.tg-warning span[data-v-e78454aa] {
  color: #b26a00 !important;
  font-weight: 600;
}
.text-color[data-v-e78454aa] {
  color: #063c6d;
}


.menu-position[data-v-2ea95c22] {
  position: relative;
}
.tools-strip[data-v-2ea95c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #063c6d;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  overflow: hidden;
}
.tool-btn[data-v-2ea95c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 40px;
  background: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tool-btn[data-v-2ea95c22]:last-child {
  border-right: none;
}
.tool-btn[data-v-2ea95c22]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.tool-btn--active[data-v-2ea95c22] {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.tool-btn--warn[data-v-2ea95c22] {
  color: #ffc107;
}

/* Popup panel area — attached directly under the strip so it reads as one unit */
.tools-popup-area[data-v-2ea95c22] {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: 200;
}
.tools-popup[data-v-2ea95c22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #063c6d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 20px rgba(6, 60, 109, 0.45);
          box-shadow: 0 6px 20px rgba(6, 60, 109, 0.45);
  overflow: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: toolsDropDown-2ea95c22 0.18s ease-out both;
          animation: toolsDropDown-2ea95c22 0.18s ease-out both;
}

/* Gentle slide-down reveal — plays each time the panel is shown (v-show flip) */
@-webkit-keyframes toolsDropDown-2ea95c22 {
from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes toolsDropDown-2ea95c22 {
from {
    opacity: 0;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

*[data-v-14d5f992] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-14d5f992] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-14d5f992]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-14d5f992]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-14d5f992]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-14d5f992]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-14d5f992]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-14d5f992]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-14d5f992] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-14d5f992] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-14d5f992], body[data-v-14d5f992] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-14d5f992] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-14d5f992] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-14d5f992] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-14d5f992] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-14d5f992] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-14d5f992] {
  width: 70px !important;
}
.main-content[data-v-14d5f992] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-14d5f992] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-14d5f992] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-14d5f992] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-14d5f992] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-14d5f992] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-14d5f992] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-14d5f992] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-14d5f992] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-14d5f992] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-14d5f992] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-14d5f992] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-14d5f992] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-14d5f992] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-14d5f992] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-14d5f992] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-14d5f992]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-14d5f992] {
  display: none;
}
.label[data-v-14d5f992] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-14d5f992] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-14d5f992] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-14d5f992] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-14d5f992]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-14d5f992] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-14d5f992] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-14d5f992] {
  color: #98d7ec;
}
.text_format[data-v-14d5f992] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-14d5f992] {
  width: 40px;
  height: 50px;
}
.logout[data-v-14d5f992] {
  margin-top: auto !important;
}
[data-v-14d5f992] .modal-header,
.generic-modal-header[data-v-14d5f992] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-14d5f992] {
  color: #063C6D;
}
.moveable-container[data-v-14d5f992] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-14d5f992] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-14d5f992] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-14d5f992] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.generic-lat-long-container {
    width: 200px;
    height: 40px;
    background-color: #063c6d;
    /* background-color: #007bff; */
    /* background-color: rgb(2.6, 97.5, 151.45); */
    /* background-color: whitesmoke; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
    border-radius: 5px;
    border: 2px #063c6d solid;
}
.icon-container {
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    /* color: #063c6d; */
}
.search-container {
    color: white;
    /* color: #063c6d; */
    width: 200px;
    height: 75%;
    padding-left: 5px;
}
.input-area:focus {
    border: none !important;
    border-bottom: 2px #FFFFFF solid !important; 
    border-radius: 0 !important;
    /* color: #063c6d; */
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.input-area::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.8;
}
.input-area {
    width: 93%;
    height: 100%;
    border: none !important;
    border-bottom: 2px #FFFFFF solid !important; 
    border-radius: 0 !important;
    color: white;
    /* color: #063c6d; */
    background-color: transparent;
    font-weight: 500;
    padding-left: 5px;
}
.search-icon {
    cursor: pointer;
}
.search-icon:hover {
    opacity: 0.8;
}
.dot {
 height: 65px;
 width: 70px;
  background-color: #FFFFFF;
  color: #063c6d;
  border-radius: 50%;
  display: inline-block;
}


.measurement-widget[data-v-297ded42] {
  width: 200px;
  background: #063c6d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}
.measurement-header[data-v-297ded42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.measurement-header-icon[data-v-297ded42] {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.measurement-header-label[data-v-297ded42] {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.measurement-body[data-v-297ded42] {
  padding: 6px 14px;
}
.measurement-row[data-v-297ded42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.measurement-key[data-v-297ded42] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.measurement-val[data-v-297ded42] {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

*[data-v-36440066] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-36440066] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-36440066]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-36440066]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-36440066]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-36440066]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-36440066]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-36440066]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-36440066] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-36440066] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-36440066], body[data-v-36440066] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-36440066] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-36440066] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-36440066] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-36440066] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-36440066] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-36440066] {
  width: 70px !important;
}
.main-content[data-v-36440066] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-36440066] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-36440066] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-36440066] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-36440066] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-36440066] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-36440066] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-36440066] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-36440066] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-36440066] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-36440066] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-36440066] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-36440066] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-36440066] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-36440066] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-36440066] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-36440066]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-36440066] {
  display: none;
}
.label[data-v-36440066] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-36440066] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-36440066] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-36440066] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-36440066]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-36440066] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-36440066] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-36440066] {
  color: #98d7ec;
}
.text_format[data-v-36440066] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-36440066] {
  width: 40px;
  height: 50px;
}
.logout[data-v-36440066] {
  margin-top: auto !important;
}
[data-v-36440066] .modal-header,
.generic-modal-header[data-v-36440066] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-36440066] {
  color: #063C6D;
}
.moveable-container[data-v-36440066] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-36440066] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-36440066] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-36440066] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.generic-zoom-container {
    width: 40px;
    height: 40px;
    background-color: #063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 5.5px;
    border: 2px #063c6d solid;
    color: white;
    font-size: medium !important;
}


.disabled-icon[data-v-448a722c] {
  pointer-events: none;
  opacity: 0.5;
}
.att-text[data-v-448a722c] {
  font-size: 14px !important;
  /* font-family: 'Inter Regular', sans-serif; */
  opacity: 1 !important;
  white-space: initial !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.att-value[data-v-448a722c] {
  font-size: 14px !important;
  /* font-family: 'Inter Bold', sans-serif; */
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-448a722c] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.row[data-v-448a722c]:nth-child(even) {
  background-color: #f3f2f2;
}
.blue-header[data-v-448a722c] {
  background-color: #063C6D;
  color: white;
}
.cursor-pointer[data-v-448a722c] {
  cursor: pointer;
}

*[data-v-2bfdcc55] {
  margin: 0;
  padding: 0;
  font-family: 'Inter Regular', 'Open sans', sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
  /* font-size: 16px; */
  font-weight: 500;
  line-height: 1.6 !important;
  font-style: normal !important;
  /* color: whitesmoke !important; */
}
.scrollable[data-v-2bfdcc55] {
  /* max-height: 75vh !important; */
  overflow-y: auto;
  overflow-x: hidden;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-2bfdcc55]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
.scroll-Container[data-v-2bfdcc55]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-2bfdcc55]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
[data-v-2bfdcc55]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
[data-v-2bfdcc55]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5 !important;
}
[data-v-2bfdcc55]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-2bfdcc55] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-2bfdcc55] {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  position: relative;
}
html[data-v-2bfdcc55], body[data-v-2bfdcc55] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-2bfdcc55] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading[data-v-2bfdcc55] {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 600000;
}
.menu-bg-blue-transparent[data-v-2bfdcc55] {
  background: rgba(6, 47, 86, 0.65);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-2bfdcc55] {
  background: rgba(6, 47, 86, 0.9);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-2bfdcc55] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
  background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  text-align: right;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.sidebar-navigation.menuCollapsed[data-v-2bfdcc55] {
  width: 70px !important;
}
.main-content[data-v-2bfdcc55] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: azure;
  overflow: hidden; /* scroll only if actual content overflows */
  height: 100vh;
  position: relative;
}
.maps-content[data-v-2bfdcc55] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Setting background color to black is necessary for black base map */
  background-color: black !important;
}
.dashboard[data-v-2bfdcc55] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
}
.layer-list-position[data-v-2bfdcc55] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-2bfdcc55] {
  position: absolute;
  top: 10px;
  left: 335px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-2bfdcc55] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-2bfdcc55] {
  position: absolute;
  top: 10px;
  right: 215px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-2bfdcc55] {
  position: absolute;
  top: 10px;
  right: 420px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-2bfdcc55] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-2bfdcc55] {
  position: absolute;
  top: 53px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-2bfdcc55] {
  text-align: center;
  color: whitesmoke;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; /* hide vertical overflow here too */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-2bfdcc55] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.nav-collapse-list[data-v-2bfdcc55] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-2bfdcc55] {
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: all ease-out 120ms;
  transition: all ease-out 120ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-2bfdcc55] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-2bfdcc55] {
  display: inline-block;
  position: absolute;
  background-color: #1939d7;
  padding: 8px 15px;
  border-radius: 3px;
  margin-top: -26px;
  left: 90px;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-2bfdcc55]:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-2bfdcc55] {
  display: none;
}
.label[data-v-2bfdcc55] {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-2bfdcc55] {
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-2bfdcc55] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}
.menuCollapsed .label[data-v-2bfdcc55] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-2bfdcc55]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-2bfdcc55] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-2bfdcc55] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-2bfdcc55] {
  color: #98d7ec;
}
.text_format[data-v-2bfdcc55] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-left: 26px;
}
.logo[data-v-2bfdcc55] {
  width: 40px;
  height: 50px;
}
.logout[data-v-2bfdcc55] {
  margin-top: auto !important;
}
[data-v-2bfdcc55] .modal-header,
.generic-modal-header[data-v-2bfdcc55] {
  background: -webkit-gradient(linear, left top, right top, from(#063C6D), color-stop(#063C6D), to(#063C6D)) !important;
  background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important;
  color: white !important;
  padding: 1rem 1.5rem;
  /* border-bottom: none; */
}
.dark-blue-text[data-v-2bfdcc55] {
  color: #063C6D;
}
.moveable-container[data-v-2bfdcc55] {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 25;
  width: 670px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 0px;
}
.attribute-table[data-v-2bfdcc55] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-2bfdcc55] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-2bfdcc55] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


#generic-map .ol-attribution {
  bottom: .5em !important;
  right: .5em !important;
}


.ai-height {
  height: 100vh;
}

/* ── Card shell ── */
.chat-container .card.ai-height {
  border: 1px solid rgba(6, 60, 109, 0.1) !important;
  border-radius: 16px;
  -webkit-box-shadow: 0 12px 40px rgba(6, 60, 109, 0.14);
          box-shadow: 0 12px 40px rgba(6, 60, 109, 0.14);
  overflow: hidden;
}

/* ── Sidebar header ── */
.sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.85rem 0.9rem 0.7rem;
  border-bottom: 1px solid rgba(6, 60, 109, 0.08);
}
.sidebar-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #063c6d;
}
.add-chat-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a5da8 0%, #063c6d 100%);
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.add-chat-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.35);
          box-shadow: 0 4px 10px rgba(6, 60, 109, 0.35);
}
.bottom-container {
  position: fixed;
  bottom: 0;
  width: 26%;
  padding-top: 12px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ffffff 55%, rgba(255, 255, 255, 0));
}
.sidebarbox {
  height: calc(100vh - 56px);
  overflow-y: auto;
  padding: 0.4rem 0.4rem 1rem;
}
.add-chat:hover {
  opacity: 0.7;
}
.chat-action:hover {
  background-color: rgb(2.6, 97.5, 151.45);
  border-radius: 5px;
  cursor: pointer;
}
.chat-action {
  padding: 5px 0px;
}
.chat-tooltip .arrow::before {
  border-top-color: rgb(2.6, 97.5, 151.45) !important;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
  visibility: hidden;
}
.chat-tooltip .tooltip-inner {
  background: #184877;
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
  color: white;
  padding: 5px;
  border-radius: 5px;
  /* white-space: pre-line; */
  text-align: left;
  max-width: none !important;
  font-weight: normal;
  width: auto !important;
  white-space: nowrap;
  max-width: none !important;
}
.bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cdd9ec;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
  margin-left: 4%;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
  -webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
}
.bubble:hover {
  background: #f2f7fd;
  -webkit-box-shadow: 0 3px 8px rgba(6, 60, 109, 0.12);
          box-shadow: 0 3px 8px rgba(6, 60, 109, 0.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.chat-tooltip {
  opacity: 1.0 !important;
  width: auto !important;
  white-space: nowrap;
  max-width: none !important;
  position: absolute !important;
  will-change: transform !important;
  top: 0px !important;
  left: 0px !important;
  -webkit-transform: translate3d(1052px, 46px, 0px) !important;
          transform: translate3d(1052px, 46px, 0px) !important;
}
.chat {
  width: 95%;
  color: #33475b;
  cursor: pointer;
  min-height: 42px;
  border-radius: 10px;
  padding: 2px 4px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.chat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.9rem;
}
.chat-title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
  /* or use flex-grow if you'd rather */
}
.chat-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat-options:hover {
  opacity: 0.7;
  cursor: pointer;
}
.chat:hover {
  background-color: #e7eef7;
  color: #063c6d;
}
.chat-clicked {
  background: linear-gradient(135deg, #1a5da8 0%, #063c6d 100%);
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.2);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.2);
}
.chat-clicked .timestamp {
  color: rgba(255, 255, 255, 0.7);
}
.gray-text {
  color: dimgray;
}
.history-menu {
  background-color: #f7fafd;
  border-right: 1px solid rgba(6, 60, 109, 0.08);
}
.open-color {
  color: aqua;
}
.chat-container {
  width: 35vw;
  border-radius: 10px;
  /* transition: width 0.5s !important; */
}
.messages-box {
  overflow-y: auto;
  -webkit-transition: height 0.5s !important;
  transition: height 0.5s !important;
  padding-top: 5px;
  margin-bottom: 2%;
  position: relative;
  height: calc(100vh - 160px);
}
.chat-messages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 10px;
  overflow-y: auto;
}
.message {
  margin-bottom: 18px;
  max-width: 72%;
  padding: 12px 16px;
  border-radius: 18px;
  position: relative;
  line-height: 1.45;
  font-size: 0.92rem;
  word-break: break-word;
}
.message.user {
  background: linear-gradient(135deg, #1a5da8 0%, #063c6d 100%);
  color: #ffffff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(6, 60, 109, 0.2);
          box-shadow: 0 3px 10px rgba(6, 60, 109, 0.2);
}
.message.user .timestamp {
  color: rgba(255, 255, 255, 0.72);
}
.message.bot {
  background: #f1f4f8;
  color: #1f2d3d;
  border: 1px solid rgba(6, 60, 109, 0.06);
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom-left-radius: 5px;
  max-width: 72%;
  width: auto !important;
  -webkit-box-shadow: 0 1px 4px rgba(6, 60, 109, 0.05);
          box-shadow: 0 1px 4px rgba(6, 60, 109, 0.05);
}
.message.bot.no-response {
  max-width: 60%;
}
.timestamp {
  font-size: 10px;
  color: #999;
  margin-top: 4px;
  text-align: right;
}
.chat-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.chat-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
}
.chat-input button {
  background: #4a90e2;
  color: white;
  border: none;
  padding: 10px 16px;
  margin-left: 8px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.chat-input button:hover {
  background: #3b78c4;
}
.ai-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  min-height: 50px;
  max-height: 75px;
  height: auto;
}
.border {
  border-radius: 10px 10px 10px 10px;
}
.bot_color {
  background: linear-gradient(135deg, #1a5da8 0%, #063c6d 100%);
  height: 100%;
  color: white;
}
.btnstyle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #1a5da8 0%, #063c6d 100%);
  height: 42px;
  width: 42px;
  border: none;
  -webkit-box-shadow: 0 3px 8px rgba(6, 60, 109, 0.28);
          box-shadow: 0 3px 8px rgba(6, 60, 109, 0.28);
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.btnstyle:hover:not(:disabled) {
  color: white;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 14px rgba(6, 60, 109, 0.38);
          box-shadow: 0 5px 14px rgba(6, 60, 109, 0.38);
}
.btnstyle:disabled {
  opacity: 0.6;
}

/* TYPING ANIMATION */
.typing-indicator {
  position: relative;
  display: inline-block;
  color: black;
  /* solid text always visible */
  font-weight: 600;
  overflow: hidden;
}

/* subtle silver shimmer overlay */

/* .typing-indicator::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  color: black; */

/* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 45%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.4) 55%,
    rgba(255, 255, 255, 0) 100%
  ); */

/* background: black; */

/* background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text; */

/* animation: waveBlink 3s linear infinite; */

/* pointer-events: none;
} */

/* LEFT → RIGHT movement, slower and softer */

/* @keyframes waveBlink {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
} */
.typing-indicator .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: black;
  -webkit-animation: blink 1.2s infinite;
          animation: blink 1.2s infinite;
}
.typing-indicator .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.typing-indicator .dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.widgetIcon {
  color: #184877;
}
.widgetIcon:hover {
  color: rgb(255, 149, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Smooth transition for hover effect */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}
.faIcon {
  color: #184877;
  font-size: 0.80rem;
}
.faFeedbackIcon {
  color: #d17606;
  font-size: 0.80rem;
}
.faFeedbackIcon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.faIcon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* slightly enlarge on hover */
}
.textarea {
  width: 100%;
  min-height: 50px;
  max-height: 150px;
  resize: none;
  padding: 12px 16px;
  border-radius: 14px !important;
  border: 1px solid #d3dfec !important;
  background-color: #fbfcfe;
  font-size: 0.95rem;
  color: #063c6d;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
          box-shadow: 0 1px 3px rgba(6, 60, 109, 0.05);
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.textarea::-webkit-input-placeholder {
  color: #9fb3c8;
}
.textarea::-moz-placeholder {
  color: #9fb3c8;
}
.textarea:-ms-input-placeholder {
  color: #9fb3c8;
}
.textarea::-ms-input-placeholder {
  color: #9fb3c8;
}
.textarea::placeholder {
  color: #9fb3c8;
}
.textarea:focus {
  border-color: #1a5da8 !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 93, 168, 0.12);
          box-shadow: 0 0 0 3px rgba(26, 93, 168, 0.12);
}
.sidebar {
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  overflow: hidden;
}
.sidebar.collapsed {
  width: 0 !important;
  padding: 0 !important;
}
.content {
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.feedbackIcons {
  margin-top: -20px;
}
.mainContent {
  padding-top: 2%
}
.modern-popup {
  background-color: #ffffff;
  /* clean white background */
  padding: 10px 15px;
  /* more comfortable spacing */
  border-radius: 8px;
  /* rounded corners */
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* subtle shadow */
  border: none;
  /* no harsh border */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333333;
  /* dark gray text */
  pointer-events: auto;
  /* allow clicks inside popup */
  max-width: 250px;
  /* optional: limit width */
}
.modern-popup b {
  color: #1a73e8;
  /* highlight labels in blue */
}
@-webkit-keyframes blink {
0%,
  80%,
  100% {
    opacity: 0.2;
}
40% {
    opacity: 1;
}
}
@keyframes blink {
0%,
  80%,
  100% {
    opacity: 0.2;
}
40% {
    opacity: 1;
}
}


.hr[data-v-41291787] {
  margin-top: 1px;
  margin-bottom: 4px;
  background-color: #80909f !important;
}
ScrollStyle[data-v-41291787] {
  max-height: 1055px;
  overflow-y: scroll;
}

/* Thin, seamless scrollbar */
[data-v-41291787]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-41291787]::-webkit-scrollbar-track {
  background: transparent;
}
[data-v-41291787]::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.4);
  border-radius: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
[data-v-41291787]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.7);
}

/* Remove arrow buttons */
[data-v-41291787]::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
#AI-content[data-v-41291787] {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}



.ai-zoom-container {
    width: 40px;
    height: 40px;
    background-color: #063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 5.5px;
    border: 2px #063c6d solid;
    color: white;
    font-size: medium !important;
}


.lat-long-container {
    width: 200px;
    height: 40px;
    background-color: #063c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
    border-radius: 5px;
    border: 2px #063c6d solid;
}
.icon-container {
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
}
.search-container {
    color: white;
    width: 200px;
    height: 75%;
    padding-left: 5px;
}
.input-area:focus {
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.input-area::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}
.input-area {
    width: 93%;
    height: 100%;
    border: none !important;
    border-bottom: 2px white solid !important; 
    border-radius: 0 !important;
    color: white;
    background-color: transparent;
    font-weight: 500;
    padding-left: 5px;
}
.search-icon {
    cursor: pointer;
}
.search-icon:hover {
    opacity: 0.8;
}
.dot {
 height: 65px;
    width: 70px;
  background-color: #ffffff;
  color: #063c6d;
  border-radius: 50%;
  display: inline-block;
}


.widget-container[data-v-34b48a2c] {
  background-color: #063c6d;
  height: 40px;
  width: 200px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
          box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  overflow: hidden;
}
.widget-container .tool[data-v-34b48a2c] {
  height: 100%;
  width: 50px;
  padding: 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  -webkit-transition: background 0.12s ease, color 0.12s ease;
  transition: background 0.12s ease, color 0.12s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.widget-container .tool[data-v-34b48a2c]:last-child {
  border-right: none;
}
.widget-container .tool[data-v-34b48a2c]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.widget-container .tool .icon[data-v-34b48a2c] {
  height: 14px;
  width: 14px;
}
.widget-container .tool.active[data-v-34b48a2c] {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}


.layer-name-header[data-v-fa4c545a] {
  white-space: nowrap;
  margin: 12px;
}
.legend-scroll[data-v-fa4c545a] {
  overflow-y: auto;
}

*[data-v-4e84cdf5] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ai-map .ol-attribution[data-v-4e84cdf5] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-4e84cdf5] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-4e84cdf5],
body[data-v-4e84cdf5] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    /* Prevent unwanted scrollbars */
}
.app-container[data-v-4e84cdf5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-4e84cdf5] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-4e84cdf5] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-4e84cdf5] {
    display: inline-block;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 235px;
    background-color: #063c6d;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top;
    /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.collapsed[data-v-4e84cdf5] {
    width: 70px !important;
}
.main-content[data-v-4e84cdf5] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden;
    /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-4e84cdf5] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-4e84cdf5] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-4e84cdf5] {
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.layer-legend-position[data-v-4e84cdf5] {
    position: absolute;
    top: 312px;
    right: 1px;
    z-index: 1000;
}
.ai-position[data-v-4e84cdf5] {
    position: absolute;
    /* left: 10px; */
    z-index: 1000;
    /* Must be higher than OL's default */
}
.lat-long-position[data-v-4e84cdf5] {
    position: absolute;
    top: 10px;
    right: 215px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-4e84cdf5] {
    position: absolute;
    top: 10px;
    right: 420px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.widget-position[data-v-4e84cdf5] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.measurement-position[data-v-4e84cdf5] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-4e84cdf5] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sidebar-navigation ul li[data-v-4e84cdf5] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-4e84cdf5] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto;
    /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-4e84cdf5] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-4e84cdf5]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.collapsed ul li .label[data-v-4e84cdf5] {
    display: none;
}
.label[data-v-4e84cdf5] {
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.collapsed .label[data-v-4e84cdf5] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-4e84cdf5]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-4e84cdf5] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-4e84cdf5] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-4e84cdf5] {
    color: #98d7ec;
}
.text_format[data-v-4e84cdf5] {
    text-align: left;
    margin-left: 18px;
}
.logo[data-v-4e84cdf5] {
    width: 40px;
    height: 50px;
}
.logout[data-v-4e84cdf5] {
    margin-top: auto !important;
}
.logo-container[data-v-4e84cdf5] {
    position: fixed;
    bottom: 20px;
    /* distance from bottom */
    right: 20px;
    /* distance from right */
    z-index: 9999;
    /* make sure it's on top */
}
.logo-container img[data-v-4e84cdf5] {
    width: 130px;
    /* adjust logo size */
    height: auto;
    opacity: 0.9;
    /* slight transparency (optional) */
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.logo-container img[data-v-4e84cdf5]:hover {
    opacity: 1;
    /* fully visible on hover */
    cursor: pointer;
}
.legend-border[data-v-4e84cdf5]{
  border-radius: 5px 5px 5px 5px;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-4e84cdf5]::-webkit-scrollbar-track,
.scrollable[data-v-4e84cdf5]::-webkit-scrollbar-track,[data-v-4e84cdf5]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-4e84cdf5]::-webkit-scrollbar,
.scrollable[data-v-4e84cdf5]::-webkit-scrollbar,[data-v-4e84cdf5]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-4e84cdf5]::-webkit-scrollbar-thumb,
.scrollable[data-v-4e84cdf5]::-webkit-scrollbar-thumb,[data-v-4e84cdf5]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.layer-list-container[data-v-4e84cdf5] {
    /* border: 2px solid #063c6d; */
    height: auto;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.data-panel[data-v-4e84cdf5] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 5%;
}
.layer-list-font[data-v-4e84cdf5] {
    font-size: 15px !important;
    font-weight: 500;
}
.change-database-text[data-v-4e84cdf5] {
    position: absolute;
    color: #20ff9b;
    cursor: pointer;
    font-size: 12px !important;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    width: 100%;
    right: 5px;
    text-align: right;
}
.layers[data-v-4e84cdf5] {
    width: 100%;
    padding: 4px 4px;
    background-color: #eef3f9;
}
.layer-btn[data-v-4e84cdf5] {
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    padding: 6px 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    color: #063c6d;
}
.layer-row-label[data-v-4e84cdf5] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px !important;
}
.layer-arrow--end[data-v-4e84cdf5] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
.layer-arrow[data-v-4e84cdf5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #063c6d;
    cursor: pointer !important;
}
.layer-row[data-v-4e84cdf5] {
    padding: 0 !important;
    margin: 0 0 8px;
    width: 100%;
    min-height: 44px;
    background-color: #ffffff;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 3px rgba(6, 60, 109, 0.06);
    overflow: hidden;
    cursor: pointer !important;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.layer-row[data-v-4e84cdf5]:last-child {
    margin-bottom: 0;
}
.layer-row[data-v-4e84cdf5]:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 10px rgba(6, 60, 109, 0.14);
    border-color: rgba(6, 60, 109, 0.2);
}
.available-not-enabled[data-v-4e84cdf5] {
    background-color: #ffffff;
}
.available-enabled[data-v-4e84cdf5] {
    background-color: #eaf7ef;
    -webkit-box-shadow: inset 3px 0 0 #1f9d55;
            box-shadow: inset 3px 0 0 #1f9d55;
}
.unavailable[data-v-4e84cdf5] {
    background-color: #eef1f4;
    opacity: 0.55;
    cursor: not-allowed;
}
.unavailable .layer-btn[data-v-4e84cdf5] {
    cursor: not-allowed;
    pointer-events: none;
}
.cursor[data-v-4e84cdf5] {
    cursor: pointer;
}

*[data-v-0932b4d6] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ai-map .ol-attribution[data-v-0932b4d6] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-0932b4d6] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-0932b4d6],
body[data-v-0932b4d6] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    /* Prevent unwanted scrollbars */
}
.app-container[data-v-0932b4d6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-0932b4d6] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-0932b4d6] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-0932b4d6] {
    display: inline-block;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 235px;
    background-color: #063c6d;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top;
    /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.collapsed[data-v-0932b4d6] {
    width: 70px !important;
}
.main-content[data-v-0932b4d6] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden;
    /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-0932b4d6] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-0932b4d6] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-0932b4d6] {
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.layer-legend-position[data-v-0932b4d6] {
    position: absolute;
    top: 312px;
    right: 1px;
    z-index: 1000;
}
.ai-position[data-v-0932b4d6] {
    position: absolute;
    /* left: 10px; */
    z-index: 1000;
    /* Must be higher than OL's default */
}
.lat-long-position[data-v-0932b4d6] {
    position: absolute;
    top: 10px;
    right: 215px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-0932b4d6] {
    position: absolute;
    top: 10px;
    right: 420px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.widget-position[data-v-0932b4d6] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.measurement-position[data-v-0932b4d6] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-0932b4d6] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sidebar-navigation ul li[data-v-0932b4d6] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-0932b4d6] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto;
    /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-0932b4d6] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-0932b4d6]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.collapsed ul li .label[data-v-0932b4d6] {
    display: none;
}
.label[data-v-0932b4d6] {
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.collapsed .label[data-v-0932b4d6] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-0932b4d6]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-0932b4d6] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-0932b4d6] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-0932b4d6] {
    color: #98d7ec;
}
.text_format[data-v-0932b4d6] {
    text-align: left;
    margin-left: 18px;
}
.logo[data-v-0932b4d6] {
    width: 40px;
    height: 50px;
}
.logout[data-v-0932b4d6] {
    margin-top: auto !important;
}
.logo-container[data-v-0932b4d6] {
    position: fixed;
    bottom: 20px;
    /* distance from bottom */
    right: 20px;
    /* distance from right */
    z-index: 9999;
    /* make sure it's on top */
}
.logo-container img[data-v-0932b4d6] {
    width: 130px;
    /* adjust logo size */
    height: auto;
    opacity: 0.9;
    /* slight transparency (optional) */
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.logo-container img[data-v-0932b4d6]:hover {
    opacity: 1;
    /* fully visible on hover */
    cursor: pointer;
}
.legend-border[data-v-0932b4d6]{
  border-radius: 5px 5px 5px 5px;
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-0932b4d6]::-webkit-scrollbar-track,
.scrollable[data-v-0932b4d6]::-webkit-scrollbar-track,[data-v-0932b4d6]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-0932b4d6]::-webkit-scrollbar,
.scrollable[data-v-0932b4d6]::-webkit-scrollbar,[data-v-0932b4d6]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-0932b4d6]::-webkit-scrollbar-thumb,
.scrollable[data-v-0932b4d6]::-webkit-scrollbar-thumb,[data-v-0932b4d6]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.notif-panel[data-v-01da5dd4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 340px;
}
.notif-panel-header[data-v-01da5dd4] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.7rem 1rem;
    background: #4A74A8;
}
.notif-panel-title[data-v-01da5dd4] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.notif-panel-actions[data-v-01da5dd4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
}
.notif-mark-all-btn[data-v-01da5dd4] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    padding: 2px 8px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-mark-all-btn[data-v-01da5dd4]:hover {
    background: rgba(255, 255, 255, 0.15);
}
.notif-close-btn[data-v-01da5dd4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26px;
    height: 26px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-close-btn[data-v-01da5dd4]:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.notif-list[data-v-01da5dd4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    position: relative;
}
.notif-move[data-v-01da5dd4] {
    -webkit-transition: -webkit-transform 0.32s ease;
    transition: -webkit-transform 0.32s ease;
    transition: transform 0.32s ease;
    transition: transform 0.32s ease, -webkit-transform 0.32s ease;
}
.notif-leave-active[data-v-01da5dd4] {
    position: absolute;
    width: 100%;
    -webkit-animation: notifPoof-01da5dd4 0.38s ease forwards;
            animation: notifPoof-01da5dd4 0.38s ease forwards;
}
@-webkit-keyframes notifPoof-01da5dd4 {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
@keyframes notifPoof-01da5dd4 {
0%   { -webkit-transform: scale(1); transform: scale(1);    opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
20%  { -webkit-transform: scale(0.93); transform: scale(0.93); opacity: 1;   -webkit-filter: blur(0px);   filter: blur(0px);
}
55%  { -webkit-transform: scale(1.07); transform: scale(1.07); opacity: 0.7; -webkit-filter: blur(0px); filter: blur(0px);
}
100% { -webkit-transform: scale(0); transform: scale(0);    opacity: 0;   -webkit-filter: blur(4px);   filter: blur(4px);
}
}
.notif-empty[data-v-01da5dd4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem 1rem;
    font-size: 0.83rem;
    color: #6c757d;
    gap: 0.5rem;
}
.notif-item[data-v-01da5dd4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6rem;
    padding: 0.85rem 1rem 2rem;
    border-bottom: 1px solid #f0f4f9;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
.notif-item[data-v-01da5dd4]:last-child {
    border-bottom: none;
}
.notif-item[data-v-01da5dd4]:hover {
    background: #f8fafc;
}
.notif-item--unread[data-v-01da5dd4] {
    background: #eef3f9;
}
.notif-item--unread[data-v-01da5dd4]:hover {
    background: #e2ecf6;
}
.notif-unread-dot[data-v-01da5dd4] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4A74A8;
    margin-top: 5px;
}
.notif-body[data-v-01da5dd4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.notif-message[data-v-01da5dd4] {
    font-size: 0.82rem;
    color: #344767;
    margin: 0 0 3px;
    line-height: 1.4;
    word-break: break-word;
    white-space: pre-line;
}
.notif-item--unread .notif-message[data-v-01da5dd4] {
    font-weight: 600;
    color: #063c6d;
}
.notif-time[data-v-01da5dd4] {
    font-size: 0.72rem;
    color: #6c757d;
}
.notif-delete-btn[data-v-01da5dd4] {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    border-radius: 4px;
    color: #adb5bd;
    font-size: 0.72rem;
    cursor: pointer;
    -webkit-transition: background 0.12s ease, color 0.12s ease;
    transition: background 0.12s ease, color 0.12s ease;
}
.notif-delete-btn[data-v-01da5dd4]:hover {
    background: #f8d7da;
    color: #721c24;
}


.nav-left[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.nav-back[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #4A74A8;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: background 0.15s ease, color 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease;
}
.nav-back[data-v-001524f9]:hover {
    background: #eef3f9;
    color: #063c6d;
}
.nav-separator[data-v-001524f9] {
    color: #adb5bd;
    font-size: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nav-page[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3rem;
    font-size: 0.92rem;
    color: #6c757d;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
}
.active-page[data-v-001524f9] {
    color: #063c6d;
    font-weight: 600;
    background: #eef3f9;
    border: 1px solid rgba(74, 116, 168, 0.2);
}

/* Larger / Monitor Screen View */
@media (min-width: 1700px) {
.userInfo[data-v-001524f9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        color: #063c6d;
        font-size: 16px;
        gap: 10px;
}
.chart-margin[data-v-001524f9] {
        margin-top: 1rem !important;
}
.ptv-table-scroll[data-v-001524f9] {
        overflow-y: auto !important;
}
}

/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-001524f9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        color: #063c6d;
        font-size: 17px;
        gap: 10px;
}
.chart-margin[data-v-001524f9] {
        margin-top: 0.5rem !important;
}
.ptv-table-scroll[data-v-001524f9] {
        overflow-y: auto !important;
}
}
#page-content-wrapper[data-v-001524f9] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    background-color: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.dashboard-main[data-v-001524f9] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.dashboard-scroll[data-v-001524f9] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ── Fixed top nav ── */
.dt-fixed-nav[data-v-001524f9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 24px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(6, 60, 109, 0.08);
    -webkit-box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
}
.dt-user-info[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #063c6d;
}
.dt-user-avatar[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
    -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
            box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #ffffff;
    font-size: 1rem;
}
.dt-user-greeting[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
}
.dt-user-greeting-label[data-v-001524f9] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #8ab0cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dt-user-greeting-name[data-v-001524f9] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #063c6d;
}
.dt-nav-actions[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.dt-nav-btn[data-v-001524f9] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    color: #4A74A8;
    font-size: 1.05rem;
    cursor: pointer;
    -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
}
.dt-nav-btn[data-v-001524f9]:hover {
    background: #ffffff;
    color: #063c6d;
    -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
.dt-nav-btn[data-v-001524f9]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.dt-nav-btn[data-v-001524f9]:disabled:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #4A74A8;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
}
.dt-signout-btn[data-v-001524f9]:hover {
    background: #fff;
    color: #dc3545;
    -webkit-box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
            box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
}
.notif-drawer[data-v-001524f9] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #dee2e6;
    -webkit-transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.notif-drawer--open[data-v-001524f9] {
    width: 340px;
}
.notif-bell-btn[data-v-001524f9] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(74, 116, 168, 0.25);
    border-radius: 8px;
    background: #fff;
    color: #4A74A8;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.notif-bell-btn[data-v-001524f9]:hover,
.notif-bell-btn--active[data-v-001524f9] {
    background: #eef3f9;
    color: #063c6d;
    -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.15);
            box-shadow: 0 2px 8px rgba(74, 116, 168, 0.15);
}
.notif-bell-badge[data-v-001524f9] {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #dc3545;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}
.card h2[data-v-001524f9] {
    font-size: 2rem;
    margin: 0;
}
.widgetColor[data-v-001524f9] {
    /* background-color: #1975d8; */
    background-color: #316fb1;
    border-radius: 2%;
}
.chart-placeholder[data-v-001524f9] {
    height: 300px;
    background: repeating-linear-gradient(45deg,
            #f0f0f0,
            #f0f0f0 10px,
            #e0e0e0 10px,
            #e0e0e0 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #555;
    font-size: 1.2rem;
}
.navbar[data-v-001524f9] {
    padding: 0.75rem 1.25rem;
}
.highlight[data-v-001524f9] {
    stroke: rgb(35, 223, 82);
    stroke-width: 2px;
    fill: rgba(159, 204, 153, 0.1);
}
.dmap[data-v-001524f9] {
    width: 100%;
    height: 400px;
}
#dmap[data-v-001524f9]:focus {
    outline: #4A74A8 solid 0.15em;
}
.table-wrapper[data-v-001524f9] {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.1);
            box-shadow: 0 2px 8px rgba(74, 116, 168, 0.1);
    overflow: hidden;
}
.table-header[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #4A74A8;
    border-bottom: 2px solid;
    padding: 0.7rem 1.25rem;
    color: #fff;
}
.table-header-left[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
}
.table-header-dot[data-v-001524f9] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.table-header-title[data-v-001524f9] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.table-header-right[data-v-001524f9] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* ── vue-good-table overrides ── */
[data-v-001524f9] .vgt-table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.875rem;
}
[data-v-001524f9] .vgt-table thead th {
    background-color: #f0f4f9 !important;
    color: #063c6d !important;
    font-weight: 600 !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #4A74A8 !important;
    border-top: none !important;
    padding: 0.75rem 1rem !important;
    white-space: nowrap;
}
[data-v-001524f9] .vgt-table thead th input,[data-v-001524f9] .vgt-table thead th select {
    border: 1px solid #cdd8e8 !important;
    border-radius: 5px !important;
    font-size: 0.78rem !important;
    padding: 0.3rem 0.5rem !important;
    color: #063c6d;
    background: #fff;
    margin-top: 4px;
}
[data-v-001524f9] .vgt-table thead th input:focus,[data-v-001524f9] .vgt-table thead th select:focus {
    border-color: #4A74A8 !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.15) !important;
            box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.15) !important;
}
[data-v-001524f9] .vgt-table tbody tr {
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
[data-v-001524f9] .vgt-table tbody tr:nth-child(even) {
    background-color: #f8fafc !important;
}
[data-v-001524f9] .vgt-table tbody tr:hover {
    background-color: #eef3f9 !important;
}
[data-v-001524f9] .vgt-table tbody td {
    border-bottom: 1px solid #e9ecef !important;
    border-top: none !important;
    padding: 0.65rem 1rem !important;
    color: #344767;
    vertical-align: middle;
}
[data-v-001524f9] .vgt-wrap__footer {
    background: #f0f4f9 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 0.5rem 1rem !important;
}
[data-v-001524f9] .vgt-wrap__footer .footer__row-count__label,[data-v-001524f9] .vgt-wrap__footer .footer__row-count__select {
    font-size: 0.8rem;
    color: #6c757d;
}
[data-v-001524f9] .vgt-wrap__footer .footer__navigation__page-btn {
    color: #4A74A8 !important;
    font-weight: 500;
}
[data-v-001524f9] .vgt-wrap__footer .footer__navigation__page-btn:hover {
    color: #063c6d !important;
}
[data-v-001524f9] .vgt-wrap__footer .footer__navigation__page-btn--active {
    background-color: #4A74A8 !important;
    color: #fff !important;
    border-radius: 4px;
}
[data-v-001524f9] .vgt-wrap__footer .footer__navigation__page-info {
    font-size: 0.8rem;
    color: #6c757d;
}
.btn-request-sample[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #497558 0%, #2b5a3b 100%);
    color: #fff;
    border: 1px solid rgba(50, 150, 80, 0.3);
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 14px rgba(6, 46, 20, 0.45);
            box-shadow: 0 4px 14px rgba(6, 46, 20, 0.45);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-request-sample[data-v-001524f9]:hover {
    background: linear-gradient(135deg, #1a7a38 0%, #0d5c28 100%);
    -webkit-box-shadow: 0 6px 20px rgba(13, 92, 40, 0.5);
            box-shadow: 0 6px 20px rgba(13, 92, 40, 0.5);
    border-color: rgba(50, 150, 80, 0.55);
    color: #fff;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
.btn-request-sample[data-v-001524f9]:active {
    background: linear-gradient(135deg, #062e14 0%, #031a0a 100%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #fff;
}
.copyright[data-v-001524f9] {
    position: fixed;
    bottom: 10px !important;
    right: 12px;
    z-index: 5;
}
.attribution[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 14px;
    color: #063c6d !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border: none;
    border-radius: 999px;
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
}
.attribution[data-v-001524f9]:hover {
    color: #063c6d !important;
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}
a[data-v-001524f9]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.mmpInfo[data-v-001524f9] {
    width: 200px;
    color: #063c6d;
    font-size: 17px;
    cursor: pointer;
}
.mmpInfo[data-v-001524f9]:hover {
    text-decoration: underline;
    color: #063c6d;
}

/* ── Dashboard header ── */
.dash-header[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.dash-header-actions[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
}
.dash-title[data-v-001524f9] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #063c6d;
    margin: 0;
}
.dash-subtitle[data-v-001524f9] {
    font-size: 0.78rem;
    color: #6c757d;
    margin: 0;
}

/* ── Status badge ── */
.status-cell[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.status-wrapper[data-v-001524f9] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}
.status-save-indicator[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.72rem;
    color: #6c757d;
}
.status-save-indicator--saved[data-v-001524f9] {
    color: #28a745;
}
.status-badge[data-v-001524f9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 8px;
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: filter 0.15s ease, box-shadow 0.15s ease;
    transition: filter 0.15s ease, box-shadow 0.15s ease, -webkit-filter 0.15s ease, -webkit-box-shadow 0.15s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.status-badge[data-v-001524f9]:hover {
    -webkit-filter: brightness(0.93);
            filter: brightness(0.93);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.badge-open[data-v-001524f9] {
    -webkit-box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.35) !important;
            box-shadow: 0 0 0 2px rgba(74, 116, 168, 0.35) !important;
}
.status-dot[data-v-001524f9] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.65;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.status-chevron[data-v-001524f9] {
    font-size: 0.6rem;
    opacity: 0.55;
    margin-left: 1px;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.chevron-open[data-v-001524f9] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.status-success[data-v-001524f9] { background: #d4edda; color: #155724; border: 1px solid #b8dfc4;
}
.status-info[data-v-001524f9]    { background: #d1ecf1; color: #0c5460; border: 1px solid #a8d9e4;
}
.status-warning[data-v-001524f9] { background: #fff3cd; color: #7d5a00; border: 1px solid #fce5a0;
}
.status-danger[data-v-001524f9]  { background: #f8d7da; color: #721c24; border: 1px solid #f1b8be;
}
.status-hold[data-v-001524f9]    { background: #e9d8fd; color: #4a1a8a; border: 1px solid #d6b8f8;
}
.status-default[data-v-001524f9] { background: #e2e8f0; color: #374151; border: 1px solid #c9d3e0;
}
.status-unknown[data-v-001524f9] { background: #f1f3f5; color: #6c757d; border: 1px solid #dee2e6;
}

/* ── Status custom dropdown ── */
.status-dropdown[data-v-001524f9] {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    min-width: 160px;
    -webkit-animation: statusDropIn-001524f9 0.12s ease;
            animation: statusDropIn-001524f9 0.12s ease;
}
@-webkit-keyframes statusDropIn-001524f9 {
from { opacity: 0; -webkit-transform: translateY(-4px); transform: translateY(-4px);
}
to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
}
}
@keyframes statusDropIn-001524f9 {
from { opacity: 0; -webkit-transform: translateY(-4px); transform: translateY(-4px);
}
to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);
}
}
.status-option[data-v-001524f9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 8px;
    border-radius: 7px;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 2px 0;
    -webkit-transition: -webkit-filter 0.1s ease;
    transition: -webkit-filter 0.1s ease;
    transition: filter 0.1s ease;
    transition: filter 0.1s ease, -webkit-filter 0.1s ease;
}
.status-option[data-v-001524f9]:hover {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
}
.status-check[data-v-001524f9] {
    margin-left: auto;
    font-size: 0.65rem;
}
.notif-bell-btn--pulse[data-v-001524f9] {
    -webkit-animation: bellPulse-001524f9 1.6s infinite;
            animation: bellPulse-001524f9 1.6s infinite;
}
@-webkit-keyframes bellPulse-001524f9 {
0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
                box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
                box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
                box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
@keyframes bellPulse-001524f9 {
0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
                box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
}
70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
                box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
}
100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
                box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
}
}
.status-badge--readonly[data-v-001524f9] {
    cursor: default;
}
.status-badge--readonly[data-v-001524f9]:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}


/* Modal shell */
/* Width: id-scoped so it isn't overridden by the shared .modal-dialog-full
   rule (~1040px) defined in the sibling DDT / Information modals. */
#TRTStatsModal .modal-dialog-full {
    width: 600px;
    max-width: 95vw;
    margin: 0.5rem auto;
}
@media (max-width: 620px) {
#TRTStatsModal .modal-dialog-full {
        width: 96vw;
        max-width: 96vw;
}
}
#TRTStatsModal .modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
            box-shadow: 0 12px 40px rgba(6, 60, 109, 0.18);
}
#TRTStatsModal .modal-header {
    background: linear-gradient(135deg, #063c6d 0%, #0a4f8f 100%);
    color: white !important;
    padding: 0.85rem 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#confirmLidarRequest .modal-header {
    background: linear-gradient(135deg, #063c6d 0%, #0a4f8f 100%);
    color: white !important;
    padding: 0.85rem 1.35rem;
}
/* Header title + download */
#TRTStatsModal .modal-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
}
#TRTStatsModal .modal-title-icon {
    font-size: 1rem;
    opacity: 0.85;
}
#TRTStatsModal .download-button-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    -webkit-transition: background 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, transform 0.15s ease;
    transition: background 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
#TRTStatsModal .download-button-container:hover {
    background: rgba(255, 255, 255, 0.24);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#TRTStatsModal .modal-body {
    padding-top: 0 !important;
}
/* Form area — sleek single horizontal row */
#TRTStatsModal .trt-form-area {
    background: #f7fafd;
    border-bottom: 1px solid #e1eaf3;
    padding: 16px 22px;
}
#TRTStatsModal .trt-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
#TRTStatsModal .trt-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
}
#TRTStatsModal .trt-field--type {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
}
#TRTStatsModal .trt-field--date {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
}
#TRTStatsModal .trt-field--notes {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
}
#TRTStatsModal .trt-form-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #4a6880;
    margin-bottom: 0.3rem;
}
/* Inputs */
#TRTStatsModal .trt-form-inner .form-control,
#TRTStatsModal .trt-form-inner .custom-select {
    border: 1px solid #dde5ef;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #063c6d;
    background-color: #ffffff;
    -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
#TRTStatsModal .trt-form-inner .form-control:focus,
#TRTStatsModal .trt-form-inner .custom-select:focus {
    border-color: #1a5da8;
    -webkit-box-shadow: 0 0 0 3px rgba(26, 93, 168, 0.12);
            box-shadow: 0 0 0 3px rgba(26, 93, 168, 0.12);
    outline: none;
}
#TRTStatsModal .trt-form-inner textarea.form-control {
    resize: vertical;
    min-height: 44px;
}
/* Section title above table */
#TRTStatsModal .trt-section-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #063c6d;
    border-left: 3px solid #1a5da8;
    padding-left: 0.55rem;
    line-height: 1;
}
#TRTStatsModal .stats-data {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/* Header row (title + request) */
#TRTStatsModal .stats-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.85rem;
}
/* Per-sample grouping */
#TRTStatsModal .sample-block {
    margin-bottom: 1.25rem;
}
#TRTStatsModal .sample-block:last-child {
    margin-bottom: 0;
}
#TRTStatsModal .sample-block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.35rem 0.15rem 0.6rem;
}
#TRTStatsModal .sample-block-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #1a5da8;
}
/* Cards */
#TRTStatsModal .stat-card {
    background: #ffffff;
    border: 1px solid #e2ebf5;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(6, 60, 109, 0.05);
            box-shadow: 0 3px 10px rgba(6, 60, 109, 0.05);
    overflow: hidden;
    margin-bottom: 1rem;
}
#TRTStatsModal .stat-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f0f4f9;
    border-bottom: 1px solid #dee7f1;
    color: #063c6d;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.55rem 0.9rem;
}
#TRTStatsModal .stat-card-header .svg-inline--fa {
    color: #1a5da8;
}
#TRTStatsModal .stat-card-header-dark {
    background: linear-gradient(135deg, #063c6d 0%, #0a4f8f 100%);
    border-bottom: none;
    color: #ffffff;
}
#TRTStatsModal .stat-card-header-dark .svg-inline--fa {
    color: #ffffff;
    opacity: 0.9;
}
/* Detail rows inside a card */
#TRTStatsModal .stat-card-body {
    padding: 0.15rem 0;
}
#TRTStatsModal .stat-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0.9rem;
    border-bottom: 1px solid #f0f4f8;
}
#TRTStatsModal .stat-line:last-child {
    border-bottom: none;
}
#TRTStatsModal .stat-line:hover {
    background: #f7fafd;
}
#TRTStatsModal .stat-line-label {
    font-size: 0.82rem;
    color: #3f5b76;
}
#TRTStatsModal .stat-line-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0c78ff;
    white-space: nowrap;
}
/* Summary card: big side-by-side metrics */
#TRTStatsModal .stat-card-summary-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#TRTStatsModal .summary-metric {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.15rem;
    padding: 0.85rem 1.1rem;
    border-right: 1px solid #eef2f7;
}
#TRTStatsModal .summary-metric:last-child {
    border-right: none;
}
#TRTStatsModal .summary-metric-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7089a3;
}
#TRTStatsModal .summary-metric-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #063c6d;
    line-height: 1.2;
}
/* Masonry columns for detail cards */
#TRTStatsModal .stat-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
#TRTStatsModal .stat-columns .stat-card {
    margin-bottom: 0;
}
#TRTStatsModal .stat-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}
@media (max-width: 991px) {
#TRTStatsModal .stat-columns {
        grid-template-columns: 1fr;
}
}
#TRTStatsModal .cell-spinner {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
    color: #4A74A8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#TRTStatsModal .highlightLoader {
    color: #4A74A8 !important;
}
#TRTStatsModal .stats-loading-banner {
    font-size: 0.72rem;
    font-weight: 600;
    color: #4a6880;
    gap: 0;
}
#TRTStatsModal .loading-banner-spinner {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 2px;
    color: #4A74A8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#TRTStatsModal .loading-banner-text {
    font-size: 0.72rem;
    color: #4a6880;
}
#TRTStatsModal .fade-enter-active,
#TRTStatsModal .fade-leave-active {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#TRTStatsModal .fade-enter,
#TRTStatsModal .fade-leave-to {
    opacity: 0;
}
#TRTStatsModal .request-btn {
    padding: 0.4rem 1.1rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    border: none;
    color: #ffffff;
    background: #1a5da8;
    line-height: 1.4;
    -webkit-box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
            box-shadow: 0 2px 6px rgba(6, 60, 109, 0.25);
    -webkit-transition: background 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.15s ease;
}
#TRTStatsModal .request-btn:hover:not(:disabled) {
    background: #063c6d;
    -webkit-box-shadow: 0 4px 10px rgba(6, 60, 109, 0.35);
            box-shadow: 0 4px 10px rgba(6, 60, 109, 0.35);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
#TRTStatsModal .request-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


.trt-cart-wrapper[data-v-7e51cbb1] {
  position: relative;
}
.kmz-loading-overlay[data-v-7e51cbb1] {
  position: absolute;
  inset: 0;
  background: rgba(6, 60, 109, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 5px;
}
.kmz-loading-text[data-v-7e51cbb1] {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.kmz-blurred[data-v-7e51cbb1] {
  pointer-events: none;
}
.trt-cart[data-v-7e51cbb1] {
  width: 240px;
  max-height: 60vh;
  background: #eef3f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  /* border: 1px solid rgba(6, 60, 109, 0.12); */
  -webkit-box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
          box-shadow: 0 4px 20px rgba(6, 60, 109, 0.12);
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  color: #063c6d;
}

/* ── Header ─────────────────────────────────────────── */
.trt-cart-header[data-v-7e51cbb1] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #063c6d;
  border-bottom: 1px solid rgba(6, 60, 109, 0.1);
}
.trt-header-label[data-v-7e51cbb1] {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trt-header-icon[data-v-7e51cbb1] {
  color: rgba(255, 255, 255, 1);
  /* font-size: 0.75rem; */
}
.trt-cart-header .clickable[data-v-7e51cbb1] {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.95rem;
}
.trt-cart-header .clickable[data-v-7e51cbb1]:hover {
  color: #ffffff !important;
}
.trt-clear-btn[data-v-7e51cbb1] {
  cursor: pointer;
  color: rgba(6, 60, 109, 0.8);
  -webkit-transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.trt-clear-btn[data-v-7e51cbb1]:hover {
  color: #063c6d;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.trt-clear-btn[data-v-7e51cbb1]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* ── Cart item list ──────────────────────────────────── */
.trt-cart-items[data-v-7e51cbb1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 60, 109, 0.25) transparent;
  gap: 4px;
}
.trt-cart-items[data-v-7e51cbb1]::-webkit-scrollbar {
  width: 4px;
}
.trt-cart-items[data-v-7e51cbb1]::-webkit-scrollbar-track {
  background: transparent;
}
.trt-cart-items[data-v-7e51cbb1]::-webkit-scrollbar-thumb {
  background: rgba(6, 60, 109, 0.22);
  border-radius: 2px;
}
.trt-cart-items[data-v-7e51cbb1]::-webkit-scrollbar-button {
  display: none;
}
.trt-cart-row[data-v-7e51cbb1] {
  min-height: 30px;
}
.trt-cart-item[data-v-7e51cbb1] {
  color: #063c6d !important;
  background: #fff !important;
  border: 1px solid rgba(6, 60, 109, 0.18) !important;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  padding: 3px 8px;
}
.trt-cart-item[data-v-7e51cbb1]:hover {
  color: #063c6d !important;
  background: rgba(6, 60, 109, 0.06) !important;
  border-color: rgba(6, 60, 109, 0.35) !important;
}

/* ── Remove icon ─────────────────────────────────────── */
.trt-remove-wrap[data-v-7e51cbb1] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trt-remove-btn[data-v-7e51cbb1] {
  cursor: pointer;
  color: rgba(255, 100, 100, 0.8);
  height: 14px;
  -webkit-transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, -webkit-transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease;
  transition: color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.trt-remove-btn[data-v-7e51cbb1]:hover {
  color: #ff6b6b;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.trt-remove-btn[data-v-7e51cbb1]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* ── Stats button ────────────────────────────────────── */
.trt-actions[data-v-7e51cbb1] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 6px;
}
.trt-stats-btn[data-v-7e51cbb1] {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 12px;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.1s ease;
  -webkit-box-shadow: 0 2px 6px rgba(30, 126, 52, 0.35);
          box-shadow: 0 2px 6px rgba(30, 126, 52, 0.35);
}
.trt-stats-btn[data-v-7e51cbb1]:not(:disabled):hover {
  background: linear-gradient(135deg, #1e7e34, #155724);
  -webkit-box-shadow: 0 4px 10px rgba(30, 126, 52, 0.5);
          box-shadow: 0 4px 10px rgba(30, 126, 52, 0.5);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.trt-stats-btn[data-v-7e51cbb1]:not(:disabled):active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 4px rgba(30, 126, 52, 0.3);
          box-shadow: 0 2px 4px rgba(30, 126, 52, 0.3);
}
.trt-stats-btn[data-v-7e51cbb1]:disabled {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}

*[data-v-173f58d4] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-173f58d4] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-173f58d4] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-173f58d4], body[data-v-173f58d4] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-173f58d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-173f58d4] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-173f58d4] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-173f58d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-173f58d4] {
    width: 70px !important;
}
.main-content[data-v-173f58d4] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-173f58d4] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-173f58d4] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-173f58d4] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-173f58d4] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-173f58d4] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-173f58d4] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-173f58d4] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-173f58d4] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-173f58d4] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-173f58d4] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-173f58d4] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-173f58d4] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-173f58d4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-173f58d4] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-173f58d4] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-173f58d4] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-173f58d4]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-173f58d4] {
    display: none;
}
.label[data-v-173f58d4] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-173f58d4] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-173f58d4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-173f58d4] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-173f58d4]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-173f58d4] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-173f58d4] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-173f58d4] {
    color: #98d7ec;
}
.text_format[data-v-173f58d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-173f58d4] {
    width: 40px;
    height: 50px;
}
.logout[data-v-173f58d4] {
    margin-top: auto !important;
}
[data-v-173f58d4] .modal-header,
.ptv-modal-header[data-v-173f58d4] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-173f58d4] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-173f58d4] {
color: black;
}
.zoom-btns-position[data-v-173f58d4] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-173f58d4] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-173f58d4] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-173f58d4] {
    color: #063C6D;
}
.moveable-container[data-v-173f58d4] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-173f58d4] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-173f58d4] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-173f58d4] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-173f58d4]::-webkit-scrollbar-track,
.scrollable[data-v-173f58d4]::-webkit-scrollbar-track,[data-v-173f58d4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-173f58d4]::-webkit-scrollbar,
.scrollable[data-v-173f58d4]::-webkit-scrollbar,[data-v-173f58d4]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-173f58d4]::-webkit-scrollbar-thumb,
.scrollable[data-v-173f58d4]::-webkit-scrollbar-thumb,[data-v-173f58d4]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

#ptv-map .ol-attribution {
  bottom: .5em !important;
  right: 2.4em !important;
}
.fly-clone {
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  background: #007bff;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  pointer-events: none;
}
.simulated-pointer.click-animation {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); /* quick “press down” */
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

*[data-v-2b590ec4] {
    margin: 0;
    padding: 0;
    font-family: 'Inter Regular', 'Open sans', sans-serif !important;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif important; */
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.6 !important;
    font-style: normal !important;
    /* color: whitesmoke !important; */
}
#ptv-map .ol-attribution[data-v-2b590ec4] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-2b590ec4] {
    height: 100vh;
    width: 100vw;
    /* Setting background color to black is necessary for black base map */
    background-color: black;
    position: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    position: relative;
}
html[data-v-2b590ec4], body[data-v-2b590ec4] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-2b590ec4] {
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sub-menu-bg-blue-transparent[data-v-2b590ec4] {
    background: rgba(6, 47, 86, 0.9);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.sidebar-navigation[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    width: 240px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2d52), color-stop(40%, #063c6d), to(#04294d));
    background: linear-gradient(180deg, #0a2d52 0%, #063c6d 40%, #04294d 100%);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-align: right;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: top; /* ensure inline-block respects vertical flow */
}
.sidebar-navigation.menuCollapsed[data-v-2b590ec4] {
    width: 70px !important;
}
.main-content[data-v-2b590ec4] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: azure;
    overflow: hidden; /* scroll only if actual content overflows */
    height: 100vh;
    position: relative;
}
.maps-content[data-v-2b590ec4] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Setting background color to black is necessary for black base map */
    background-color: black !important;
}
.dashboard[data-v-2b590ec4] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-2b590ec4] {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 1000;
  max-height: calc(100vh - 80px - 80px); /* top offset + bottom clearance */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.layer-legend-position[data-v-2b590ec4] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-2b590ec4] {
    position: absolute;
    /* bottom: 10px; */
    /* top: 20vh; */
    top: 10px;
    /* left: calc(1.5vw + 20px); */
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-2b590ec4] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-2b590ec4] {
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-2b590ec4] {
    position: absolute;
    top: 10px;
    right: 460px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-2b590ec4] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-2b590ec4] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-2b590ec4] {
    text-align: center;
    color: whitesmoke;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* hide vertical overflow here too */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* Menu items scroll independently; the collapse toggle (below) never does. */
.nav-scroll-list[data-v-2b590ec4] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.nav-collapse-list[data-v-2b590ec4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.sidebar-navigation ul li[data-v-2b590ec4] {
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all ease-out 120ms;
    transition: all ease-out 120ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-navigation ul li i[data-v-2b590ec4] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-2b590ec4] {
    display: inline-block;
    position: absolute;
    background-color: #1939d7;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: -26px;
    left: 90px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.sidebar-navigation ul li .tooltip[data-v-2b590ec4]:before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.sidebar-navigation.menuCollapsed ul li .label[data-v-2b590ec4] {
    display: none;
}
.label[data-v-2b590ec4] {
    font-weight: 400;
    font-size: 0.82rem;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease;
}
.logo-container .label[data-v-2b590ec4] {
    font-weight: 500;
    font-size: 0.86rem;
    letter-spacing: -0.1px;
}

/* Fixed-width icon column so every icon renders the same size and every
   label starts at the same horizontal offset, regardless of glyph width. */
.nav-icon[data-v-2b590ec4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
}
.menuCollapsed .label[data-v-2b590ec4] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-2b590ec4]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-2b590ec4] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-2b590ec4] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-2b590ec4] {
    color: #98d7ec;
}
.text_format[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-left: 26px;
}
.logo[data-v-2b590ec4] {
    width: 40px;
    height: 50px;
}
.logout[data-v-2b590ec4] {
    margin-top: auto !important;
}
[data-v-2b590ec4] .modal-header,
.ptv-modal-header[data-v-2b590ec4] {
  /* background: linear-gradient(90deg, #063C6D, #063C6D, #063C6D) !important; */
  color: white !important;
  padding: 1rem 1.5rem;
  background: #063c6d;
  /* border-bottom: none; */
}
.release-banner-font[data-v-2b590ec4] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-2b590ec4] {
color: black;
}
.zoom-btns-position[data-v-2b590ec4] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-2b590ec4] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-2b590ec4] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-2b590ec4] {
    color: #063C6D;
}
.moveable-container[data-v-2b590ec4] {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 25;
    width: 670px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0px;
}
.attribute-table[data-v-2b590ec4] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-2b590ec4] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-2b590ec4] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

/* css for adding scrollbar to the containers to control the overflow of the content */
.scroll-Container[data-v-2b590ec4]::-webkit-scrollbar-track,
.scrollable[data-v-2b590ec4]::-webkit-scrollbar-track,[data-v-2b590ec4]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.scroll-Container[data-v-2b590ec4]::-webkit-scrollbar,
.scrollable[data-v-2b590ec4]::-webkit-scrollbar,[data-v-2b590ec4]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-2b590ec4]::-webkit-scrollbar-thumb,
.scrollable[data-v-2b590ec4]::-webkit-scrollbar-thumb,[data-v-2b590ec4]::-webkit-scrollbar-thumb {
  background-color: #797777;
}

.hub-content[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    background-color: #f8f9fa;
    overflow: hidden;
}
.mmp-fixed-nav[data-v-2b590ec4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 24px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(6, 60, 109, 0.08);
    -webkit-box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
            box-shadow: 0 1px 12px rgba(6, 60, 109, 0.06);
}
.mmp-user-info[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #063c6d;
    gap: 12px;
}
.mmp-user-avatar[data-v-2b590ec4] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a548f 0%, #063c6d 100%);
    -webkit-box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
            box-shadow: 0 2px 8px rgba(6, 60, 109, 0.25);
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.mmp-user-avatar svg[data-v-2b590ec4] {
    width: 18px;
    height: 18px;
    color: #ffffff;
}
.mmp-user-greeting[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
}
.mmp-user-greeting-label[data-v-2b590ec4] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #8ab0cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mmp-user-greeting-name[data-v-2b590ec4] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #063c6d;
}
.mmp-nav-actions[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.notif-bell-btn[data-v-2b590ec4] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(6, 60, 109, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    color: #4A74A8;
    font-size: 1.05rem;
    cursor: pointer;
    -webkit-transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.notif-bell-btn[data-v-2b590ec4]:hover {
    background: #ffffff;
    color: #063c6d;
    -webkit-box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
            box-shadow: 0 4px 14px rgba(6, 60, 109, 0.14);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
.signout-btn[data-v-2b590ec4]:hover {
    background: #fff;
    color: #dc3545;
    -webkit-box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
            box-shadow: 0 4px 14px rgba(220, 53, 69, 0.18);
}
.hub-center[data-v-2b590ec4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
    gap: 1.5rem;
}
.hub-subtitle[data-v-2b590ec4] {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.3px;
}
.hub-widgets[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hub-card[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-left: 6px solid #4A74A8;
    border-radius: 14px;
    padding: 2.5rem 3rem;
    width: 520px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 8px rgba(74, 116, 168, 0.12);
            box-shadow: 0 2px 8px rgba(74, 116, 168, 0.12);
    -webkit-transition: border-left-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
    transition: border-left-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-left-color 0.18s ease;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-left-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.hub-card[data-v-2b590ec4]:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 8px 24px rgba(74, 116, 168, 0.22);
            box-shadow: 0 8px 24px rgba(74, 116, 168, 0.22);
    border-left-color: #316fb1;
}
.hub-card[data-v-2b590ec4]:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 12px rgba(74, 116, 168, 0.18);
            box-shadow: 0 4px 12px rgba(74, 116, 168, 0.18);
}
.hub-icon-wrap[data-v-2b590ec4] {
    width: 90px;
    height: 90px;
    background-color: #eef3f9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: background-color 0.18s ease;
    transition: background-color 0.18s ease;
}
.hub-card:hover .hub-icon-wrap[data-v-2b590ec4] {
    background-color: #4A74A8;
}
.hub-icon[data-v-2b590ec4] {
    font-size: 2rem;
    color: #4A74A8;
    -webkit-transition: color 0.18s ease;
    transition: color 0.18s ease;
}
.hub-card:hover .hub-icon[data-v-2b590ec4] {
    color: #fff;
}
.hub-card-body[data-v-2b590ec4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.hub-title[data-v-2b590ec4] {
    font-size: 1.35rem;
    font-weight: 600;
    color: #063c6d;
    margin-bottom: 0.5rem;
}
.hub-desc[data-v-2b590ec4] {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.5;
}
.hub-arrow[data-v-2b590ec4] {
    color: #4A74A8;
    font-size: 1rem;
    opacity: 0;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
    transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
    transition: opacity 0.18s ease, transform 0.18s ease;
    transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}
.hub-card:hover .hub-arrow[data-v-2b590ec4] {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.user-dropdown[data-v-2b590ec4] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 20px rgba(74, 116, 168, 0.18);
            box-shadow: 0 6px 20px rgba(74, 116, 168, 0.18);
    min-width: 160px;
    z-index: 1000;
    overflow: hidden;
}
.user-dropdown-item[data-v-2b590ec4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.7rem 1.1rem;
    font-size: 0.92rem;
    color: #063c6d;
    cursor: pointer;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
}
.user-dropdown-item[data-v-2b590ec4]:hover {
    background: #eef3f9;
    color: #4A74A8;
}
.copyright[data-v-2b590ec4] {
    position: fixed;
    bottom: 0;
    right: 0;
}
.attribution[data-v-2b590ec4] {
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 14px;
    color: #063c6d !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: none;
    border-radius: 999px;
    -webkit-transition: color 0.15s ease, background 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease;
}
.attribution[data-v-2b590ec4]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}


/*# sourceMappingURL=main.0d04a88dce23779eb63e.css.map*/