
.mobile-header{background-color:var(--color-contrast-bg);width:100%;height:45px;position:relative}.mobile-header__wrapper{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 3.25vw;display:flex}.mobile-header__panel{flex-direction:row;justify-content:center;align-items:center;width:fit-content;display:flex}.mobile-header__panel button{padding:5px;transition:scale .5s ease-in-out}.mobile-header__panel button svg{filter:grayscale()}.mobile-header__panel button.active{scale:1.15}.mobile-header__panel button.active svg{filter:grayscale(0)}
