.dolan.row-content-between{
    --th-border-color: rgba(69, 248, 130, 0.2);
    border-bottom: 1px solid var(--th-border-color);
    margin: 15px auto 20px auto;


}

.judul-pembatas {
    display: flex;
    align-items: center;
  }
  /* .judul-pembatas::before, */
  .judul-pembatas::after {
    content: "";
    flex: 1;
    border-top: 1px solid #dbdbdb;
    margin: 0 10px;
  }

  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs .nav-link {
    border: none;
  }
  .nav-tabs .nav-link.active {
    border: none;
    background-color:var(--theme-color);
    color: white;
  }
  /* Memberikan jarak antara tab dan konten */
  .tab-content {
    margin-top: 20px; /* Jarak vertikal antara tab dan konten */
  }

  /* accoridon vertical */
  
div + div {
    clear: both;
}

p {
    line-height: 1.4em;
    color: #9e9e9e;
}

.faq-title {
    font-size: 2em;
    margin: 0.4em 0;
}

div.seperator {
    width: 7.5em;
    background-color: var(--theme-color);
    height: 0.17em;
    margin-left: -1.8em;
}

.faq-list > div {
    /* border-bottom: 0.07em solid #ededed; */
    padding: 0.5em 0em;
} 

.faq-list > div:last-child {
    border: unset;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    transition: all 0.3s ease;
}

summary:hover {
    color:var(--theme-color);
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
    color: var(--theme-color);
}

details[open] p {
    border-left: 2px solid var(--theme-color);
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 2em;
    margin: -33px 0.35em 0 0;
    font-weight: 200;
}

.faq-body {
    width: auto;
    margin: 2em auto;
    box-shadow: 0px 0px 16px #5b5b5b;
    border-radius: 0.2em;
    padding: 3em;
    background-color: #fff;
}

.faq-list {
    width: auto;
    /* margin: 1em auto;
    padding: 2em 0; */
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: var(--theme-color);
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.65em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}
/* end accordion vertical */

.space-dolan{
    padding-bottom: 50px;
}