    .mpg-form {display:flex; gap:10px; flex-wrap:wrap;}
    .mpg-form select {padding:5px 10px; border-radius:5px; border:1px solid #ccc; background:#f9f9f9;}
    .table-gabung {font-size:14px; width:100%; border-collapse:collapse;}
    .table-gabung th, .table-gabung td {padding:5px; border:1px solid #ccc;}
    .asu {font-size:15px;}
    .asux {color:#d00;}
    .table-bordered {
        border: 1px solid #ccc;
        text-align: center;
    }
    #TheTable td {
        padding: 0px;
    }
    .entry-content td, .comment-content th, .comment-content td {
        padding: 0px;
        border: 1px solid #ccc;
        font-size: small;
        
    }
    .entry-content th {
        font-size: smaller;
        font-weight: 600;
    }
    
    tr.head td {
  background-color: #ededed;
  color: #222;
  font-weight: 500;
}
.filter-form {
  gap: 10px;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.filter-form label {
  font-weight: bold;
  margin-right: 5px;
}
.filter-form select,
.filter-form input[type='number'] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 80px;
  max-width: 140px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.asu {
  font-weight: bold;
}
.asux {
  color: #878787;
  font-weight: normal;
  background: #f2f2f2;
}

.asu,
.asux,
.asuxx,
.entry-content td.asu,
.entry-content td.asux,
.entry-content td.asuxx {
  padding: 0 2px;
  font-size: 14px !important;
}
.asu.tgl {
  padding-right: 2px !important;
  border-right: 2px solid #eee;
  font-weight: normal;
  color: #636363;
}
@media (max-width: 767px) {
  #drawing-table td {
    font-size: 13px;
    padding: revert;
  }
  .asu,
  .asux,
  .asuxx,
  .entry-content td.asu,
  .entry-content td.asux,
  .entry-content td.asuxx {
    font-size: 12px !important;
  }
  #btnSubmit {
    width: auto;
    padding: 0;
  }
}
.form-select1 {
  padding: 2px;
  border-radius: 10px;

  border: 1px solid #d9d9d9;
  padding-left: 10px;
}
.form-select-no {
  padding-top: 4px;
  border-radius: 8px;
  border: none;
  background: red;
  color: #fff;
  font-size: 13px;
  border: 1px solid #d9d9d9;
}
.scroll {
  overflow-x: scroll;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table {
  border-collapse: collapse;
}
table {
  margin: 0 !important;
  width: 100% !important;
}
table,
td,
th {
  border: 1px solid #ccc;
  cursor: default;
}
tr:nth-last-child(5n + 1) {
  background: none repeat scroll 0 0 #f2f2f2 !important;
}
.top {
  background: none repeat scroll 0 0 #ffffff !important;
}
.fixed2 {
  position: fixed;
  top: 0;
}
#table-wrap {
  font-weight: bold;
  position: relative;
}
#table-wrap table {
  position: relative;
  z-index: 10;
}
#toggle-tracing-mode {
  display: none;
}

#html-wrap textarea {
  height: 50px;
  margin: 0 0 10px;
  overflow: auto;
  width: 100%;
}
.colorpicker_submit {
  color: #fff;
}
.colorpicker {
  z-index: 20;
}
.selected {
  border: 1px solid white;
}

@media (max-width: 767px) {
  body {
    background: white;
  }
  #btnSubmit {
    width: 10%;
    padding: 0;
  }
}
#colormenu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
body.admin-bar #colormenu.fixed {
  top: 0px;
}
.highlight {
  padding: 1px 4px;
  margin: 0 -4px;
}
/* Styling Color Menu */
#colormenu {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #fff;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
}
#color-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  /* Tidak ada flex-wrap agar tetap dalam satu baris */
}
/* Membuat setiap .color dan tombol RESET memiliki lebar yang sama */
#color-selector > * {
  flex: 1 1 0;
  box-sizing: border-box;
}
#btnSubmit {
  flex: 1 1 0;
  cursor: pointer;
  background-color: unset; /* Sesuaikan warna latar belakang jika diperlukan */
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  color: #000;
}
.color {
  flex: 1 1 0;
  height: 20px;
  cursor: pointer;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color.eraser {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #000;
  background: #fff;
  border: 1px solid #cfcfcf;
}