

#navTabBox{
  position: relative;
  top: 0;
  right: 0;
  min-width:530px;
  padding-right: 20px;
  width: 100%;
  /* max-width: 1300px; */
  height: 3%;
  display: flex;
  justify-content: end;
  align-items: center;
  /* border: 1px solid red; */
  /* background: gray; */
  background:  linear-gradient( 135deg, rgba(154, 165, 173, 0.65) 0%, rgba(107, 115, 121, 0.85) 100% );
  z-index: 99;
  padding-top: 10px;
}

._SR_Menu{
  position: absolute;
  top: 0;
  right: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px;
  padding-right: 30px;
  padding-top: 10px;

  /* border: 1px solid red; */
}

#navBar{
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  /* max-width: 1300px; */
  height: 100%;
  /* background-color: linear-gradient( to right, rgba(154, 165, 173, 0.65) 0%, rgba(107, 115, 121, 0.85) 100% ); */
  /* border: 1px solid red; */
  display: flex;
z-index: 90;
}

._SR_Menu li{
padding-left: 25px;

}

._SR_Menu li a{
color: white;
font-weight: 500;
}

.search{
  width: 18px;
  height: 18px;
  /* padding-left: px; */
  background-color: rgba(0, 0, 0, 0);
}


.hdrPippo{
  z-index:0;
}

._SR_Menu li a{
  text-decoration: none;
  
}


