/* Hide scrollbar tracks site-wide while preserving mouse, touch, keyboard, and programmatic scrolling. */
html,
body,
* {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

.live-same-rate-alert {
    font-size: 13px !important;
}
