html {
  scroll-behavior: smooth;
  scroll-margin-top: 40px; /* adjust based on your header height */
}
div#sidebar-wrapper {
    width: 300px;
}
.one-page-content {
    width: calc(100% - 300px);
    padding: 36px 0;
}
.sidebar-heading {
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    background: #fff;
    color: #3e3e3e;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.webhooks-template-default .footer-main {
    margin: 0 !important;
}
div#sidebar-wrapper .list-group {
    position: sticky;
    top: 30px;
    padding-top: 0;
}
div#sidebar-wrapper li a {
    color: #3e3e3e;
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
}
div#sidebar-wrapper li a i {
    color: #256089;
}
#homepage-features .hf-block:hover h5 a {
    color: #fff;
    text-decoration: underline;
}
