.header .main-header .user-menu .gallant-pwa-nav {
  display: flex;
  align-items: center;
}

.header .main-header .user-menu .gallant-pwa-action {
  min-width: 36px;
  min-height: 36px;
  justify-content: center;
  border: 1px solid rgba(9, 44, 76, 0.12);
  background: rgba(9, 44, 76, 0.04);
}

.header .main-header .user-menu .gallant-pwa-action.is-ready {
  border-color: rgba(9, 44, 76, 0.25);
  box-shadow: 0 0 0 1px rgba(9, 44, 76, 0.06);
}

.header .main-header .user-menu .gallant-pwa-action.is-waiting {
  opacity: 0.75;
}

@media (max-width: 991.98px) {
  .header .main-header .user-menu .gallant-pwa-nav {
    display: flex !important;
  }
}
