.top_bar {
  /* top bar */

  /* Auto layout */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 44px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.frame_23 {
  /* Frame 23 */

  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 16px;

  height: 44px;

  /* UI/Gray 200 */

  background: #eeeeed;

  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.frame_23.dark_mode {
  background: black;
}

.frame_1103 {
  /* Frame 1103 */

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 109.5px;
  height: 24px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 1;
}

.frame_1103 .ios_back {
  /* iOS back */

  width: 24px;
  height: 24px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.frame_1103 .ios_back .union {
  /* Union */

  position: absolute;

  /* UI/Gray 400 */

  transform: rotate(45deg);

  width: 16px;
  height: 16px;

  padding-left: 12px;
}

.frame_1103 .ios_back .union .rectangle_1 {
  /* Rectangle */

  position: absolute;
  height: 16px;
  width: 2.83px;

  background: #90908f;
}

.frame_1103 .ios_back .union .rectangle_2 {
  /* Rectangle */

  position: absolute;
  width: 16px;
  height: 2.83px;
  top: 14px;

  background: #90908f;
}

.frame_1102 {
  /* Frame 1102 */

  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 92px;
  height: 24px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.frame_1102 h4 {
  /* Header */

  width: 92px;
  height: 24px;

  /* Headline 4 */

  font-family: "HQ-Mavenoid", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */

  text-align: center;

  /* UI/Gray 600 */

  color: #3d3d3c;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.frame_1102.dark_mode h4 {
  color: #eeeeed;
}

.frame_1104 {
  /* Frame 1104 */

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px 16px;
  gap: 10px;

  width: 109.5px;
  height: 24px;

  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 1;
}

mavenoid-assistant {
  z-index: 1 !important;
}
