.sidebar-scale-in{animation:sidebarIn .32s cubic-bezier(.55,.1,.4,1) forwards}.sidebar-scale-out{animation:sidebarOut .25s cubic-bezier(.55,.1,.4,1) forwards}.sidebar-initial{opacity:0;transform:scale(.92)}@keyframes sidebarIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes sidebarOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}.flag-fixed-size{width:20px;height:20px;min-width:20px;min-height:20px}.rounded-10{border-radius:10px}.mobile-modal{box-sizing:border-box;overflow:hidden;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.5);padding-top:12px;padding-bottom:10px;min-height:auto}.menu-item-height{min-height:44px}.header-spacer{height:0}