.navbar-mobile{width:100%;height:var(--navbar-height);background-color:var(--primary);color:#fff;z-index:10;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:fixed;box-shadow:0 2px 10px #0000002e}.logo-img-mobile{height:60%}.hamburger-button-div{text-align:center}.sidebar-backdrop{opacity:0;pointer-events:none;z-index:15;background:#0006;transition:opacity .3s ease-in-out;position:fixed;inset:0}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.mobile-sidebar{height:100dvh;width:var(--sidebar-width);z-index:20;transition:transform .3s ease-in-out;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-sidebar.open{transform:translate(0)}
.navbar{width:100%;height:var(--navbar-height);background-color:var(--primary);color:#fff;z-index:10;flex-direction:row;display:flex;position:fixed;box-shadow:0 2px 10px #0000002e}.navbar-row{justify-content:space-between;align-items:center;width:100%;padding:0 40px;display:flex}.navbar-user-button{flex-direction:row;align-items:center;gap:10px;display:flex}.navbar-user-button img{height:20px}.navbar-buttons{align-items:center;gap:20px;display:flex}.navbar-logo-image{width:var(--sidebar-width);justify-content:center;align-items:center;display:flex}.logo{cursor:pointer;height:40px}.navbar-links{color:#fff}.navbar-links:hover{text-decoration:underline}.lang{cursor:pointer;align-items:center;gap:6px;display:flex}.lang-icon{height:20px}@media (max-width:1200px){.navbar-phones{display:none}}
