.hamburger_menu{cursor:pointer;display:flex;flex-direction:column;width:20px}.hamburger_menu span{background:rgb(var(--v-theme-theme_text));border-radius:10px;height:2px;margin:2px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}.hamburger_menu span:first-of-type{width:50%}.hamburger_menu span:nth-of-type(2){width:100%}.hamburger_menu span:nth-of-type(3){width:75%}.hamburger_menu input[type=checkbox]{display:none}.hamburger_menu input[type=checkbox]:checked~span:first-of-type{transform:rotate(45deg) translate(2px);transform-origin:bottom}.hamburger_menu input[type=checkbox]:checked~span:nth-of-type(2){transform:rotate(-45deg);transform-origin:top}.hamburger_menu input[type=checkbox]:checked~span:nth-of-type(3){transform:translate(9px,-3px) rotate(45deg);transform-origin:bottom;width:50%}
