*:not(body, html)::-webkit-scrollbar {    width: 18px !important;    min-height: 10px !important;    background: #1e1e1e !important;    border: 1px solid #08ff67 !important;    border-radius: 40px !important;}*:not(body, html)::-webkit-scrollbar-track {    background: #1E1E1E66 !important;    border-radius: 40px !important;}*:not(body, html)::-webkit-scrollbar-thumb {    background-color: #08FF67 !important;    border-radius: 40px !important;    border: 4px solid transparent !important;    background-clip: padding-box !important;}body::-webkit-scrollbar,html::-webkit-scrollbar {    width: 14px !important;    min-height: 10px !important;    background: #1e1e1e !important;}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track {    background: #1e1e1e66 !important;}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {    background-color: #08ff67 !important;    border-radius: 40px !important;}@supports (-moz-appearance: none) {    .bp-messages-custom-box #bp-message-thread-list {        scrollbar-width: thin !important;        scrollbar-color: #2ecc71 transparent !important;    }}#learndash-content>div>div.lms-topic-sidebar-wrapper>div::-webkit-scrollbar {    border-color: var(--learndash-scrollbar-colour) !important;    border: none !important;}#learndash-content>div>div.lms-topic-sidebar-wrapper>div::-webkit-scrollbar-thumb {    background-color: var(--learndash-scrollbar-colour) !important;}#learndash-content>div>div.lms-topic-sidebar-wrapper>div::-webkit-scrollbar-track {    background-color: black !important;}