
 ::-webkit-scrollbar { width: 3px; } ::-webkit-scrollbar-track { background: #ffffff;  } ::-webkit-scrollbar-thumb { background: #76B828;  } ::-webkit-scrollbar-thumb:hover { background: #000000;  } html, body { overflow-x: hidden; } ul { list-style-type: '° '; } ul li { padding-left: 6px; } ul li:last-child { margin-bottom: 1.5em; } .skip-link { position: absolute; top: -40px; left: 0; background: transparent; padding: 8px 16px; z-index: 100; transition: top 0.3s ease; text-decoration: none; } .skip-link:focus { top: 0; } .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .flatpickr-current-month input.cur-year { min-width: 90px !important; } .flatpickr-current-month .numInputWrapper { width: 100px !important; }