html { font-size: 14px; }
@media (min-width: 768px) { html { font-size: 16px; } }

.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Sidebar nav link hover */
.sidebar .nav-link:hover:not(.active) {
    background-color: rgba(255,255,255,0.08);
    color: #fff !important;
}

/* QR code thumbnail in grid */
.qr-thumb {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

/* Print styles */
@@media print {
    body * { visibility: hidden; }
    #print-area, #print-area * { visibility: visible; }
    #print-area { position: absolute; left: 0; top: 0; width: 100%; text-align: center; }
    .no-print { display: none !important; }
}

/* File type icons */
.file-icon { font-size: 1.4rem; }

/* Form builder */
.field-row { cursor: move; transition: background 0.1s; }
.field-row:hover { background-color: #f8f9fa; }
