html,
body,

#container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

#sidebarmenu {
  display: block;
  width: 250px;
  height: 100%;
  max-width: 100%;
  float: left;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 1000;
}

.list-type1 {
  width: 240px;
  margin: 0 auto;
}
.list-type1 ol {
  counter-reset: li;
  list-style: none;
  /* *list-style: decimal; */
  /*font-family: 'Raleway', sans-serif;*/
  padding: 0px;
  margin-bottom: 4em;
}
.list-type1 ol ol {
  margin: 0 0 0 2em;
}

.list-type1 a {
  position: relative;
  display: block;
  padding: 0.2em 0.2em 0.2em 1em;
  /* *padding: 0.4em; */
  margin: 0.5em 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 10em;
  transition: all 0.2s ease-in-out;
}

.list-type1 a:hover {
  background: #000;
  text-decoration: none;
  transform: scale(1.1);
}
.info {
  position: relative;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 0.2em 0.2em 0.2em 1em;
  /* *font: 12px/14px Arial, Helvetica, sans-serif; */
  /* *background: rgb(0, 0, 0); */
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 10em;
  transition: all 0.2s ease-in-out;
}
.info h4 {
  margin: 0 0 5px;
  color: rgb(255, 255, 255);
}

.modal-dialog {
  max-width: 50%; /* Sesuaikan sesuai kebutuhan */
  width: auto !important;
  display: table;
}

.modal-content {
  display: table-cell;
}



disclaimer {
  width: "10%";
  height: 140px;
  overflow: auto;
}



.box {
  width: 300px;
  margin: auto;
  margin-top: 50px;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li {
  padding: 3px 10px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #3399ff;
  color: #ffffff;
}

.ui-helper-hidden-accessible {
  display: none;
}

#data-grid9 {
  white-space: nowrap;
}

.legend {
  font-size: 8px;
}

.search-container {
      position: absolute;
      top: 60px;
      left: 10px;
      background: white;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #ffffff;
}
.panel-heading {
  width: 250px;
}
.panel-heading2 {
  width: 100%;
}
.panel-body {
  width: 250px;
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 100px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
  margin: 2px;
}
.leaflet-popup-tip-container {
  display: none;
}
.table {
  margin-bottom: 0px;
}
.navbar-custom {
  background-color: #000140;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
}
.navbar-brand small {
  display: inline;
  font-size: 9px;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #ffffff;
}
.tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097cf;
  color: #ffffff;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .dropdown-menu a i {
    color: #ffffff;
  }
  .modal-dialog {
    width: 100%;
    margin: 10px;
  }
  .modal-content {
    display: block;
    width: 100%;
  }
  .modal-body {
    padding: 10px;
    overflow-x: auto;
  }
  .table th, .table td {
    white-space: normal;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  li.paginate_button.previous {
    display: inline;
  }

  li.paginate_button.next {
    display: inline;
  }

  li.paginate_button {
    display: none;
  }
  /* div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    flex-wrap: wrap;
  } */
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.my-label {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

/* Label Kabupaten */
.kabLabel {
  background: rgba(255, 255, 255, 0);
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* Tambahkan ini di dalam <style> tag atau file CSS Anda */



.sidebartable {
  position: fixed;
  bottom: -100%; /* Hide sidebar by default */
  left: 0;
  width: 100%;
  height: 50%; /* Adjust height as needed */
  background-color: white;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  transition: bottom 0.3s ease-in-out;
  z-index: 1051;
}

.sidebartable-content {
  /* padding: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%; */
  padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-close {
  position: absolute;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1051; /* Pastikan lebih tinggi dari elemen lain */
  pointer-events: auto; /* Pastikan pointer events aktif */
}

.hidden {
  bottom: -100%; /* Atur ini dalam kelas CSS */
  transition: bottom 0.3s ease-in-out;
}

.myClass-red {
  background-color: rgb(255, 149, 0);
}

.myClass-yellow {
  background-color: yellow;
}

.myClass {
  background-color: rgb(148, 238, 112); /* Or any default color you want */
}


#sidebartable-info {
  overflow-y: auto; /* Enable vertical scrolling */
  flex: 1; /* Take up remaining space */
}

.table-responsive {
  overflow-y: auto; /* Enable vertical scrolling */
  max-height: 100%;
}

.table-responsive thead th {
  position: sticky;
  top: 0;
  background-color: rgb(0, 0, 0); /* Warna latar belakang header, sesuaikan sesuai kebutuhan */
  z-index: 1;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#activityTable thead th {
  text-align: center;
  background-color: black;
  color: white;
}
.form-group {
  margin-bottom: 15px; /* Add margin between form groups */
}
.input-coordinates {
  margin-bottom: 20px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px; /* Add margin-top to separate from previous button */
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.btn-upload {
  border: 2px solid #007bff;
  color: #007bff;
  background-color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-upload:hover {
  background-color: #007bff;
  color: white;
}
.upload-btn-wrapper input[type="file"] {
  display: none; /* Sembunyikan input file */
}
.modal-body {
  max-height: 400px;
  overflow-y: auto;
}

.modal-dialog {
  max-width: 90%; /* Sesuaikan sesuai kebutuhan */
  width: auto !important;
  display: table;
}

.modal-content {
  display: table-cell;
}

.modal-header-custom {
  background-color: #5e6367;
  color: white;
}

.modal-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px; /* Add margin-top to separate from previous button */
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.btn-modal {
  border: 2px solid #007bff;
  color: #007bff;
  background-color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-modal:hover {
  background-color: #007bff;
  color: white;
}

.input-coordinates .form-group {
  display: grid;
  gap: 5px;
}