body {
    font-family: "Roboto", sans-serif;
}

.card {
    overflow: hidden
}

.display-4 {
    font-size: 3.5rem !important;
}

/* Tabel Pekanan */
#TP_Tabel td {
    vertical-align: middle;
    text-align: center
}

#TP_Tabel td:first-child {
    text-align: left
}

.anchor {
    position: absolute;
    margin-top: -.5rem;
}

#TP_Tabel td:nth-child(2),
#TP_Tabel td:nth-child(5),
#TP_Tabel td:nth-child(8) {
    border-left: 1px solid #dee2e6
}

.fw-500 {
    font-weight: 500;
}

#TambahanInfo {
    z-index: 1079;
    position: sticky;
    bottom: 0;
    max-height: 20vh;
    overflow-y: auto;
    margin-bottom: 0;
}
