.h-full, .h-100 {
    height: 100% !important;
}

.w-full, .w-100 {
    width: 100% !important;
}

/* Scan / keyboard input field: highlight the active (focused) field */
.scan-input:focus-within {
    border-radius: 4px;
    outline: 2px solid var(--mud-palette-primary, #594AE2);
    outline-offset: 2px;
    background-color: rgba(89, 74, 226, 0.06);
}