:root {
    --tblr-body-font-family: "Roboto", Arial, sans-serif;
    --tblr-body-font-size: 0.95rem;
    --tblr-border-radius-scale: 2;
    --tblr-primary: #17a2b8;
    --tblr-primary-rgb: 23, 162, 184;
    --tblr-gray-50: #f8fafc;
    --tblr-gray-100: #f1f5f9;
    --tblr-gray-200: #e2e8f0;
    --tblr-gray-300: #cbd5e1;
    --tblr-gray-400: #94a3b8;
    --tblr-gray-500: #64748b;
    --tblr-gray-600: #475569;
    --tblr-gray-700: #334155;
    --tblr-gray-800: #1e293b;
    --tblr-gray-900: #0f172a;
    --tblr-gray-950: #020617;
}
body{
    font-family: var(--tblr-body-font-family);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.page-header {
    margin-bottom: 2rem;
}
#camera-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#camera-video {
    max-width: 90%;
    max-height: 75%;
    border-radius: 8px;
    background: #000;
    touch-action: none;
}
.camera-controls {
    margin-top: 1rem;
}
#report-output {
    padding: 2.5rem;
    border: 1px solid #ddd;
    font-size: 1.2rem;
}
#report-keterangan {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
}
.report-poin-cek .badge {
    font-size: 0.8rem;
    padding: 0.4em 0.8em;
    width: 80px;
    text-align: center;
}
#marker-js-container {
    width: 100%;
    height: 65vh;
    border: 1px solid #ddd;
}
markerjs-ui-annotation-editor {
    width: 100%;
    height: 100%;
}
.form-fieldset {
    border: 1px solid #ddd;
    padding: 1rem 1.5rem 1.5rem;
    border-radius: 4px;
}
.form-fieldset legend {
    padding: 0 10px;
    width: auto;
    font-size: 1rem;
    font-weight: 600;
}

.vscomp-ele {
    width: 100% !important;
    max-width: 100% !important;
}
.vscomp-value{
    font-family: var(--tblr-font-monospace);
}
.vscomp-option-text{
    font-family: var(--tblr-font-monospace);
    width: 100%;
}
.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 0.6;
}
.vscomp-arrow::after{
    margin-right: 14px;
    border: 2px solid rgba(0,0,0,0);
    border-bottom-color: #a6acb6;
    border-right-color: #a6acb6;
}
#poin-cek-container .btn {
    white-space: normal;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swal2-container {
    z-index: 9999 !important;
}

.swal2-modal .swal2-input {

    z-index: 1;

}



.table td.status-sesuai {

    color: #2fb344 !important; /* green */

    font-weight: bold;

}

.table td.status-di-atas {

    color: #d63939 !important; /* red */

    font-weight: bold;

}

.table td.status-di-bawah {

    color: #17a2b8 !important; /* blue */

    font-weight: bold;

}


