/* 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;
}
.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;
}
.sub-menu-bg-blue-transparent {
  background: rgba(6, 47, 86, 0.9);
  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;
}
.menu-bg-blue-transparent-modal {
  background: rgb(34, 34, 34);
  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 {
  width: 25%;
  height: 20px;
  /* background-color: lightblue; */
  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;
}
.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;
}
.scrollable::-webkit-scrollbar {
  /* background-color: pink !important; */
  background: gainsboro !important; 
  width: 10px;
  border-radius: 5px;
}
.scrollable::-webkit-scrollbar-thumb {
  /* background-color: pink !important; */
  background: #797777 !important; 
  /* width: 10px; */
  border-radius: 5px;
}


.mmp-login-image {
  background-image: url(de74c0156b30aec2e87b.jpg) !important;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}
.align {
  margin-top: 4%;
}
.white .white:hover {
  color: white;
}
.info-tooltip {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text {
  visibility: hidden;
  width: 100px;
  font-size: 15px;
  top: 0px;
  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;
}
.login {
  margin-top: 60px;
}
.login h2 {
  font-size: 2.4em;
}
.login .field {
  margin-bottom: 16px;
}
form {
  /* background: gray; */
  border-radius: 5%;
  padding: 2em;
  text-align: center;
  padding: 0;
  color: white;
}
/* OLDSTUFF */
div.well {
  height: 250px;
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}
body {
  /* background-image: url('/src/assets/desertSign.jpg'); */
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;

  /*background: black;*/
}
.tool_div {
  /* border-radius: 15px; */
  cursor: pointer;
  padding-bottom: 5%;
  border: 0;
  background: white;

  padding: 10px;
  -webkit-box-shadow: 1px 1px 13px #888888;
          box-shadow: 1px 1px 13px #888888;
  /* background: rgba(0, 0, 0, 0.75); */
}
.logo_image {
  overflow: hidden;
  text-align: center;
  width: 40%;
  padding: 3%;
  margin-bottom: -40px;
}
#loginBtn {
  background: rgb(40, 91, 163);
  border: 0;
  border-radius: 0;
  color: white;
  width: 100%;
}
#loginBtn:hover {
  background: rgb(30, 197, 132);
}
@media screen and (max-width: 500px) {
.Absolute-Center.is-Responsive {
    width: 50%;
    height: 50%;
    min-width: 80%;
    max-width: 421px;
    padding: 30px;
    overflow-y: hidden;
    overflow-x: hidden;
}
}


.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-ca2cf97c] {
  cursor: pointer;
  height: 70px;
}
.b-img-highlight[data-v-ca2cf97c] {
  border-width: 4px;
  border-color: #007BFF;
  border-style: outset;
}
.b-img-height.active[data-v-ca2cf97c] {
  height: auto;
}
.base-hor-scroll[data-v-ca2cf97c] {
  display: inline-block;
  padding-bottom: 6px;
  padding-right: 6px;
}
/* 720p Display */
@media (max-width: 1280px) {
.base-options[data-v-ca2cf97c] {
    width: 240px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.base-options[data-v-ca2cf97c] {
    width: 300px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.base-options[data-v-ca2cf97c] {
    width: 340px;
}
}
.base-options[data-v-ca2cf97c] {
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
  color: black;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  left: 30px;
  top: 10px;
  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-ca2cf97c] {
  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-ca2cf97c] {
  position: absolute;
  right: 5px;
  top: 35px;
  width: 100px;
}
.base-text[data-v-ca2cf97c] {
  color: white;
  font-size: 13px;
  padding-top: 5px;
  position: absolute;
  right: 70px;
}
.img-thumbnail[data-v-ca2cf97c] {
  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-ca2cf97c]::-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-ca2cf97c]::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 6px;
}
.scroll-Container[data-v-ca2cf97c]::-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-266c7192] {
    width: 400px;
}
}
/* 1080p Display */
@media (min-width: 1280px) and (max-width: 1920px) {
.blue-box-expanded[data-v-266c7192] {
    width: 470px;
}
}
/* Larger than 1080p Display */
@media (min-width: 1920px) {
.blue-box-expanded[data-v-266c7192] {
    width: 500px;
}
}
/* CSS unrelated to screen width */
.blue-box-collapsed[data-v-266c7192] {
  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-266c7192] {
  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-266c7192] {
  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-266c7192] {
  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;
}


.item[data-v-81871f38]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-81871f38] {
  overflow-y: auto;
  min-height: 350px;
}
.cursor[data-v-81871f38] {
  cursor: pointer;
}
.scroll-Container[data-v-81871f38]::-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-81871f38]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-81871f38]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.center[data-v-81871f38] {
  text-align: center;
}
.hover[data-v-81871f38]:hover {
  color: rgb(30, 197, 132) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.highlightTopLayer[data-v-81871f38] {
  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-81871f38] {
  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-81871f38] {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.orange-font[data-v-81871f38] {
  color: orange !important;
}
.layer-border[data-v-81871f38] {
  border: 1px solid rgb(238, 238, 238);
}
.layer-border[data-v-81871f38]: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-81871f38] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.available-not-enabled[data-v-81871f38] {
  background: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-81871f38] {
  background: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-81871f38] {
  background: rgb(20, 42.5, 55);
}
.row-margin[data-v-81871f38] {
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.spinner-custom-position[data-v-81871f38] {
  position: absolute;
  right: 10px;
  top: 25%;
}
.disabled-icon[data-v-81871f38] {
  pointer-events: none;
  opacity: 0.5; /* optional, to show it's disabled */
}


.item[data-v-73e52fc8]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-73e52fc8] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 400px;
  position: relative;
}
.cursor[data-v-73e52fc8] {
  cursor: pointer;
}
.sortable[data-v-73e52fc8]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-73e52fc8]::-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-73e52fc8]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-73e52fc8]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-73e52fc8] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-73e52fc8] {
  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-73e52fc8] {
  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-73e52fc8] {
  visibility: visible;
}
.center[data-v-73e52fc8] {
  text-align: center;
}
.card-body-padding[data-v-73e52fc8] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-73e52fc8] {
  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-09dd92f2] {
  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-6e816a6f] {
  max-height: 80vh;
  background: rgba(6, 47, 86, 0.6);
  color: #e6e6e6;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contenteditable-element[data-v-6e816a6f] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.menu-bg-blue-transparent-modal[data-v-6e816a6f] {
  background: rgb(34, 34, 34);
  color: rgb(238, 238, 238);
  line-height: 1.25;
  text-shadow: 0.5px 0.5px black;
}
.boxed[data-v-6e816a6f] {
  border: 1px solid #21d886;
}
.window-widthfixed[data-v-6e816a6f] {
  width: 650px !important;
}
.window-width[data-v-6e816a6f] {
  width: 920px !important;
}
.remove-window-spacing[data-v-6e816a6f] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.btn[data-v-6e816a6f] {
  color: #e6e6e6;
}
.cog-position[data-v-6e816a6f] {
  margin-left: 5px;
  cursor: pointer;
  color: #e6e6e6;
}
.notesRow[data-v-6e816a6f] {
  padding-left: 15px;
}


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


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


.container[data-v-06645e4e] {
  position: relative;
  min-width: 220px;
  padding-left: 0px;
  padding-right: 0px;
}
.btn-info[data-v-06645e4e] {
  background-color: rgb(2.6, 97.5, 151.45);
  border-color: rgb(2, 75, 116.5);
}
.ansi-speed-limit-positions[data-v-06645e4e] {
  position: absolute;
  left: 250px;
  top: 0px;
}


.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-453c3096] {
    left: -27px;
    top: 50px;
}
.medium[data-v-453c3096] {
    left: 90px;
    top: 50px;
}
.wide[data-v-453c3096] {
    left: 135px;
    top: 50px;
}
.segment-label-window[data-v-453c3096] {
    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-453c3096] {
    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-453c3096] {
    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-453c3096]:hover {
    color: #007bff;
    cursor: pointer;
}
.prev[data-v-453c3096]:hover {
    color: #007bff;
    cursor: pointer;
}
.last[data-v-453c3096]:hover {
    color: #007bff;
    cursor: pointer;
}
.disabled[data-v-453c3096] {
  pointer-events: none;
  opacity: 0.5;
}
.fa-1-5x[data-v-453c3096] {
  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-15567694] {
  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-15567694] {
  font-family: 'Inter Bold', sans-serif;
  opacity: 1 !important;
  white-space: initial !important;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.vert-align[data-v-15567694] {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.row[data-v-15567694]:nth-child(even) {
  background-color: #e1e1e1;
}


.mapANSI[data-v-2ab74c5c] {
  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-d12de5d0] {
    text-align: left !important;
}


/* 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;
}
.modal-lg {
  max-width: 1200px !important;
}


.modal-position[data-v-f1df5af0] {
  margin-top: 10px;
  margin-left: 5px;
}


.modal-position[data-v-33729ada] {
  margin-top: 10px;
  margin-left: 5px;
}


.new-form-container[data-v-e557b02a] {
  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-e557b02a] {
  margin: auto;
  gap: 30px;
  width: 60%;
}
.submit[data-v-e557b02a] {
  margin-top: 10px;
}
.row-label-left-justify[data-v-e557b02a] {
  text-align: left;
}
.row-label-right-justify[data-v-e557b02a] {
  text-align: right;
}
.text-input-left-justify[data-v-e557b02a] {
  text-align: left;
}


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


.region-label-Update {
  /* position: absolute;
  margin-top: -3rem;
  margin-left: 64rem; */
  position: relative;
  margin-top: -3rem;    
  text-align: right;
  margin-right: 25px;
  margin-bottom: 30px;
}
.data-font {
  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-2fee8f82]:hover {
  background: rgba(65, 65, 65, 0.4);
  cursor: move;
}
.card[data-v-2fee8f82] {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 350px;
}
.cursor[data-v-2fee8f82] {
  cursor: pointer;
}
.sortable[data-v-2fee8f82]:hover {
  color: rgb(30, 197, 132);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.scroll-Container[data-v-2fee8f82]::-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-2fee8f82]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-2fee8f82]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.info-tooltip[data-v-2fee8f82] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-2fee8f82] {
  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-2fee8f82] {
  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-2fee8f82] {
  visibility: visible;
}
.center[data-v-2fee8f82] {
  text-align: center;
}
.hover[data-v-2fee8f82]:hover {
  color: rgb(30, 197, 132) !important;
}
.card-body-padding[data-v-2fee8f82] {
  padding-top: 0.5rem;
}
.change-database-text[data-v-2fee8f82] {
  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-f21df882] {
  margin: auto;
  width: 60%;
}
.row-label-left-justify[data-v-f21df882] {
  text-align: left;
}
.row-label-right-justify[data-v-f21df882] {
  text-align: right;
}
.text-input-left-justify[data-v-f21df882] {
  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-252549fa] {
  white-space: nowrap;
}
.legend-scroll[data-v-252549fa] {
  overflow-y: auto;
}


.card[data-v-0ee34804] {
  overflow-y: auto;
  max-height: 350px;
}
.scroll-Container[data-v-0ee34804]::-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-0ee34804]::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.scroll-Container[data-v-0ee34804]::-webkit-scrollbar-thumb {
  background-color: #797777;
}
.highlight-lidar-group[data-v-0ee34804] {
  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-0ee34804] {
  margin-left: 3px;
}
.position-groups-no-highlight[data-v-0ee34804] {
  margin-left: 5px;
}
.point-clouds[data-v-0ee34804] {
  margin-left: 5px;
}
.lidar-label-size[data-v-0ee34804] {
  width: 80px;
}


.align[data-v-a01d6df8] {
  margin-top: 3%;
}
.jumbotron-fluid-loading[data-v-a01d6df8] {
  background-image: url(de74c0156b30aec2e87b.jpg);
  background-color: black;
  background-size: 100% 100%;
  color: white;
  width: 100%;
  height: 100%;
}
.logo-sizing[data-v-a01d6df8] {
  margin-left: 33%;
  margin-right: 33%;
  margin-bottom: -30px;
}


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


#user_details[data-v-78afc42f] {
  margin-left: -20px;
}
.logo[data-v-78afc42f] {
  margin-left: 10px;
  margin-top: 3px;
}
.make-inline-block[data-v-78afc42f] {
  display: inline-block;
}
.text-left[data-v-78afc42f] {
  text-align: left;
}
.info-icon[data-v-78afc42f] {
  position: absolute;
}
.info-tooltip[data-v-78afc42f] {
  position: relative;
  display: inline-block;
}
.info-tooltip .info-tooltip-text[data-v-78afc42f] {
  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-78afc42f] {
  visibility: visible;
}
.clicked[data-v-78afc42f] {
  color: #21d886;
}
.user-profile-side-padding[data-v-78afc42f] {
  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-5e6bcd82] {
  font-size: 1.5em;
}
.curved-bottom[data-v-5e6bcd82] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blue-box[data-v-5e6bcd82] {
  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-5e6bcd82] {
    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-5e6bcd82] {
    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-5e6bcd82] {
    opacity: 0;
    pointer-events: none;
    top: 0px;
}
.tools[data-v-5e6bcd82] {
    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-5e6bcd82] {
    height: 110px;
    width: 110px;
}


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


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


.vbt-column-header[data-v-258e2fd5] {
  color: white;
}


#dpr_image_carousel .carousel-indicators li[data-v-6b1e9d8a] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter-panel[data-v-6b1e9d8a] {
    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-6b1e9d8a] {
    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-6b1e9d8a] {
    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-6b1e9d8a] {
    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-6b1e9d8a] {
    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-6b1e9d8a] {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.main-img[data-v-6b1e9d8a] {
    height: auto;
    width: 100%;
}
.card-list[data-v-6b1e9d8a] {
    display: grid;
    grid-gap: 1em;
    color: rgb(238, 238, 238);
    margin-bottom: 1%;
    margin-top: 0.5%;
    padding: 1%;
}
.card-item[data-v-6b1e9d8a] {
    background-color: white;
    height: 350px;
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.count[data-v-6b1e9d8a] {
    padding-right: 2%;
    float: right;
}
.mmp-button[data-v-6b1e9d8a] {
    background-color: #1b66ac;
    color: white;
}
.mmp-button[data-v-6b1e9d8a]:hover {
    opacity: 0.8;
}
@media (max-width: 1600px) {
.card-item[data-v-6b1e9d8a] {
        background-color: white;
        height: 300px;
        width: 100%;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
}
.img-container[data-v-6b1e9d8a] {
        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-6b1e9d8a] {
        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-6b1e9d8a] {
        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-6b1e9d8a] {
        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-6b1e9d8a] {
        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;
}
}



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


.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-4904830e] {
  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;
}


.module-width {
    width: 60% !important;
    text-align: left;
}
.module-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.checkbox-wrapper {
  width: calc(100% / 4 - 12px); /* 8 columns with spacing */
  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;
}
.checkbox-wrapper label {
    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;
    gap: 5px;
    text-align: center;
}
.align-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
}


.module-width {
    width: 25% !important;
    max-width: 25% !important;
    text-align: left;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.name-col-width {
    width: 5% !important;
}
.module-name-cell {
  display: inline-block;
  max-width: 200px; /* adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}


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

*[data-v-5e9f2c6a] {
    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-5e9f2c6a] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-5e9f2c6a] {
    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-5e9f2c6a], body[data-v-5e9f2c6a] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-5e9f2c6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    width: 70px !important;
}
.main-content[data-v-5e9f2c6a] {
    -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-5e9f2c6a] {
    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-5e9f2c6a] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-5e9f2c6a] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-5e9f2c6a] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-5e9f2c6a] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-5e9f2c6a] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-5e9f2c6a] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-5e9f2c6a] {
    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-5e9f2c6a]: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-5e9f2c6a] {
    display: none;
}
.label[data-v-5e9f2c6a] {
    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-5e9f2c6a] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-5e9f2c6a]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-5e9f2c6a] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-5e9f2c6a] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-5e9f2c6a] {
    color: #98d7ec;
}
.text_format[data-v-5e9f2c6a] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-5e9f2c6a] {
    width: 40px;
    height: 50px;
}
.logout[data-v-5e9f2c6a] {
    margin-top: auto !important;
}


.layer-list-container[data-v-5e9f2c6a] {
    border: 2px solid #063c6d;
    height: auto;
    width: 275px;
    border-radius: 5px;
}
.data-panel[data-v-5e9f2c6a] {
    width: 100%;
    background-color: #063c6d;
    color: white;
    padding: 7px;
    padding: 5%;
}
.layer-list-font[data-v-5e9f2c6a] {
    font-size: 15px !important;
    font-weight: 500;
}
.change-database-text[data-v-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a] {
    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-5e9f2c6a]:hover {
    opacity: 0.7;
    cursor: pointer !important;
}
.available-not-enabled[data-v-5e9f2c6a] {
  background-color: rgb(2.6, 97.5, 151.45);
}
.available-enabled[data-v-5e9f2c6a] {
  background-color: rgb(21.45, 140.4, 87.1);
}
.unavailable[data-v-5e9f2c6a] {
  background-color: rgb(20, 42.5, 55);
}
.unavailable[data-v-5e9f2c6a]:hover {
  opacity: 1.0 !important;
}

*[data-v-2c47f552] {
    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-2c47f552] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-2c47f552] {
    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-2c47f552], body[data-v-2c47f552] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-2c47f552] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-2c47f552] {
    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-2c47f552] {
    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-2c47f552] {
    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-2c47f552] {
    width: 70px !important;
}
.main-content[data-v-2c47f552] {
    -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-2c47f552] {
    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-2c47f552] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-2c47f552] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-2c47f552] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-2c47f552] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-2c47f552] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-2c47f552] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-2c47f552] {
    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-2c47f552] {
    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-2c47f552] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-2c47f552] {
    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-2c47f552]: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-2c47f552] {
    display: none;
}
.label[data-v-2c47f552] {
    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-2c47f552] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-2c47f552]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-2c47f552] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-2c47f552] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-2c47f552] {
    color: #98d7ec;
}
.text_format[data-v-2c47f552] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-2c47f552] {
    width: 40px;
    height: 50px;
}
.logout[data-v-2c47f552] {
    margin-top: auto !important;
}


.release-modal .modal-header {
  background-color: #063c6d; /* Slightly lighter navy */
  color: #f0f4f8;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.release-modal .modal-body {
  /* background-color: rgba(10, 77, 140, 0.9) !important; */
  background-color: #063c6d;
  color: #f0f4f8;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-size: 1rem;
  padding: 1rem 1rem;
  padding-bottom: 0;
}

/* Each release row */
.release {
  background: rgba(241, 238, 238, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(240, 244, 248, 0.3);
  color: #f0f4f8;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.release:hover {
  /* background: rgba(235, 235, 235, 0.15); */
  background: #007bff;
  /* border: 2px solid rgba(240, 244, 248, 0.3); */
  border: 2px solid #063c6d; 
  cursor: pointer;
}

/* Date and region styling */

/* .release-date,
.release-region {
  font-weight: 500;
  font-size: 1rem;
}
 */

/* Button improvements */

/* .greenBtn {
  background-color: #28a745;
  border-color: #28a745;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.greenBtn:hover {
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 4px 8px rgba(33, 136, 56, 0.4);
} */

/* Make button full width */
.btn-block {
  width: 100%;
}


/* #InformationModal .modal-content {
    max-width: 1350px !important; 
} */
#InformationModal .modal-body {
    padding-top: 0 !important;
}
.stats-data .col-4, .stats-data .col-8 {
    width: 100%;
}
.data-point {
    /* height: 100%; */
    text-align: left;
    height: 50px;
    font-size: 0.9rem !important;
}
.data-point-no-border {
    height: 30px !important;
    font-size: 1rem !important;
}
.data-point-no-border .col-8, .data-point-no-border .col-3, .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%;
}
.data-point-no-border .col-8 div, .data-point-no-border .col-3 div, .data-point-no-border .col-4 div {
    color: yellow;
    margin-left: 2%;
}
.data-point .col-8 {
    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% 2%;
    border: 1px white solid;
}
.data-point .col-4 {
    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-left: 2%;
    border: 1px white solid;
}
#InformationModal .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.stat-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 300 !important;
}
.stat-col div,
.name-input div {
    font-weight: 300 !important;
    color: yellow;
}
.stat-col label {
    font-weight: 300 !important;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.name-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    gap: 10px;
}
.name-input label {
    margin-bottom: 0 !important;
}
.highlightLoader {
  color: #ffffff !important;
}

*[data-v-0af81b08] {
    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-0af81b08] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-0af81b08] {
    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-0af81b08], body[data-v-0af81b08] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-0af81b08] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-0af81b08] {
    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-0af81b08] {
    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-0af81b08] {
    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-0af81b08] {
    width: 70px !important;
}
.main-content[data-v-0af81b08] {
    -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-0af81b08] {
    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-0af81b08] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-0af81b08] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-0af81b08] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-0af81b08] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-0af81b08] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-0af81b08] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-0af81b08] {
    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-0af81b08] {
    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-0af81b08] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-0af81b08] {
    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-0af81b08]: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-0af81b08] {
    display: none;
}
.label[data-v-0af81b08] {
    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-0af81b08] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-0af81b08]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-0af81b08] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-0af81b08] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-0af81b08] {
    color: #98d7ec;
}
.text_format[data-v-0af81b08] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-0af81b08] {
    width: 40px;
    height: 50px;
}
.logout[data-v-0af81b08] {
    margin-top: auto !important;
}


.measuring-data {
  text-align: center;
  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;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.data-size {
  font-size: 11px !important;
  font-weight: 700;
}
/* .b-img-height {
  height: 20px;
  width: 35px;
} */
.widget-container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* gap: 10px; */
}
.widget-container .tool {
  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 {
  background: #007bff !important;
}
.red-border {
  border: 2px red solid !important;
}
.submit-btn {
  width: 100px;
  height: 40px;
}
#polygonInputModal textarea.form-control:focus {
  border: none !important;
}
#polygonInputModal label {
  font-weight: 500;
}


#ptvStatsModal .modal-body {
    padding-top: 0 !important;
}
#ptvStatsModal .modal-header {
    background-color: #063c6d;
    color: white;
}
.stats-data .col-4, .stats-data .col-8 {
    width: 100%;
}
.data-point {
    /* height: 100%; */
    text-align: left;
    height: 50px;
    font-size: 0.9rem !important;
}
.data-point-no-border {
    height: 30px !important;
    font-size: 1rem !important;
}
.data-point-no-border .col-8 {
    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%;
}
#ptvStatsModal .data-point-no-border .col-8 div, #ptvStatsModal .data-point-no-border .col-4 div {
    color: #063c6d;
    margin-left: 2%;
}
#ptvStatsModal .data-point .col-8 {
    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% 2%;
    border: 1px black solid;
}
#ptvStatsModal .data-point .col-4 {
    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-left: 2%;
    border: 1px black solid;
}
#InformationModal .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.stat-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 300 !important;
}
.stat-col div,
.name-input div {
    font-weight: 300 !important;
    color: yellow;
}
.stat-col label {
    font-weight: 300 !important;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.name-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    gap: 10px;
}
.name-input label {
    margin-bottom: 0 !important;
}


/* Larger / Monitor Screen View */
@media (min-width: 1700px) {
.userInfo[data-v-fc47b990] {
        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-fc47b990] {
        margin-top: 3rem !important;
}
.ptv-table-scroll[data-v-fc47b990] {
        max-height: 50vh !important;
        overflow-y: auto !important;
}
}
/* Laptop Screen View */
@media (max-width: 1700px) {
.userInfo[data-v-fc47b990] {
        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-fc47b990] {
        margin-top: 2rem !important;
}
.ptv-table-scroll[data-v-fc47b990] {
        max-height: 40vh !important;
        overflow-y: auto !important;
}
}
#page-content-wrapper[data-v-fc47b990] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    background-color: #f8f9fa;
    padding: 20px;
}
.card h2[data-v-fc47b990] {
    font-size: 2rem;
    margin: 0;
}
.widgetColor[data-v-fc47b990] {
    /* background-color: #1975d8; */
     background-color:#316fb1;
    border-radius: 2%;
}
.chart-placeholder[data-v-fc47b990] {
    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-fc47b990] {
    padding: 0.75rem 1.25rem;
}
.highlight[data-v-fc47b990] {
    stroke: rgb(35, 223, 82);
    stroke-width: 2px;
    fill: rgba(159, 204, 153, 0.1);
}
.dmap[data-v-fc47b990] {
    width: 100%;
    height: 400px;
}
#dmap[data-v-fc47b990]:focus {
    outline: #4A74A8 solid 0.15em;
}
.card-style[data-v-fc47b990] {
    background-color:#4A74A8;
    /* border-radius: 2%; */
    color: whitesmoke;
}
.copyright[data-v-fc47b990]{
        position: fixed;
    bottom: 0 !important;
    right: 0;
}
.attribution[data-v-fc47b990]{
    color: #555 !important;
    text-decoration: none !important;
    margin-right: 20px;
}
a[data-v-fc47b990]:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

*[data-v-4b2f58ea] {
    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-4b2f58ea] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-4b2f58ea] {
    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-4b2f58ea], body[data-v-4b2f58ea] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-4b2f58ea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-4b2f58ea] {
    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-4b2f58ea] {
    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-4b2f58ea] {
    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-4b2f58ea] {
    width: 70px !important;
}
.main-content[data-v-4b2f58ea] {
    -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-4b2f58ea] {
    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-4b2f58ea] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-4b2f58ea] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-4b2f58ea] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-4b2f58ea] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-4b2f58ea] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-4b2f58ea] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-4b2f58ea] {
    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-4b2f58ea] {
    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-4b2f58ea] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-4b2f58ea] {
    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-4b2f58ea]: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-4b2f58ea] {
    display: none;
}
.label[data-v-4b2f58ea] {
    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-4b2f58ea] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-4b2f58ea]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-4b2f58ea] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-4b2f58ea] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-4b2f58ea] {
    color: #98d7ec;
}
.text_format[data-v-4b2f58ea] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-4b2f58ea] {
    width: 40px;
    height: 50px;
}
.logout[data-v-4b2f58ea] {
    margin-top: auto !important;
}


#navbar:hover .toggle-btn[data-v-4b2f58ea] {
    visibility: visible;
}
#navbar .toggle-btn[data-v-4b2f58ea] {
    visibility: hidden;
}
.toggle-btn.collapsed[data-v-4b2f58ea] {
    visibility: visible !important;
}
.toggle-btn[data-v-4b2f58ea] {
    height: 40px;
    width: 40px;
    background-color: azure;
    color: #063c6d;
    position: absolute;
    left: 250px;
    top: 10vh;
    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-4b2f58ea] {
    left: 50px;
}

*[data-v-484baac2] {
    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-484baac2] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-484baac2] {
    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-484baac2], body[data-v-484baac2] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-484baac2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-484baac2] {
    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-484baac2] {
    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-484baac2] {
    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-484baac2] {
    width: 70px !important;
}
.main-content[data-v-484baac2] {
    -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-484baac2] {
    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-484baac2] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-484baac2] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-484baac2] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-484baac2] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-484baac2] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-484baac2] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-484baac2] {
    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-484baac2] {
    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-484baac2] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-484baac2] {
    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-484baac2]: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-484baac2] {
    display: none;
}
.label[data-v-484baac2] {
    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-484baac2] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-484baac2]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-484baac2] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-484baac2] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-484baac2] {
    color: #98d7ec;
}
.text_format[data-v-484baac2] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-484baac2] {
    width: 40px;
    height: 50px;
}
.logout[data-v-484baac2] {
    margin-top: auto !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;
}

*[data-v-537235ee] {
    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-537235ee] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-537235ee] {
    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-537235ee], body[data-v-537235ee] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-537235ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-537235ee] {
    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-537235ee] {
    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-537235ee] {
    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-537235ee] {
    width: 70px !important;
}
.main-content[data-v-537235ee] {
    -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-537235ee] {
    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-537235ee] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-537235ee] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-537235ee] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-537235ee] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-537235ee] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-537235ee] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-537235ee] {
    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-537235ee] {
    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-537235ee] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-537235ee] {
    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-537235ee]: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-537235ee] {
    display: none;
}
.label[data-v-537235ee] {
    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-537235ee] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-537235ee]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-537235ee] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-537235ee] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-537235ee] {
    color: #98d7ec;
}
.text_format[data-v-537235ee] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-537235ee] {
    width: 40px;
    height: 50px;
}
.logout[data-v-537235ee] {
    margin-top: auto !important;
}


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


.input-group[data-v-7a77920c] {
  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;
  width: 100%;
}
.ai-text[data-v-7a77920c] {
  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;
}
.chat-window[data-v-7a77920c] {
  background-color: #f8f9fa;
  height: auto;
  max-height: 750px;
  overflow-y: auto;
}
.bot_color[data-v-7a77920c]{
  background-color: #184877;
  height: 100%;
  color: white;
}
.ai_search_pos[data-v-7a77920c]{
  max-width: 835px !important;
}
.textcolor[data-v-7a77920c]{
  color: #184877;
}
.btnstyle[data-v-7a77920c]{
  border-radius: 20px;
  color: white;
  background-color: #184877;
  height: 100%;
  height: 40px;
  width: 40px;
}
.boxstyle[data-v-7a77920c]{
  border-radius: 10px;
}
.scroll-container[data-v-7a77920c] {
  height: 500px;          /* Set a fixed height */
  overflow-y: auto;       /* Scroll vertically */
  overflow-x: hidden;     /* Optional: hide horizontal scroll */
  border: 1px solid #ccc; /* Optional: border for clarity */
  padding: 10px;
}
.rounded[data-v-7a77920c]{
  border-radius: 5px !important;
}

*[data-v-6c1959c6] {
    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-6c1959c6] {
    bottom: .5em;
    right: .5em;
}
.map-position[data-v-6c1959c6] {
    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-6c1959c6], body[data-v-6c1959c6] {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent unwanted scrollbars */
}
.app-container[data-v-6c1959c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.menu-bg-blue-transparent[data-v-6c1959c6] {
    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-6c1959c6] {
    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-6c1959c6] {
    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-6c1959c6] {
    width: 70px !important;
}
.main-content[data-v-6c1959c6] {
    -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-6c1959c6] {
    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-6c1959c6] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: lightgray;
    overflow: hidden !important;
    z-index: 1;
    padding-top: 1%;
}
.layer-list-position[data-v-6c1959c6] {
  position: absolute;
  top: 80px;
  right: 10px;
  z-index: 1000; /* Must be higher than OL's default */
}
.layer-legend-position[data-v-6c1959c6] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.lat-long-position[data-v-6c1959c6] {
    position: absolute;
    top: 10px;
    right: 295px;
    z-index: 1000; /* Must be higher than OL's default */
}
.ptv-zoom-position[data-v-6c1959c6] {
    position: absolute;
    top: 10px;
    right: 560px;
    z-index: 1000; /* Must be higher than OL's default */
}
.widget-position[data-v-6c1959c6] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Must be higher than OL's default */
}
.sidebar-navigation ul[data-v-6c1959c6] {
    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-6c1959c6] {
    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-6c1959c6] {
    display: block;
    -webkit-transition: all ease 450ms;
    transition: all ease 450ms;
    margin: 0 auto; /* center icon */
}
.sidebar-navigation ul li .tooltip[data-v-6c1959c6] {
    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-6c1959c6]: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-6c1959c6] {
    display: none;
}
.label[data-v-6c1959c6] {
    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-6c1959c6] {
    opacity: 0;
    margin-left: 0;
    pointer-events: none;
}
.sidebar-navigation ul li[data-v-6c1959c6]:hover {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li:hover .tooltip[data-v-6c1959c6] {
    visibility: visible;
    opacity: 1;
}
.sidebar-navigation ul li.active[data-v-6c1959c6] {
    background-color: rgba(6, 47, 86, 0.65)
}
.sidebar-navigation ul li.active i[data-v-6c1959c6] {
    color: #98d7ec;
}
.text_format[data-v-6c1959c6] {
   text-align: left;
    margin-left: 18px;
}
.logo[data-v-6c1959c6] {
    width: 40px;
    height: 50px;
}
.logout[data-v-6c1959c6] {
    margin-top: auto !important;
}


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

/* Fonts */
@font-face {
  font-family: 'Inter Regular';
  src: url(a416f4674fad5f019461.otf);
}
@font-face {
  font-family: 'Inter Regular';
  src: url(3aa40e610d938943736b.otf);
}
@font-face {
  font-family: 'Inter Bold';
  src: url(29a77b7e0aa49b534323.otf);
}
* {
  font-family: 'Inter Regular', 'Open sans', sans-serif;
}
.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;
}
.sub-menu-bg-blue-transparent {
  background: rgba(6, 47, 86, 0.9);
  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;
}
.menu-bg-blue-transparent-modal {
  background: rgb(34, 34, 34);
  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 {
  width: 25%;
  height: 20px;
  /* background-color: lightblue; */
  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;
}
.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;
}
.scrollable::-webkit-scrollbar {
  /* background-color: pink !important; */
  background: gainsboro !important; 
  width: 10px;
  border-radius: 5px;
}
.scrollable::-webkit-scrollbar-thumb {
  /* background-color: pink !important; */
  background: #797777 !important; 
  /* width: 10px; */
  border-radius: 5px; 
}


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