a:visited, .alink:visited {
    color: #000000;
    text-decoration: none;
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.onlymans-auth-scroll {
    max-width: 440px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 24px;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

.onlymans-auth-scroll > * {
    max-width: 416px;
}

.onlymans-auth-scroll::-webkit-scrollbar {
    width: 6px;
}

.onlymans-auth-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    border-radius: 999px;
}