.modal-header>modal-title {
        text-align: center !important;
    }

    table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 11pt;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  /* padding: 10px; */
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
  /* font-size: 10pt; */

}

th,
td {
  border: 1px solid rgb(160 160 160);
  /* top | right | bottom | left */
  /* padding: 2px 50px 2px 10; */
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
}

td:last-of-type {
  /* text-align: center; */
  padding-left: 20px;
}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}

.tbl-kecil{
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11pt;
}

.alert .btn-close {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 10px;
    }

    .alert {
        position: relative;
        padding-right: 20px;
        /* ruang buat tombol */
    }

    

 