.paito-putih th {
  padding: 5px;
  text-align: center;
}
.paito-putih span {
  display: inline-block;
  text-align: center;
}
/* Gaya CSS untuk warna putih */
.single-view {
  background: #ffffff;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  padding: 0 !important;
}
textarea {
  width: 100%;
}
.asux {
  background: #ffffff;
  color: #9C9C9C;
  font-weight: normal;
}
.asu {
  font-weight: bold;
}
td.asux.tggl {
  background: #ffffff;
  color: #9C9C9C;
  min-width: 50px;
  font-size: 14px;
  font-weight: normal;
}

td.asu.tggl {
    color: #9C9C9C;
  background: #ffffff;
  min-width: 35px;
 font-weight: normal;
  font-size: 14px;
}
tr:nth-last-child(5n + 1) {
  background: #e8e4e7 !important;
}
.paito-hitam tr:nth-last-child(5n + 1) {
  background: #5c5c5c !important;
}
.paito-hitam td.asux,
.paito-hitam span {
  background: #5c5c5c;
  color: #fff;
}
.fixed2 {
  position: fixed;
  top: 0;
}
.intro td {
  background: #ffffff !important;
}
table {
  background: white;
  margin: 10px -5px 10px -5px;
  min-width: 460px;
}
#drawing-table {
  border-collapse: collapse;
  width: auto;
  user-select: none;
}
#drawing-table td {
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 0;
  width: 20px;
}
#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%;
}

/* Styling Color Menu */
#colormenu {
  display: flex;
  align-items: center;
  padding: 5px;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  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 #6f6969;
  border-radius: 3px;
  text-align: center;
  font-size: 10px;
  color: #000;
}
.color {
  flex: 1 1 0;
  height: 20px;
  cursor: pointer;
  border: 1px solid #000;
  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;
}
/* Header Table */
.table-header th {
  background-color: #f2f2f2;
}
.unique-th-style {
  /* Tambahkan gaya khusus jika diperlukan */
}
.text-center {
  text-align: center;
}
.e1,.e2,.e3,.e4,.e5,.e6,.e7,.e8,.e9,.e0 {
  background-color: #ff4d4d;
  border-radius: 0px;
  color: white;
}
.k1,.k2,.k3,.k4,.k5,.k6,.k7,.k8,.k9,.k0 {
  background-color: green;
  border-radius: 0px;
  color: white;
}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c0 {
  background-color: blue;
  border-radius: 0px;
  color: white;
}
.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a0 {
  background-color: orange;
  border-radius: 0px;
  color: white;
}
.highlight {
  padding: 1px 4px;
  margin: 0 -4px;
}
.alert-success,
.alert-warning {
  font-weight: normal;
}
.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8,.b9,.b0,
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8,.d9,.d0,
.f1,.f2,.f3,.f4,.f5,.f6,.f7,.f8,.f9,.f0,
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g0,
.hs1,.hs2,.hs3,.hs4,.hs5,.hs6,.hs7,.hs8,.hs9,.hs0,
.i1,.i2,.i3,.i4,.i5,.i6,.i7,.i8,.i9,.i0,
.j1,.j2,.j3,.j4,.j5,.j6,.j7,.j8,.j9,.j0 {
  background-color: #7d7d7d;
  border-radius: 0px;
  color: white;
  border: none;
}
.jl1,.jl2,.jl3,.jl4,.jl5,.jl6,.jl7,.jl8,.jl9,.jl0 {
  background-color: #910303;
  border-radius: 0px;
  color: white;
}
.highlight {
  padding: 1px 4px;
  margin: 0 -4px;
}
input.caribar {
  width: 60px;
  text-align: center;
  color: #000;
  font-weight: normal;
  background: #f0f7f2;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
}
#resbar {
  height: 24px;
  line-height: 18px;
  padding: -1px;
}
@media (min-width: 360px) and (max-width: 767px) {
  input.caribar {
    width: 45px;
    font-weight: normal;
    font-size: 12px;
    height: 21px;
  }
  #resbar {
    height: 20px;
    line-height: 10px;
    padding: -1px;
  }
}
input.cari {
  height: 24px;
  width: 40px;
  text-align: center;
  color: red;
  font-weight: normal;
  background: #f0f7f2;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
}
#rb {
  height: 24px;
  line-height: 18px;
  padding: -1px;
}