/*header*/
.Header__header {
  height: 235px;
}

.Header__defaultContent .Header__headerBg {
  background-position: 100% 60% 60%;
}

.SearchBox__searchpart {
  border-radius: 1.1875rem;
}

.Header__defaultContent .Header__titleSearchBox {
  padding-top: 0.88rem;
}

.SearchBox__searchpart input {
  height: 4.3125rem;
  border-radius: 2.1875rem;
}

.Header__homeNavbarFixed .Header__searchSubCont {
  background-color: #00a24f;
}

.Header__defaultContent .Header__searchalt, .Header__menuBox, .Header__searchLink, .Header__nav {
  justify-content: space-between;
  border-radius: 1.1875rem;
}

/*CATEGORIES*/
.TitleContainer__container {
  border-left: 8px solid #00a24f;
}

/*SUB-CATEGORIES*/
.KBSubCategoryContainer__boxView {
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
}

.ModuleItem__moduleItem {
  border-radius: 15px;
}

.ModuleItem__moduleHeader {
  padding: 1.8375rem;
}

/*ARTICLE LIST*/
.ArticleListContainer__boxView {
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(151, 160, 191, 0.3);
}

.ModuleItem__moduleListItem {
  padding: 1.55rem;
  border-radius: 15px;
}

/*ARTICLE*/
.ArticleDetailLeftContainer__box, .ArticleDetailLeftContainer__cmdBox {
  border: none;
  box-shadow: none;
}

/*FOOTER*/
.Footer__footer {
  display: none;
}


#logoutDetails {
display: none;
}

.Header__logotxt {
display: none;
}

.SubscribeDepart__followContent {
  display: none;
}

.ArticleDetailRightContainer__followContentLow {
  display: none;
}

@media (max-width: 48rem) {
  .Header__responsivefreez {
    background-color: rgb(50 87 65 / 85%);
  }
}

@media (min-width: 48.0625rem) {
    .Header__containerLi {
        max-width: 12rem;
    }
}
