*::-webkit-scrollbar {
    width: 12px;
}

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

*::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: content-box;
}

*::-webkit-scrollbar:horizontal {
    height: 12px;
}

*::-webkit-scrollbar-thumb:horizontal {
    background-color: #c0c0c0;
    border-radius: 10px;
    border: 4px solid transparent;
    background-clip: content-box;
}

*::-webkit-scrollbar-corner {
    background-color: transparent;
}

svg {
    user-select: none;
}

html {
    overflow: hidden;
}

#root {
    margin: 0;
    position: relative;
}

input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: inherit;
    transition: none;
    -webkit-text-decoration-skip: objects;
}

a:focus,
a:active,
a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
    text-shadow: inherit;
    transition: inherit;
}
