.toolbar{display:flex;padding:10px;width:310px;border-radius:6px;background-color:#fff;box-shadow:0 2px 10px #00000080;-webkit-user-select:none;user-select:none}.toolbar-item{flex:0 0 auto;color:#65636d;height:25px;padding:0 5px;border-radius:4px;display:inline-flex;font-size:13px;line-height:1;align-items:center;justify-content:center;background-color:#fff;margin-left:2px;cursor:pointer}.toolbar-item:first-child{margin-left:0}.toolbar-item.active{background-color:#fc5530;color:#fff}.toolbar-item:hover{background-color:#f5f6f9;color:#65636d}.toolbar-separator{padding:0;width:1px;background-color:#dbd8e0;margin:0 10px}
