h3.pemeriksaan {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 180%;
    color: #323F75;
}

p.pelatihan {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    color: #121212;
}

th {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    background-color: #323F75;
    color: white;
}

td {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    color: #121212;
}

.daftar-pemeriksaan .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;
}

body {
    background: #FAFAFC !important;
}

.top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.2);
    border-radius: 10px;
}

.card-header h3 {
    margin-bottom: 0;
}

.card-body {
    padding: 2rem 4rem 2rem 3rem !important;
}

.left {
    text-align: center;
}

button {
    border-radius: 10px;
}

.list-group-item {
    font-family: Open Sans;
    padding: 0 !important;
    height: 3rem !important;
    vertical-align: middle;
    border-left: 0.3rem solid white !important;
}

.option,
.option:hover {
    color: #121212;
    text-decoration: none !important;
    padding-left: 3rem;
    text-align: left;
    display: block;
    margin-top: 0.6rem;
    font-size: 14px;
    line-height: 19px;
}

.list-group li {
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
}

.list-group .active {
    font-weight: 600;
    border-top: 1px solid #F5F5F7 !important;
    border-bottom: 1px solid #F5F5F7 !important;
    background-color: white !important;
    border-left: 0.3rem solid #323F75 !important;
}

.list-group .active a {
    color: #323F75 !important;
}

.card-body .row {
    margin-bottom: 3rem;
}

.custom-file-label {
    right: 15px !important;
    left: 15px !important;
}

@media only screen and (max-width:769px) {
    .card-body .row {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:426px) {
    .container-fluid {
        padding: 1rem !important;
    }
}

.body {
    position: relative;
}

.list-group {
    position: sticky;
    /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 15px;
}

li {
    font-family: Open Sans;
    font-size: 16px;
    text-align: justify;
    color: #121212;
}