.content {
    width: 100%;
    margin: auto;
}
.grafanaPanel {
    padding: 8px;
}
.border{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  float: left;
  /*border-bottom: 2px #ccccdc solid;*/
}
.grafanaPanelHalf {
  margin-left: 10px;
  margin-top: 10px;
  width: 49%;
  float: left;
}

/* For screens wider than 768px (tablet and desktop) */
@media (min-width: 768px) {
  .grafanaPanelHalf {
        width: 99%;
  }
  .panel {
      height: 500px;
  }
  .panelMin{
    height: 160px;
  }
  .tableKode {
    width: 5%;
  }
  .tableNama {
    width: 35%;
  }
  .tableNamaLain{
    width: 20%;
  }
  .tableLokasi{
    width: 20%;
  }
  .tableKoordinat{
    width: 15%;
  }
}
    /* For screens wider than 1024px (large desktop) */
@media (min-width: 1024px) {
  .grafanaPanelHalf {
    width: 49%;
  }
  .panel {
    height: 350px;
  }
  .grafanaPanelMin{
    width: calc(33% - 9px);
  }
  .panelMin{
    height: 160px;
  }
  .tableKode {
    width: 5%;
  }
  .tableNama {
    width: 35%;
  }
  .tableNamaLain{
    width: 15%;
  }
  .tableLokasi{
    width: 20%;
  }
  .tableKoordinat{
    width: 20%;
  }
}
.arrow {
  color: #ccccdc;
  margin-top: -3px;
}

.row {
  margin: 0px 0px 10px;
  border-bottom: 1px solid #575a5d;
}
.row-title {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-size: 1.14286rem;
  font-weight: 500;
  color: #ccccdc;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 500;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.row-title span {
  opacity: 0.6;
  font-size: 0.9em;
}
.row-content {
  padding: 8px 10px 8px 20px;
  display: none; /* awalnya tertutup */
  position: static;
}
.row.open .row-content {
  display: block;
}
.row.open{
  border: 1px solid #404245;
}
.row-content::after {
  content: "";
  display: table;
  clear: both;
}

.footer {
    color: #ccccdc;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.57143;
    letter-spacing: 0.01071em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 99%;
}

#loading {
  position: fixed;
  inset: 0;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;   /* pastikan vertikal */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  gap: 15px;                /* jarak antar elemen */
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #444;
  border-top: 6px solid #5794f2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  font-size: 1.2em;
  color: #9d9d9d;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.tableCheatsheet{
  margin: 10px 0px 5px 10px;
}
a{
  text-decoration: none;
  color: #ccccdc;
}
.tableCheatsheet table{
  color: #ccccdc;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.57143;
  letter-spacing: 0.01071em;
  width: 100%;
  border-collapse: collapse;
}
.tableCheatsheet th{
  padding: 8px 10px 8px 10px;
}
.tableCheatsheet td{
  padding: 5px 10px 5px 10px;
}
