.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-container .back-button {
  position: absolute;
  left: 15px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  transition: background-color 0.3s;
}
.header-container .back-button:hover {
  background-color: #eaeaea;
  border-radius: 6px;
}
.header-container .page-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.header-container .other-func {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
  transition: background-color 0.3s;
}

body {
  padding-top: 50px;
}

/*# sourceMappingURL=HeaderTextBar.css.map */
