/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
}

.terablue {
  background-color: #30931F !important;
}

.terablue button {
  z-index: 2;
}

.teralogo {
  margin-left: 40px;
}

.noborder {
  border-top: 0 none;
  border-bottom: 0 none;
}

.adjust {
  margin-top: 50px;
  width: 100%;
}

.searchbox-adjust {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
}

.form-adjust {
  height: 50px;
  border-radius: 5 !important;
  border: 0;
  box-shadow: 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABuklEQVRIidWUsW4TQRCGv1l7C8sxNIgXIOQB7vaooTdCQbxAHiBSaAhpUAJNIiSCFGhDTyQUMG/hvcIlKHmCUCQurJMs3VB4Dxly4e7AEuJv7jSaf76d0ezC/y4pC45Go5vT6XQd6AO3Q/gr8NkYcxBF0dkfA4bD4SMROQR6V3jGIrIWx/GHOgBTUvx9KH6c5/lda+2StXZJVe8BH4FrqnqUpulqow7CWE6Anog8ieP4ZZnBe78J7AIXwLJz7lutDsLMe8DxVcUBnHN7qjoArgPrVR3Mj+g+QJ7nr6tMIrI/76kLuAXQ7XbTKlOWZT78LjcBaFVyoXa7XbreVYBTgMlk4qpM1toi56QJYAAgIhtVJlV9HL6fagOMMQfAGHgQVrFU3vstZjf8vNVqva0C/DTLNE0fquoRYFR1ICL7nU5nCJBl2Z1w8n5If+ace9EIECCrqvqO2Z6X6Rx4BTwHUNWdJEm2awMAvPc3mF2iPrAS8r4we+zeRFF05r3/sXW/g9Ret5JDFE9GoT3n3NOFAepC/gpQB2IuW5opPH47c6FN7/3iAABJkmz/AtlaKKCAhMJjVT1cVN1/r+9rNq45HMoMsQAAAABJRU5ErkJggg==);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  padding-left: 50px;
  width: 100%;
}

#button-addon5 {
  width: 60px;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
  animation-duration: 2;
}

#button-addon5:hover {
  filter: brightness(0.6);
}

#button-addon5:active {
  filter: brightness(0.6);
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}

.form-control:focus {
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.adjust a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

#sidebar-wrapper {
  min-height: 200vh;
  margin-left: -100rem;
  position: fixed;
  z-index: 4;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

.close {
  margin-right: 20px;
  margin-top: 23px;
}

#sidebar-wrapper .back-home {
  padding-left: 40px;
  display: flex;
  margin-top: 25px;
}

#sidebar-wrapper .list-group {
  width: 100%;
  height:600px;
  overflow:scroll;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
  width: 100%;
}

.text-contain {
  margin-left: 40px;
}

.text-contain h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* .custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 15px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #707070;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 50px;
} */

hr {
  border: 0.5px solid grey;
  margin-top: 40px;
  margin-bottom: 30px;
}

#related-wrapper a {
  text-decoration: none;
  color: black;
}

#related-wrapper a:hover {
  color: #333333;
}

#related-wrapper {
  padding-bottom: 140px;
}

.related-post {
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}

.related-post li {
  margin-bottom: 10px;
}

.button-toggle {
  bottom: 10px;
  right: 20px;
  width: 100%;
  border: none;
}

.button-toggle:hover {
  filter: brightness(0.7) !important;
}

.button-toggle:active {
  filter: brightness(0.7) !important;
}

.float-btn-container {
  position: fixed;
  bottom: 0;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 4;
  background-color: white;
  padding: 16px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 40px;
  background-color: #30931F;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 4;
}

.float img {
  width: 50px;
  padding-top: 5px;
}

.my-float {
  margin-top: 22px;
}

.float:hover {
  background-color: #016B23;
}

.float:active {
  background-color: #004917;
}

@media (min-width: 769px) {
  #sidebar-wrapper {
    margin-left: 0;
    width: 280px;
    position: fixed;
    z-index: 4;
    top: 58px;
    left: 0;
    overflow-x: hidden;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
    margin-left: 280px;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
    width: 280px;
  }
  .button-toggle {
    visibility: hidden;
  }
  .close {
    visibility: hidden;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #30931F;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
  }
  .float img {
    width: 50px;
    padding-top: 5px;
  }
  .my-float {
    margin-top: 22px;
  }
  .float-btn-container {
    visibility: hidden;
  }
}

/* fixing left link */

/* .collapse ul li {
  padding: 0;
}

.collapse ul li a div {
  padding: 0px 0px;
}

.collapse ul li a {
  padding: 0;
  text-decoration: none;
  color: black;
  width: 100%;
}

.collapse ul li {
  margin-bottom: 6px;
}

.collapse ul li:hover {
  background-color: #dae0e5;
} */

/* ini untuk autocomplete */

.autocomplete-items {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div {
  text-transform: capitalize;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* ini untuk menu */

a.list-group-item.list-group-item-action.bg-light:not(.children)[aria-expanded="true"] {
  background: none !important;
  font-weight: 700;
}

a.list-group-item.list-group-item-action.bg-light.subtopicMenu[aria-expanded="true"] {
  background: none !important;
  font-weight: 500;
}

a.list-group-item.list-group-item-action.bg-light.children {
  background-color: #dae0e5!important;
  color: #333333;
}

a.list-group-item.list-group-item-action.bg-light.selected-subtopic {
  /* background-color: #727577!important; */
  font-weight: 500;
}

a.list-group-item.list-group-item-action.bg-light.selected-topic {
  /* background-color: #727577!important;
  color: #30931f; */
  font-weight: 700;
}

/* untuk faq */

ul.article-content__popular-topic {
  padding-left: 0;
  margin: 0;
  margin-top: 50px;
  width: auto;
  min-width: 200px;
}

ul.article-content__popular-topic li {
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  padding: 16px 0;
  cursor: pointer;
  padding-right: 24px;
}