/* line 1, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
:root {
  --system-primary: #1769e0;
  --system-primary-dark: #0f4faa;
  --system-navy: #0e3263;
  --system-blue: #1456a0;
  --system-surface: #f4f7fb;
}

/* line 9, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] {
  background-color: var(--system-surface);
}

/* line 13, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .header.app-header {
  background: linear-gradient(110deg, var(--system-navy) 0%, var(--system-blue) 58%, #1776d2 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(14, 50, 99, 0.2);
  gap: 16px;
  overflow: visible;
  padding: 0 24px;
  z-index: 100;
}

/* line 23, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .header.app-header::before {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 190px;
  pointer-events: none;
  position: absolute;
  right: 12%;
  top: -145px;
  width: 190px;
}

/* line 35, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .header.app-header > :not(.ma-backdrop) {
  position: relative;
  z-index: 1;
}

/* line 40, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .header.app-header > .ma-backdrop {
  inset: 0;
  position: absolute;
  z-index: 10;
}

/* line 46, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .navigation-trigger.app-header__menu {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
  width: 40px;
  z-index: 11;
}

/* line 63, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .navigation-trigger.app-header__menu:hover,
body[data-ma-theme="blue"] .app-header .navigation-trigger.app-header__menu:focus {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.18);
  outline: none;
  transform: translateY(-1px);
}

/* line 71, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .navigation-trigger__inner::before {
  display: none;
}

/* line 75, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header__logo.app-header__brand {
  min-width: 210px;
}

/* line 79, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .app-header__brand h1 {
  font-size: 1rem;
  line-height: 1;
}

/* line 84, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .app-header__brand h1 > a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 9px;
  text-decoration: none;
}

/* line 92, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header__product {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
}

/* line 98, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header__context {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .025em;
  max-width: 125px;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 113, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header form.search.app-header__search {
  flex: 1;
  margin: 0 20px;
  max-width: none;
}

/* line 119, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .app-header__search .search__inner {
  margin: 0 auto;
  max-width: 920px;
}

/* line 124, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-search-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  height: 44px;
  padding: 0 50px 0 46px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

/* line 135, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-search-input::placeholder {
  color: rgba(255, 255, 255, 0.66);
  opacity: 1;
}

/* line 140, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-search-input:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 145, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-search-input:focus {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 7px 22px rgba(4, 30, 67, 0.2);
  color: #172033;
  outline: none;
}

/* line 153, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .search__helper {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  height: 44px;
  line-height: 44px;
  width: 46px;
}

/* line 161, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .search--focus .search__helper {
  color: #68748a;
  line-height: 44px;
}

/* line 166, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-filter.app-header__filter {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  padding: 0;
  right: 6px;
  top: 5px;
  transition: background-color .18s ease, color .18s ease;
  width: 36px;
}

/* line 184, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .header-filter.app-header__filter:hover,
body[data-ma-theme="blue"] .app-header .header-filter.app-header__filter:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

/* line 191, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .search--focus .header-filter.app-header__filter {
  color: #68748a;
}

/* line 195, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .search--focus .header-filter.app-header__filter:hover,
body[data-ma-theme="blue"] .app-header .search--focus .header-filter.app-header__filter:focus {
  background: #edf4fd;
  color: var(--system-primary);
}

/* line 201, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-left: auto;
}

/* line 208, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions > li > a:not(.header__nav__text) {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

/* line 220, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions > li > a:not(.header__nav__text):hover,
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions > li > a:not(.header__nav__text):focus,
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions > li.show > a:not(.header__nav__text) {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.11);
  outline: none;
  transform: translateY(-1px);
}

/* line 229, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions > li > a:not(.header__nav__text) > .zmdi {
  font-size: 20px;
}

/* line 233, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-header .circle-notify {
  align-items: center;
  background: #ff5b62;
  border: 2px solid #155fad;
  display: flex;
  font-size: 10px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  right: -2px;
  top: -3px;
  width: 18px;
}

/* line 247, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .navigation__sub--active > a,
body[data-ma-theme="blue"] .navigation__active > a,
body[data-ma-theme="blue"] .navigation__active::before {
  color: var(--system-primary);
}

/* line 253, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .btn-primary,
body[data-ma-theme="blue"] .bg-primary {
  background-color: var(--system-primary) !important;
  border-color: var(--system-primary) !important;
}

/* line 259, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .btn-primary:hover,
body[data-ma-theme="blue"] .btn-primary:focus,
body[data-ma-theme="blue"] .btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--system-primary-dark) !important;
  border-color: var(--system-primary-dark) !important;
}

/* line 266, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .text-primary {
  color: var(--system-primary) !important;
}

/* line 270, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .btn-info {
  background-color: var(--system-primary) !important;
  border-color: var(--system-primary) !important;
  color: #fff !important;
}

/* line 276, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .alert-info,
body[data-ma-theme="blue"] .bg-info {
  background-color: var(--system-primary) !important;
  border-color: var(--system-primary) !important;
  color: #fff !important;
}

/* line 283, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .alert-info .alert-link {
  color: #fff;
  text-decoration: underline;
}

/* line 288, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .btn-info:hover,
body[data-ma-theme="blue"] .btn-info:focus,
body[data-ma-theme="blue"] .btn-info:not(:disabled):not(.disabled):active,
body[data-ma-theme="blue"] .show > .btn-info.dropdown-toggle {
  background-color: var(--system-primary-dark) !important;
  border-color: var(--system-primary-dark) !important;
  box-shadow: 0 0 0 3px rgba(23, 105, 224, 0.16) !important;
}

/* line 297, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .badge-primary,
body[data-ma-theme="blue"] .badge-info,
body[data-ma-theme="blue"] .bg-blue,
body[data-ma-theme="blue"] .bg-light-blue {
  background-color: var(--system-primary) !important;
}

/* line 304, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .badge-primary[href]:hover,
body[data-ma-theme="blue"] .badge-primary[href]:focus,
body[data-ma-theme="blue"] .badge-info[href]:hover,
body[data-ma-theme="blue"] .badge-info[href]:focus {
  background-color: var(--system-primary-dark) !important;
}

/* line 311, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar {
  background: #fff;
  border-right: 1px solid #e2e8f1;
  box-shadow: 10px 12px 30px rgba(24, 48, 83, 0.14);
  height: calc(100vh - 70px);
  overflow: visible;
  padding: 14px;
  top: 70px;
  width: 280px;
  z-index: 120;
}

/* line 323, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px;
}

/* line 330, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user {
  background: linear-gradient(145deg, #f7faff, #eef4fb);
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  margin: 0 0 18px;
}

/* line 337, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: inherit;
  min-height: 68px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

/* line 349, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-trigger:hover,
body[data-ma-theme="blue"] .app-sidebar__user-trigger:focus,
body[data-ma-theme="blue"] .app-sidebar__user.show .app-sidebar__user-trigger {
  background: #e8f1fd;
  outline: 0;
}

/* line 356, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .user__img {
  border: 2px solid #fff;
  box-shadow: 0 3px 9px rgba(32, 66, 110, 0.18);
  flex: 0 0 42px;
  height: 42px;
  margin-right: 10px;
  width: 42px;
}

/* line 365, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-copy {
  min-width: 0;
}

/* line 369, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .user__name,
body[data-ma-theme="blue"] .app-sidebar .user__email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 376, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .user__name {
  color: #263349;
  font-size: 12px;
  font-weight: 700;
}

/* line 382, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .user__email {
  color: #8491a5;
  font-size: 10px;
  line-height: 1.25;
  margin-top: 2px;
}

/* line 389, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-chevron {
  color: #7a899e;
  font-size: 18px;
  margin-left: auto;
  transition: transform .18s ease;
}

/* line 396, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user.show .app-sidebar__user-chevron {
  transform: rotate(180deg);
}

/* line 400, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-menu {
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(28, 52, 86, 0.16);
  margin-top: 6px;
  overflow: hidden;
  padding: 5px;
}

/* line 409, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-menu .dropdown-item {
  align-items: center;
  border-radius: 7px;
  color: #536178;
  display: flex;
  font-size: 11px;
  gap: 9px;
  min-height: 36px;
  padding: 7px 10px;
}

/* line 420, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__user-menu .dropdown-item:hover,
body[data-ma-theme="blue"] .app-sidebar__user-menu .dropdown-item:focus {
  background: #eef5ff;
  color: var(--system-primary);
}

/* line 426, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__navigation-title {
  color: #97a3b4;
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 10px 7px;
  text-transform: uppercase;
}

/* line 436, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation {
  margin: 0;
}

/* line 440, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation > li {
  margin-bottom: 3px;
}

/* line 444, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation li a {
  align-items: center;
  border-radius: 9px;
  color: #5d6a7e;
  display: flex;
  font-size: 12px;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
}

/* line 455, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation > li > a > i:first-child {
  align-items: center;
  background: #f1f5fa;
  border-radius: 8px;
  color: #718096;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  margin: 0;
  top: 0;
  width: 30px;
}

/* line 470, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation li:not(.navigation__active):not(.navigation__sub--active) > a:hover,
body[data-ma-theme="blue"] .app-sidebar .navigation li > a:focus {
  background: #f4f8fd;
  color: #2f4565;
  outline: 0;
}

/* line 477, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__active > a,
body[data-ma-theme="blue"] .app-sidebar .navigation__sub--active > a {
  background: #eaf3ff;
  color: #145fbe;
}

/* line 483, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__active > a > i:first-child,
body[data-ma-theme="blue"] .app-sidebar .navigation__sub--active > a > i:first-child {
  background: #d8eaff;
  color: #1769e0;
}

/* line 489, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar__submenu-chevron {
  font-size: 17px !important;
  margin-left: auto !important;
  transition: transform .18s ease;
  width: auto !important;
}

/* line 496, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__sub--toggled > a .app-sidebar__submenu-chevron {
  transform: rotate(180deg);
}

/* line 500, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__sub > ul {
  margin: 3px 0 7px 40px;
}

/* line 504, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__sub > ul > li > a {
  font-size: 11px;
  min-height: 34px;
  padding: 6px 9px;
}

/* line 510, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .app-sidebar .navigation__sub > ul > li:last-child {
  padding-bottom: 0;
}

@media (max-width: 760px) {
  /* line 515, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-sidebar {
    max-width: calc(100vw - 48px);
    width: 286px;
  }
}
/* line 521, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .text-blue,
body[data-ma-theme="blue"] .text-light-blue,
body[data-ma-theme="blue"] .text-info {
  color: var(--system-primary) !important;
}

/* line 527, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .timeline a:not(.dropdown-item):not(.badge) {
  color: var(--system-primary);
}

/* line 531, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
body[data-ma-theme="blue"] .timeline a:not(.dropdown-item):not(.badge):hover,
body[data-ma-theme="blue"] .timeline a:not(.dropdown-item):not(.badge):focus {
  color: var(--system-primary-dark);
}

@media (max-width: 1199.98px) {
  /* line 537, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .header.app-header {
    gap: 10px;
  }

  /* line 541, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header form.search.app-header__search {
    background: #fff;
    margin: 0;
    padding: 0 20px;
  }

  /* line 547, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .app-header__search .search__inner {
    max-width: 720px;
  }

  /* line 551, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .header-search-input,
  body[data-ma-theme="blue"] .app-header .header-search-input:hover {
    background: var(--system-surface);
    border-color: #dce6f3;
    color: #172033;
  }

  /* line 558, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .header-search-input::placeholder {
    color: #68748a;
  }

  /* line 562, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .search__helper,
  body[data-ma-theme="blue"] .app-header .header-filter.app-header__filter {
    color: #68748a;
  }
}
@media (max-width: 767.98px) {
  /* line 569, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .header.app-header {
    padding: 0 12px;
  }

  /* line 573, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .header__logo.app-header__brand {
    min-width: 0;
  }

  /* line 577, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header__context {
    display: none;
  }

  /* line 581, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .top-nav.app-header__actions {
    gap: 2px;
  }
}
@media (max-width: 479.98px) {
  /* line 587, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header__product {
    font-size: 16px;
  }

  /* line 591, /workspaces/spa-3/app/assets/stylesheets/system_theme.scss */
  body[data-ma-theme="blue"] .app-header .app-header__fullscreen {
    display: none;
  }
}
