body .page-header {
  display: flex;
  padding-right: 30px;
  z-index: 1;
}
@media screen and (max-width: 1430px) and (min-width: 300px) {
  body .page-header {
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 500px) and (min-width: 300px) {
  body .page-header {
    padding: 0 0 0 15px;
  }
}
body .page-header .eraseDataContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 5px 0px 8px 285px;
  background: #fefae6;
  padding: 6px 10px;
  font-size: 15px;
  border-width: 1px;
  border-color: #828d99;
  border-style: solid;
  border-radius: 5px;
}
body .page-header .eraseDataContainer .eraseDataButton {
  display: flex;
  border-radius: 5px;
  background-color: #061b34;
  border: none;
  padding: 5px 14px;
  cursor: pointer;
  color: white;
}
@media screen and (max-width: 1430px) and (min-width: 300px) {
  body .page-header .eraseDataContainer {
    margin-left: 0px;
  }
}
body .page-header .menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1430px) and (min-width: 300px) {
  body .page-header .menu-button {
    display: block;
  }
}
body .page-header .account-info-demo {
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .page-header .account-info-demo .account-info-starter {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 24px;
  background: #4C6EF5;
  cursor: pointer;
  gap: 5px;
}
body .page-header .account-info-demo .account-info-starter .promo-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
}
body .page-header .account-info {
  position: absolute;
  top: 54px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .page-header .account-info .account-info-starter {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 24px;
  background: #4C6EF5;
  cursor: pointer;
  gap: 5px;
}
body .page-header .account-info .account-info-starter .promo-text {
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
}
body .page-header .account-info-container {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1430px) and (min-width: 500px) {
  body .page-header .account-info-container {
    padding-right: 20px;
  }
}
body .page-header .account-info-container .user-name {
  text-align: end;
  margin: 15px 0;
  color: #1D1b23;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 500px) and (min-width: 300px) {
  body .page-header .account-info-container .user-name {
    display: none;
  }
}
body .page-header .account-info-container .avatar {
  padding-top: 6px;
}
body .page-header .account-info-container .avatar img {
  border-radius: 50%;
  height: 32px;
}
body .page-header .account-info-container .bell-icon {
  padding-top: 16px;
  padding-right: 20px;
}
body .page-header .account-info-container .bell-icon img {
  height: 15px;
}
body .page-header .toggle-menu {
  position: absolute;
  left: 380px;
}

/*# sourceMappingURL=header.css.map */
