[hidden] {
  display: none;
  visibility: hidden;
}

.nav__list > li {
  border-bottom: solid 1px #fff;
  background: #ebebeb;
  margin: 2px 0 2px 0;
}

.nav__list > li.nav__list-li {
  background: #5F1981;
}
.nav__list > li.nav__list-li > label {
  background: #5F1981 !important;
  color: #FFF;
}
.nav__list > li.nav__list-li > a {
  display: block;
  color: #FFF !important;
}

.nav__list > li > label > a {
  color: #5F1981 !important;
}
.nav__list > li > ul > li > a {
  background: #ffffff;
  color: #707070 !important;
}
.nav__list > li > ul > li > a:hover {
  color: #5F1981 !important;
}

.nav__list ul.group-list li.nav__list-li a {
  color: #5F1981 !important;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 10px;
  background: transparent;
  transition: all 0.25s ease-in;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.vertical-nav label a {
  padding: 0;
  box-shadow: none;
  width: calc(100% - 30px);
}

.nav__list > li > ul > li > a {
  font-size: 18px;
  padding-left: 15px;
}

.nav__list:lang(en) > li > ul > li > a {
  text-align: left !important;
}

.group-list li:hover a {
  color: #707070;
}
.group-list a {
  color: #B98AD1;
  background-color: #FFF;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.group-list .sub-group-list a, .group-list .sub-group-list label {
  background: #ffffff;
}
.group-list .sub-sub-group-list a, .group-list .sub-sub-group-list label {
  background: #ffffff;
}

.sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}
.nav__list label > span {
  float: right;
  transition: transform 0.65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  transform: rotate(180deg);
}

#menuToggle {
  display: block;
  position: relative;
}
#menuToggle a {
  text-decoration: none;
  transition: color 0.25s ease;
  color: #000;
}

#menuToggle input:checked ~ ul {
  display: block;
  padding: 0;
}

input[type=checkbox], .left-menu {
  display: none;
}

.center-menu #menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.center-menu #menu li {
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 10px 6px;
  background: #C9C9FF;
  padding: 0 20px;
}
.center-menu #menu li a {
  padding: 10px 10px;
  color: #7030A0;
}
.center-menu #menu li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #5F1981;
}
.center-menu #menu li:hover a {
  color: #FFF;
}
.center-menu #menu li .group-list {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}
.center-menu #menu li .group-list li {
  width: 100%;
}
.center-menu #menu .nav__list-li {
  background: #7100DC;
}
.center-menu #menu .nav__list-li a {
  color: #FFF !important;
}

.left-menu02 .nav__list li {
  background: #F1F1F1 !important;
  margin: 5px 0;
}
.left-menu02 .nav__list li:hover a {
  color: #970209;
}/*# sourceMappingURL=left-menu.css.map */