#toolbar {
    padding: 0 15px 0 15px;
    height: 100%;
    overflow: auto;
    width: 225px;
    border-right: solid 1px;
}

#toolbar hr {
    color: #969696;
}

#toolbar .tool {
    border-radius: .5rem;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0 10px 0;
    transition: all .2s ease-in-out;
    background-color: #fafafa;
}

#toolbar .tool:hover {
    background-color: #f5f5f5;
}

#toolbar .tool.active{
    background-color: #e6e6e6;
}

#toolbar .tool, #toolbar .tool * {
    color: black;
}