* {
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    background-color: white;
    color: black;
}

main {
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.hrb-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
@media (min-width:993px){.hrb-sidebar{display:block!important}}
@media (max-width:992px){.hrb-sidebar{display:none}}

#header-wrapper{
    position: sticky;
    top: env(safe-area-inset-top, 0px);
    background: #fff;
    z-index: 20;

    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

#header-spacer{
    height: 16px;
}