/* Last merged this code on 28th mar 2024 */

.mainMenuItem {
  height: 50px;
  padding: 1.2rem 1.7rem 1rem 1.7rem;
  color: rgba(255,255,255,.8)!important;
  text-decoration: none;
  font-size: 16px;
}

.mainMenuItem:hover {
  background-color: #111111!important;
  color: #fff!important;
}

.mainMenuItem:focus {
  background-color: #00b5db!important;
  color: #fff!important;
  text-decoration: none;
  outline: none;
}

.mainMenuItem.is-active{
  background-color: #00b5db!important;
  color: #fff!important;
  text-decoration: none;
  outline: none;
}
