@media (min-width:640px){.fade-inRightBar{max-width:0;width:100%;animation:fadeInRightBar .3s linear forwards}@keyframes fadeInRightBar{to{max-width:280px}}.fade-outRightBar{max-width:280px;width:100%;animation:fadeOutRightBar .3s linear forwards}@keyframes fadeOutRightBar{to{max-width:0}}}@media (max-width:640px){.fade-inRightBar{max-height:0;height:100%;animation:fadeInRightBar .3s linear forwards}@keyframes fadeInRightBar{to{max-height:100%}}.fade-outRightBar{display:none}}#copy-icon{transition:transform .3s ease,stroke .3s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bounce{animation:bounce 1s ease-in-out}.change-color .svg-path{stroke:#299764}