.bukti-frame {
    width: 100%;
    height: 250px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #f8f9fa;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bukti-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bukti-image {
    cursor: pointer;
    transition: 0.2s;
}

.bukti-image:hover {
    transform: scale(1.03);
}

/* TAB AKTIF */
.nav-tabs .nav-link.active {
    background-color: #3a3ab9;
    color: #fff !important;
    border-color: #3a3ab9 #3a3ab9 #fff;
    font-weight: 600;
}

/* TAB TIDAK AKTIF */
.nav-tabs .nav-link {
    color: #3a3ab9;
    background-color: #f5f6ff;
    border-color: #dee2e6 #dee2e6 #dee2e6;
    font-weight: 500;
}

