/* User Initial Menu */
.dcsRightCornerMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  right: 45px;
  top: 15px;
  background-color: #294695;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.dcsRightCornerMenu:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  right: 45px;
  top: 15px;
  background-color: #1c3168;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.dcsUserInitials {
  color: white;
  font-size: 22px;
  font-weight: 500;
}