.mainmenu {
  width: 100%;
  font-weight: 500;
}

.mainmenu .parent-ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

.mainmenu .parent-ul .level0 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.mainmenu .parent-ul .level0 a {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.dropdown img {
  width: 28px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.level0 {
  position: relative;
}

.level0 .dropdown-menu {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 97% !important;
  width: 300px;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: -1;
  padding: 0 !important;
}

.level0 .dropdown-menu .exam {
  background-color: white;
  border-radius: 8px;
}

.level0 .dropdown-menu .level1 {
  font-size: 14px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.level0 .dropdown-menu .level1 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.87);
  text-transform: unset;
  display: block;
  padding: 15px 10px 15px 20px;
}

.level0 .dropdown-menu .level1:hover {
  cursor: pointer;
  background-color: #4158b8;
}

.level0 .dropdown-menu .level1:hover:first-child {
  border-radius: 8px 8px 0 0;
}

.level0 .dropdown-menu .level1:hover:last-child {
  border-radius: 0 0 8px 8px;
}

.level0 .dropdown-menu .level1:hover a {
  color: #fff;
}

.level0:hover {
  cursor: pointer;
}

.level0:hover a {
  color: #af2130;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.level0:hover .dropdown-menu {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 8px;
}

.level0.activated a {
  color: #1f80c7;
  font-weight: bold;
}

@media all and (max-width: 1025px) {
  .mainmenu .parent-ul .level0 a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=multilevel.css.map */