.rounded {
    border-radius: 50%;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toolbar-circle-button{

}