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

.news-main-sec ::-webkit-scrollbar {
  width: 10px;
}

.news-main-sec ::-webkit-scrollbar-track {
  background: #E9D7F8;
}

.news-main-sec ::-webkit-scrollbar-thumb {
  background: #A380C1;
  max-height: 10px;
  height: 10px;
  border-radius: 10px;
}

.news-main-sec ::-webkit-scrollbar-thumb:hover {
  background: #6f94e6;
}

#menu {
  max-height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 15px;
  padding-bottom: 25rem;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 10px 0 10px 10%;
  background: transparent;
  transition: all .25s ease-in;
  margin: 0;
  font-size: 20px;
}

.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vertical-nav label a {
  padding: 0;
  box-shadow: none;
  width: calc(100% - 45px);
}

.nav__list-li {
  position: relative;
}

.nav__list-li a {
  color: #1592E6  !important;
}

.nav__list-li::after {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  width: 15px;
  height: 15px;
  background: #FFC36D;
  border-radius: 100%;
}

.nav__list .group-list a, .nav__list .group-list label {
  padding-left: 2rem;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .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 {
  padding-left: 6rem;
  background: #ffffff;
}

.sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .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 .65s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
  transform: rotate(90deg);
}

#menuToggle {
  display: block;
  position: relative;
  width: 80%;
  margin-left: auto;
  padding: 2rem 10% 10px 0;
}

#menuToggle .left-menu-title {
  color: #707070;
  padding-top: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}

#menuToggle a {
  text-decoration: none;
  transition: color 0.3s ease;
}

#menu li {
  margin: 5px 0;
}

#menu li a {
  color: #4A4A4A;
  text-align: left;
  transition: .3s;
}

#menu li a:hover {
  color: #c7a2e6;
}

#menuToggle input:checked ~ ul {
  display: block;
  border-top: solid 3px #0766aa;
  padding: 0;
}

ul.sub-group-list li {
  text-align: center;
}

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

.center-menu .nav__list .group-list a, .center-menu .nav__list .group-list label {
  padding-left: 0;
}

.center-menu #menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.center-menu #menu li {
  width: 20%;
  text-align: center;
  height: fit-content;
  border-right: solid 1px #666666;
  position: relative;
}

.center-menu #menu li .group-list {
  position: absolute;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 2;
}

.center-menu #menu li .group-list li {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #menuToggle {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 10% 10px 10%;
  }
}

@media screen and (max-width: 768px) {
  .center-menu #menuToggle {
    margin: 15px auto;
  }
  .center-menu li .group-list {
    position: relative  !important;
  }
  .center-menu #menu li {
    width: 100%;
  }
  #menuToggle {
    background: #fff;
    position: relative;
    border: solid 1px #0766aa;
  }
  .left-menu {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    display: block;
    color: #0766aa;
    font-size: 16px;
  }
  #menuToggle {
    height: 38px;
    margin: 30px auto;
    z-index: 2;
    width: calc(100% - 0px);
    padding: 0;
    flex: 0 0 calc(100% - 30px);
    border-radius: 5px;
  }
  #menuToggle input:checked ~ ul {
    border-top: none;
  }
  #menuToggle input:checked ~ ul.nav__list {
    margin-top: 37px;
  }
  #menuToggle .left-menu-title {
    display: none;
  }
  #menu {
    max-height: initial;
    overflow-y: initial;
    overflow-x: initial;
    margin-top: 15px;
    padding-bottom: initial;
  }
  #menu li {
    background: #fff;
    margin: 0;
    border-bottom: solid 1px #d8d8d8;
    padding: 0 35px;
  }
  #menuToggle input {
    display: block;
    width: 100%;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  #menuToggle span.menu-span {
    display: block;
    width: 33px;
    height: 1px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: #0766aa;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle .first-span {
    top: 10px !important;
  }
  #menuToggle .second-span {
    top: 17px !important;
  }
  #menuToggle .third-span {
    top: 25px  !important;
  }
  #menuToggle input ~ span.menu-span {
    width: 19px;
    background: #0766aa;
    right: 14px;
  }
  #menu, .center-menu #menu {
    display: none;
  }
  .nav__list-li:after {
    left: 50px;
  }
}
/*# sourceMappingURL=news-left-menu.css.map */