@media (min-width: 1400px) {
  .container {
    width: 1920px;

  }
}

@media (max-width: 767.98px) {

  /*
userGuide
*/
  .title-1 {
    font-size: 1.375rem !important;
  }

  .fs-1 {
    font-size: 1.25rem !important;
  }

  .content-section h1 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #7A126B;
  }

  .content-section h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #7A126B;
  }

  .content-section h3,
  .content-section h5 {
    font-size: .875rem;
    font-weight: 600;
    color: #333;
    background: none;
  }

  .content-section p,
  .content-section ul,
  .content-section ol {
    font-size: .75rem;
  }

  .content-section ul,
  .content-section ol {
    margin-left: 2em;
    margin-right: 2em;
  }

  .content-section img {
    width: 100%;
  }



  .list-group-item {
    padding: 10px 5px 2px 0px !important;
    border: none;
  }




  .toc-sublist .list-group-item {
    padding: 5px 0px 5px 0px !important;
    border: none;
  }

  .list-group-item::after {
    display: none;
  }

  .list-group-item.active::after {
    display: block;
  }

  .ldfm-header-bar .mt-5 {
    margin-top: .85rem !important;
  }

  .list-group-item.active::after {

    width: 0.6rem;

  }


  /*
userGuide end
*/
  /* header nav */
  .nav-link {
    font-size: 1rem !important;
    color: #333 !important;
    padding: 10px 0px;
  }

  .navbar-nav .nav-item {
    border-bottom: 2px solid #9b9b9b;
    margin-left: 20px;
    margin-right: 20px;
  }


  .navbar-nav .nav-item:first-child {
    border-top: 2px solid #9b9b9b;
  }

  /* header nav */
  /* home */
  .container-h .list-group-item.active::after {
    display: none;
  }

  .container-h .list-group-item.active {

    background-color: #fff;
  }

  .tab-content p {
    font-size: .75rem;
  }

  .title-home {
    font-size: 1.125rem !important;
  }

  .bg-container .fs-2 {
    font-size: 1rem !important;
  }

  .bg-container .fs-4 {
    font-size: .875rem !important;
  }

  .bg-container #list-tab .list-group-item {
    padding: 5px 0px !important;
  }

  #nav-tabContent .fade .fs-2-n {
    font-size: .65rem !important;
  }

  .bg-container .tab-content {

    margin: 10px;
  }

  .circle-with-triangle {
    vertical-align: -0.1em !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse:not(.collapsing):not(.show) {
    display: none !important;
  }

  .container {
    position: static !important;
    z-index: auto !important;
  }

  .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
    padding-top: 4rem;

  }

  #navbarCloseBtn {
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 10001;
  }

  .bg-container {
    position: static !important;
    z-index: auto !important;
  }

  .a-sz {
    font-size: 0.875rem !important;
  }


}

.accordion {

  --bs-accordion-border-width: 0px !important;
}

.btn-primary {
  background-color: #7A126B !important;
}

#nav-tabContent .fade .fs-2-n {
  font-size: .875rem !important;
}

.circle-with-triangle {
  vertical-align: -0.3em;
}

.list-group-item.active.expanded {
  z-index: 2;
  color: black;
  background-color: #fff;
  border: none;
}

.list-group-item.active.expanded>.d-flex.fs-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 0.4rem;
  background-color: #C9D0F0;
}

.list-group-item.active.expanded>.d-flex.fs-5 {
  position: relative;
}

.list-group-item.active.expanded>.d-flex.fs-6::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 0.4rem;
  background-color: #C9D0F0;
}

.list-group-item.active.expanded>.d-flex.fs-6 {
  position: relative;
}

.list-group-item.active.expanded>.d-flex.three::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  bottom: 0;
  width: 0.4rem;
  background-color: #C9D0F0;
}

.list-group-item.active.expanded>.d-flex.three {
  position: relative;
}

.list-group-item.active.expanded::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0rem;
  background-color: #C9D0F0;
}

.bi.bi-chevron-down::after {
  display: none !important;
}

.list-group-item.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.4rem;
  background-color: #C9D0F0;
}

@media (max-width: 767.98px) {
  .list-group-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  
    width: .6rem;
 
    height: 100%;
 
    background-color: #C9D0F0;
    border-radius: 2px;
    display: block;
    z-index: 1;
  }

  .list-group-item.active.expanded>.d-flex.fs-5::after,
  .list-group-item.active.expanded>.d-flex.fs-6::after,
  .list-group-item.active.expanded>.d-flex.three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .6rem;
    height: 100%;
    background-color: #C9D0F0;
    border-radius: 2px;
    display: block;
    z-index: 1;
  }

  .list-group-item.active.expanded>.d-flex.fs-5,
  .list-group-item.active.expanded>.d-flex.three {
    position: relative;
    z-index: 2;
  }

  .list-group-item.active.expanded>.d-flex.fs-6 {
    position: relative;
    padding-left: 1rem;
  }
  .padding-l-2,
   .toc-sublist .padding-l-2 {
    padding-left: 20px !important;
  }

.navbar-brand {
    margin-left: .5rem;
    margin-right: .5rem;
}
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.125rem !important;
  }
}
.text-align-justify {
  text-align: justify;
}
.accordion ul li.mt-10 {
    margin-top: 15px !important;
}