.focus-capture {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0.01 !important;
}

@media (max-width: 768px), (pointer: coarse) {
    .focus-capture {
        width: 2px !important;
        height: 2px !important;
    }
}

.container-device .focus-capture {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.focus-capture:focus {
    -webkit-user-modify: read-only !important;
    -moz-user-modify: read-only !important;
    -ms-user-modify: read-only !important;
    user-modify: read-only !important;
}

@media screen and (-ms-high-contrast: active) {
    .focus-capture {
        border: none !important;
        outline: none !important;
    }
}