*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inconsolata', sans-serif !important;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

html,
body {
    background-color: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    min-width: 100%;
}

@media (scripting: enabled) {
    .preload * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@supports (-webkit-touch-callout: none) {
    .preload * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
}

.info {
    display: -webkit-inline-box;
    background-color: #121212;
    border: 1px solid #808080;
    padding: 14px;
    border-radius: .8rem;
    font-family: 'Inconsolata';
    font-weight: 500;
    font-size: 19px;
    width: 480px;
    color: white;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 16px;
}

.info img {
    margin: 12px;
    margin-left: 4%;
    margin-bottom: 4px;
}

.info.minecraft {
    padding-top: 12px;
}

.info.discord {
    padding-top: 22px;
}

.discord img {
    margin-bottom: 14px;
}

.steam.minecraft {
    padding-top: 12px;
}

.info.steam {
    padding-top: 15px;
}

.steam img {
    margin-bottom: 7px;
}

.info.snapchat {
    padding-top: 16px;
}

.options {
    background-color: #121212;
    border: 1px solid #808080;
    padding: 14px;
    border-radius: .8rem;
    font-family: 'Inconsolata';
    font-weight: 500;
    font-size: 19px;
    width: 480px;
    color: white;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 16px;
    padding-top: 13px;
    margin-bottom: 2rem;
}

p,
.paginate a {
    font-size: 18px;
    color: #808080;
    font-weight: 500;
}

a:hover div {
    border-color: #C0C0C0!important;
    transform: scale(1.1);
}

h1 {
    font-weight: 400;
    font-size: 1.55em;
    margin-bottom: 1.1rem;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h1 i {
    font-style: normal;
    color: #808080;
}

h3 {
    font-weight: 400;
    color: #808080;
    margin-bottom: 1rem;
}

a {
    color: white
}

a.github {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    margin: 2rem;
}

a.github:hover img {
    opacity: 1;
}

.github img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: .15;
}

ul {
    text-align: left;
    list-style-type: none;

}

.info ul {
    height: min-content;
    position: absolute;
    top: 20%;
    left: 17.5%;
}

ul>li {
    text-indent: -3px;
}

ul>li:before {
    content: "— ";
    text-indent: -3px;
}

.paginate {
    display: flex;
    gap: 10%;
    width: 100%;
    justify-content: center;
    margin-top: 1.5rem;
    user-select: none;
}

.paginate a {
    text-decoration: none;
}

a[disabled] {
    pointer-events: none;
    cursor: default;
    color: #404040;
}

.pages {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
}

.pages a {
    text-decoration: none;
}

.pages a>div {
    background-color: #121212;
    border: 1px solid #808080;
    border-radius: .5rem;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
}

@media screen and (max-width: 600px) {
    input {
        width: 100% !important;
    }

    .info,
    .options {
        width: 95vw !important;
        padding: 42px !important;
        font-size: 20px !important;
    }

    .info img {
        position: absolute !important;
        width: 24px !important;
        left: 0 !important;
        top: 0 !important;
    }

    ul {
        position: unset !important;
    }
}

@media screen and (max-width: 400px) {
    .info,
    .options {
        min-width: unset !important;
    }
}

/* FOR STEAM, FROM totp.codes */
.steamOuter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    background-color: #121212;
    border: 1px solid #808080;
    padding: 12px;
    border-radius: .8rem;
    text-align: center;
    font-size: 18px;
    font-family: 'Inconsolata';
    font-weight: 500;
    width: 135%;
    color: white;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-font-smoothing: antialiased;
}

input:focus {
    outline: none !important;
    border-color: #C0C0C0;
    box-shadow: none;
}

layflags-rolling-number {
    font-family: 'Inconsolata', sans-serif;
    font-size: 38px;
    font-weight: 500;
    display: block;
    padding: 7px;
    border-radius: 6px;
    color: white;
    opacity: .15;
    margin-top: .5rem;
    line-height: 1.25em;
    --roll-duration: 0.8s;
    transition-duration: 0.8s;
}

p {
    font-size: 18px;
    color: #808080;
    font-weight: 500;
}

.tippy-box canvas {
    filter: drop-shadow(0 0 4px #000);
}

.tippy-box[data-theme~=translucent] {
    background-color: #262626;
    border-radius: 2.65rem;
    padding: .8rem
}

.tippy-box[data-theme~=translucent]>.tippy-arrow {
    width: 14px;
    height: 14px
}

.tippy-box[data-theme~=translucent][data-placement^=top]>.tippy-arrow:before {
    border-width: 7px 7px 0;
    border-top-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=bottom]>.tippy-arrow:before {
    border-width: 0 7px 7px;
    border-bottom-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=left]>.tippy-arrow:before {
    border-width: 7px 0 7px 7px;
    border-left-color: #262626
}

.tippy-box[data-theme~=translucent][data-placement^=right]>.tippy-arrow:before {
    border-width: 7px 7px 7px 0;
    border-right-color: #262626
}

.tippy-box[data-theme~=translucent]>.tippy-backdrop {
    background-color: #262626
}

.tippy-box[data-theme~=translucent]>.tippy-svg-arrow {
    fill: #262626
}

@keyframes fadeInAndOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-document url-prefix() {
    input {
        padding: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    code {
        padding: 5px;

    }

    ::placeholder {
        font-weight: 300;
    }
}