html { scroll-behavior: smooth; }
body { font-family: 'Roboto'; font-size: 1rem; }
small { font-size: 0.8rem; }
#sidebar { height: 100vh; overflow-y: scroll; }
.sidebar_category { text-transform: uppercase; color: #c6f4cc; font-size: 1rem; cursor:pointer; }
.sidebar_subcategory li { margin-left: 15px; text-transform: none; color: #ffffff; font-size: 0.9rem; }
.sidebar_subcategory li a { color: #ffffff; text-decoration: none; }
.table { margin-bottom: 0; }
h1 { font-size: 2.25rem; }
h2 { text-transform: uppercase; color: #39b54a; font-size: 1.75rem; margin-top: 2rem; }
h3 { font-size: 1.5rem; }
table { font-size: 0.8rem; }
.icon { max-height: 20px; width: auto; }
.hidden { display: none; }

#hover_preview { position:absolute; border:1px solid #ccc; background:#333; padding:5px; display:none; color:#fff; text-align: center; }

/* Preloader (CSS) */
#loader { border: 12px solid #f3f3f3; border-radius: 50%; border-top: 12px solid #444444; width: 70px; height: 70px; animation: spin 1s linear infinite; }
@keyframes spin { 100% { transform: rotate(360deg); } }
.center { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

/* Amrize Footer */
@font-face { font-family: 'Univers LT'; src: url('/vendor/webfonts/univers/univers_lt_std_bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#footer-amrize { margin-top: 30px; padding-top: 30px; background: #fff; color: #011e6a; font-family: 'Univers LT', Helvetica, Arial, sans-serif; }
#footer-amrize img { height: 30px; width: auto; }