.sidebar-content {
    display: none;
    width: 15%;
    background-color: var(--sidebar-bg-color);
    top: 0px;
    left: 0px;
    height: 100vh;

}


@media only screen and (min-width: 1400px) {
    .sidebar-content {
        display: flex;
        align-self: flex-start;
        /* align-items: center; */
            /* padding-top: 10%; */
    }
}


.sticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

.sidebar-container {
    width: 100%;
}

/*.navbar-nav {*/
/*    background: bisque;*/
/*}*/

/*@font-face {*/
/*    font-family: 'myfont';*/
/*    src: url(fonts/BebasNeue-Regular.ttf);*/

/*}*/

