.sidebar {
    .aside-bar {
        bottom: 0;
        position: fixed;
        right: 15px;
        z-index: 999;
    }
    ol, ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .aside-bar li {
        cursor: pointer;
        margin-bottom: 22px;
        text-align: center;
    }

    .aside-bar li a {
        align-items: center;
        background: rgba(0,0,0,.5);
        border-radius: 50px;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 50px;
    }

    .aside-bar li {
        cursor: pointer;
        margin-bottom: 22px;
        text-align: center;
    }

}
