:root {
  --atlas-v37-border: rgba(176, 202, 220, .34);
  --atlas-v37-blue: #2d91ff;
  --atlas-v37-green: #69d34f;
}

body.atlasResponsiveHeaderV37 {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.atlasResponsiveHeaderV37[data-jarvis-tab="field-home"] .jarvisTopbarV19,
body.atlasResponsiveHeaderV37[data-jarvis-tab="work-hub"] .jarvisTopbarV19 {
  display: none !important;
}

body.atlasResponsiveHeaderV37 .atlasQuickHeaderV34,
body.atlasResponsiveHeaderV37 .atlasWorkHeaderV35 {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  padding: max(18px, env(safe-area-inset-top)) 20px 18px;
}

body.atlasResponsiveHeaderV37 .atlasQuickBrandV34,
body.atlasResponsiveHeaderV37 .atlasWorkBrandV35 {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  row-gap: 1px;
  width: 100%;
  margin: 0 0 18px;
}

body.atlasResponsiveHeaderV37 .atlasQuickMarkV34,
body.atlasResponsiveHeaderV37 .atlasWorkBrandV35 > span {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 56px;
  height: 56px;
  font-size: 31px;
}

body.atlasResponsiveHeaderV37 .atlasQuickBrandV34 > b,
body.atlasResponsiveHeaderV37 .atlasWorkBrandV35 > b {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-width: 0;
  color: #fff;
  font-size: clamp(29px, 8vw, 38px);
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.atlasResponsiveHeaderV37 .atlasQuickBrandV34::after,
body.atlasResponsiveHeaderV37 .atlasWorkBrandV35::after {
  content: "FIELD ASSISTANT";
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: #77b9ff;
  font-size: clamp(10px, 3vw, 13px);
  font-weight: 800;
  letter-spacing: .16em;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34,
body.atlasResponsiveHeaderV37 .atlasWorkContextV35 {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(68px, .68fr) minmax(0, 1.25fr);
  align-items: stretch;
  gap: 0 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0 !important;
  overflow: hidden;
  color: inherit;
  background: linear-gradient(180deg, rgba(20, 31, 39, .96), rgba(11, 20, 27, .98)) !important;
  border: 1px solid var(--atlas-v37-border) !important;
  border-radius: 13px;
  text-align: left;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 {
  grid-template-columns: minmax(0, 1.1fr) minmax(68px, .68fr) minmax(0, 1.25fr) 34px;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > span,
body.atlasResponsiveHeaderV37 .atlasWorkContextV35 > div {
  min-width: 0;
  padding: 15px 13px;
  border-left: 1px solid rgba(176, 202, 220, .18);
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > span:first-child,
body.atlasResponsiveHeaderV37 .atlasWorkContextV35 > div:first-child {
  border-left: 0;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 small,
body.atlasResponsiveHeaderV37 .atlasWorkContextV35 small {
  display: block;
  margin: 0 0 6px;
  color: #a7b4bf;
  font-size: clamp(8px, 2.35vw, 11px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .055em;
  white-space: normal;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 b,
body.atlasResponsiveHeaderV37 .atlasWorkContextV35 b {
  display: block;
  min-width: 0;
  overflow: visible;
  color: #fff;
  font-size: clamp(13px, 3.8vw, 18px);
  line-height: 1.18;
  text-overflow: clip;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > i {
  display: grid;
  place-items: center;
  min-width: 0;
  color: var(--atlas-v37-blue);
  font-size: 20px;
  border-left: 1px solid rgba(176, 202, 220, .18);
}

body.atlasResponsiveHeaderV37 .atlasQuickStatusV34,
body.atlasResponsiveHeaderV37 .atlasWorkStatusV35 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin: 12px 0 0;
}

body.atlasResponsiveHeaderV37 .atlasQuickStatusV34 > span,
body.atlasResponsiveHeaderV37 .atlasWorkStatusV35 > span {
  display: flex;
  min-width: 0;
  min-height: 52px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 9px 7px;
  color: #e7eef4;
  font-size: clamp(10px, 2.9vw, 13px);
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.atlasResponsiveHeaderV37 .atlasQuickContextFormV34 {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 520px) {
  body.atlasResponsiveHeaderV37 .atlasQuickHeaderV34,
  body.atlasResponsiveHeaderV37 .atlasWorkHeaderV35 {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickBrandV34,
  body.atlasResponsiveHeaderV37 .atlasWorkBrandV35 {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 12px;
    margin-bottom: 14px;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickMarkV34,
  body.atlasResponsiveHeaderV37 .atlasWorkBrandV35 > span {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > span,
  body.atlasResponsiveHeaderV37 .atlasWorkContextV35 > div {
    padding: 13px 9px;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickStatusV34,
  body.atlasResponsiveHeaderV37 .atlasWorkStatusV35 {
    gap: 7px;
  }
}

@media (max-width: 370px) {
  body.atlasResponsiveHeaderV37 .atlasQuickContextV34,
  body.atlasResponsiveHeaderV37 .atlasWorkContextV35 {
    grid-template-columns: 1fr .72fr;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickContextV34 {
    grid-template-columns: 1fr .72fr 34px;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > span:nth-child(3) {
    grid-column: 1 / 3;
    border-top: 1px solid rgba(176, 202, 220, .18);
    border-left: 0;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickContextV34 > i {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  body.atlasResponsiveHeaderV37 .atlasWorkContextV35 > div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(176, 202, 220, .18);
    border-left: 0;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickStatusV34,
  body.atlasResponsiveHeaderV37 .atlasWorkStatusV35 {
    grid-template-columns: 1fr;
  }

  body.atlasResponsiveHeaderV37 .atlasQuickStatusV34 > span,
  body.atlasResponsiveHeaderV37 .atlasWorkStatusV35 > span {
    min-height: 42px;
  }
}
