.header-right {
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0;
  height: 88px;
}

.meneSetting .menuIcon {
  /* color: #ffffff; */
  color: var(--headIcon);
}

.meneSetting .menuIcon:hover {
  color: var(--commonHover);
}

.meneSetting form {
  position: relative;
}

.meneSetting form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  color: #999999;
  font-size: 16px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.meneSetting:hover .header-form {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.meneSetting form button {
  background: #666 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.meneSetting form button:hover {
  background: var(--commonHover);
}

.header-form {
  box-shadow: 0 1px 2px rgb(86 86 90 / 50%);
  background: #fff none repeat scroll 0 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 140%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: 2;
}

.header-form form {
  margin: 0;
}

.meneSetting:hover .header-form {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-form {
  right: -15px;
  /* width: 100vw; */
  z-index: 99;
  box-shadow: 0px 1px 0px 0px #d5d5d5;
}
@media (max-width: 991px) {
  .marginLeft0 {
    margin-left: -15px;
  }
}

#header .header-bottom-info .headerFlex .headerLeft > :is(a, i) {
  white-space: unset;
  word-break: break-all;
}
