.nav-detail-red{
    color: #008091;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.nav-detail
{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.lokasi-detail
{
    color: #C2C2C2;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
a.lokasi-detail.active
{
    color: #15305B;
}
.judul-detail
{
    color: #254D7F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.detail-tanggal-kategori
{
    color: #989898;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.pengumuman-serupa
{
    color: #4F4F4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    /* padding-right: var(--bs-gutter-x, .75rem); */
    /* padding-left: var(--bs-gutter-x, .75rem); */
    margin-right: auto;
    margin-left: auto;
}
.card-teks-time
{
    color: #989898;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.card-teks
{
    color: #254D7F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.teks-judul-informasi
{
    color: #4F4F4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.deskripsi-infromasi
{
    color: #7C7C7C;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
/* .border-kanan
{
    border-right: 1px solid #dbdbdb;
}
.border-kiri
{
    border-left: 1px solid #dbdbdb;
} */
.garis-bawah
{
    border: 1px solid #dbdbdb;
}

.filter-info
{
    color: #4F4F4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
div.tanggal-filter
{
    color: #4F4F4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
li.filter-tabel
{
    color: #9B9595;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
li.filter-tabel.active
{
    color: #254D7F;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a.item-filter
{
    color: #9B9595;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a.item-filter.active
{
    color: #254D7F;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.bg-filter
{
    background-image: url('../lib/icon/image\ 13.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    width: 60%;
}
.teks-filter-img
{
    color: #ededed;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 25px;
}
.btn-arkatama
{
    background-color: #8F2B25;
    color: #ededed;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.bg-footer
{
    background-color: #F6F6F6;
}
.teks-footer
{
    color : #717171;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.border-right-konten
{
    border-right: 1px solid #dbdbdb;
}
.page-item .page-link {
    color: #15305B;
    border-radius: 3px;
    margin: 0 3px;
}
.page-item.active .page-link {
    background-color: #15305B;
    border-color: #15305B;
}
.page-link:hover {
    background-color: #15305B;
    color: #fff;
    border-color: transparent;
}
@media (max-width: 767px) {
    .lokasi-detail
    {
        font-size: 10px;
    }
    .judul-detail
    {
        font-size: 16px;
    }
    .pengumuman-serupa
    {
        font-size: 18px;
    }
}
