
*[data-v-68f32120], *[data-v-68f32120]::before, *[data-v-68f32120]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body[data-v-68f32120], html[data-v-68f32120] {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Segoe UI", "Roboto", "Open Sans", Arial, sans-serif;
}

/* ── Page Layout ─────────────────────────────── */
.login-page[data-v-68f32120] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* ── Left Brand Panel ────────────────────────── */
.brand-panel[data-v-68f32120] {
  -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: -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%);
  position: relative;
}
.brand-content[data-v-68f32120] {
  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: 1.25rem;
  text-align: center;
}
.brand-logo[data-v-68f32120] {
  width: clamp(140px, 20vw, 220px);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.92;
}
.brand-name[data-v-68f32120] {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
.brand-tagline[data-v-68f32120] {
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.3px;
}
.brand-image-card[data-v-68f32120] {
  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-68f32120] {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
}
.brand-image-caption[data-v-68f32120] {
  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-68f32120] {
  position: relative;
  z-index: 1;
}
.brand-legal[data-v-68f32120] {
  color: rgba(255,255,255,0.5);
  font-size: 0.95rem;
  text-decoration: none;
}
.brand-legal[data-v-68f32120]:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

/* ── Right Form Panel ────────────────────────── */
.form-panel[data-v-68f32120] {
  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-card[data-v-68f32120] {
  width: 100%;
  max-width: 380px;
  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-68f32120] {
  margin-bottom: 0.25rem;
}
.form-title[data-v-68f32120] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #063c6d;
  margin-bottom: 0.3rem;
}
.form-subtitle[data-v-68f32120] {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}

/* ── Fields ──────────────────────────────────── */
.field-group[data-v-68f32120] {
  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-68f32120] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #063c6d;
  margin: 0;
}
.input-wrap[data-v-68f32120] {
  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-68f32120] {
  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-68f32120]: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-68f32120] {
  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-68f32120]: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-68f32120]:active {
  background: #063c6d;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ── Redirect spinner overlay ────────────────── */
.redirect-overlay[data-v-68f32120] {
  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-68f32120] {
  position: relative;
  cursor: text;
}
.invisible-input[data-v-68f32120] {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  caret-color: transparent;
}
.otp-display[data-v-68f32120] {
  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-68f32120] {
  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-68f32120] {
  -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;
}

/* ── Back link ───────────────────────────────── */
.back-row[data-v-68f32120] {
  margin-top: 0.25rem;
}
.back-link[data-v-68f32120] {
  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-68f32120]:hover {
  color: #063c6d;
  text-decoration: underline;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 700px) {
.brand-panel[data-v-68f32120] {
    display: none;
}
.form-panel[data-v-68f32120] {
    width: 100vw;
    padding: 1.5rem;
}
}


*[data-v-78f81db2], *[data-v-78f81db2]::before, *[data-v-78f81db2]::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body[data-v-78f81db2], html[data-v-78f81db2] {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Segoe UI", "Roboto", "Open Sans", Arial, sans-serif;
}

/* ── Page Layout ─────────────────────────────── */
.login-page[data-v-78f81db2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* ── Left Brand Panel ────────────────────────── */
.brand-panel[data-v-78f81db2] {
  -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: linear-gradient(160deg, #063c6d 0%, #4A74A8 60%, #316fb1 100%); */
  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%);
  position: relative;
}
.brand-content[data-v-78f81db2] {
  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: 1.25rem;
  text-align: center;
}
.brand-logo[data-v-78f81db2] {
  width: clamp(140px, 20vw, 220px);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.92;
}
.brand-name[data-v-78f81db2] {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
.brand-tagline[data-v-78f81db2] {
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.3px;
}
.brand-image-card[data-v-78f81db2] {
  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-78f81db2] {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.92;
}
.brand-image-caption[data-v-78f81db2] {
  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-78f81db2] {
  position: relative;
  z-index: 1;
}
.brand-legal[data-v-78f81db2] {
  color: rgba(255,255,255,0.5);
    font-size: 0.95rem;
  text-decoration: none;
}
.brand-legal[data-v-78f81db2]:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

/* ── Right Form Panel ────────────────────────── */
.form-panel[data-v-78f81db2] {
  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-card[data-v-78f81db2] {
  width: 100%;
  max-width: 380px;
  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-78f81db2] {
  margin-bottom: 0.25rem;
}
.form-title[data-v-78f81db2] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #063c6d;
  margin-bottom: 0.3rem;
}
.form-subtitle[data-v-78f81db2] {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}

/* ── Fields ──────────────────────────────────── */
.field-group[data-v-78f81db2] {
  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-78f81db2] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #063c6d;
  margin: 0;
}
.input-wrap[data-v-78f81db2] {
  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-78f81db2] {
  position: absolute;
  left: 13px;
  color: #4A74A8;
  font-size: 0.9rem;
  pointer-events: none;
  z-index: 2;
}
.login-input[data-v-78f81db2] {
  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-78f81db2]: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-78f81db2] {
  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-78f81db2]:hover {
  color: #4A74A8;
}

/* ── Forgot Row ──────────────────────────────── */
.forgot-row[data-v-78f81db2] {
  text-align: right;
  margin-top: -0.5rem;
}
.forgot-link[data-v-78f81db2] {
  color: #497558 !important;
  font-size: 0.85rem;
  text-decoration: none !important;
  cursor: pointer;
}
.forgot-link[data-v-78f81db2]:hover {
  color: #2b5a3b !important;
  text-decoration: underline !important;
}

/* ── Login Button ────────────────────────────── */
.login-btn[data-v-78f81db2] {
  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-78f81db2]: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-78f81db2]: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-78f81db2] {
    display: none;
}
.form-panel[data-v-78f81db2] {
    width: 100vw;
    padding: 1.5rem;
}
}

/* ── New Look Popup ──────────────────────────── */
.new-look-popup[data-v-78f81db2] {
  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-78f81db2] {
  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-78f81db2]:hover {
  color: #063c6d;
}
.new-look-icon[data-v-78f81db2] {
  color: #4A74A8;
  font-size: 1.1rem;
  margin-top: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new-look-text[data-v-78f81db2] {
  padding-right: 0.75rem;
}
.new-look-title[data-v-78f81db2] {
  font-size: 0.90rem;
  font-weight: 700;
  color: #063c6d;
  margin: 0 0 0.25rem 0;
}
.new-look-body[data-v-78f81db2] {
  font-size: 0.88rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.45;
}
.popup-fade-enter-active[data-v-78f81db2],
.popup-fade-leave-active[data-v-78f81db2] {
  -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-78f81db2],
.popup-fade-leave-to[data-v-78f81db2] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}


.hotkeys[data-v-5ba12c4e] {
    width: 22px;
    height: 22px;
    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;
    /* border: 1px solid #063c6d; */
    outline: 1px solid rgba(128, 128, 128, 0.25);
    cursor: pointer;
}
.hotkeys[data-v-5ba12c4e]:hover {
    /* opacity: 0.8; */
    /* border: 1px solid #333333; */
    color: #333333;
    outline: 1px solid #333333;
}
.hotkeys-tooltip[data-v-5ba12c4e] {
    font-weight: normal !important;
}
strong[data-v-5ba12c4e] {
    color: lightpink;
}


.b-img-height[data-v-0c645b62] {
  cursor: pointer;
  height: 70px;
}
.b-img-highlight[data-v-0c645b62] {
  border-width: 4px;
  border-color: #007BFF;
  border-style: outset;
}
.b-img-height.active[data-v-0c645b62] {
  height: auto;
}
.base-hor-scroll[data-v-0c645b62] {
  display: inline-block;
  padding-bottom: 6px;
  padding-right: 6px;
}
/* 720p Display */
@media (max-width: 1280px) {
.base-options[data-v-0c645b62] {
    width: 240px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.base-options[data-v-0c645b62] {
    width: 300px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.base-options[data-v-0c645b62] {
    width: 340px;
}
}
.base-options[data-v-0c645b62] {
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
  color: black;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  left: 25px;
  top: 15%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease, visibility 0s ease 100ms;
  transition: opacity 100ms ease, visibility 0s ease 100ms;
}
.base-options.active[data-v-0c645b62] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.25s ease, visibility 0s ease 0s;
  transition: opacity 1.25s ease, visibility 0s ease 0s;
}
.base-selected[data-v-0c645b62] {
  position: absolute;
  right: 5px;
  top: 35px;
  width: 100px;
}
.base-text[data-v-0c645b62] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 70px;
}
.img-thumbnail[data-v-0c645b62] {
  padding: 0.05rem;
  border-radius: 0.05rem;
}
/* CSS for adding scrollbar to the containers
to control the overflow of the content */
.scroll-Container[data-v-0c645b62]::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -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);
}
.scroll-Container[data-v-0c645b62]::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 6px;
}
.scroll-Container[data-v-0c645b62]::-webkit-scrollbar-thumb {
  background-color: #797777;
}


.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-580ff0e2] {
  position: absolute;
  top: 10px;
  left: 18px;
  color: white;
  font-size: 11px;
}
.go-btn[data-v-580ff0e2] {
  color: white;
  background-color: rgb(21.45, 140.4, 87.1);
  border-color: rgb(21.45, 140.4, 87.1);
}
.green-check[data-v-580ff0e2] {
  color: rgb(21.45, 140.4, 87.1);
}
/* 720p Display */
@media (max-width: 1280px) {
.coordinates-input-field[data-v-580ff0e2] {
    max-width: 210px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.coordinates-input-field[data-v-580ff0e2] {
    max-width: 280px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.coordinates-input-field[data-v-580ff0e2] {
    max-width: 300px;
}
}
/* CSS unrelated to screen width */
.coordinates-input-field[data-v-580ff0e2] {
  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-580ff0e2] {
  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-580ff0e2] {
  position: absolute;
  font-size: 11px;
  color: #b5b5b5;
  top: 20px;
}
.coordinates-text[data-v-580ff0e2] {
  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-580ff0e2] {
  background-color: #063c6d;
  border: 3px solid white;
  color: white;
}
.form-control[data-v-580ff0e2]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-580ff0e2]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-580ff0e2]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-580ff0e2]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
.form-control[data-v-580ff0e2]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
}
[data-v-580ff0e2]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
[data-v-580ff0e2]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.lat-lon-text[data-v-580ff0e2] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 50px;
}
.coords-format[data-v-580ff0e2] {
  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-580ff0e2] {
  right: 10px;
}
.copy-coords-format[data-v-580ff0e2] {
  cursor: pointer;
  right: 88px;
}
.copy-coords-format--disabled[data-v-580ff0e2] {
  color: #b5b5b5;
}
.fa-disabled[data-v-580ff0e2] {
  opacity: 0.6;
  cursor: not-allowed;
}
.fa-enabled[data-v-580ff0e2] {
  cursor: pointer;
}
.toggle-position[data-v-580ff0e2] {
  position: absolute;
  top: -10px;
  left: 18px;
  color: white;
  font-size: 11px;
}


.b-img-height[data-v-fb8cf7b4] {
  cursor: pointer;
  height: 70px;
}
.b-img-highlight[data-v-fb8cf7b4] {
  border-width: 4px;
  border-color: #007BFF;
  border-style: outset;
  padding: 2px;
}
.b-img-height.active[data-v-fb8cf7b4] {
  position: absolute;
  left: 0px;
  top: -6px;
  height: 65px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.extent-name-text[data-v-fb8cf7b4] {
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding-top: 5px;
  position: absolute;
  right: 3px;
  top: 35px;
  width: 100px;
}
/* 720p Display */
@media (max-width: 1280px) {
.extent-options[data-v-fb8cf7b4] {
    width: 240px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.extent-options[data-v-fb8cf7b4] {
    width: 300px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.extent-options[data-v-fb8cf7b4] {
    width: 340px;
}
}
.extent-options[data-v-fb8cf7b4] {
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  padding-top: 10px;
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms ease, visibility 0s ease 100ms;
  transition: opacity 100ms ease, visibility 0s ease 100ms;
}
.extent-options.active[data-v-fb8cf7b4] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.25s ease, visibility 0s ease 0s;
  transition: opacity 1.25s ease, visibility 0s ease 0s;
}
.extent-options-text[data-v-fb8cf7b4] {
  cursor: pointer;
  position: absolute;
  top: 40px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.extent-options-text.active[data-v-fb8cf7b4] {
  top: 0px;
  z-index: 1;
}
.extent-text[data-v-fb8cf7b4] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 54px;
}
.extent-width[data-v-fb8cf7b4] {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  width: 40%;
  text-align: center;
}
/* CSS for adding scrollbar to the containers
to control the overflow of the content */
.scroll-Container[data-v-fb8cf7b4]::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -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);
}
.scroll-Container[data-v-fb8cf7b4]::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 6px;
}
.scroll-Container[data-v-fb8cf7b4]::-webkit-scrollbar-thumb {
  background-color: #797777;
}


.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;
}


/* 720p Display */
@media (max-width: 1280px) {
.blue-box-expanded[data-v-be3832c8] {
    width: 400px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.blue-box-expanded[data-v-be3832c8] {
    width: 470px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.blue-box-expanded[data-v-be3832c8] {
    width: 500px;
}
}
/* CSS unrelated to screen width */
.blue-box-collapsed[data-v-be3832c8] {
  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-be3832c8] {
  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-be3832c8] {
  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-be3832c8] {
  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;
}


.ul-less-margin {
  margin-bottom: 0.5rem;
}
.untested-region-row {
  background-color: rgb(100, 0, 0);
}
tr {
  cursor: pointer;
}


.center-row[data-v-c79262e2] {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.threshold-label[data-v-c79262e2] {
  font-size: small;
}
.activated[data-v-c79262e2] {
  border-color: white !important;
  color: white !important;
  background: #007bff;
}
.disabled[data-v-c79262e2] {
  opacity: 0.7;
  pointer-events: none;
}
.circle[data-v-c79262e2] {
  border: 1px solid;
  border-color: white;
  border-radius: 12.5px;
  height: 25px;
  width: 25px;
}
.green[data-v-c79262e2] {
  color: #28a745;
}
.item[data-v-c79262e2]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.menu-item[data-v-c79262e2] {
  margin-top: 2px;
}
.menu-item .col[data-v-c79262e2] {
  min-height: 42px;
}
.card[data-v-c79262e2] {
  overflow-y: auto;
  min-height: 350px;
}
.cursor[data-v-c79262e2] {
  cursor: pointer;
}
.scroll-Container[data-v-c79262e2]::-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-c79262e2]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-c79262e2]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.center[data-v-c79262e2] {
  text-align: center;
}
.hover[data-v-c79262e2]:hover {
  color: rgb(30, 197, 132) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.highlightTopLayer[data-v-c79262e2] {
  background-color: rgba(216, 216, 216, 0.5);
  border-color: rgba(241, 241, 241, 0.6);
  border-style: solid;
  height: 100%;
  min-height: 50px;
}
.highlightCurrentLayer[data-v-c79262e2] {
  background-color: rgba(216, 216, 216, 0.5);
  border-color: #007BFF;
  border-style: solid;
  height: 100%;
}
.card-body-padding[data-v-c79262e2] {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.orange-font[data-v-c79262e2] {
  color: orange !important;
}
.layer-border[data-v-c79262e2] {
  border: 1px solid rgb(238, 238, 238);
}
.layer-border[data-v-c79262e2]: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-c79262e2] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.available-not-enabled[data-v-c79262e2] {
  background: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-c79262e2] {
  background: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-c79262e2] {
  background: rgb(20, 42.5, 55);
}
.row-margin[data-v-c79262e2] {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.spinner-custom-position[data-v-c79262e2] {
  position: absolute;
  right: 10px;
  top: 25%;
}
.disabled-icon[data-v-c79262e2] {
  pointer-events: none;
  opacity: 0.5;
}


#filterModal .modal-lg {
  max-width: 1200px !important;
}


.item[data-v-6af672dc]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-6af672dc] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 400px;
  position: relative;
}
.cursor[data-v-6af672dc] {
  cursor: pointer;
}
.sortable[data-v-6af672dc]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-6af672dc]::-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-6af672dc]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-6af672dc]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-6af672dc] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-6af672dc] {
  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-6af672dc] {
  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-6af672dc] {
  visibility: visible;
}
.center[data-v-6af672dc] {
  text-align: center;
}
.card-body-padding[data-v-6af672dc] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-6af672dc] {
  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 */
}


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


@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;
}


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


.otonomo-map[data-v-6374f78f] {
  height: 80vh !important;
  width: 100%;
}
.selected-subcountry[data-v-6374f78f] {
  float: right;
}


.container[data-v-64616396] {
  position: relative;
  min-width: 220px;
  padding-left: 0px;
  padding-right: 0px;
}
.btn-info[data-v-64616396] {
  background-color: rgb(2.6, 97.5, 151.45);
  border-color: rgb(2, 75, 116.5);
}


.image-text[data-v-398cacdb] {
        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-398cacdb] {
        bottom: 0px;
        right: 2%;
}
.top-left-text[data-v-398cacdb] {
        top: 8px;
        left: 2%;
}
.top-right-text[data-v-398cacdb] {
        top: 8px;
        right: 2%;
}
.unselectable[data-v-398cacdb] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#streetViewContainer[data-v-398cacdb] {
  position: relative;
  text-align: center;
}
#streetViewBottom[data-v-398cacdb] {
        position: relative;
}
#streetViewTop[data-v-398cacdb] {
        position: relative;
}
.imageryRotateButton[data-v-398cacdb] {
  /* box-shadow: 1px 1px 1px 1px #1b1c1d;     */
  position: relative;
  z-index: 999;  
  background: rgba(85, 85, 83, 0.932);
}
.imageryRotateDiv[data-v-398cacdb] {
  position: relative;    
  text-align: end;
  margin-top: -17rem;
  margin-right: 0.5rem;
}
button[data-v-398cacdb] {
  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-398cacdb]::before,
button[data-v-398cacdb]::after,
span[data-v-398cacdb]::before,
span[data-v-398cacdb]::after {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
}
button[data-v-398cacdb]::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-398cacdb]::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-398cacdb]::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-398cacdb]::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-398cacdb]:hover::before,
button[data-v-398cacdb]:hover::after {
        width: 1.5rem;
        height: 1.5rem;
}
button:hover span[data-v-398cacdb]::before,
button:hover span[data-v-398cacdb]::after {
        width: 1.5rem;
        height: 1.5rem;
}
.wrapper[data-v-398cacdb] {
  height: 20rem;
  width: 30rem;
  margin-bottom: 2px;
  background: rgba(6, 47, 86, 0.65);
}
.box[data-v-398cacdb] {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;   
  overflow: hidden;
  color: #1b1c1d;
}
.box img[data-v-398cacdb] {
  width: 100%;
  height: 100%;
}
.portrait[data-v-398cacdb] {
  padding-left: 17%;
  padding-right: 17%;
}


.circle-shortcut[data-v-04eaa1ae] {
    height: 34px;
    width: 34px;
    border-radius: 17px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    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;
    font-size: 8.5px;
    padding-top: 3px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.shortcut-container[data-v-04eaa1ae] {
    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.deactivated[data-v-04eaa1ae] {
    background-color: #063C6D !important;
}
.circle-shortcut.activated[data-v-04eaa1ae] {
    background-color: rgb(0, 123, 255) !important;
}
.fa-1-5x[data-v-04eaa1ae] {
  font-size: 1.5em;
}
.disabled[data-v-04eaa1ae] {
  pointer-events: none;
  opacity: 0.5;
}


.small[data-v-8272d0de] {
    left: -27px;
    top: 50px;
}
.medium[data-v-8272d0de] {
    left: 90px;
    top: 50px;
}
.wide[data-v-8272d0de] {
    left: 135px;
    top: 50px;
}
.segment-label-window[data-v-8272d0de] {
    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, 47, 86, 0.65);
    color: white;
    position: absolute;
    border-radius: 0.25rem;
    font-size: 13px;
    font-weight: 900;
    padding-top: 1px;
}
.navigation-window[data-v-8272d0de] {
    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(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background: rgba(6, 47, 86, 0.65);
    color: rgb(238, 238, 238);
    line-height: 1.25;
    text-shadow: 0.5px 0.5px black;
}
.icons[data-v-8272d0de] {
    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;
}
.next[data-v-8272d0de]:hover {
    color: #007bff;
    cursor: pointer;
}
.prev[data-v-8272d0de]:hover {
    color: #007bff;
    cursor: pointer;
}
.last[data-v-8272d0de]:hover {
    color: #007bff;
    cursor: pointer;
}
.disabled[data-v-8272d0de] {
  pointer-events: none;
  opacity: 0.5;
}
.fa-1-5x[data-v-8272d0de] {
  font-size: 1.5em;
}


.info-icon[data-v-19b6214a] {
  position: absolute;
  top: 10px;
  left: -5px;
}
.info-tooltip[data-v-19b6214a] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-19b6214a] {
  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-19b6214a] {
  visibility: visible;
}
.mmp-img[data-v-19b6214a] {
  max-width: 180px;
  text-align: center;
}


.att-text[data-v-6758ce94] {
  /* 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-6758ce94] {
  /* font-family: 'Inter Bold', sans-serif; */
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-6758ce94] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.row[data-v-6758ce94]:nth-child(even) {
  background-color: #e1e1e1;
}


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


@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;
}


.lighter-green {
  background-color: rgb(25, 162, 69) !important;
  border-color: rgb(25, 162, 69) !important;
}


.left-aligned-text[data-v-79b8bb28] {
    text-align: left !important;
}
.checkbox-group[data-v-79b8bb28] {
    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-79b8bb28] {
    cursor: pointer;
}
.form-check-label[data-v-79b8bb28] {
    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;
}


.snc-body[data-v-23bd1c59] {
  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-23bd1c59] {
  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(77, 184, 240, 0.1);
  border: 1px solid rgba(77, 184, 240, 0.3);
  border-left: 3px solid #4db8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #a0cce8;
}
.snc-info-icon[data-v-23bd1c59] {
  color: #4db8f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* System info card */
.snc-info-card[data-v-23bd1c59] {
  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(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.snc-info-row[data-v-23bd1c59] {
  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-23bd1c59] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 80px;
}
.snc-value[data-v-23bd1c59] {
  font-size: 13.5px;
  color: #dce8f5;
  font-weight: 500;
}
.snc-value--old[data-v-23bd1c59] {
  color: #a0b8cc;
  font-family: monospace;
  font-size: 13px;
}

/* Input field */
.snc-field[data-v-23bd1c59] {
  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-23bd1c59] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}
.snc-input[data-v-23bd1c59] {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(77, 184, 240, 0.3) !important;
  color: #dce8f5 !important;
  border-radius: 6px;
  font-size: 13.5px;
}
.snc-input[data-v-23bd1c59]::-webkit-input-placeholder { color: rgba(138, 176, 204, 0.5);
}
.snc-input[data-v-23bd1c59]::-moz-placeholder { color: rgba(138, 176, 204, 0.5);
}
.snc-input[data-v-23bd1c59]:-ms-input-placeholder { color: rgba(138, 176, 204, 0.5);
}
.snc-input[data-v-23bd1c59]::-ms-input-placeholder { color: rgba(138, 176, 204, 0.5);
}
.snc-input[data-v-23bd1c59]::placeholder { color: rgba(138, 176, 204, 0.5);
}
.snc-input[data-v-23bd1c59]:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(77, 184, 240, 0.6) !important;
  -webkit-box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.15) !important;
          box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.15) !important;
}

/* Actions */
.snc-actions[data-v-23bd1c59] {
  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-23bd1c59] {
  background: rgba(77, 184, 240, 0.16) !important;
  border: 1px solid rgba(77, 184, 240, 0.4) !important;
  color: #4db8f0 !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-23bd1c59]:hover:not(:disabled) {
  background: rgba(77, 184, 240, 0.28) !important;
}
.snc-submit-btn[data-v-23bd1c59]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


.dc-body[data-v-62b96313] {
  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-62b96313] {
  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: #e8a0a0;
}
.dc-warning-icon[data-v-62b96313] {
  color: #e05a5a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* System info card */
.dc-info-card[data-v-62b96313] {
  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(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.dc-info-row[data-v-62b96313] {
  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-62b96313] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 72px;
}
.dc-value[data-v-62b96313] {
  font-size: 13.5px;
  color: #dce8f5;
  font-weight: 500;
}

/* Confirmation text */
.dc-confirm-text[data-v-62b96313] {
  font-size: 13px;
  color: #a0b8cc;
  line-height: 1.65;
  margin: 0;
}
.dc-highlight[data-v-62b96313] {
  color: #dce8f5;
  font-weight: 600;
}
.dc-highlight--danger[data-v-62b96313] {
  color: #e05a5a;
}

/* Actions */
.dc-actions[data-v-62b96313] {
  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-62b96313] {
  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-62b96313]:hover {
  background: rgba(224, 90, 90, 0.3) !important;
}


.uv-body[data-v-32a18710] {
  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-32a18710] {
  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(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #4db8f0;
  border-radius: 6px;
  font-size: 13px;
}
.uv-info-label[data-v-32a18710] {
  color: #8ab0cc;
  font-weight: 500;
}
.uv-info-value[data-v-32a18710] {
  color: #dce8f5;
  font-weight: 600;
}

/* Form fields */
.uv-field[data-v-32a18710] {
  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-32a18710] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

/* Region single-select chips */
.uv-region-grid[data-v-32a18710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.uv-region-chip[data-v-32a18710] {
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(220, 232, 245, 0.65);
  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-32a18710]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #dce8f5;
}
.uv-region-chip.selected[data-v-32a18710] {
  background: rgba(77, 184, 240, 0.18);
  border-color: rgba(77, 184, 240, 0.55);
  color: #4db8f0;
  font-weight: 600;
}

/* Actions */
.uv-actions[data-v-32a18710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}


.dcv-body[data-v-b83fe06c] {
  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-b83fe06c] {
  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: #e8a0a0;
}
.dcv-warning-icon[data-v-b83fe06c] {
  color: #e05a5a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Vehicle info card */
.dcv-vehicle-card[data-v-b83fe06c] {
  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(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.dcv-vehicle-row[data-v-b83fe06c] {
  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-b83fe06c] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 60px;
}
.dcv-value[data-v-b83fe06c] {
  font-size: 13.5px;
  color: #dce8f5;
  font-weight: 500;
}

/* Confirmation text */
.dcv-confirm-text[data-v-b83fe06c] {
  font-size: 13px;
  color: #a0b8cc;
  line-height: 1.65;
  margin: 0;
}
.dcv-highlight[data-v-b83fe06c] {
  color: #dce8f5;
  font-weight: 600;
}
.dcv-highlight--danger[data-v-b83fe06c] {
  color: #e05a5a;
}

/* Actions */
.dcv-actions[data-v-b83fe06c] {
  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-b83fe06c] {
  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-b83fe06c]:hover {
  background: rgba(224, 90, 90, 0.3) !important;
}


.rcv-body[data-v-d1ac23e6] {
  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-d1ac23e6] {
  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: #a0d8c8;
}
.rcv-info-icon[data-v-d1ac23e6] {
  color: #3dc99b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Vehicle info card */
.rcv-vehicle-card[data-v-d1ac23e6] {
  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(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.rcv-vehicle-row[data-v-d1ac23e6] {
  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-d1ac23e6] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  min-width: 60px;
}
.rcv-value[data-v-d1ac23e6] {
  font-size: 13.5px;
  color: #dce8f5;
  font-weight: 500;
}

/* Confirmation text */
.rcv-confirm-text[data-v-d1ac23e6] {
  font-size: 13px;
  color: #a0b8cc;
  line-height: 1.65;
  margin: 0;
}
.rcv-highlight[data-v-d1ac23e6] {
  color: #dce8f5;
  font-weight: 600;
}
.rcv-highlight--success[data-v-d1ac23e6] {
  color: #3dc99b;
}

/* Actions */
.rcv-actions[data-v-d1ac23e6] {
  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-d1ac23e6] {
  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-d1ac23e6]:hover {
  background: rgba(61, 201, 155, 0.28) !important;
}


.uv-body[data-v-65267e24] {
  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-65267e24] {
  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-65267e24] {
  font-size: 11px;
  font-weight: 600;
  color: #8ab0cc;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

/* Region single-select chips */
.uv-region-grid[data-v-65267e24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.uv-region-chip[data-v-65267e24] {
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(220, 232, 245, 0.65);
  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-65267e24]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #dce8f5;
}
.uv-region-chip.selected[data-v-65267e24] {
  background: rgba(77, 184, 240, 0.18);
  border-color: rgba(77, 184, 240, 0.55);
  color: #4db8f0;
  font-weight: 600;
}

/* Actions */
.uv-actions[data-v-65267e24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}


/* ─── Layout helpers ─────────────────────────────────────────── */
.white-text[data-v-17db1e8e] { color: white !important;
}
.new-form-container[data-v-17db1e8e] {
  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-17db1e8e] {
  margin: auto;
  gap: 30px;
  width: 60%;
}
.submit[data-v-17db1e8e] { margin-top: 10px;
}
.row-label-left-justify[data-v-17db1e8e]  { text-align: left;
}
.text-input-left-justify[data-v-17db1e8e] { text-align: left;
}
.row-label-right-justify[data-v-17db1e8e] {
  text-align: right;
  font-size: 13.5px;
  color: #8ab0cc;
  font-weight: 500;
  letter-spacing: 0.01em;
}
/* ─── Table header (region checkboxes + toggle row) ──────────── */
.tableHeader[data-v-17db1e8e] {
  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-17db1e8e] {
  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-17db1e8e] {
  color: #8ab0cc;
  font-size: 13px;
}
/* ─── Inactive operator row ──────────────────────────────────── */
.inactive[data-v-17db1e8e] {
  opacity: 0.45;
  font-style: italic;
  text-decoration: line-through;
  color: #8ab0cc;
}
/* ─── Active / Inactive segmented toggle ─────────────────────── */
.mm-field[data-v-17db1e8e] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.vehicles-status-toggle[data-v-17db1e8e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  height: 30px;
  min-width: 200px;
}
.vehicle-toggle-indicator[data-v-17db1e8e] {
  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-17db1e8e] {
  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: rgba(220, 232, 245, 0.55);
}
.vehicle-toggle-btn.active[data-v-17db1e8e] { color: #fff; font-weight: 600;
}
/* ─── Icon action buttons ────────────────────────────────────── */
/* Edit / pencil */
.btn.btn-info[data-v-17db1e8e] {
  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-17db1e8e]:not(:disabled):hover { background: rgba(77, 184, 240, 0.12) !important;
}
.btn.btn-info[data-v-17db1e8e]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* Delete / decommission */
.btn.btn-danger[data-v-17db1e8e] {
  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-17db1e8e]:not(:disabled):hover { background: rgba(224, 90, 90, 0.12) !important;
}
.btn.btn-danger[data-v-17db1e8e]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* Reactivate badge */
.btn.btn-warning[data-v-17db1e8e] {
  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-17db1e8e]:hover { background: rgba(240, 180, 41, 0.25) !important;
}
/* Add Road Type / form actions */
.btn.btn-success[data-v-17db1e8e] {
  background: rgba(61, 201, 155, 0.16) !important;
  border: 1px solid rgba(61, 201, 155, 0.35) !important;
  color: #3dc99b !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-17db1e8e]:hover { background: rgba(61, 201, 155, 0.26) !important;
}
/* ─── Inline success alerts ──────────────────────────────────── */
.alert.alert-success[data-v-17db1e8e] {
  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;
}


@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%;
}


.regionContainer {
  position: relative;
  width: 30%;
  margin-top: 0.3%;
  justify-self: flex-start;
}
.propStyle {
  background: #e9e9e9;
}
.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;
}


.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: 40px;
}
#errorModal .multiselect--disabled {
  border-radius: 0.25rem !important;
}
#errorModal .multiselect {
  border-radius: 0.25rem !important;
  color: #495057 !important;
  font-size: 1rem !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: 38px !important;
}
#errorModal .multiselect__tags {
  border-radius: 0.25rem !important;
  padding: 8px 40px 0 0.75rem !important;
}
/* padding: 8px 40px 0 8px; */


.custom-select[data-v-319aa7ec]:disabled,
.form-control[data-v-319aa7ec]:disabled {
  background-color: #b4b2b2 !important;
  opacity: 1 !important;
  color: #495057 !important;
}
.region-label-Update[data-v-319aa7ec] {
  /* 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-319aa7ec] {
  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;
}


.item[data-v-409b1753]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-409b1753] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 350px;
}
.cursor[data-v-409b1753] {
  cursor: pointer;
}
.sortable[data-v-409b1753]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-409b1753]::-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-409b1753]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-409b1753]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-409b1753] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-409b1753] {
  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-409b1753] {
  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-409b1753] {
  visibility: visible;
}
.center[data-v-409b1753] {
  text-align: center;
}
.hover[data-v-409b1753]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-409b1753] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-409b1753] {
  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 */
}


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


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


@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;
}


.panel-height[data-v-0bc7d475] {
  max-height: 85vh;
  overflow: auto;
  overflow-y: scroll;
}
.bg[data-v-0bc7d475] {
  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;
}


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


.card[data-v-5f227bcb] {
  overflow-y: auto;
  max-height: 350px;
}
.scroll-Container[data-v-5f227bcb]::-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-5f227bcb]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-5f227bcb]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.highlight-lidar-group[data-v-5f227bcb] {
  background-color: rgba(216, 216, 216, 0.5);
  border-color: #007BFF;
  border-style: solid;
  width: 100%;
  border-width: 2px;
  /* box-shadow: inset 0px 0px 6px 4px #000000; */
}
.position-groups-highlight[data-v-5f227bcb] {
  margin-left: 3px;
}
.position-groups-no-highlight[data-v-5f227bcb] {
  margin-left: 5px;
}
.point-clouds[data-v-5f227bcb] {
  margin-left: 5px;
}
.lidar-label-size[data-v-5f227bcb] {
  width: 80px;
}


.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;
}


.homescreen-project-padding[data-v-421d657c] {
  padding-bottom: 25px;
}
.project[data-v-421d657c] {
  cursor: pointer;
  font-size: 20px;
}
.project-name-padding[data-v-421d657c] {
  padding: 0px 5px;
}
.project-row-padding[data-v-421d657c] {
  padding-left: 15px;
  padding-top: 15px;
}
.scroll-Container[data-v-421d657c]::-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-421d657c]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-421d657c]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.sub-project[data-v-421d657c] {
  cursor: pointer;
  font-size: 18px;
  padding-left: 20px;
}
.dynamic-layer-list[data-v-421d657c] {
  overflow-y: auto;
  height: auto;
  max-height: 250px;
}
[data-v-421d657c]: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-421d657c] {
  text-decoration: none;
  color: white;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-v-421d657c] {
  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-421d657c] {
  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-421d657c] {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu .optn[data-v-421d657c] {
  display: block;
  margin: 12px;
  position: relative;
}
.submenu[data-v-421d657c] {
  background: rgba(6, 47, 86, 0.25);
}
.item[data-v-421d657c] {
  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-421d657c]:hover {
  background: rgba(65, 65, 65, 0.4);
}
.menu[data-v-421d657c]:hover {
  background: rgba(37, 33, 33, 0.4);
}


#user_details[data-v-7613ca67] {
  margin-left: -20px;
}
.logo[data-v-7613ca67] {
  margin-left: 10px;
  margin-top: 3px;
}
.make-inline-block[data-v-7613ca67] {
  display: inline-block;
}
.text-left[data-v-7613ca67] {
  text-align: left;
}
.info-icon[data-v-7613ca67] {
  position: absolute;
}
.info-tooltip[data-v-7613ca67] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-7613ca67] {
  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-7613ca67] {
  visibility: visible;
}
.clicked[data-v-7613ca67] {
  color: #21d886;
}
.user-profile-side-padding[data-v-7613ca67] {
  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;
}
}


.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;
}


.fa-1-5x[data-v-87ade2ca] {
  font-size: 1.5em;
}
.curved-bottom[data-v-87ade2ca] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blue-box[data-v-87ade2ca] {
  background: rgba(6, 47, 86, 0.65);
  position: relative;
  color: white;
  width: 120px;
  height: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: blur(0);
  -webkit-filter: blur(0);
  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;
  font-size: 15px;
  right: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 3px;
}
.tool-menu[data-v-87ade2ca] {
    opacity: 0;
    -webkit-transition: opacity 1s ease, top 1s ease;
    transition: opacity 1s ease, top 1s ease;
    position: absolute;
    height: auto;
    width: 120px;
    background: rgba(6, 47, 86, 0.65);
    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: 5px;
}
.tool-menu.visible[data-v-87ade2ca] {
    opacity: 1;
    pointer-events: auto;
    right: 0px;
    top: 30px;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.tool-menu.hidden[data-v-87ade2ca] {
    opacity: 0;
    pointer-events: none;
    top: 0px;
}
.tools[data-v-87ade2ca] {
    position: relative;
    width: 100%;
    height: 95%;
    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: 10px;
}
.tool[data-v-87ade2ca] {
    height: 110px;
    width: 110px;
}


.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: #063c6d;
  font-weight: 500;
  text-shadow: none !important;
  cursor: pointer !important;
}
#UACModal .dropdown-menu label {
  cursor: pointer !important;
  color: white !important;
}
#UACModal .dropdown-item:hover {
  background-color: rgb(2.6, 97.5, 151.45) !important;
}
#UACModal .dropdown-item:focus {
  background-color: rgb(2.6, 97.5, 151.45) !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;
}


.mapGTP[data-v-1764cb75] {
  height: 500px !important;
}


.vbt-column-header[data-v-6661c6d6] {
  color: white;
}


#dpr_image_carousel .carousel-indicators li[data-v-8150314a] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter-panel[data-v-8150314a] {
    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-8150314a] {
    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-text-container[data-v-8150314a] {
    width: 350px;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: white;
    text-shadow: none;
    font-weight: 700 !important;
}
.text-container[data-v-8150314a] {
    width: auto;
    min-width: 200px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.img-container[data-v-8150314a] {
    width: 350px;
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 5px solid white;
    border-radius: 20px;
    background-color: rgba(6, 47, 86, 0.7);
}
.img[data-v-8150314a] {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.main-img[data-v-8150314a] {
    height: auto;
    width: 100%;
}
.card-list[data-v-8150314a] {
    display: grid;
    grid-gap: 1em;
    color: rgb(238, 238, 238);
    margin-bottom: 1%;
    margin-top: 0.5%;
    padding: 1%;
}
.card-item[data-v-8150314a] {
    background-color: white;
    height: 350px;
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.count[data-v-8150314a] {
    padding-right: 2%;
    float: right;
}
.mmp-button[data-v-8150314a] {
    background-color: #1b66ac;
    color: white;
}
.mmp-button[data-v-8150314a]:hover {
    opacity: 0.8;
}
@media (max-width: 1600px) {
.card-item[data-v-8150314a] {
        background-color: white;
        height: 300px;
        width: 100%;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
}
.img-container[data-v-8150314a] {
        width: 300px;
        height: 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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 5px solid white;
        border-radius: 20px;
        background-color: rgba(6, 47, 86, 0.7);
        font-size: 14px;
}
.text-container[data-v-8150314a] {
        width: auto;
        min-width: 170px;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
}
.img-text-container[data-v-8150314a] {
        width: 300px;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        color: white;
        text-shadow: none;
        font-weight: 700 !important;
}
.filter-panel[data-v-8150314a] {
        width: 100%;
        height: 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;
}
.slide[data-v-8150314a] {
        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: 500px;
        width: 100%;
        gap: 50px;
        padding-bottom: 20px;
}
}



[data-v-91543e18]: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-91543e18]:root {
    --fs-xxs: 0.7rem;
    --fs-xs: 0.8rem;
    --fs-sm: 0.9rem;
    --fs-md: 1rem;
    --fs-lg: 1.1rem;
}
}
[data-v-91543e18] .custom-file {margin-bottom: 0.4rem;}
  /* Match b-form-select with b-form-file appearance */
[data-v-91543e18] .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: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
  /* Focus state */
[data-v-91543e18] .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-91543e18] .custom-file-label,[data-v-91543e18] .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-91543e18] .custom-select {
  margin-bottom: 0.6rem;
}
[data-v-91543e18] .custom-select.has-value {
  color: #063c6d !important;
  font-weight: 600 !important;
}
[data-v-91543e18] .custom-select:hover {
  border-color: #adb5bd;
}
  /* FILE placeholder */
[data-v-91543e18] .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-91543e18] .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-91543e18] .custom-file-label::after {
  font-size: 0.75rem !important;
}
[data-v-91543e18] .col-form-label{
  padding-bottom: 0rem !important;
}
.tab-pane-wrapper[data-v-91543e18] {
  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: 5px 5px;
  min-height: 250px;
  -webkit-transition: all 0.3s ease;
  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;
}
.is-disabled[data-v-91543e18] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.tab-pane-wrapper.visible[data-v-91543e18] {
  opacity: 1;
}
.tab-pane-wrapper.hidden[data-v-91543e18] {
  opacity: 0;
  pointer-events: none;
}
.eodFileUploadControl[data-v-91543e18] {
  margin: 0.5rem;
}
.routeFileIcon[data-v-91543e18] {
  width: 5%;
  height: 3%;
}
.form-group[data-v-91543e18] {
  margin-bottom: 0.2rem;
}
.selectedFileLabel[data-v-91543e18] {
  text-align: center;
  margin: 0.2rem;
  /* padding-bottom: 0.3rem; */
  color: #FFFFFF;
}
.uncoveredEodFileName[data-v-91543e18] {
  color: greenyellow;
}
.modal-button-row[data-v-91543e18] {
  position: static;
  text-align: center;
  width: 100%;
}
.downloadFiles-btn[data-v-91543e18] {
  height: 2rem;
  width: 100%;
  margin: 0.5rem 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-radius: 0.5rem;
  background-color: #E9ECEF;
  font-size: 1rem !important;
  font-weight: 900;
  color: #063C6D !important;
}
.resetButton[data-v-91543e18] {
  cursor: pointer;
}
.card[data-v-91543e18] {
  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;
}
.scroll-Container[data-v-91543e18] {
  border-radius: 1%;
}
.eodFieldReviewTool[data-v-91543e18] {
  width: 20%;
  height: 100%;
  max-width: 800px;
  padding: 0.3rem;
}
.eodFieldReviewTitle[data-v-91543e18] {
  width: 100%;
  color: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.eodWindowTools[data-v-91543e18] {
  margin-left: 15%;
}
.card-body-padding[data-v-91543e18] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #063C6D;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.contenteditable-element[data-v-91543e18] {
  overflow-y: auto;
  font-size: 0.7rem !important;
  color: #063c6d !important;
  width: 100%;
  min-height: 120px;
  resize: vertical;
}
  /* =========================
    SPINNER OVERLAY
   ========================= */
.eodOverlay[data-v-91543e18] {
  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-91543e18] {
  text-align: center;
  color: white;
}
.spinner[data-v-91543e18] {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-animation: spin-91543e18 1s linear infinite;
          animation: spin-91543e18 1s linear infinite;
  margin: 0 auto 10px;
}
@-webkit-keyframes spin-91543e18 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-91543e18 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.message[data-v-91543e18] {
  font-size: 1rem;
  color: white;
  margin: 0 auto 10px;
}
  /* 1. Full-width layout on phones */
@media (max-width: 600px) {
.eodFieldReviewTool[data-v-91543e18] {
    width: 100% !important;
    max-width: 65% !important;
    padding: 0.2rem !important;
}
#eodFieldReviewToolCard[data-v-91543e18] {
    width: 100% !important;
}
}
  /* 2. Title row adjustments */
@media (max-width: 600px) {
.eodFieldReviewTitle[data-v-91543e18] {
    -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;
}
.eodFieldReviewTitle .col-1[data-v-91543e18] {
    padding: 0.2rem;
}
}
  /* 3. Fix icon sizes */
@media (max-width: 600px) {
.routeFileIcon[data-v-91543e18] {
    width: 20px !important;
    height: 20px !important;
}
}
  /* 4. Bootstrap file controls */
@media (max-width: 600px) {
[data-v-91543e18] .custom-file-label,[data-v-91543e18] .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-91543e18] {
    font-size: 0.8rem !important;
    min-height: 100px;
}
}
  /* 6. Button alignment */
@media (max-width: 600px) {
.modal-button-row[data-v-91543e18] {
    position: relative !important;
    width: 100% !important;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}
.submit-btn[data-v-91543e18] {
    width: 100% !important;
    max-width: none !important;
}
}
  /* 7. Scroll container for mobile */
@media (max-width: 600px) {
.scroll-Container[data-v-91543e18] {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 0.5rem;
}
}
  /* 8. Spinner message readable */
@media (max-width: 600px) {
.overlay .message[data-v-91543e18] {
    font-size: 0.8rem;
    padding: 0 1rem;
}
}


#gtpReportModal .modal-lg {
  max-width: 1200px !important;
}


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


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


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


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


.ul-less-margin {
  margin-bottom: 0.5rem;
}
.untested-region-row {
  background-color: rgb(100, 0, 0);
}
tr {
  cursor: pointer;
}


.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-53107dba]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-53107dba] {
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  min-height: 350px;
}
.cursor[data-v-53107dba] {
  cursor: pointer;
}
.sortable[data-v-53107dba]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-53107dba]::-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-53107dba]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-53107dba]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-53107dba] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-53107dba] {
  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-53107dba] {
  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-53107dba] {
  visibility: visible;
}
.center[data-v-53107dba] {
  text-align: center;
}
.hover[data-v-53107dba]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-53107dba] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-53107dba] {
  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-054f6b51]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-054f6b51] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 350px;
}
.cursor[data-v-054f6b51] {
  cursor: pointer;
}
.sortable[data-v-054f6b51]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-054f6b51]::-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-054f6b51]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-054f6b51]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-054f6b51] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-054f6b51] {
  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-054f6b51] {
  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-054f6b51] {
  visibility: visible;
}
.center[data-v-054f6b51] {
  text-align: center;
}
.hover[data-v-054f6b51]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-054f6b51] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-054f6b51] {
  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 {
    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:hover {
    opacity: 0.8;
}
.toolbar-container {
    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 {
    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 {
    color: yellow;
}
.box {
    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 {
    font-size: 20px !important;
    color: yellow !important;
}
.white-outline {
    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:hover {
    font-size: 16px;
}


/* ─── Role name row ──────────────────────────────────────────── */
.uar-role-row[data-v-7582cd50] {
  padding: 4px 0 16px;
}
.uar-field[data-v-7582cd50] {
  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-7582cd50] {
  font-size: 13px;
  color: #8ab0cc;
  white-space: nowrap;
}
.uar-role-name[data-v-7582cd50] {
  font-size: 17px;
  font-weight: 600;
  color: #f0b429;
  padding-top: 3px;
}
.uar-input[data-v-7582cd50] {
  /* max-width: 280px; */
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #dce8f5 !important;
  border-radius: 4px;
}
.uar-input[data-v-7582cd50]::-webkit-input-placeholder {
  color: #dce8f5 !important;
  /* opacity: 0.8; */
}
.uar-input[data-v-7582cd50]:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #4db8f0 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.2) !important;
          box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.2) !important;
}
.uar-select[data-v-7582cd50] {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #dce8f5 !important;
  border-radius: 4px;
}
.uar-select[data-v-7582cd50]:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #4db8f0 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.2) !important;
          box-shadow: 0 0 0 2px rgba(77, 184, 240, 0.2) !important;
}
.uar-select option[data-v-7582cd50] {
  background: #1a2a3a;
  color: #dce8f5;
}
/* ─── Section wrapper ────────────────────────────────────────── */
.uar-section[data-v-7582cd50] { margin-bottom: 6px;
}
/* ─── Section headers ────────────────────────────────────────── */
.uar-section-header[data-v-7582cd50] {
  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(255, 255, 255, 0.08);
}
.uar-section-header[data-v-7582cd50]:hover { background: rgba(255, 255, 255, 0.13);
}
.uar-section-header--tools[data-v-7582cd50]    { border-left-color: #4db8f0;
}
.uar-section-header--features[data-v-7582cd50] { border-left-color: #3dc99b;
}
.uar-section-header--admin[data-v-7582cd50]    { border-left-color: #b490f5;
}
.uar-section-title-row[data-v-7582cd50] {
  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-7582cd50] {
  font-size: 13.5px;
  font-weight: 500;
  color: #dce8f5;
  letter-spacing: 0.01em;
}
/* ─── Dots ───────────────────────────────────────────────────── */
.uar-dot[data-v-7582cd50] {
  width: 7px; height: 7px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.uar-dot--tools[data-v-7582cd50]    { background: #4db8f0;
}
.uar-dot--features[data-v-7582cd50] { background: #3dc99b;
}
.uar-dot--admin[data-v-7582cd50]    { background: #b490f5;
}
/* ─── Chevron ────────────────────────────────────────────────── */
.uar-chevron[data-v-7582cd50] {
  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: #8ab0cc;
  opacity: 0.7;
}
.uar-chevron.open[data-v-7582cd50] { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.uar-chevron svg[data-v-7582cd50] {
  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-7582cd50] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px 4px 16px 18px;
}
.uar-checkbox-label[data-v-7582cd50] {
  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: #dce8f5;
  margin: 0;
}
.uar-checkbox[data-v-7582cd50] { display: none;
}
.uar-checkbox-custom[data-v-7582cd50] {
  width: 14px; height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  -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-7582cd50] {
  background: #4db8f0;
  border-color: #4db8f0;
}
.uar-checkbox:checked + .uar-checkbox-custom[data-v-7582cd50]::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-7582cd50] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ─── Submit row ─────────────────────────────────────────────── */
.uar-submit-row[data-v-7582cd50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 4px;
}


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


/* ─── 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;
}


.ac-tabs {
  --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;
}


.inactive-tag[data-v-1724d610] {
  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-1724d610] {
  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-1724d610] {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.status-active[data-v-1724d610] {
  background: rgba(61, 201, 155, 0.18);
  color: #3dc99b;
  border: 1px solid rgba(61, 201, 155, 0.35);
}
.status-inactive[data-v-1724d610] {
  background: rgba(240, 100, 100, 0.18);
  color: #f07070;
  border: 1px solid rgba(240, 100, 100, 0.32);
}
/* ─── Table cell helpers ─────────────────────────────────────── */
.date-cell[data-v-1724d610] {
  font-size: 12px;
  color: var(--ac-text-muted);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.module-name-cell[data-v-1724d610] {
  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-1724d610] {
  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-1724d610] { width: 5% !important;
}
/* ─── Icon buttons ───────────────────────────────────────────── */
.ac-icon-btn[data-v-1724d610] {
  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-1724d610]       { color: #4db8f0;
}
.ac-icon-btn--edit[data-v-1724d610]:hover { background: rgba(77, 184, 240, 0.1);
}
.ac-icon-btn--activate[data-v-1724d610]       { color: #2daa84;
}
.ac-icon-btn--activate[data-v-1724d610]:hover { background: rgba(45, 170, 132, 0.1);
}
.ac-icon-btn--deactivate[data-v-1724d610]       { color: #e05a5a;
}
.ac-icon-btn--deactivate[data-v-1724d610]:hover { background: rgba(230, 90, 90, 0.1);
}
.ac-icon-btn[data-v-1724d610]:disabled { opacity: 0.3; cursor: not-allowed;
}
/* ─── Confirmation modals ────────────────────────────────────── */
.ac-confirm-body[data-v-1724d610] { padding: 4px 0 8px;
}
.ac-confirm-text[data-v-1724d610] {
  font-size: 13.5px;
  color: var(--ac-text);
  line-height: 1.65;
  margin-bottom: 20px;
}
.ac-confirm-actions[data-v-1724d610] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.ac-highlight[data-v-1724d610] { color: #f0b429; font-weight: 600;
}
/* ─── Section headers ────────────────────────────────────────── */
.ac-section-header[data-v-1724d610] {
  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(255, 255, 255, 0.08);
}
.ac-section-header[data-v-1724d610]:hover { background: rgba(255, 255, 255, 0.13);
}
.ac-section-header--nested[data-v-1724d610] {
  padding: 7px 12px;
  margin-left: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-left-color: rgba(255, 255, 255, 0.18);
}
.ac-section-header--nested[data-v-1724d610]:hover { background: rgba(255, 255, 255, 0.08);
}
/* Left-border accent per category */
.ac-section-header--tools[data-v-1724d610]    { border-left-color: var(--ac-tools);
}
.ac-section-header--features[data-v-1724d610] { border-left-color: var(--ac-features);
}
.ac-section-header--admin[data-v-1724d610]    { border-left-color: var(--ac-admin);
}
.ac-section-header[data-v-1724d610]: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-1724d610] {
  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-1724d610] {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ac-text);
  letter-spacing: 0.01em;
}
.ac-section-title--sm[data-v-1724d610] { font-size: 12.5px;
}
/* Colored dots */
.ac-section-dot[data-v-1724d610] {
  width: 7px; height: 7px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ac-dot--tools[data-v-1724d610]    { background: var(--ac-tools);
}
.ac-dot--features[data-v-1724d610] { background: var(--ac-features);
}
.ac-dot--admin[data-v-1724d610]    { background: var(--ac-admin);
}
.ac-dot--layers[data-v-1724d610]   { background: var(--ac-layers);
}
.ac-dot--part[data-v-1724d610]     { background: var(--ac-text-muted);
}
/* Count badges */
.ac-badge[data-v-1724d610] {
  font-size: 10.5px;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 20px;
}
.ac-badge--tools[data-v-1724d610]    { background: rgba(77, 184, 240, 0.22); color: var(--ac-tools);
}
.ac-badge--features[data-v-1724d610] { background: rgba(61, 201, 155, 0.22); color: var(--ac-features);
}
.ac-badge--admin[data-v-1724d610]    { background: rgba(180, 144, 245, 0.22); color: var(--ac-admin);
}
/* Chevron */
.ac-chevron[data-v-1724d610] {
  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-1724d610] { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.ac-chevron svg[data-v-1724d610] {
  width: 13px; height: 13px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
/* ─── Collapse body ──────────────────────────────────────────── */
.ac-collapse-body[data-v-1724d610] { padding-left: 12px;
}
/* ─── Layer grid & checkboxes ────────────────────────────────── */
.ac-layer-grid[data-v-1724d610] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px 4px 16px 18px;
}
.ac-layer-item[data-v-1724d610] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.ac-checkbox-label[data-v-1724d610] {
  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-1724d610] { display: none;
}
.ac-checkbox-custom[data-v-1724d610] {
  width: 14px; height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  -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-1724d610] {
  background: var(--ac-tools);
  border-color: var(--ac-tools);
}
.ac-checkbox:checked + .ac-checkbox-custom[data-v-1724d610]::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-1724d610] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.ac-layer-status[data-v-1724d610] { 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-1724d610] { color: var(--ac-features);
}
/* ─── Module section ─────────────────────────────────────────── */
.ac-module-section[data-v-1724d610] { margin-bottom: 6px;
}
.ac-module-grid[data-v-1724d610] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 10px 4px 14px;
}
.ac-module-chip[data-v-1724d610] {
  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(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  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-1724d610]:hover                { background: rgba(255, 255, 255, 0.15); cursor: pointer;
}
.ac-module-chip--tools[data-v-1724d610]:hover         { border-color: rgba(77, 184, 240, 0.5);
}
.ac-module-chip--features[data-v-1724d610]:hover      { border-color: rgba(61, 201, 155, 0.5);
}
.ac-module-chip--admin[data-v-1724d610]:hover         { border-color: rgba(180, 144, 245, 0.5);
}
.ac-chip-label[data-v-1724d610] {
  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-1724d610] {
  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-1724d610]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ac-text);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ac-module-add-btn svg[data-v-1724d610] {
  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-1724d610] {
  padding: 6px 11px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.ac-chip-input[data-v-1724d610] {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 12px;
  color: var(--ac-text);
}
.ac-chip-input[data-v-1724d610]::-webkit-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-1724d610]::-moz-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-1724d610]:-ms-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-1724d610]::-ms-input-placeholder {
  color: var(--ac-text-muted);
}
.ac-chip-input[data-v-1724d610]::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;
}


.speed-limit-container[data-v-71c8c2d1] {
    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;
    margin-left: 105%;
    margin-top: 0px;
}
.text-box[data-v-71c8c2d1] {
    font-size: 12px;
    height: 15px;
}
.black-outline[data-v-71c8c2d1] {
    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-71c8c2d1] {
    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-71c8c2d1] {
    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-71c8c2d1] {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
}
.medium-font[data-v-71c8c2d1] {
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
}
.small-font[data-v-71c8c2d1] {
    font-weight: bolder;
    font-size: 9px;
    text-align: center;
}
.speed-limit-number-container h6[data-v-71c8c2d1] {
    font-size: 10px;
}
.speed-limit-number h5[data-v-71c8c2d1] {
    font-size: 18px;
}


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


.download-border[data-v-3f488b01] {
  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-3f488b01] {
  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-3f488b01] {
  cursor: pointer;
}
.download-border[data-v-3f488b01]: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-3f488b01] {
  margin-left: 0 !important;
}
.blue[data-v-3f488b01] {
  /* color: blue; */
  /* color: #008cff; */
  color: #063c6d;
}
.att-text[data-v-3f488b01] {
  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-3f488b01] {
  font-family: 'Inter Regular', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-3f488b01] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.fluid[data-v-3f488b01] {
  max-width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgb(255, 255, 255, 0.9);
  border-radius: 0.25rem;
}
.fixed-width[data-v-3f488b01] {
  max-width: 100%;
  width: 550px;
  height: 100%;
  padding-right: 20px;
}
.totalDistanceWindow .row[data-v-3f488b01] {
  height: 35px !important;
}
.nearestDistanceWindow .row[data-v-3f488b01] {
  height: 30px !important;
}
.nearestDistanceWindow label[data-v-3f488b01] {
  margin: 0;
  margin-top: 2px;
  margin-left: 5px;
}
.calcBtn[data-v-3f488b01] {
  background-color: #063c6d !important;
}
.calcBtn[data-v-3f488b01]:hover {
  opacity: 0.8;
}
@media (max-width: 1700px) {
.scrollable[data-v-3f488b01] {
    max-height: 350px;
}
}

/* 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;
}
/* Map and loading always fill entire viewport */
.map {
  height: 100vh;
  width: 100vw;
  /* Setting background color to black is necessary for black base map */
  background-color: black;
  position: fixed;
}
.loading {
  position: absolute;
  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;
}
.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);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.menu-bg-blue-transparent-modal {
  background: rgba(6, 47, 86, 1.0);
  color: rgb(238, 238, 238);
  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;
}
.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: absolute;
  top: 285px;
  left: 385px;
  min-width: 160px;
  width: 160px;
}
/* DRT Panels ↑ */
/* ANSI Panels ↓ */
.unSelectedIcons {
  background: rgb(2.6, 97.5, 151.45);
}
.greenBtn {
  background: rgb(21.45, 140.4, 87.1);
  border-color: rgb(21.45, 140.4, 87.1);
  cursor: pointer;
}
.greenBtn:hover {
  background: rgb(24.75, 162, 100.5);
  border-color: rgb(24.75, 162, 100.5);
}
.redBtn {
  background: rgb(143, 34.45, 44.85);
}
.yellowBtn {
  background: rgb(165.75, 125.45, 4.55);
}
.grayBtn {
  background: rgb(70.2, 76.05, 81.25);
}
.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;
  min-width: 360px;
  width: 360px;
}
/* ANSI Panels ↑ */
#clickToDragCol {
  cursor: move;
}
#clickToDragColGSV {
  cursor: move;
}
.usv-buttons {
  width: 50%;
  margin-left: 0px;
}
.usv-symbols {
  background-color: rgb(80, 156, 4, 0.3);
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
}
.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: 25;
  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;
  background-color: rgba(255, 255, 255, 0.9);
}
.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;
  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: #008cff;
}
.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: 110%;
  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;
}
.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: #e9e9e9;
}
.ansi-button {
  background: rgb(16, 90, 158);
  border-color: rgb(18, 100, 175);
}
.mmp-button {
  background-color: #1b66ac;
  color: white;
}
.ansi-button:hover,
link {
  background-color: rgb(27, 102, 172);
}
.mmp-button:hover {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.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: 70%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.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: .5em;
}
.hotkeys-tooltip.tooltip {
  font-weight: normal;
}
.hotkeys-tooltip .tooltip-inner {
  background: rgba(6, 47, 86, 0.8);
  -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;
  white-space: pre-line;
  text-align: left;
  max-width: none;
  font-weight: normal;
  -webkit-transform: translateX(-8%) !important;
          transform: translateX(-8%) !important;
}
.hotkeys-tooltip .tooltip-inner h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}
.hotkeys-tooltip .tooltip-inner ul {
  margin-right: 10px;
  font-weight: normal;
}
.hotkeys-tooltip .tooltip-inner b {
  font-weight: bold;
}
.hotkeys-tooltip .arrow::before {
  border-top-color: rgba(6, 47, 86, 0.8) !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;
}
.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;
}
.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: 5px;
}
.tools-menu-position {
  position: absolute;
  top: 45px;
  right: 5px;
}
.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;
  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;
  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;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #797777;
}
*[data-v-d6a64654] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-d6a64654] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-d6a64654] {
    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-d6a64654], body[data-v-d6a64654] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-d6a64654] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-d6a64654] {
    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-d6a64654] {
    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-d6a64654] {
    display: inline-block;
    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.collapsed[data-v-d6a64654] {
    width: 70px !important;
}
.main-content[data-v-d6a64654] {
    -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-d6a64654] {
    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-d6a64654] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-d6a64654] {
  position: absolute;
  top: 80px;
  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-d6a64654] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-d6a64654] {
    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-d6a64654] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-d6a64654] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-d6a64654] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-d6a64654] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-d6a64654] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-d6a64654] {
    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-d6a64654] {
    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-d6a64654] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-d6a64654] {
    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-d6a64654]: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-d6a64654] {
    display: none;
}
.label[data-v-d6a64654] {
    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-d6a64654] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-d6a64654]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-d6a64654] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-d6a64654] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-d6a64654] {
    color: #98d7ec;
}
.text_format[data-v-d6a64654] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-d6a64654] {
    width: 40px;
    height: 50px;
}
.logout[data-v-d6a64654] {
    margin-top: auto !important;
}
[data-v-d6a64654] .modal-header,
.ptv-modal-header[data-v-d6a64654] {
  /* 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-d6a64654] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-d6a64654] {
color: black;
}
.zoom-btns-position[data-v-d6a64654] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-d6a64654] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-d6a64654] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-d6a64654] {
    color: #063C6D;
}
.moveable-container[data-v-d6a64654] {
    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-d6a64654] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-d6a64654] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-d6a64654] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

.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;
}

*[data-v-59ed548f] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-59ed548f] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-59ed548f] {
    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-59ed548f], body[data-v-59ed548f] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-59ed548f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-59ed548f] {
    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-59ed548f] {
    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-59ed548f] {
    display: inline-block;
    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.collapsed[data-v-59ed548f] {
    width: 70px !important;
}
.main-content[data-v-59ed548f] {
    -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-59ed548f] {
    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-59ed548f] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-59ed548f] {
  position: absolute;
  top: 80px;
  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-59ed548f] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-59ed548f] {
    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-59ed548f] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-59ed548f] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-59ed548f] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-59ed548f] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-59ed548f] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-59ed548f] {
    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-59ed548f] {
    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-59ed548f] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-59ed548f] {
    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-59ed548f]: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-59ed548f] {
    display: none;
}
.label[data-v-59ed548f] {
    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-59ed548f] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-59ed548f]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-59ed548f] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-59ed548f] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-59ed548f] {
    color: #98d7ec;
}
.text_format[data-v-59ed548f] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-59ed548f] {
    width: 40px;
    height: 50px;
}
.logout[data-v-59ed548f] {
    margin-top: auto !important;
}
[data-v-59ed548f] .modal-header,
.ptv-modal-header[data-v-59ed548f] {
  /* 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-59ed548f] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-59ed548f] {
color: black;
}
.zoom-btns-position[data-v-59ed548f] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-59ed548f] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-59ed548f] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-59ed548f] {
    color: #063C6D;
}
.moveable-container[data-v-59ed548f] {
    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-59ed548f] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-59ed548f] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-59ed548f] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#releaseNotes .modal-body {
  max-height: 75vh;
  overflow-y: hidden;
}

*[data-v-d72d98ba] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-d72d98ba] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-d72d98ba] {
    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-d72d98ba], body[data-v-d72d98ba] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-d72d98ba] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-d72d98ba] {
    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-d72d98ba] {
    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-d72d98ba] {
    display: inline-block;
    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.collapsed[data-v-d72d98ba] {
    width: 70px !important;
}
.main-content[data-v-d72d98ba] {
    -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-d72d98ba] {
    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-d72d98ba] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-d72d98ba] {
  position: absolute;
  top: 80px;
  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-d72d98ba] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-d72d98ba] {
    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-d72d98ba] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-d72d98ba] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-d72d98ba] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-d72d98ba] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-d72d98ba] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-d72d98ba] {
    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-d72d98ba] {
    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-d72d98ba] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-d72d98ba] {
    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-d72d98ba]: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-d72d98ba] {
    display: none;
}
.label[data-v-d72d98ba] {
    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-d72d98ba] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-d72d98ba]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-d72d98ba] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-d72d98ba] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-d72d98ba] {
    color: #98d7ec;
}
.text_format[data-v-d72d98ba] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-d72d98ba] {
    width: 40px;
    height: 50px;
}
.logout[data-v-d72d98ba] {
    margin-top: auto !important;
}
[data-v-d72d98ba] .modal-header,
.ptv-modal-header[data-v-d72d98ba] {
  /* 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-d72d98ba] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-d72d98ba] {
color: black;
}
.zoom-btns-position[data-v-d72d98ba] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-d72d98ba] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-d72d98ba] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-d72d98ba] {
    color: #063C6D;
}
.moveable-container[data-v-d72d98ba] {
    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-d72d98ba] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-d72d98ba] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-d72d98ba] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#statsBtn.disabled {
    border-color: black !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: 60px;
    height: 46px;
    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;
}
.measurement-value {
    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;
    color: white;
}
.measurement-label {
    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;
    color: white;
}
.measurement-container {
    width: 250px;
    height: 60px;
    background-color: rgb(2.6, 97.5, 151.45);
    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;
    /* margin-bottom: 10px; */
}
.data-size {
  font-size: 15px !important;
  font-weight: 700;
  /* color: #007bff !important; */
}

*[data-v-67a9e80b] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-67a9e80b] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-67a9e80b] {
    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-67a9e80b], body[data-v-67a9e80b] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-67a9e80b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-67a9e80b] {
    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-67a9e80b] {
    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-67a9e80b] {
    display: inline-block;
    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.collapsed[data-v-67a9e80b] {
    width: 70px !important;
}
.main-content[data-v-67a9e80b] {
    -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-67a9e80b] {
    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-67a9e80b] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-67a9e80b] {
  position: absolute;
  top: 80px;
  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-67a9e80b] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-67a9e80b] {
    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-67a9e80b] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-67a9e80b] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-67a9e80b] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-67a9e80b] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-67a9e80b] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-67a9e80b] {
    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-67a9e80b] {
    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-67a9e80b] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-67a9e80b] {
    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-67a9e80b]: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-67a9e80b] {
    display: none;
}
.label[data-v-67a9e80b] {
    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-67a9e80b] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-67a9e80b]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-67a9e80b] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-67a9e80b] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-67a9e80b] {
    color: #98d7ec;
}
.text_format[data-v-67a9e80b] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-67a9e80b] {
    width: 40px;
    height: 50px;
}
.logout[data-v-67a9e80b] {
    margin-top: auto !important;
}
[data-v-67a9e80b] .modal-header,
.ptv-modal-header[data-v-67a9e80b] {
  /* 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-67a9e80b] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-67a9e80b] {
color: black;
}
.zoom-btns-position[data-v-67a9e80b] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-67a9e80b] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-67a9e80b] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-67a9e80b] {
    color: #063C6D;
}
.moveable-container[data-v-67a9e80b] {
    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-67a9e80b] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-67a9e80b] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-67a9e80b] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

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


.disable[data-v-ac37d65a] {
  opacity: 0.6;
  pointer-events: none;
}
.lidar-container[data-v-ac37d65a] {
  width: 276px;
  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:#063c6d;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3); */
  color: #fff !important;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
}
.tg-header[data-v-ac37d65a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
}
.tg-header-border[data-v-ac37d65a] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tg-header span[data-v-ac37d65a] {
  color: #fff !important;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tg-header .clickable[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.75rem;
}
.tg-body[data-v-ac37d65a] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
  padding: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.tg-body[data-v-ac37d65a]::-webkit-scrollbar {
  width: 4px;
}
.tg-body[data-v-ac37d65a]::-webkit-scrollbar-track {
  background: transparent;
}
.tg-body[data-v-ac37d65a]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.tg-body[data-v-ac37d65a]::-webkit-scrollbar-button {
  display: none;
}

/* Trail group toggle button (date code) */
.lidar-label-size[data-v-ac37d65a] {
  width: 80%;
  font-size: 0.7rem;
  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;
}

/* Group heading row */
.lidar-container .w-100.mt-1[data-v-ac37d65a] {
  margin-top: 4px !important;
}

/* Expand/collapse caret */
.lidar-container .clickable[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.lidar-container .clickable[data-v-ac37d65a]:hover {
  color: #fff;
}

/* State messages (loading, zoom, empty) */
.lidar-container span[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

/* ── Group button: all off ──────────────────────────── */
.lidar-group-off[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.lidar-group-off[data-v-ac37d65a]:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

/* ── Individual trail button: off ──────────────────── */
.lidar-off[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.lidar-off[data-v-ac37d65a]:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ── Active (btn-primary) overrides for dark theme ── */
.lidar-container .btn-primary[data-v-ac37d65a] {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}
.lidar-container .btn-primary[data-v-ac37d65a]:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
}

/* ── Header background classes (keep for template compat) ── */
.blue-border-bottom[data-v-ac37d65a] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.blue-background[data-v-ac37d65a] {
  background: transparent;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

/* Spinner and icon colors */
.lidar-container .fa-spin[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lidar-container .fa-exclamation-triangle[data-v-ac37d65a] {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-color[data-v-ac37d65a]{
  color:white;
}

*[data-v-6c8f2e60] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-6c8f2e60] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-6c8f2e60] {
    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-6c8f2e60], body[data-v-6c8f2e60] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-6c8f2e60] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-6c8f2e60] {
    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-6c8f2e60] {
    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-6c8f2e60] {
    display: inline-block;
    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.collapsed[data-v-6c8f2e60] {
    width: 70px !important;
}
.main-content[data-v-6c8f2e60] {
    -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-6c8f2e60] {
    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-6c8f2e60] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-6c8f2e60] {
  position: absolute;
  top: 80px;
  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-6c8f2e60] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-6c8f2e60] {
    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-6c8f2e60] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-6c8f2e60] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-6c8f2e60] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-6c8f2e60] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-6c8f2e60] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-6c8f2e60] {
    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-6c8f2e60] {
    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-6c8f2e60] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-6c8f2e60] {
    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-6c8f2e60]: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-6c8f2e60] {
    display: none;
}
.label[data-v-6c8f2e60] {
    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-6c8f2e60] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-6c8f2e60]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-6c8f2e60] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-6c8f2e60] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-6c8f2e60] {
    color: #98d7ec;
}
.text_format[data-v-6c8f2e60] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-6c8f2e60] {
    width: 40px;
    height: 50px;
}
.logout[data-v-6c8f2e60] {
    margin-top: auto !important;
}
[data-v-6c8f2e60] .modal-header,
.ptv-modal-header[data-v-6c8f2e60] {
  /* 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-6c8f2e60] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-6c8f2e60] {
color: black;
}
.zoom-btns-position[data-v-6c8f2e60] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-6c8f2e60] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-6c8f2e60] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-6c8f2e60] {
    color: #063C6D;
}
.moveable-container[data-v-6c8f2e60] {
    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-6c8f2e60] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-6c8f2e60] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-6c8f2e60] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

.layer-list-root[data-v-6c8f2e60] {
    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;
}
.layer-list-container[data-v-6c8f2e60] {
    border: 2px solid #063c6d;
    width: 275px;
    border-radius: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.data-panel[data-v-6c8f2e60] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 7px;
    padding: 5%;
}
.layer-list-font[data-v-6c8f2e60] {
    font-size: 15px !important;
    font-weight: 500;
}
.change-region-btn[data-v-6c8f2e60] {
    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: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    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-6c8f2e60]: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-6c8f2e60]: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-6c8f2e60] {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.layers[data-v-6c8f2e60] {
    width: 100%;
    color: white;
    padding-top: 0px;
    background-color: azure;
    overflow-y: auto;
    max-height: 300px;
    /* scrollbar-width: thin;
    scrollbar-color: rgba(6, 60, 109, 0.4) transparent; */
}
.layer-btn[data-v-6c8f2e60] {
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    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: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-arrow[data-v-6c8f2e60] {
    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;
    cursor: pointer !important;
}
.layer-row[data-v-6c8f2e60] {
    padding: 0 !important;
    width: 100%; 
    height: 50px;
    /* height: 30px; */
    border-top: 1px white solid;
    cursor: pointer !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-row[data-v-6c8f2e60]:hover {
    opacity: 0.7;
    cursor: pointer !important;
}
.available-not-enabled[data-v-6c8f2e60] {
  background-color: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-6c8f2e60] {
  background-color: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-6c8f2e60] {
  background-color: rgb(20, 42.5, 55);
}
.unavailable[data-v-6c8f2e60]:hover {
  opacity: 1.0 !important;
}


.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-00ef0db0] {
  max-width: 700px;
}
/* Inactive tab styling (dull gradient) */
.polygonInput-modal-content[data-v-00ef0db0] {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
[data-v-00ef0db0] .modal-header,
.polygonInput-modal-header[data-v-00ef0db0] {
  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;
}
[data-v-00ef0db0] .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-00ef0db0] .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-00ef0db0] .polygonInput-tabs .nav-link.active,[data-v-00ef0db0] .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-00ef0db0] {
  background: #6A8AA7;
  border-bottom: 2px solid #6A8AA7;
}
/* Tab content */
.tab-pane-wrapper[data-v-00ef0db0] {
  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-00ef0db0] {
  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;
}
/* =========================
   BUTTONS
   ========================= */
.modal-button-row[data-v-00ef0db0] {
  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: 0 1.5rem 1rem;
  margin-top: 1rem;
  width: 100%;
}
.submit-btn[data-v-00ef0db0] {
  height: 40px;
  width: 100%;
  max-width: 300px;
  margin: 5px 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-radius: 0.5rem;
  background-color: #063C6D;
}
.submit-btn[data-v-00ef0db0]:disabled{
 opacity: 0.6;
}
.submit-btn[data-v-00ef0db0]:hover{
  opacity: 0.6;
}
/* =========================
   OVERLAY LOADER
   ========================= */
.modal-overlay[data-v-00ef0db0] {
  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-00ef0db0] {
  background-color: #063c6d;
  height: 60px;
  width: 275px;
  border-radius: 5px;
  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;
}
.widget-container .tool[data-v-00ef0db0] {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 3px;
  background: rgb(2.6, 97.5, 151.45);
  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: whitesmoke;
  cursor: pointer;
}
.widget-container .tool.active[data-v-00ef0db0] {
  background: #007bff !important;
}
.uploadWktContainer[data-v-00ef0db0] {
  margin: 10px;
}
.fileUploadControl[data-v-00ef0db0] {
  margin: 15px 10px 15px 10px;
}
.file_upload_Loader[data-v-00ef0db0] {
  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-00ef0db0] {
  min-height: 100px;  
  max-height: 300px;   
  overflow-y: hidden;
  resize: none;
}
.close-btn[data-v-00ef0db0] {
  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;
}
.close-btn[data-v-00ef0db0]:hover {
  background-color: rgb(6, 60, 109, 0.8) !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;
}


.nav-left[data-v-0eac2818] {
    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-0eac2818] {
    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-0eac2818]:hover {
    background: #eef3f9;
    color: #063c6d;
}
.nav-separator[data-v-0eac2818] {
    color: #adb5bd;
    font-size: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nav-page[data-v-0eac2818] {
    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-0eac2818] {
    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-0eac2818] {
        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-0eac2818] {
        overflow-y: auto !important;
}
}

/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-0eac2818] {
        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-0eac2818] {
        margin-top: 0.5rem !important;
}
.ptv-table-scroll[data-v-0eac2818] {
        overflow-y: auto !important;
}
}

/* ── Dashboard header ── */
.dash-header[data-v-0eac2818] {
    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-0eac2818] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #063c6d;
    margin: 0;
}
.dash-subtitle[data-v-0eac2818] {
    font-size: 0.78rem;
    color: #6c757d;
    margin: 0;
}

/* ── Stat cards ── */
.stat-cards[data-v-0eac2818] {
    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-0eac2818] {
    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, -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, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
    cursor: default;
}
.stat-card[data-v-0eac2818]: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-0eac2818] {
    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-0eac2818] {
    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-0eac2818] { opacity: 1;
}
.stat-map-img[data-v-0eac2818] {
    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-0eac2818] {
    -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-0eac2818] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 1rem;
}
.stat-label[data-v-0eac2818] {
    font-size: 1rem;
    font-weight: 700;
    color: #063c6d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 0.25rem;
}
.stat-value[data-v-0eac2818] {
    font-size: 2rem;
    font-weight: 800;
    color: #063c6d;
    line-height: 1;
    margin-bottom: 0.2rem;
    letter-spacing: -0.5px;
}
.stat-sub[data-v-0eac2818] {
    font-size: 0.85rem;
     color: #063c6d;
    font-weight: 500;
}
#page-content-wrapper[data-v-0eac2818] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    background-color: #f8f9fa;
    padding-left: 20px;
    padding-right: 0px;
}
.card h2[data-v-0eac2818] {
    font-size: 2rem;
    margin: 0;
}
.widgetColor[data-v-0eac2818] {
    /* background-color: #1975d8; */
    background-color: #316fb1;
    border-radius: 2%;
}
.chart-placeholder[data-v-0eac2818] {
    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-0eac2818] {
    stroke: rgb(35, 223, 82);
    stroke-width: 2px;
    fill: rgba(159, 204, 153, 0.1);
}
.dmap[data-v-0eac2818] {
    width: 100%;
    height: 400px;
}
#dmap[data-v-0eac2818]:focus {
    outline: #4A74A8 solid 0.15em;
}
.card-style[data-v-0eac2818] {
    background-color: #4A74A8;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    border-bottom: none;
}
.table-wrapper[data-v-0eac2818] {
    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-0eac2818] {
    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-0eac2818] {
    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-0eac2818] {
    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-0eac2818] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.table-header-right[data-v-0eac2818] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* ── vue-good-table overrides ── */
[data-v-0eac2818] .vgt-table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.875rem;
}
[data-v-0eac2818] .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-0eac2818] .vgt-table thead th.sorting-asc::after,[data-v-0eac2818] .vgt-table thead th.sorting-desc::after {
    color: #4A74A8 !important;
}
[data-v-0eac2818] .vgt-table thead th input,[data-v-0eac2818] .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-0eac2818] .vgt-table thead th input:focus,[data-v-0eac2818] .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-0eac2818] .vgt-table tbody tr {
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
[data-v-0eac2818] .vgt-table tbody tr:nth-child(even) {
    background-color: #f8fafc !important;
}
[data-v-0eac2818] .vgt-table tbody tr:hover {
    background-color: #eef3f9 !important;
}
[data-v-0eac2818] .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-0eac2818] .vgt-wrap__footer {
    background: #f0f4f9 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 0.5rem 1rem !important;
}
[data-v-0eac2818] .vgt-wrap__footer .footer__row-count__label,[data-v-0eac2818] .vgt-wrap__footer .footer__row-count__select {
    font-size: 0.8rem;
    color: #6c757d;
}
[data-v-0eac2818] .vgt-wrap__footer .footer__navigation__page-btn {
    color: #4A74A8 !important;
    font-weight: 500;
}
[data-v-0eac2818] .vgt-wrap__footer .footer__navigation__page-btn:hover {
    color: #063c6d !important;
}
[data-v-0eac2818] .vgt-wrap__footer .footer__navigation__page-btn--active {
    background-color: #4A74A8 !important;
    color: #fff !important;
    border-radius: 4px;
}
[data-v-0eac2818] .vgt-wrap__footer .footer__navigation__page-info {
    font-size: 0.8rem;
    color: #6c757d;
}
.copyright[data-v-0eac2818] {
    position: fixed;
    bottom: 0 !important;
    right: 0;
}
.attribution[data-v-0eac2818] {
    color: #555 !important;
    text-decoration: none !important;
    margin-right: 20px;
}
a[data-v-0eac2818]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.mmpInfo[data-v-0eac2818] {
    width: 200px;
    color: #063c6d;
    font-size: 17px;
    cursor: pointer;
}
.mmpInfo[data-v-0eac2818]:hover {
    text-decoration: underline;
    color: #063c6d;
}
.btn-request-sample[data-v-0eac2818] {
    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-0eac2818]: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-0eac2818]: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;
}

*[data-v-5873f4b3] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-5873f4b3] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-5873f4b3] {
    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-5873f4b3], body[data-v-5873f4b3] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-5873f4b3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-5873f4b3] {
    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-5873f4b3] {
    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-5873f4b3] {
    display: inline-block;
    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.collapsed[data-v-5873f4b3] {
    width: 70px !important;
}
.main-content[data-v-5873f4b3] {
    -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-5873f4b3] {
    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-5873f4b3] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-5873f4b3] {
  position: absolute;
  top: 80px;
  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-5873f4b3] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-5873f4b3] {
    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-5873f4b3] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-5873f4b3] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-5873f4b3] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-5873f4b3] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-5873f4b3] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-5873f4b3] {
    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-5873f4b3] {
    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-5873f4b3] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-5873f4b3] {
    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-5873f4b3]: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-5873f4b3] {
    display: none;
}
.label[data-v-5873f4b3] {
    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-5873f4b3] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-5873f4b3]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-5873f4b3] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-5873f4b3] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-5873f4b3] {
    color: #98d7ec;
}
.text_format[data-v-5873f4b3] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-5873f4b3] {
    width: 40px;
    height: 50px;
}
.logout[data-v-5873f4b3] {
    margin-top: auto !important;
}
[data-v-5873f4b3] .modal-header,
.ptv-modal-header[data-v-5873f4b3] {
  /* 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-5873f4b3] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-5873f4b3] {
color: black;
}
.zoom-btns-position[data-v-5873f4b3] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-5873f4b3] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-5873f4b3] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-5873f4b3] {
    color: #063C6D;
}
.moveable-container[data-v-5873f4b3] {
    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-5873f4b3] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-5873f4b3] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-5873f4b3] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#toolLable[data-v-5873f4b3] {
  pointer-events: none;
  padding: 4px 10px 8px;
}
#welcomeMessage[data-v-5873f4b3] {
  pointer-events: none;
  padding: 0 10px 8px;
}
.welcome-badge[data-v-5873f4b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 10px;
  margin: 0 4px;
  overflow: hidden;
}
.welcome-dot[data-v-5873f4b3] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #98d7ec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: pulse-5873f4b3 2s ease-in-out infinite;
          animation: pulse-5873f4b3 2s ease-in-out infinite;
}
@-webkit-keyframes pulse-5873f4b3 {
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-5873f4b3 {
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-5873f4b3] {
  font-size: 0.90rem;
  color: rgba(204, 232, 245, 0.75);
  white-space: nowrap;
}
.tool-label-badge[data-v-5873f4b3] {
  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-5873f4b3] {
  color: #98d7ec;
  font-size: 0.85rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tool-label-text[data-v-5873f4b3] {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #cce8f5;
  white-space: nowrap;
}

/* ── Inline accordion submenu ─────────────────────────────── */
.has-submenu .text_format[data-v-5873f4b3] {
  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-5873f4b3] {
  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:hover .submenu-arrow[data-v-5873f4b3] {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.submenu[data-v-5873f4b3] {
  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:hover .submenu[data-v-5873f4b3] {
  max-height: 200px;
  padding: 4px 0 6px;
}
.sidebar-navigation.collapsed .has-submenu:hover .submenu[data-v-5873f4b3] {
  max-height: 0;
  padding: 0;
}
.submenu-header[data-v-5873f4b3] {
  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-5873f4b3] {
  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-5873f4b3]:hover {
  background: rgba(26, 110, 168, 0.35);
  color: #ffffff;
  padding-left: 16px;
}
.submenu-item-icon[data-v-5873f4b3] {
  width: 18px;
  text-align: center;
  font-size: 0.85rem;
  color: #98d7ec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.submenu-item-text[data-v-5873f4b3] {
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
#navbar:hover .toggle-btn[data-v-5873f4b3] {
    visibility: visible;
}

/* #navbar .toggle-btn {
    visibility: hidden;
} */
.toggle-btn.collapsed[data-v-5873f4b3] {
    visibility: visible !important;
}
.toggle-btn[data-v-5873f4b3] {
    height: 40px;
    width: 40px;
    background-color: azure;
    color: #063c6d;
    position: absolute;
    left: 220px;
    top: 80vh;
    border-radius: 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;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    border: 4px solid #063c6d;
    z-index: 10;
}
.toggle-btn.collapsed[data-v-5873f4b3] {
    left: 50px;
}

*[data-v-f528fa46] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-f528fa46] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-f528fa46] {
    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-f528fa46], body[data-v-f528fa46] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-f528fa46] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-f528fa46] {
    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-f528fa46] {
    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-f528fa46] {
    display: inline-block;
    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.collapsed[data-v-f528fa46] {
    width: 70px !important;
}
.main-content[data-v-f528fa46] {
    -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-f528fa46] {
    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-f528fa46] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-f528fa46] {
  position: absolute;
  top: 80px;
  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-f528fa46] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-f528fa46] {
    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-f528fa46] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-f528fa46] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-f528fa46] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-f528fa46] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-f528fa46] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-f528fa46] {
    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-f528fa46] {
    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-f528fa46] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-f528fa46] {
    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-f528fa46]: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-f528fa46] {
    display: none;
}
.label[data-v-f528fa46] {
    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-f528fa46] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-f528fa46]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-f528fa46] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-f528fa46] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-f528fa46] {
    color: #98d7ec;
}
.text_format[data-v-f528fa46] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-f528fa46] {
    width: 40px;
    height: 50px;
}
.logout[data-v-f528fa46] {
    margin-top: auto !important;
}
[data-v-f528fa46] .modal-header,
.ptv-modal-header[data-v-f528fa46] {
  /* 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-f528fa46] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-f528fa46] {
color: black;
}
.zoom-btns-position[data-v-f528fa46] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-f528fa46] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-f528fa46] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-f528fa46] {
    color: #063C6D;
}
.moveable-container[data-v-f528fa46] {
    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-f528fa46] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-f528fa46] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-f528fa46] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

.lat-long-container {
    width: 250px;
    height: 60px;
    /* background-color: #063c6d; */
    /* background-color: #007bff; */
    background-color: rgb(2.6, 97.5, 151.45);
    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;
}

*[data-v-64492260] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-64492260] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-64492260] {
    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-64492260], body[data-v-64492260] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-64492260] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-64492260] {
    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-64492260] {
    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-64492260] {
    display: inline-block;
    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.collapsed[data-v-64492260] {
    width: 70px !important;
}
.main-content[data-v-64492260] {
    -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-64492260] {
    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-64492260] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-64492260] {
  position: absolute;
  top: 80px;
  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-64492260] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-64492260] {
    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-64492260] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-64492260] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-64492260] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-64492260] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-64492260] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-64492260] {
    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-64492260] {
    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-64492260] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-64492260] {
    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-64492260]: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-64492260] {
    display: none;
}
.label[data-v-64492260] {
    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-64492260] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-64492260]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-64492260] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-64492260] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-64492260] {
    color: #98d7ec;
}
.text_format[data-v-64492260] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-64492260] {
    width: 40px;
    height: 50px;
}
.logout[data-v-64492260] {
    margin-top: auto !important;
}
[data-v-64492260] .modal-header,
.ptv-modal-header[data-v-64492260] {
  /* 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-64492260] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-64492260] {
color: black;
}
.zoom-btns-position[data-v-64492260] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-64492260] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-64492260] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-64492260] {
    color: #063C6D;
}
.moveable-container[data-v-64492260] {
    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-64492260] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-64492260] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-64492260] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

.ptv-zoom-container {
    width: 60px;
    height: 60px;
    background-color: rgb(2.6, 97.5, 151.45);
    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: 30px;
    border: 2px #063c6d solid;
    color: white;
    font-size: larger !important;
}


.zoom-btns-container {
  height: auto;
  width: 1.5vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.zoom-btn {
  border: 2px #063C6D solid;
  height: 3vh;
  width: 100%;
  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;
  color: white;
  background-color: rgb(2.6, 97.5, 151.45);
}
.top-radius {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bottom-radius {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.zoom-btn:hover {
  background-color: rgb(2.6, 97.5, 151.45, 0.8);
  cursor: pointer;
}


.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 */
#InformationModal .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);
}
#InformationModal .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;
}
#InformationModal .modal-body {
    padding-top: 0 !important;
    background: #f8f9fa;
}
#InformationModal .stats-modal-dimensions {
    max-width: 500vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#InformationModal .sample-width {
    min-width: 170px;
    max-width: 200px;
}
#InformationModal .stats-data .col {
    width: 100%;
}
#InformationModal .stats-data {
    max-width: 400vw;
    width: auto;
    margin-top: 0.75rem;
}
#InformationModal .table-scroll-wrapper {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 10px;
}
#InformationModal .data-point {
    text-align: left;
    height: auto;
    font-size: 0.9rem !important;
    min-height: 60px;
}
#InformationModal .data-point-no-border {
    height: 30px !important;
    font-size: 1rem !important;
}
#InformationModal .data-point-no-border .col-8,
#InformationModal .data-point-no-border .col-3,
#InformationModal .data-point-no-border .col-4 {
    border: none !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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0% 1%;
}
#InformationModal .data-point .col-12 {
    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;
    padding: 0.7rem 1rem;
    background-color: #f0f4f9;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: #063c6d;
    font-size: 0.9rem;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* #InformationModal .data-label {
    min-width: 300px;
    max-width: 310px;
} */
#InformationModal .data-label .col {
    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;
    padding: 0.7rem 1rem;
    background-color: #f0f4f9;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: #063c6d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#InformationModal .sample-width .data-point .col-12 {
    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: 0.7rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #f0f2f5;
    border-right: 1px solid #e9ecef;
    color: #0c78ff;
    font-weight: 600;
}
#InformationModal .sample-width .data-point .col-12:hover {
    background: #f8fafc;
}
#InformationModal .highlightLoader {
    color: #4A74A8 !important;
}
.highlight {
    color: #0c78ff;
}
.download-button-container {
    cursor: pointer;
    color: #FFFFFF;
}
.download-button-container:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}
.modal-dialog-full {
    max-width: 95vw;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 1%;
}
.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: #f8f9fa;
    border-radius: calc(0.3rem - 1px);
}
.modal-body-scroll {
    overflow-y: auto;
    max-height: calc(95vh - 120px);
}
.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;
}
.request-btn {
    border-radius: 0.5rem;
}
#InformationModal .request-btn-spacer .col-12 {
    min-height: calc(1.5em + 0.5rem + 2px + 0.9rem);
}

*[data-v-577a6470] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-577a6470] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-577a6470] {
    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-577a6470], body[data-v-577a6470] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-577a6470] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-577a6470] {
    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-577a6470] {
    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-577a6470] {
    display: inline-block;
    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.collapsed[data-v-577a6470] {
    width: 70px !important;
}
.main-content[data-v-577a6470] {
    -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-577a6470] {
    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-577a6470] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-577a6470] {
  position: absolute;
  top: 80px;
  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-577a6470] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-577a6470] {
    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-577a6470] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-577a6470] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-577a6470] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-577a6470] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-577a6470] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-577a6470] {
    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-577a6470] {
    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-577a6470] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-577a6470] {
    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-577a6470]: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-577a6470] {
    display: none;
}
.label[data-v-577a6470] {
    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-577a6470] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-577a6470]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-577a6470] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-577a6470] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-577a6470] {
    color: #98d7ec;
}
.text_format[data-v-577a6470] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-577a6470] {
    width: 40px;
    height: 50px;
}
.logout[data-v-577a6470] {
    margin-top: auto !important;
}
[data-v-577a6470] .modal-header,
.ptv-modal-header[data-v-577a6470] {
  /* 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-577a6470] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-577a6470] {
color: black;
}
.zoom-btns-position[data-v-577a6470] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-577a6470] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-577a6470] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-577a6470] {
    color: #063C6D;
}
.moveable-container[data-v-577a6470] {
    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-577a6470] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-577a6470] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-577a6470] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#statsBtn.disabled {
    border-color: black !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: 60px;
    height: 46px;
    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-4cb15111] {
  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(6, 60, 109, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.3);
          box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  padding: 6px 10px;
  font-family: system-ui, -apple-system, sans-serif;
  overflow: hidden;
}
/* ── "Year" label on the left ────────────────────────── */
.yf-label[data-v-4cb15111] {
  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(255,255,255,0.6);
  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-4cb15111] {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}
/* ── Vertical divider ────────────────────────────────── */
.yf-divider[data-v-4cb15111] {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* ── Items row ───────────────────────────────────────── */
.yf-items[data-v-4cb15111] {
  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-4cb15111]::-webkit-scrollbar { display: none;
}
/* ── Individual year pill ────────────────────────────── */
.yf-item[data-v-4cb15111] {
  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-4cb15111] {
  display: none;
}
.yf-item[data-v-4cb15111]:hover {
  background: rgba(255,255,255,0.1);
}
.yf-item--on[data-v-4cb15111] {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}
.yf-item:not(.yf-item--on) .yf-swatch[data-v-4cb15111] {
  opacity: 0.25;
}
.yf-item:not(.yf-item--on) .yf-year[data-v-4cb15111] {
  opacity: 0.35;
}
/* ── Color swatch line ───────────────────────────────── */
.yf-swatch[data-v-4cb15111] {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
/* ── Year number ─────────────────────────────────────── */
.yf-year[data-v-4cb15111] {
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}


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


.disabled-icon[data-v-5020a43d] {
  pointer-events: none;
  opacity: 0.5;
}
.att-text[data-v-5020a43d] {
  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-5020a43d] {
  font-family: 'Inter Bold', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-5020a43d] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.row[data-v-5020a43d]:nth-child(even) {
  background-color: #e1e1e1;
}
.blue-header[data-v-5020a43d] {
  background-color: #063C6D;
  color: white;
}
.cursor-pointer[data-v-5020a43d] {
  cursor: pointer;
}

*[data-v-04e17c7e] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-04e17c7e] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-04e17c7e] {
    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-04e17c7e], body[data-v-04e17c7e] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-04e17c7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-04e17c7e] {
    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-04e17c7e] {
    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-04e17c7e] {
    display: inline-block;
    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.collapsed[data-v-04e17c7e] {
    width: 70px !important;
}
.main-content[data-v-04e17c7e] {
    -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-04e17c7e] {
    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-04e17c7e] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-04e17c7e] {
  position: absolute;
  top: 80px;
  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-04e17c7e] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-04e17c7e] {
    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-04e17c7e] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-04e17c7e] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-04e17c7e] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-04e17c7e] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-04e17c7e] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-04e17c7e] {
    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-04e17c7e] {
    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-04e17c7e] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-04e17c7e] {
    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-04e17c7e]: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-04e17c7e] {
    display: none;
}
.label[data-v-04e17c7e] {
    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-04e17c7e] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-04e17c7e]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-04e17c7e] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-04e17c7e] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-04e17c7e] {
    color: #98d7ec;
}
.text_format[data-v-04e17c7e] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-04e17c7e] {
    width: 40px;
    height: 50px;
}
.logout[data-v-04e17c7e] {
    margin-top: auto !important;
}
[data-v-04e17c7e] .modal-header,
.ptv-modal-header[data-v-04e17c7e] {
  /* 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-04e17c7e] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-04e17c7e] {
color: black;
}
.zoom-btns-position[data-v-04e17c7e] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-04e17c7e] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-04e17c7e] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-04e17c7e] {
    color: #063C6D;
}
.moveable-container[data-v-04e17c7e] {
    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-04e17c7e] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-04e17c7e] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-04e17c7e] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#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;
}


html[data-v-072f6e9e], body[data-v-072f6e9e], #app[data-v-072f6e9e], #page-content-wrapper[data-v-072f6e9e] {
  height: 100%;
  margin: 0;
}
#page-content-wrapper[data-v-072f6e9e] {
  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;
}
.container-fluid.main-content[data-v-072f6e9e] {
  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;         
  padding-bottom: 1rem;   
  overflow: hidden;
}
.cards-row[data-v-072f6e9e] {
  height: 15vh; /* example — can tweak dynamically */
}
.cards-row .col-md-3[data-v-072f6e9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.cards-row .widgetColor[data-v-072f6e9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  color: #fff;
  background-color: #316fb1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  text-align: left;
  overflow: hidden; /* prevent text overflow */
}

/* responsive text scaling */
.cards-row h5[data-v-072f6e9e] {
  font-size: clamp(0.8rem, 1vw + 0.3rem, 1.1rem);
  margin: 0;
}
.cards-row h2[data-v-072f6e9e] {
  font-size: clamp(1.2rem, 2vw + 0.5rem, 2rem);
  margin: 0;
}
.cards-row h6[data-v-072f6e9e] {
  font-size: clamp(0.7rem, 0.8vw + 0.2rem, 0.9rem);
  margin: 0;
}
.dashboard-section[data-v-072f6e9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;         
  min-height: 0;         
  display: -webkit-box;         
  display: -ms-flexbox;         
  display: flex;
  /* gap: 1rem; */
  width: 100%;
}
.left-col[data-v-072f6e9e], .right-col[data-v-072f6e9e] {
  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;
}
.left-col .chart-card[data-v-072f6e9e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.right-col .map-card[data-v-072f6e9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;         
  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;
}
#map[data-v-072f6e9e] {
  width: 100%;
  height: 100%;
  min-height: 0;
}

/* Larger / Monitor Screen View */
@media (min-width: 1700px) {
.userInfo[data-v-072f6e9e] {
      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;
}
}

/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-072f6e9e] {
      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;
}
}
#page-content-wrapper[data-v-072f6e9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 20px;
  padding-top: 10px;
}
.card h2[data-v-072f6e9e] {
  font-size: 2rem;
  margin: 0;
}
.widgetColor[data-v-072f6e9e] {
  background-color:#316fb1;
  border-radius: 2%;
}
.navbar[data-v-072f6e9e] {
  padding: 0.75rem 1.25rem;
  /* max-height: 5vh; */
}
.copyright[data-v-072f6e9e]{
  position: fixed;
  bottom: 0 !important;
  right: 0;
}
.attribution[data-v-072f6e9e] {
  color: #555 !important;
  text-decoration: none !important;
  margin-right: 20px;
}
a[data-v-072f6e9e]:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}
.mmpInfo[data-v-072f6e9e] {
  width: 200px;
  color: #063c6d;
  font-size: 17px;
  cursor: pointer;
}
.mmpInfo[data-v-072f6e9e]:hover {
  text-decoration: underline;
  color: #063c6d;
}


*[data-v-6fcbbde8] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-6fcbbde8] {
  /* 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-6fcbbde8]::-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-6fcbbde8]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-6fcbbde8]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-6fcbbde8] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-6fcbbde8] {
  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-6fcbbde8], body[data-v-6fcbbde8] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-6fcbbde8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-6fcbbde8] {
  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-6fcbbde8] {
  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-6fcbbde8] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-6fcbbde8] {
  width: 70px !important;
}
.main-content[data-v-6fcbbde8] {
  -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-6fcbbde8] {
  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-6fcbbde8] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-6fcbbde8] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-6fcbbde8] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-6fcbbde8] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-6fcbbde8] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-6fcbbde8] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-6fcbbde8] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-6fcbbde8] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-6fcbbde8] {
  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-6fcbbde8] {
  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-6fcbbde8] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-6fcbbde8] {
  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-6fcbbde8]: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-6fcbbde8] {
  display: none;
}
.label[data-v-6fcbbde8] {
  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-6fcbbde8] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-6fcbbde8]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-6fcbbde8] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-6fcbbde8] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-6fcbbde8] {
  color: #98d7ec;
}
.text_format[data-v-6fcbbde8] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-6fcbbde8] {
  width: 40px;
  height: 50px;
}
.logout[data-v-6fcbbde8] {
  margin-top: auto !important;
}
[data-v-6fcbbde8] .modal-header,
.generic-modal-header[data-v-6fcbbde8] {
  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-6fcbbde8] {
  color: #063C6D;
}
.moveable-container[data-v-6fcbbde8] {
  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-6fcbbde8] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-6fcbbde8] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-6fcbbde8] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


#navbar:hover .toggle-btn[data-v-6fcbbde8] {
  visibility: visible;
}

/* #navbar .toggle-btn {
    visibility: hidden;
} */
.toggle-btn.collapsed[data-v-6fcbbde8] {
  visibility: visible !important;
}
.toggle-btn[data-v-6fcbbde8] {
  height: 40px;
  width: 40px;
  background-color: azure;
  color: #063c6d;
  position: absolute;
  left: 250px;
  top: calc(50vh - 20px);
  border-radius: 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;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  border: 4px solid #063c6d;
  z-index: 10;
}
.toggle-btn.collapsed[data-v-6fcbbde8] {
  left: 50px;
}


/* ── 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;
}
/* ── 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: rgba(180, 210, 240, 0.4);
}
.grm-empty-icon { font-size: 2.5rem; margin-bottom: 0.5rem; opacity: 0.4;
}

*[data-v-554a560b] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-554a560b] {
  /* 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-554a560b]::-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-554a560b]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-554a560b]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-554a560b] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-554a560b] {
  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-554a560b], body[data-v-554a560b] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-554a560b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-554a560b] {
  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-554a560b] {
  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-554a560b] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-554a560b] {
  width: 70px !important;
}
.main-content[data-v-554a560b] {
  -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-554a560b] {
  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-554a560b] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-554a560b] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-554a560b] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-554a560b] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-554a560b] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-554a560b] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-554a560b] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-554a560b] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-554a560b] {
  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-554a560b] {
  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-554a560b] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-554a560b] {
  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-554a560b]: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-554a560b] {
  display: none;
}
.label[data-v-554a560b] {
  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-554a560b] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-554a560b]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-554a560b] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-554a560b] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-554a560b] {
  color: #98d7ec;
}
.text_format[data-v-554a560b] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-554a560b] {
  width: 40px;
  height: 50px;
}
.logout[data-v-554a560b] {
  margin-top: auto !important;
}
[data-v-554a560b] .modal-header,
.generic-modal-header[data-v-554a560b] {
  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-554a560b] {
  color: #063C6D;
}
.moveable-container[data-v-554a560b] {
  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-554a560b] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-554a560b] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-554a560b] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.addBtn[data-v-554a560b] {
  border-radius: 50%;
  aspect-ratio: 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;
  height: 100%;
  /* background-color: #673ab7; */
}
.addBtn[data-v-554a560b]:hover {
  cursor: pointer;
}
.red-border[data-v-554a560b] {
  border: 1px solid red;
  background-color: lightpink !important;
}
.gray-background[data-v-554a560b] {
  background-color: whitesmoke;
}
.gray-background.form-control[data-v-554a560b]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.removeRule[data-v-554a560b]:hover {
  cursor: pointer;
}

*[data-v-656fb862] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-656fb862] {
  /* 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-656fb862]::-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-656fb862]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-656fb862]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-656fb862] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-656fb862] {
  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-656fb862], body[data-v-656fb862] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-656fb862] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-656fb862] {
  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-656fb862] {
  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-656fb862] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-656fb862] {
  width: 70px !important;
}
.main-content[data-v-656fb862] {
  -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-656fb862] {
  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-656fb862] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-656fb862] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-656fb862] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-656fb862] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-656fb862] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-656fb862] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-656fb862] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-656fb862] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-656fb862] {
  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-656fb862] {
  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-656fb862] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-656fb862] {
  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-656fb862]: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-656fb862] {
  display: none;
}
.label[data-v-656fb862] {
  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-656fb862] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-656fb862]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-656fb862] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-656fb862] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-656fb862] {
  color: #98d7ec;
}
.text_format[data-v-656fb862] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-656fb862] {
  width: 40px;
  height: 50px;
}
.logout[data-v-656fb862] {
  margin-top: auto !important;
}
[data-v-656fb862] .modal-header,
.generic-modal-header[data-v-656fb862] {
  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-656fb862] {
  color: #063C6D;
}
.moveable-container[data-v-656fb862] {
  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-656fb862] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-656fb862] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-656fb862] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.layer-list-container[data-v-656fb862] {
    border: 2px solid #063c6d;
    height: auto;
    width: 325px;
    border-radius: 5px;
}
.data-panel[data-v-656fb862] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 7px;
    padding: 5%;
}
.layer-list-font[data-v-656fb862] {
    font-size: 15px !important;
    font-weight: 500;
}
.change-database-text[data-v-656fb862] {
    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-656fb862] {
    width: 100%;
    /* background-color: aqua; */
    color: white;
    /* font-size: 12px !important; */
    padding-top: 0px;
    /* background-color: #063c6d; */
    background-color: azure;
    /* background: rgba(255 255 255 / 0.1); */
}
.layer-btn[data-v-656fb862] {
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    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: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-arrow[data-v-656fb862] {
    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;
    cursor: pointer !important;
}
.layer-row[data-v-656fb862] {
    padding: 0 !important;
    width: 100%; 
    height: 50px;
    /* height: 30px; */
    border-top: 1px white solid;
    cursor: pointer !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-row[data-v-656fb862]:hover {
    opacity: 0.7;
    cursor: pointer !important;
}
.available-not-enabled[data-v-656fb862] {
  background-color: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-656fb862] {
  background-color: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-656fb862] {
  background-color: rgb(20, 42.5, 55);
}
.unavailable[data-v-656fb862]:hover {
  opacity: 1.0 !important;
}
.orange-font[data-v-656fb862] {
  color: orange !important;
}


.widget-container[data-v-edf45bc6] {
  background-color: #063c6d;
  height: 60px;
  width: 325px;
  border-radius: 5px;
  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;
}
.widget-container .tool[data-v-edf45bc6] {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 3px;
  background: rgb(2.6, 97.5, 151.45);
  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: whitesmoke;
  cursor: pointer;
}
.widget-container .tool.active[data-v-edf45bc6] {
  background: #007bff !important;
}
.widget-container .tool.disabled[data-v-edf45bc6] {
  opacity: 0.5 !important;
  background: rgb(2.6, 97.5, 151.45) !important;
  pointer-events: none !important;
}
.close-btn[data-v-edf45bc6] {
  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;
}
.close-btn[data-v-edf45bc6]:hover {
  background-color: rgb(6, 60, 109, 0.8) !important;
}



.lidar-container[data-v-f7356b8c] {
  width: 250px;
  height: auto;
  max-height: 80vh;
  /* overflow-y: auto; */
  background-color: whitesmoke;
  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;
  border-radius: 5px;
  border: 1px #063c6d solid;

  
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}
.lidar-container .scrollable[data-v-f7356b8c]::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.lidar-container .scrollable[data-v-f7356b8c]:hover::-webkit-scrollbar {
  width: 6px;
}
.lidar-container .scrollable[data-v-f7356b8c]:hover::-webkit-scrollbar-track {
  background: transparent;
}
.lidar-container .scrollable[data-v-f7356b8c]:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4);
  border-radius: 3px;
}

/* .lidar-container .scrollable::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.7);
} */

/* Hide scrollbar by default */
.lidar-container .scrollable[data-v-f7356b8c] {
  scrollbar-width: none; /* hide scrollbar */
}
.lidar-container .scrollable[data-v-f7356b8c]:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.4) transparent;
}

/* Remove arrow buttons */
.lidar-container .scrollable[data-v-f7356b8c]:hover::-webkit-scrollbar-button {
  display: none !important;
}
.scrollable[data-v-f7356b8c]::-webkit-scrollbar-button {
  display: none !important;
}
[data-v-f7356b8c]::-webkit-scrollbar-button {
  display: none !important;
}
.lidar-label-size[data-v-f7356b8c] {
  width: 80%;
}
.blue-border-bottom[data-v-f7356b8c] {
  border-bottom: 2px solid #063c6d;
}
.blue-background[data-v-f7356b8c] {
  background-color: #063c6d;
  color: whitesmoke;
}
.lidar-group-off[data-v-f7356b8c] {
  color: #fff;
  background-color: #063c6d;
  border-color: #063c6d;
}
.lidar-group-off[data-v-f7356b8c]:hover {
  color: #fff;
  background-color: rgb(6, 60, 109, 0.8);
  border-color: rgb(6, 60, 109, 0.8);
}
.lidar-off[data-v-f7356b8c] {
  color: #fff;
  background-color: rgb(2.6, 97.5, 151.45);
  /* border-color: rgb(2.6, 97.5, 151.45); */
  border-color: white;
}
.lidar-off[data-v-f7356b8c]:hover {
  color: #fff;
  background-color: rgb(2.6, 97.5, 151.45, 0.8);
  /* border-color: rgb(2.6, 97.5, 151.45); */
  border-color: white;
}

*[data-v-13a10ec6] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-13a10ec6] {
  /* 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-13a10ec6]::-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-13a10ec6]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-13a10ec6]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-13a10ec6] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-13a10ec6] {
  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-13a10ec6], body[data-v-13a10ec6] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-13a10ec6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-13a10ec6] {
  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-13a10ec6] {
  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-13a10ec6] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-13a10ec6] {
  width: 70px !important;
}
.main-content[data-v-13a10ec6] {
  -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-13a10ec6] {
  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-13a10ec6] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-13a10ec6] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-13a10ec6] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-13a10ec6] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-13a10ec6] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-13a10ec6] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-13a10ec6] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-13a10ec6] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-13a10ec6] {
  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-13a10ec6] {
  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-13a10ec6] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-13a10ec6] {
  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-13a10ec6]: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-13a10ec6] {
  display: none;
}
.label[data-v-13a10ec6] {
  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-13a10ec6] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-13a10ec6]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-13a10ec6] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-13a10ec6] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-13a10ec6] {
  color: #98d7ec;
}
.text_format[data-v-13a10ec6] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-13a10ec6] {
  width: 40px;
  height: 50px;
}
.logout[data-v-13a10ec6] {
  margin-top: auto !important;
}
[data-v-13a10ec6] .modal-header,
.generic-modal-header[data-v-13a10ec6] {
  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-13a10ec6] {
  color: #063C6D;
}
.moveable-container[data-v-13a10ec6] {
  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-13a10ec6] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-13a10ec6] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-13a10ec6] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.measurement-value {
    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;
    color: #063c6d;
}
.measurement-label {
    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;
    color: #063c6d;
}
.measurement-container {
    width: 250px;
    height: 60px;
    /* 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;
}
.data-size {
  font-size: 15px !important;
  font-weight: 700;
}

*[data-v-342a6bc6] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-342a6bc6] {
  /* 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-342a6bc6]::-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-342a6bc6]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-342a6bc6]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-342a6bc6] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-342a6bc6] {
  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-342a6bc6], body[data-v-342a6bc6] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-342a6bc6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-342a6bc6] {
  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-342a6bc6] {
  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-342a6bc6] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-342a6bc6] {
  width: 70px !important;
}
.main-content[data-v-342a6bc6] {
  -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-342a6bc6] {
  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-342a6bc6] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-342a6bc6] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-342a6bc6] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-342a6bc6] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-342a6bc6] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-342a6bc6] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-342a6bc6] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-342a6bc6] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-342a6bc6] {
  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-342a6bc6] {
  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-342a6bc6] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-342a6bc6] {
  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-342a6bc6]: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-342a6bc6] {
  display: none;
}
.label[data-v-342a6bc6] {
  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-342a6bc6] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-342a6bc6]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-342a6bc6] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-342a6bc6] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-342a6bc6] {
  color: #98d7ec;
}
.text_format[data-v-342a6bc6] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-342a6bc6] {
  width: 40px;
  height: 50px;
}
.logout[data-v-342a6bc6] {
  margin-top: auto !important;
}
[data-v-342a6bc6] .modal-header,
.generic-modal-header[data-v-342a6bc6] {
  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-342a6bc6] {
  color: #063C6D;
}
.moveable-container[data-v-342a6bc6] {
  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-342a6bc6] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-342a6bc6] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-342a6bc6] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


.lat-long-container {
    width: 250px;
    height: 60px;
    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: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
}


.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-661dc3dd] {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-661dc3dd] {
  /* 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-661dc3dd]::-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-661dc3dd]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5 !important;
}
.scroll-Container[data-v-661dc3dd]::-webkit-scrollbar-thumb {
  background-color: #797777 !important;
}
#generic-map .ol-attribution[data-v-661dc3dd] {
  bottom: .5em;
  right: .5em;
}
.map-position[data-v-661dc3dd] {
  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-661dc3dd], body[data-v-661dc3dd] {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-661dc3dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.menu-bg-blue-transparent[data-v-661dc3dd] {
  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-661dc3dd] {
  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-661dc3dd] {
  display: inline-block;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  width: 270px;
  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-661dc3dd] {
  width: 70px !important;
}
.main-content[data-v-661dc3dd] {
  -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-661dc3dd] {
  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-661dc3dd] {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: lightgray;
  overflow: hidden !important;
  z-index: 1;
  padding-top: 1%;
}
.layer-list-position[data-v-661dc3dd] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}

/* .layer-list-position {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
} */
.layer-legend-position[data-v-661dc3dd] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ai-position[data-v-661dc3dd] {
  position: absolute;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-661dc3dd] {
  position: absolute;
  top: 10px;
  right: 345px;
  z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-661dc3dd] {
  position: absolute;
  top: 10px;
  right: 560px;
  z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-661dc3dd] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-661dc3dd] {
  position: absolute;
  top: 80px;
  right: 295px;
  z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-661dc3dd] {
  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-661dc3dd] {
  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-661dc3dd] {
  display: block;
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
  margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-661dc3dd] {
  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-661dc3dd]: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-661dc3dd] {
  display: none;
}
.label[data-v-661dc3dd] {
  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-661dc3dd] {
  opacity: 0;
  margin-left: 0;
  pointer-events: none;
}
.sidebar-navigation ul li[data-v-661dc3dd]:hover {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-661dc3dd] {
  visibility: visible;
  opacity: 1;
}
.sidebar-navigation ul li.active[data-v-661dc3dd] {
  background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-661dc3dd] {
  color: #98d7ec;
}
.text_format[data-v-661dc3dd] {
 text-align: left;
  margin-left: 18px;
}
.logo[data-v-661dc3dd] {
  width: 40px;
  height: 50px;
}
.logout[data-v-661dc3dd] {
  margin-top: auto !important;
}
[data-v-661dc3dd] .modal-header,
.generic-modal-header[data-v-661dc3dd] {
  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-661dc3dd] {
  color: #063C6D;
}
.moveable-container[data-v-661dc3dd] {
  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-661dc3dd] {
  position: absolute;
  margin-left: 10%;
  margin-top: 3%;
  height: 0px;
  z-index: 3;
}
.moveable-line[data-v-661dc3dd] {
  background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-661dc3dd] {
  width: 550px;
  background-color: rgba(255, 255, 255, 0.9);
}


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


.ai-height {
  height: 100vh;
}
.bottom-container {
  position: fixed;
  bottom: 0;
  width: 26%;
}
.sidebarbox {
  height: 100vh;
  overflow-y: auto;
}
.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 {
  border: 2px solid #8ca1cc;
  border-radius: 10px;
  padding: 3%;
  margin-left: 4%;
}
.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: #184877; */
  color: black;
  cursor: pointer;
  min-height: 40px;
}
.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-clicked,
.chat:hover {
  /* background-color: gray; */
  /* background-color: rgb(2.6, 97.5, 151.45); */
  background-color: #184877;
  border-radius: 10px;
  color: white;
}
.gray-text {
  color: dimgray;
}
.history-menu {
  background-color: rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.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: 70%;
  padding: 12px 16px;
  border-radius: 20px;
  position: relative;
  line-height: 1.4;
}
.message.user {
  background: #daf1ff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.message.bot {
  background: #ececec;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom-left-radius: 4px;
  max-width: 70%;
  width: auto !important;
}
.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-color: #184877;
  height: 100%;
  color: white;
}
.bot_color:hover {
  opacity: 0.7;
}
.btnstyle {
  border-radius: 20px;
  color: white;
  background-color: #184877;
  height: 100%;
  height: 40px;
  width: 40px;
}
.btnstyle:hover {
  color: white;
}

/* 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: 10px 50px 10px 10px;
  border-radius: 8px;
  font-size: 1rem;
  outline: 0px solid rgba(0, 0, 0, 0.3);
  /* initial outline */
  -webkit-transition: outline-color 0.3s ease;
  transition: outline-color 0.3s ease;
  /* enables fading */
}
.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-a8d64608] {
  margin-top: 1px;
  margin-bottom: 4px;
  background-color: #80909f !important;
}
ScrollStyle[data-v-a8d64608] {
  max-height: 1055px;
  overflow-y: scroll;
}

/* Thin, seamless scrollbar */
[data-v-a8d64608]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-a8d64608]::-webkit-scrollbar-track {
  background: transparent;
}
[data-v-a8d64608]::-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-a8d64608]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(100, 100, 100, 0.7);
}

/* Remove arrow buttons */
[data-v-a8d64608]::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
#AI-content[data-v-a8d64608] {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}



.ptv-zoom-container {
    width: 60px;
    height: 60px;
    background-color: rgb(2.6, 97.5, 151.45);
    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: 30px;
    border: 2px #063c6d solid;
    color: white;
    font-size: larger !important;
}


.lat-long-container {
    width: 250px;
    height: 60px;
    /* background-color: #063c6d; */
    /* background-color: #007bff; */
    background-color: rgb(2.6, 97.5, 151.45);
    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;
}


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

*[data-v-78b5c948] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-78b5c948] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-78b5c948] {
    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-78b5c948],
body[data-v-78b5c948] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    /* Prevent unwanted scrollbars */
}
.app-container[data-v-78b5c948] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-78b5c948] {
    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-78b5c948] {
    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-78b5c948] {
    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-78b5c948] {
    width: 70px !important;
}
.main-content[data-v-78b5c948] {
    -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-78b5c948] {
    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-78b5c948] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-78b5c948] {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
    width: 250px;
}
.layer-legend-position[data-v-78b5c948] {
    position: absolute;
    top: 312px;
    right: 1px;
    z-index: 1000;
}
.ai-position[data-v-78b5c948] {
    position: absolute;
    /* left: 10px; */
    z-index: 1000;
    /* Must be higher than OL's default */
}
.lat-long-position[data-v-78b5c948] {
    position: absolute;
    top: 10px;
    right: 270px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-78b5c948] {
    position: absolute;
    top: 10px;
    right: 528px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.widget-position[data-v-78b5c948] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.measurement-position[data-v-78b5c948] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-78b5c948] {
    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-78b5c948] {
    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-78b5c948] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto;
    /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-78b5c948] {
    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-78b5c948]: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-78b5c948] {
    display: none;
}
.label[data-v-78b5c948] {
    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-78b5c948] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-78b5c948]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-78b5c948] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-78b5c948] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-78b5c948] {
    color: #98d7ec;
}
.text_format[data-v-78b5c948] {
    text-align: left;
    margin-left: 18px;
}
.logo[data-v-78b5c948] {
    width: 40px;
    height: 50px;
}
.logout[data-v-78b5c948] {
    margin-top: auto !important;
}
.widget-container[data-v-78b5c948] {
    background-color: #063c6d;
    height: 60px;
    width: 250px;
    border-radius: 5px;
    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;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget-container .tool[data-v-78b5c948] {
    height: 50px;
    width: 50px;
    border: 1px solid white;
    border-radius: 3px;
    background: rgb(2.6, 97.5, 151.45);
    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: whitesmoke;
    cursor: pointer;
}
.widget-container .tool.active[data-v-78b5c948] {
    background: #007bff !important;
}
.logo-container[data-v-78b5c948] {
    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-78b5c948] {
    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-78b5c948]:hover {
    opacity: 1;
    /* fully visible on hover */
    cursor: pointer;
}
.legend-border[data-v-78b5c948]{
  border-radius: 5px 5px 5px 5px;
}

.layer-list-container[data-v-78b5c948] {
    border: 2px solid #063c6d;
    height: auto;
    width: 275px;
    border-radius: 5px;
}
.data-panel[data-v-78b5c948] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 7px;
    padding: 5%;
}
.layer-list-font[data-v-78b5c948] {
    font-size: 15px !important;
    font-weight: 500;
}
.change-database-text[data-v-78b5c948] {
    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-78b5c948] {
    width: 100%;
    /* background-color: aqua; */
    color: white;
    /* font-size: 12px !important; */
    padding-top: 0px;
    /* background-color: #063c6d; */
    background-color: azure;
    /* background: rgba(255 255 255 / 0.1); */
}
.layer-btn[data-v-78b5c948] {
    font-size: 14px !important;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    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: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-arrow[data-v-78b5c948] {
    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;
    cursor: pointer !important;
}
.layer-row[data-v-78b5c948] {
    padding: 0 !important;
    width: 100%;
    height: 50px;
    /* height: 30px; */
    border-top: 1px white solid;
    cursor: pointer !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.layer-row[data-v-78b5c948]:hover {
    opacity: 0.7;
    cursor: pointer !important;
}
.available-not-enabled[data-v-78b5c948] {
    background-color: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-78b5c948] {
    background-color: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-78b5c948] {
    background-color: rgb(20, 42.5, 55);
}
.unavailable[data-v-78b5c948]:hover {
    opacity: 1.0 !important;
}

*[data-v-77cc3bc3] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-77cc3bc3] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-77cc3bc3] {
    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-77cc3bc3],
body[data-v-77cc3bc3] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important;
    /* Prevent unwanted scrollbars */
}
.app-container[data-v-77cc3bc3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-77cc3bc3] {
    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-77cc3bc3] {
    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-77cc3bc3] {
    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-77cc3bc3] {
    width: 70px !important;
}
.main-content[data-v-77cc3bc3] {
    -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-77cc3bc3] {
    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-77cc3bc3] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-77cc3bc3] {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
    width: 250px;
}
.layer-legend-position[data-v-77cc3bc3] {
    position: absolute;
    top: 312px;
    right: 1px;
    z-index: 1000;
}
.ai-position[data-v-77cc3bc3] {
    position: absolute;
    /* left: 10px; */
    z-index: 1000;
    /* Must be higher than OL's default */
}
.lat-long-position[data-v-77cc3bc3] {
    position: absolute;
    top: 10px;
    right: 270px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-77cc3bc3] {
    position: absolute;
    top: 10px;
    right: 528px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.widget-position[data-v-77cc3bc3] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.measurement-position[data-v-77cc3bc3] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000;
    /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-77cc3bc3] {
    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-77cc3bc3] {
    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-77cc3bc3] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto;
    /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-77cc3bc3] {
    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-77cc3bc3]: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-77cc3bc3] {
    display: none;
}
.label[data-v-77cc3bc3] {
    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-77cc3bc3] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-77cc3bc3]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-77cc3bc3] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-77cc3bc3] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-77cc3bc3] {
    color: #98d7ec;
}
.text_format[data-v-77cc3bc3] {
    text-align: left;
    margin-left: 18px;
}
.logo[data-v-77cc3bc3] {
    width: 40px;
    height: 50px;
}
.logout[data-v-77cc3bc3] {
    margin-top: auto !important;
}
.widget-container[data-v-77cc3bc3] {
    background-color: #063c6d;
    height: 60px;
    width: 250px;
    border-radius: 5px;
    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;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget-container .tool[data-v-77cc3bc3] {
    height: 50px;
    width: 50px;
    border: 1px solid white;
    border-radius: 3px;
    background: rgb(2.6, 97.5, 151.45);
    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: whitesmoke;
    cursor: pointer;
}
.widget-container .tool.active[data-v-77cc3bc3] {
    background: #007bff !important;
}
.logo-container[data-v-77cc3bc3] {
    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-77cc3bc3] {
    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-77cc3bc3]:hover {
    opacity: 1;
    /* fully visible on hover */
    cursor: pointer;
}
.legend-border[data-v-77cc3bc3]{
  border-radius: 5px 5px 5px 5px;
}

.nav-left[data-v-5b344bd2] {
    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-5b344bd2] {
    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-5b344bd2]:hover {
    background: #eef3f9;
    color: #063c6d;
}
.nav-separator[data-v-5b344bd2] {
    color: #adb5bd;
    font-size: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nav-page[data-v-5b344bd2] {
    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-5b344bd2] {
    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-5b344bd2] {
        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-5b344bd2] {
        margin-top: 1rem !important;
}
.ptv-table-scroll[data-v-5b344bd2] {
        overflow-y: auto !important;
}
}

/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-5b344bd2] {
        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-5b344bd2] {
        margin-top: 0.5rem !important;
}
.ptv-table-scroll[data-v-5b344bd2] {
        overflow-y: auto !important;
}
}
#page-content-wrapper[data-v-5b344bd2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    background-color: #f8f9fa;
    padding-left: 20px;
    padding-right: 20px;
}
.card h2[data-v-5b344bd2] {
    font-size: 2rem;
    margin: 0;
}
.widgetColor[data-v-5b344bd2] {
    /* background-color: #1975d8; */
    background-color: #316fb1;
    border-radius: 2%;
}
.chart-placeholder[data-v-5b344bd2] {
    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-5b344bd2] {
    padding: 0.75rem 1.25rem;
}
.highlight[data-v-5b344bd2] {
    stroke: rgb(35, 223, 82);
    stroke-width: 2px;
    fill: rgba(159, 204, 153, 0.1);
}
.dmap[data-v-5b344bd2] {
    width: 100%;
    height: 400px;
}
#dmap[data-v-5b344bd2]:focus {
    outline: #4A74A8 solid 0.15em;
}
.table-wrapper[data-v-5b344bd2] {
    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-5b344bd2] {
    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-5b344bd2] {
    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-5b344bd2] {
    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-5b344bd2] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.table-header-right[data-v-5b344bd2] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

/* ── vue-good-table overrides ── */
[data-v-5b344bd2] .vgt-table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 0.875rem;
}
[data-v-5b344bd2] .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-5b344bd2] .vgt-table thead th input,[data-v-5b344bd2] .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-5b344bd2] .vgt-table thead th input:focus,[data-v-5b344bd2] .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-5b344bd2] .vgt-table tbody tr {
    -webkit-transition: background 0.12s ease;
    transition: background 0.12s ease;
}
[data-v-5b344bd2] .vgt-table tbody tr:nth-child(even) {
    background-color: #f8fafc !important;
}
[data-v-5b344bd2] .vgt-table tbody tr:hover {
    background-color: #eef3f9 !important;
}
[data-v-5b344bd2] .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-5b344bd2] .vgt-wrap__footer {
    background: #f0f4f9 !important;
    border-top: 1px solid #dee2e6 !important;
    padding: 0.5rem 1rem !important;
}
[data-v-5b344bd2] .vgt-wrap__footer .footer__row-count__label,[data-v-5b344bd2] .vgt-wrap__footer .footer__row-count__select {
    font-size: 0.8rem;
    color: #6c757d;
}
[data-v-5b344bd2] .vgt-wrap__footer .footer__navigation__page-btn {
    color: #4A74A8 !important;
    font-weight: 500;
}
[data-v-5b344bd2] .vgt-wrap__footer .footer__navigation__page-btn:hover {
    color: #063c6d !important;
}
[data-v-5b344bd2] .vgt-wrap__footer .footer__navigation__page-btn--active {
    background-color: #4A74A8 !important;
    color: #fff !important;
    border-radius: 4px;
}
[data-v-5b344bd2] .vgt-wrap__footer .footer__navigation__page-info {
    font-size: 0.8rem;
    color: #6c757d;
}
.btn-request-sample[data-v-5b344bd2] {
    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-5b344bd2]: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-5b344bd2]: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-5b344bd2] {
    position: fixed;
    bottom: 0 !important;
    right: 0;
}
.attribution[data-v-5b344bd2] {
    color: #555 !important;
    text-decoration: none !important;
    margin-right: 20px;
}
a[data-v-5b344bd2]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
.mmpInfo[data-v-5b344bd2] {
    width: 200px;
    color: #063c6d;
    font-size: 17px;
    cursor: pointer;
}
.mmpInfo[data-v-5b344bd2]:hover {
    text-decoration: underline;
    color: #063c6d;
}

/* ── Dashboard header ── */
.dash-header[data-v-5b344bd2] {
    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-5b344bd2] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #063c6d;
    margin: 0;
}
.dash-subtitle[data-v-5b344bd2] {
    font-size: 0.78rem;
    color: #6c757d;
    margin: 0;
}



.trt-cart[data-v-6f39d4fd] {
  width: 270px;
  max-height: 60vh;
  background: #063c6d;
  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(255, 255, 255, 0.12);
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}

/* ── Header ─────────────────────────────────────────── */
.trt-cart-header[data-v-6f39d4fd] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.trt-header-label[data-v-6f39d4fd] {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trt-header-icon[data-v-6f39d4fd] {
  color: rgba(255, 255, 255, 1);
  /* font-size: 0.75rem; */
}
.trt-clear-btn[data-v-6f39d4fd] {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  -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-6f39d4fd]:hover {
  color: #fff;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.trt-clear-btn[data-v-6f39d4fd]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* ── Cart item list ──────────────────────────────────── */
.trt-cart-items[data-v-6f39d4fd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  gap: 4px;
}
.trt-cart-items[data-v-6f39d4fd]::-webkit-scrollbar {
  width: 4px;
}
.trt-cart-items[data-v-6f39d4fd]::-webkit-scrollbar-track {
  background: transparent;
}
.trt-cart-items[data-v-6f39d4fd]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.trt-cart-items[data-v-6f39d4fd]::-webkit-scrollbar-button {
  display: none;
}
.trt-cart-row[data-v-6f39d4fd] {
  min-height: 30px;
}
.trt-cart-item[data-v-6f39d4fd] {
  color: rgba(255, 255, 255, 1) !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !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-6f39d4fd]:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* ── Remove icon ─────────────────────────────────────── */
.trt-remove-wrap[data-v-6f39d4fd] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trt-remove-btn[data-v-6f39d4fd] {
  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-6f39d4fd]:hover {
  color: #ff6b6b;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.trt-remove-btn[data-v-6f39d4fd]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* ── Stats button ────────────────────────────────────── */
.trt-actions[data-v-6f39d4fd] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 6px;
}
.trt-stats-btn[data-v-6f39d4fd] {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 0.75rem;
  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-6f39d4fd]: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-6f39d4fd]: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-6f39d4fd]: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-6e572a66] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-6e572a66] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-6e572a66] {
    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-6e572a66], body[data-v-6e572a66] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-6e572a66] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-6e572a66] {
    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-6e572a66] {
    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-6e572a66] {
    display: inline-block;
    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.collapsed[data-v-6e572a66] {
    width: 70px !important;
}
.main-content[data-v-6e572a66] {
    -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-6e572a66] {
    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-6e572a66] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-6e572a66] {
  position: absolute;
  top: 80px;
  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-6e572a66] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-6e572a66] {
    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-6e572a66] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-6e572a66] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-6e572a66] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-6e572a66] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-6e572a66] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-6e572a66] {
    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-6e572a66] {
    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-6e572a66] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-6e572a66] {
    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-6e572a66]: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-6e572a66] {
    display: none;
}
.label[data-v-6e572a66] {
    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-6e572a66] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-6e572a66]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-6e572a66] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-6e572a66] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-6e572a66] {
    color: #98d7ec;
}
.text_format[data-v-6e572a66] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-6e572a66] {
    width: 40px;
    height: 50px;
}
.logout[data-v-6e572a66] {
    margin-top: auto !important;
}
[data-v-6e572a66] .modal-header,
.ptv-modal-header[data-v-6e572a66] {
  /* 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-6e572a66] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-6e572a66] {
color: black;
}
.zoom-btns-position[data-v-6e572a66] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-6e572a66] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-6e572a66] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-6e572a66] {
    color: #063C6D;
}
.moveable-container[data-v-6e572a66] {
    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-6e572a66] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-6e572a66] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-6e572a66] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

#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-d23b425c] {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Roboto", "Open Sans", "Helvetica Neue", Arial, 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-d23b425c] {
    bottom: .5em;
    right: 2.5em;
}
.map-position[data-v-d23b425c] {
    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-d23b425c], body[data-v-d23b425c] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden !important; /* Prevent unwanted scrollbars */
}
.app-container[data-v-d23b425c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-d23b425c] {
    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-d23b425c] {
    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-d23b425c] {
    display: inline-block;
    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.collapsed[data-v-d23b425c] {
    width: 70px !important;
}
.main-content[data-v-d23b425c] {
    -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-d23b425c] {
    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-d23b425c] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
}
.layer-list-position[data-v-d23b425c] {
  position: absolute;
  top: 80px;
  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-d23b425c] {
    position: absolute;
    top: 100%;
    right: 1px;
    z-index: 1000; /* Must be higher than OL's default */
}
.cart-position[data-v-d23b425c] {
    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-d23b425c] {
    position: absolute;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-d23b425c] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-d23b425c] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-d23b425c] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.measurement-position[data-v-d23b425c] {
    position: absolute;
    top: 80px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-d23b425c] {
    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-d23b425c] {
    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-d23b425c] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-d23b425c] {
    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-d23b425c]: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-d23b425c] {
    display: none;
}
.label[data-v-d23b425c] {
    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-d23b425c] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-d23b425c]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-d23b425c] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-d23b425c] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-d23b425c] {
    color: #98d7ec;
}
.text_format[data-v-d23b425c] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-d23b425c] {
    width: 40px;
    height: 50px;
}
.logout[data-v-d23b425c] {
    margin-top: auto !important;
}
[data-v-d23b425c] .modal-header,
.ptv-modal-header[data-v-d23b425c] {
  /* 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-d23b425c] {
    background-color: rgb(2.6, 97.5, 151.45);
    color: white;
    vertical-align: middle;
}
.para-font p[data-v-d23b425c] {
color: black;
}
.zoom-btns-position[data-v-d23b425c] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.tutorial-position[data-v-d23b425c] {
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1000; /* Must be higher than OL's default */
    margin: 1.5px;
}
.ol-attribution[data-v-d23b425c] {
    bottom: .5em;
    right: 2.4em;
}
.dark-blue-text[data-v-d23b425c] {
    color: #063C6D;
}
.moveable-container[data-v-d23b425c] {
    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-d23b425c] {
    position: absolute;
    margin-left: 10%;
    margin-top: 3%;
    height: 0px;
    z-index: 3;
}
.moveable-line[data-v-d23b425c] {
    background: rgba(255, 255, 255, 0) !important;
}
.moveable-container-attributes[data-v-d23b425c] {
    width: 550px;
    background-color: rgba(255, 255, 255, 0.9);
}

.hub-content[data-v-d23b425c] {
    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;
}
.navbar[data-v-d23b425c] {
    padding: 0.75rem 1.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.userInfo[data-v-d23b425c] {
    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;
}
.hub-center[data-v-d23b425c] {
    -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-d23b425c] {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.3px;
}
.hub-widgets[data-v-d23b425c] {
    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-d23b425c] {
    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-d23b425c]: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-d23b425c]: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-d23b425c] {
    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-d23b425c] {
    background-color: #4A74A8;
}
.hub-icon[data-v-d23b425c] {
    font-size: 2rem;
    color: #4A74A8;
    -webkit-transition: color 0.18s ease;
    transition: color 0.18s ease;
}
.hub-card:hover .hub-icon[data-v-d23b425c] {
    color: #fff;
}
.hub-card-body[data-v-d23b425c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.hub-title[data-v-d23b425c] {
    font-size: 1.35rem;
    font-weight: 600;
    color: #063c6d;
    margin-bottom: 0.5rem;
}
.hub-desc[data-v-d23b425c] {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.5;
}
.hub-arrow[data-v-d23b425c] {
    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-d23b425c] {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.user-dropdown[data-v-d23b425c] {
    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-d23b425c] {
    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-d23b425c]:hover {
    background: #eef3f9;
    color: #4A74A8;
}
.copyright[data-v-d23b425c] {
    position: fixed;
    bottom: 0;
    right: 0;
}
.attribution[data-v-d23b425c] {
    color: #555 !important;
    text-decoration: none !important;
    margin-right: 20px;
}
.attribution[data-v-d23b425c]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}


/*# sourceMappingURL=main.1775615156854.css.map*/