body
{
    background: transparent !important;
    background-color: transparent !important;
}

/* Transparent background on doc container divs */
body > * {
    background: transparent !important;
    background-color: transparent !important;
}

/* List bullet colour matches text (Google Docs uses li:before for bullets) */
li::marker,
li:before {
    color: inherit !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar  {
    width: 12px;
    background-color: #00000000;
}


html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: rgb(14, 42, 65);
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #00000000;
}
