#app-header {
  background: linear-gradient(90deg, #1a2935 0%, #1a2935 39.5%, #425563 100%);
  box-shadow: 1px 1px 6px 0px #1a29354d;
  height: 48px;
  color: white;
  width: 100%;
}

#app-name {
  font-family: Source Sans Pro;
  color: white;
  width: 200px;
  height: 24px;
  gap: 0px;
  opacity: 0px;
  font-size: 19.5px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  display: inline-block;
}

#logo {
  width: 270px;
  height: 26px;
  /* border: 1px solid green; */
  margin: 0px 0px 0px 12px;
  /* padding: 0px 0px 2px 0px; */
  gap: 12px;
  opacity: 0px;
  display: inline-flex;
}

#logo-icon {
  height: 16px;
  width: 16px;
  margin: 5px 0px 3px 0px;
}

#central-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.6px;
  color: #d9d9d9;
  gap: 15px;
  letter-spacing: 0.5px;
}

.icon-button.btn {
  --bs-btn-padding-x: 0px;
  --bs-btn-padding-y: 0px;
  /* height:24px;
      width:24px; */
  background: transparent;
  border: none;
}

#header-nav {
  display: flex;
  column-gap: 16px;
  width: 148px;
  height: 28px;
  margin-right: 20px;
  margin-left: auto;
  text-align-last: right;
  justify-content: flex-end;
}
