html {
    scroll-behavior: smooth;
}

.halaman-pelatihan h3.pelatihan {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 180%;
    color: #323F75;
    margin: 0 !important;
}

.halaman-pelatihan h4.pelatihan {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 220%;
    color: #121212;
    margin: 0 !important;
}

.halaman-pelatihan p.pelatihan {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.halaman-pelatihan th {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    background-color: #323F75;
    color: white;
}

.halaman-pelatihan td {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    color: #121212;
}

.halaman-pelatihan li {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

.halaman-pelatihan .search {
    border: 1px solid #323F75;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 16px;
    color: #323F75
}

.bg {
    background: #FAFAFC;
}

.halaman-pelatihan .top {
    padding-top: 80px;
}

.halaman-pelatihan .box {
    margin-bottom: 20px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    border: 1px solid #F5F5F7 !important;
}

.halaman-pelatihan .card {
    margin-bottom: 50px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    border: 1px solid #F5F5F7 !important;
}

.halaman-pelatihan .card-header {
    padding: 1rem 2rem 1rem !important;
    background-color: white !important;
    border-bottom: 2px solid #F5F5F7 !important;
}

.halaman-pelatihan .card-header h3 {
    margin-bottom: 0;
}

.halaman-pelatihan .card-body {
    padding: 2rem 4rem 2rem 3rem !important;
}

.halaman-pelatihan .left {
    text-align: center;
}

.halaman-pelatihan button {
    border-radius: 10px;
}

.halaman-pelatihan .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-pelatihan .option,
.halaman-pelatihan .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-pelatihan .list-group li {
    border: 0 !important;
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
}

.halaman-pelatihan .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-pelatihan .list-group .active a {
    color: #323F75 !important;
}

.halaman-pelatihan .card-body .row {
    margin-bottom: 0rem;
}

.halaman-pelatihan .custom-file-label {
    right: 15px !important;
    left: 15px !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

div.sticky {
    position: sticky;
    top: 100px;
}

.fasilitas ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.fasilitas li {
    padding-right: 2rem;
}

h2.faq {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 150%;
    color: #121212;
    padding: 0.3rem 4rem 0.8rem 0!important;
    border-bottom: 1px solid #d4d4d4;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff !important;
}

.panel-heading {
    position: relative;
}

.panel-heading[data-toggle="collapse"]:after {
    content: "\f105";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    color: #323F75;
    font-size: 14px;
    line-height: 22px;
    right: 30px;
    top: calc(50% - 10px);
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width:769px) {
    .halaman-pelatihan .card-body .row {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:426px) {
    .halaman-pelatihan .container-fluid {
        padding: 1rem !important;
    }
    .halaman-pelatihan .card-body {
        padding: 1rem !important;
    }
}

.halaman-pelatihan .body {
    position: relative;
}

.halaman-pelatihan .list-group {
    position: sticky;
    /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 15px;
}

.halaman-pelatihan .list-group-item .option .active a {
    height: 55px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #323F75;
}