& { font-family: $font-family-primary; background-color: $color-site-bg; color: $color-text-primary; -webkit-font-smoothing: antialiased; overflow-x: hidden; } &.bodyNoScroll { overflow: hidden; height: 100vh; } // resets the padding of a bootstrap container, // to prevent a grab between a container within a container .container .container { padding-left: 0; padding-right: 0; } #back-to-top-btn { width: 50px; height: 50px; text-align: center; position: fixed; bottom: 20px; right: 20px; padding: 0; border-radius: 50%; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; &.show { opacity: 1; visibility: visible; transition-property: none; } } #onetrust-consent-sdk{ color: initial; }