@media (max-width: 991.98px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
  }

  .responsive-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }

  .responsive-table td:last-child {
    border-bottom: none;
  }

  .responsive-table td::before {
    content: attr(data-label);
    /* 顯示對應的標題 */
    font-weight: bold;
    color: #333;
  }

  .responsive-table input.form-control {
    width: 70%;
  }
}






.blue {
  color: blue
}

.form-check-input {
  width: 20px;
  height: 20px;
}