#headerMenuId {
  border-bottom: 2px solid #ccc;
  margin: 0 60px 0 0;
  display: flex;
  position: absolute;
  right: 0;
  left: 426px;
  padding-top: 10px;
  z-index: 1;
}
#userSettingsMenuId {
  margin-left: auto;
}
#userSettingsMenuId div.dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  top: 32px !important;
  z-index: 2 !important;
  border-radius: 20px 0 20px 20px;
  left: unset !important;
  right: 20px;
  border: 2px solid #226473;
}

#settingsPanelId {
  text-align: right;
}

#settingsPanelId label {
  font: normal normal bold 16px/33px Poppins-300-normal;
  color: #226473;
}

#settingsPanelId #delayRepeatCommandInputId {
  margin-bottom: 20px;
}

#userSettingsMenuButtonId {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #226473;
  background: rgb(255, 255, 255) url(/jakarta.faces.resource/img/app/profileSettings.svg.xhtml) no-repeat center;
  background-size: 30px;
  z-index: 3;
}

#headerUserInfoPnlId {
  background-color: #226473;
  color: white;
  border-radius: 10px 10px 0 0;
  padding: .5rem 1.5rem;
}
#headerUserInfoSignoutPnlId {
  background-color: #22647311;
  border: 1px solid #226473;
  border-radius: 0 0 10px 10px;
  padding: .5rem 1.5rem;
  margin-top: .2rem;
}
#headerUserInfoSignoutPnlId a {
  color:  #226473;
  font-weight: bold;
}

#userSettingsPanelCircleId {
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -22px;
  top: -22px;
  border-radius: 33px;
  box-sizing: border-box;
  border-width: 28px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  transform: rotate(45deg);
}

#delayRepeatCommandSliderId {
  margin-bottom: 10px;
}
