/* UNIVERSAL */
table.nowrap thead th,
table.nowrap tbody td {
    white-space: nowrap;
}
.hidden {
    display: none !important;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}
/* END UNIVERSAL */
#report-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
}
#pagination-report {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 0 1.5rem;
}
#report-load {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#report-feature .dropdown-menu {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 37px, 0px);
}
#saku-report .card {
    padding: 1.5rem;
}
#saku-report .judul-report {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#saku-report .judul-report h6 {
    font-size: 1.25rem !important;
    font-weight: 700;
}
#report-table {
    width: 100% !important;
    max-width: 100% !important;
}
#report-table_wrapper table thead tr th {
    background-color: #900604;
    color: #fff;
}
#report-table_wrapper table tbody .col-no {
    width: 90px;
}
#report-table_wrapper table tbody a {
    text-decoration: none;
    color: #2563eb;
}
#report-table_wrapper .dataTables_paginate {
    margin-top: 0;
    float: right;
}
#report-table .btn-link {
    background: none;
    border: none;
    color: #0066cc;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}
#report-table .btn-link .btn-link:hover {
    color: #0052a3;
    text-decoration: underline;
}
#detail-report .header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem 1.5rem;
}
#detail-report .judul-report {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
}
#detail-report .judul-report h4 {
    font-size: 0.8rem !important;
    font-weight: 700;
}
#detail-table_wrapper table tbody .col-no {
    width: 90px;
}
#detail-table_wrapper .dataTables_paginate {
    margin-top: 0;
    float: right;
}
/* Button styled as text link */
#detail-table_wrapper table tbody .btn-link .btn-link {
    background: none;
    border: none;
    color: #0066cc;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}
#detail-table_wrapper table tbody .btn-link .btn-link:hover {
    color: #0052a3;
    text-decoration: underline;
}
#detail-table_wrapper table tbody .btn-link .btn-link:active {
    color: #003d7a;
}
#detail-table_wrapper table tbody .btn-link .btn-link:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
    text-decoration: underline;
}
#list-photos {
    margin: 0 0.5rem;
    padding-top: 4rem;
}
#list-photos .photo-item {
    padding-left: 0;
    padding-right: 0;
    margin: 0 2px;
}
#list-photos .photo-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
    border: 1px solid #ccc;
    display: block; /* Menghilangkan space di bawah image */
}
/* #list-photos .photo-item img:hover {
    transform: scale(1.05);
} */
#list-photos .photo-item .photo-caption {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    height: 25px;
    padding: 4px;
    border-radius: 0 0 8px 8px;
}
