/* Last merged this code on 2nd apr 2024*/

.menuModal-container {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  max-height: -webkit-calc(100vh - 99px);
  max-height: -moz-calc(100vh - 99px);
  max-height: calc(100vh - 99px);
  color: #3f3f3f;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 4px 12px 0 rgba(0,0,0,.12);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 4px 12px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 4px 12px 0 rgba(0,0,0,.12);
  top: 80px;
  left: 20px;
  cursor: default;
  -webkit-overflow-scrolling: touch;
}

.menuModal-scrollArea{
  position: relative;
  outline: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  height: 100%;
  width: 100%;
}

.userMenu {
  font-size: 1.25rem;
  font-weight: 900;
  font-family: Roboto;
  padding: 1.75rem 2rem 1rem 2rem;
  color: #fff;
  position: relative;
  height: 81px;
  width: 100%;
  margin-bottom: -2px;
  margin-top: 35px!important;
  line-height: 1.075rem;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}

.userMenu:hover .badgeName {
  color: #ffdf85;
}

.userMenu:hover .down-arrow-icon {
  color: #fff;
}

.userMenu:active {
  background-color: #111111;
}

.userMenu:active .badgeName {
  color: #ffdf85;
}

.userMenu:active .down-arrow-icon {
  color: #fff;
}

.userMenu:focus .badgeName {
  color: #ffdf85;
}

.userMenu:focus .down-arrow-icon {
  color: #fff;
}

.userContainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.userName{
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  max-width: 9.12rem;
}

.userBadgesContainer{
  position: relative;
  margin-top: -4px;
  color: #d0a800;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.badgeName{
  font-size: .7rem;
  padding-top: 8px;
  font-family: Roboto;
  text-align: left;
}

.menuModal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.menuModal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  line-height: 1;
  border: 0;
  background-color: #fff;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  outline: none;
}

.menuModal-close-icon {
  width: 25px;
  height: 25px;
  fill: transparent;
  stroke: black;
  stroke-linecap: round;
  stroke-width: 2;
}
