<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ======= Scrollbar style  ======= */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #171717;
}
::-webkit-scrollbar-thumb:hover {
    background: #171717;
}

html{
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none;  /* IE 10+ */
}

</pre></body></html>