
/* Artist List */


/* Side bar */

.sidebar-line{
    width: 186px;
    height: 1px;
    background-color: #e2e2e2;
    margin: 40px 0 25px 0;
}

.sidebar-link{
    display: flex;
    width: 186px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar-link-icon{
    display: inline-flex;
}