

.qrcode-column {
  width: 100px;
  height: 100px;
}
.status-belum {
  color: green;
}
.status-sudah {
  color: red;
}
img {
  display: inline !important;
}
/* Default style for desktop */
.container-fluid {
  /* Gaya Anda untuk desktop di sini */
  text-align: center;
  margin-top: 20px;
  margin: 10px;
}

/* Style for mobile */
@media (max-width: 767px) {
  .container-fluid {
    /* Gaya tambahan untuk mobile di sini */
    display: inline-flex;
    padding: 2px;
  }
  #sortTable th,
  #sortTable td {
    width: 100%;
    /* display: block; */
  }
}
