#sidebar-wrapper {
  position: absolute;
  left: 0;
  top: 85px;
  height: calc(100% - 105px);
  overflow: scroll;
  background: #f5f5f5;
  z-index: 2;
}


#map {
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path d="M1 2V0h1v1H0v1z" fill-opacity=".05"/></svg>');
    background-size: 16px 16px;
    background-color: #f5f5f5;
}
#map {
  position: relative;
}

#map .ol-zoom {
    right: 6px;
    left: auto;
    /* top: 40px; */
 }

.nav-group-sub .nav-item {
     user-select: none;
     padding-left: 56px;
 }

 .nav-sidebar {
  user-select: none;
 }

.nav-group-sub .form-check {
    margin-bottom: 0.7rem;
 }

 .ol-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
  }
  .ol-tooltip-measure {
    opacity: 1;
    font-weight: bold;
  }
  .ol-tooltip-measure-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
  }
  .ol-tooltip-measure:before,
  .ol-tooltip-measure-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
  }
  .ol-tooltip-measure-static:before {
    border-top-color: #ffcc33;
  }

  .bottom-info-bar {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #e9e9e9;
      z-index: 1;
      color: #333;
  }

  .custom-scaleline-inner {
      background: #b3dcb3;
      text-align: center;
  }

  .modal {
    height: 97%;
  }

  .modal, .modal-backdrop {
    position: absolute !important;
    /* height: auto; */
}

.shadow-none {
  box-shadow: none !important;
}
.b-0 {
  border: none !important;
}


@media (max-width: 768px) {
  .ol-zoom  {
      display: none !important;
  }
}

.sidebar-light {
  border: none !important;
  background-color: #f5f5f5;
}


.sidebar-xs .search-xs a {
  display: block !important;
}
.sidebar-xs .search-btn {
  display: none !important;
}
.sidebar {
  box-shadow: none !important;
}

.sidebar-xs .sidebar-main-toggle {
  left: -4px;
}

.sidebar-xs .search-xs {
  margin-top: 40px;
}
.stt {
  width:50px;
  text-align: center;
  color: #999;
}
.action-btn-2 {
  width: 85px;
}

.w100p {
  width: 100%;
}

.navbar-brand-map {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand-map img {
  height: 28px;
}

.info-icons-only {
  cursor: pointer;
  display: none;
}

 .sidebar-xs .info-icons-only {
   display:block;
 }

 .sidebar-xs .info-icon-text
 {
   display: none;
 }


 @media (max-width: 767.98px) {
    .sidebar-expand-md:not(.sidebar-component) {
        margin-top: 85px;
        height: calc(100% - 85px);
        overflow: scroll;
    }
 }


 #code {
  position: absolute;
  top: -15px;
  left: 25px;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}