.tablefreeze thead th:first-child,
.tablefreeze tbody td:first-child,
.tablefreeze tfoot th:first-child {
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}

.tablefreeze thead th:first-child {
  z-index: 3;
}

/* Hanya freeze kolom pertama dari baris kedua header */
.tablefreeze2 thead tr:nth-child(2) th:first-child,
.tablefreeze2 tbody td:first-child,
.tablefreeze2 tfoot th:first-child {
  position: sticky;
  left: 0;
  background: white;
  z-index: 2;
}

/* Biar lebih kuat layernya */
.tablefreeze2 thead tr:nth-child(2) th:first-child {
  z-index: 3;
}

.skeleton_odometer {
  background: linear-gradient(110deg, #ececec 8%, #f5f6fa 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  
  position: absolute;
  inset: 0;
  z-index: 10;
  color: transparent;
}

.skeleton_overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: linear-gradient(110deg, #ececec 8%, #f5f6fa 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.odometer_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;    
  text-align: center;     
}

.odometer_spec {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;    
  text-align: center;
  flex-wrap: nowrap;
  font-size: 19px;
}

.odometer_specin p {
  margin: 0;             
  line-height: 1;
}

.odometer_specin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.odometer_wrapper {
  position: relative;
  display: inline-block;
  min-width: 120px; 
  /*min-height: 80px;*/
}

.odometer_img {
  display: flex;          
  align-items: center;    
}

.odometer_img img {
  display: block;         
  max-height: 60px;       
  height: auto;
}

@media (width >= 40rem) {
  .odometer_spec {
    font-size: 30px;
  }
  .odometer_img img {
    max-height: 80px;
  }
}

@media (width >= 48rem) {
  .odometer_spec {
    font-size: 47px;
  }
  .odometer_img img {
    max-height: 120px;
  }
}

@media (width >= 64rem) {
  .odometer_spec {
    font-size: 60px;
  }
  .odometer_img img {
    max-height: 140px;
  }
}

@media (width >= 80rem) {
  .odometer_spec {
    font-size: 80px;
  }
  .odometer_img img {
    max-height: 180px;
  }
}

#chart-info .col-md-4 {
  flex: 0 0 calc(33.333% - 20px); /* 3 per baris */
  box-sizing: border-box;
}

.dropdown-chk {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-chk-label {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
}

.dropdown-chk-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-chk-option {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.dropdown-chk-option input {
  margin-right: 6px;
}
