*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }
}

body {
    -webkit-tap-highlight-color: transparent;
    font-family: var(--font-family);
    font-size: 1.6rem;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    color: var(--text-color);
    background-color: var(--cofast-bg-main);
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.filter-drop {
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04));
}

i {
    display: inherit;
}

button,
input,
select,
textarea {
    outline: none;
    font-size: 16px;
}

a {
    color: unset;
    text-decoration: none;
}

button {
    cursor: pointer;
}

html ::-webkit-scrollbar {
    border-radius: 0;
    height: 8px;
    width: 8px;
}

html ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

html ::-webkit-scrollbar-track {
    background-color: transparent;
}

#keep-me-logged-id ~ span {
    white-space: nowrap;
}