.toolbar{z-index:40;background-color:#fff;height:auto;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:0 4px 4px #00000040}.toolbar-item{letter-spacing:1.5px;color:#333;cursor:pointer;z-index:1;background-color:#fff;border-bottom:1px solid #cccc;flex-direction:column;justify-content:center;align-items:center;width:56px;padding:12px;font-size:14px;line-height:1.2;text-decoration:none;display:flex;position:relative}.toolbar-item:last-child{border-bottom:none}.toolbar-item.active{animation:.5s ease-in-out popUp}.menu-dot{color:#fff;background-color:red;border-radius:25px;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;animation:1s ease-in-out infinite alternate-reverse jump;display:flex;position:absolute;top:-10px;right:50px}@keyframes jump{to{margin-top:-5px}}@keyframes popUp{0%{color:#fff;background-color:red;margin-left:0}20%{margin-left:-15px}50%{margin-left:0}70%{margin-left:-5px}to{color:#000;background-color:#fff;margin-left:0}}@media screen and (max-width:767px){.menu-dot{color:#fff;background-color:red;border-radius:25px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:5px;right:0}}
