.db-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.db-skip-menu {
    position: relative;
    text-align: center;

    ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
    }

    a:focus {
        position: relative;
        width: auto;
        height: auto;
        clip: auto;
        white-space: normal;
    }
}

.form-control:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.form-check-input:focus {
    outline: -webkit-focus-ring-color auto 1px;
}
