.halaman-faq h1.faq {
        font-family: Poppins;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #2E2B2A;
}

.halaman-faq h2.faq {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #2E2B2A;
}

.halaman-faq h3.faq {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    color: #323F75;
    margin: 0 !important;
}

.halaman-faq h4.faq {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 220%;
    color: #121212;
    margin: 0 !important;
}

.halaman-faq p.faq {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.halaman-faq th {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
}

.halaman-faq td {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    color: #121212;
}

.halaman-faq li {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.halaman-faq tr:nth-child(even) {
    background-color: #FAFAFC;
}

.halaman-faq .search {
    border: 1px solid #323F75;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 16px;
    color: #323F75
}

.bg {
    background: #FAFAFC;
}

.halaman-faq .top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.halaman-faq .top-section {
    padding-top: 40px;
}

.halaman-faq .box {
    margin-bottom: 20px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    border: 1px solid #F5F5F7 !important;
}

.halaman-faq .card {
    margin-bottom: 20px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.1);
    border: 1px solid #F5F5F7 !important;
}

.halaman-faq .card:hover {
    box-shadow: 0px 6px 8px rgba(18, 18, 18, 0.15);
}

.halaman-faq .card-header {
    padding: 0.5rem 2rem 0.5rem !important;
    background-color: white !important;
}

.halaman-faq .card-header h3 {
    margin-bottom: 0;
}

.halaman-faq .card-body {
    padding: 2rem 4rem 2rem 3rem !important;
}

.halaman-faq .left {
    text-align: center;
}

.halaman-faq button {
    border-radius: 10px;
}

.halaman-faq .list-group-item {
    font-family: Open Sans;
    padding: 0 !important;
    height: 3rem !important;
    border-left: 0.3rem solid white !important;
    padding: 0.75rem !important;
    padding-left: 1.5rem !important;
}

.halaman-faq .option,
.halaman-faq .option:hover {
    color: #121212;
    text-decoration: none !important;
    padding-left: 3rem;
    text-align: left;
    display: block;
    font-size: 14px;
    border: 0 !important;
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
}

.halaman-faq .list-group li {
    border: 0 !important;
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
}

.halaman-faq .list-group .active {
    font-weight: 600;
    border: 0 !important;
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
    background-color: white !important;
    border-left: 0.3rem solid #323F75 !important;
    color: #323F75 !important;
}

.halaman-faq .list-group .active a {
    color: #323F75 !important;
}

.halaman-faq .card-body .row {
    margin-bottom: 0rem;
}

.halaman-faq .custom-file-label {
    right: 15px !important;
    left: 15px !important;
}

@media only screen and (max-width:769px) {
    .halaman-faq .card-body .row {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:426px) {
    .halaman-faq .container-fluid {
        padding: 1rem !important;
    }
}


@media only screen and (max-width: 426px) {
    .halaman-faq .top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.halaman-faq .body {
    position: relative;
}

.halaman-faq .list-group {
    position: sticky;
    /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 15px;
}

.halaman-faq .list-group-item .option .active a {
    height: 55px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #323F75;
} 