@media only screen and (max-width: 768px) {
    .heading__page {
        display: none;
    }
}

.heading__page {
    /* background-color: black; */
    background-image: url('../../public/img/instansi/default.jpg');
    background-size: cover;
    background-position: center;
    color: white !important;
    position: relative;
}

.heading__page__coverlay {
    background-image: linear-gradient(to bottom, #ffffff, #000000);
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.heading__page__container {
    position: relative;
    z-index: 2;
}

.color_white {
    color: white !important;
}

.filter {
    background-image: linear-gradient(to right, #e84545, #6b0d0d);
    color: white;
}

/* .filter__body {}

.filter__body__search {} */

.filter__body__search__label {
    font-size: 14px;
    margin-bottom: 10px;
}

.filter__body__search__input {
    border-radius: 10px;
}

.filter_box_lanjutan {
    position: relative;
    padding-top: 15px;
}

.filter_box_lanjutan_item {
    float: right;
    font-size: 14px;
}

.pencarian__lanjutan {
    margin-top: 25px;
    display: none;
    padding-bottom: 25px;

}

.btn__cari {
    margin-top: 32px;
    width: 100%;
}

.header__search__flex {
    display: flex;
    justify-content: space-between;
}

.footer__search__flex {
    display: flex;
    justify-content: space-between;
}

.search__icon {
    font-size: 24px;
    color: white;
    background-color: var(--accent-color);
    padding-top: 12px;
    position: absolute;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 5px 5px 15px rgb(170, 169, 169);
}

.search__title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow-x: hidden;
}

.search__desc {
    font-size: 16px;
    height: 70px;
    overflow-y: hidden;
    padding-left: 15px;
}


.terbaru__icon {
    width: 60px;
    height: 50px;
    font-size: 22px;
    color: white;
    background-color: var(--accent-color);
    font-size: 22px;
    text-align: center;
    padding-top: 8px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 5px 5px 15px rgb(170, 169, 169);
}

.terbaru__title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow-x: hidden;
}

.terbaru__subtitle {
    font-size: 14px;
    max-height: 45px;
    overflow-y: hidden;
}