#chart {
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 2rem 0.6 !important;
}

.konten-teks {
    color: black !important;
}

.konten-teks ol {
    color: black !important;
}

.pagination-galeri {
    display: flex;
    justify-content: center;
}

.portfolio-image {
    height: 300px;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-image {
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.agenda-image {
    width: 1420px;
    height: 850px;
    object-fit: cover; /* Menjaga rasio gambar dan mengisi ukuran yang diberikan */
}

.title-berita {
    height: 3.5rem;
}

.news-image {
    width: 800px;
    height: 570px;
    object-fit: cover; /* Menjaga rasio gambar dan mengisi ukuran yang diberikan */
}

@media (max-width: 768px) {
    .homepage-table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .homepage-table th,
    .homepage-table td {
        white-space: nowrap;
        padding: 8px 15px;
    }
}

.foto-tiga {
    width: 4.8rem;
    height: 4.8rem;
}

.teks-detail,
.teks-unduh {
    /* border: 1px solid grey; */
    padding: 0.4rem 0.8rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
}

.teks-detail {
    background-color: #0c70d4;
    color: white !important;
}

.teks-unduh {
    background-color: #0056b3;
    color: white !important;
}

.maps-kontak iframe {
    width: 100% !important;
    height: 100% !important;
}

.swiper-slide img {
    height: 30rem;
    object-fit: cover;
}

.berita-lainnya {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.teks-lihat-berita a {
    color: black;
}

.cari-produk-hukum label {
    margin-left: 0.2rem;
}

.kategori-jenis {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.kategori-jenis select {
    width: 100% !important;
    border-radius: 0.4rem;
}

.tahun-nomor {
    margin-bottom: 1rem;
    border-radius: 0.4rem;
}

.status-produk select {
    border-radius: 0.4rem;
}

.tombol-cari {
    width: 100%;
    border-radius: 0.4rem;
    background-color: rgb(63, 63, 255);
    border: none;
    color: white;
}

iframe.skiptranslate {
    /* display: none; */
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

/* #navigasi-homepage {
    position: relative;
    z-index: 1000;
}

#navigasi-homepage .navbar-brand {
    position: relative;
    z-index: 1001;
} */

/* Styling untuk loader */
/* .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader img {
    width: 40%;
    height: auto;
}

.loader.hidden {
    display: none;
} */

.lang-active {
    background-color: #3795bd8e;
    border-radius: 0.2rem;
}

.lang-active a {
    color: white !important;
}

.link-terkait {
    margin: 0.7rem 0;
}

.link-terkait span {
    font-weight: 1.6rem;
}

.bintang {
    display: flex;
    justify-content: center;
    font-size: 4rem;
}

.star {
    cursor: pointer;
    color: gold;
    transition: color 0.3s ease;
}

.star.checked {
    color: gold;
}

.star.disabled {
    /* cursor: not-allowed; */
    color: gold;
}

.tabel-dokumen td {
    border: 1px solid lightgrey;
}

.tombol-download {
    background-color: #279227;
    padding: 0.5rem;
    color: white;
    border-radius: 0.3rem;
}

.tombol-lihat {
    background-color: #0079e3;
    padding: 0.5rem;
    color: white;
    border-radius: 0.3rem;
}

.tombol-download:hover {
    color: white !important;
}

.tombol-lihat:hover {
    color: white !important;
}

.header-tabel-dokumen th {
    /* background-color: #788b9c;
    color: white !important; */
}

.homepage-table {
    font-size: 0.9rem !important;
}

.homepage-table tr th {
    text-transform: uppercase;
}

.homepage-table tr td,
.homepage-table tr th {
    border: 0.3px solid lightgray !important;
}

.detail-dokumen a {
    display: flex;
    justify-items: center;
    align-items: center;
}

.title-dokumen {
    color: rgb(0, 55, 119) !important;
    text-decoration: underline;
}

.title-dokumen:hover {
    text-decoration: underline;
}

.konten-visi-misi {
    font-family: var(--primary-font) !important;
    font-size: 1rem !important;
    line-height: 30px;
    font-weight: 400;
}

.pagination-kategori-berita {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.isi-survey-txt {
    background-color: rgb(32, 107, 178);
    padding: 0.5rem 0.8rem;
    color: white;
    border-radius: 0.3rem;
}

.isi-survey-txt:hover {
    background-color: rgb(7, 103, 194);
    color: white;
}

.statistic-footer-table table td{
    color: white !important;
}

.statistic-footer-table table .dot{
    padding: 0 1rem;
}

.statistic-footer-table .sub-header{
    font-weight: bolder !important;
}

.monograph-table{
    border: none;
    border-color: transparent;
}

.monograph-table .monograph-title{
    font-size: 1.2rem;
    font-weight: bold;
}

.monograph-table .header-monograph{
    color: grey;
    font-size: 1rem;
}

.monograph-table .content-info{
    font-weight: bold;
    font-size: 1rem;
}

.monograph-second-table{
    width: 100% !important;
    margin-top: -0.7rem;
}

.monograph-second-table tr{
    border-top: 1px solid rgb(209, 209, 209);
    border-bottom: 1px solid rgb(209, 209, 209);
}

.monograph-second-table .thead{
    font-size: 1rem;
    font-weight: bold;
}

.monograph-second-table .tbody{
    font-size: 1rem;
}

.right-box-monograph{
    padding: 0rem 0rem;
}

.monograph-document-type{
    border: 1px solid grey;
    width: 100%;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.1rem;
    color: black;
}

.monograph-document-type .content{
    background-color: #CFE2FF;
    padding: 0.5rem 0.2rem;
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-weight: bold;
}

.monograph-cover{
    border: 1px solid grey;
    width: 100%;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.1rem;
    color: black;
    margin-top: 1rem;
}

.monograph-cover .content{
    background-color: #CFE2FF;
    padding: 0.5rem 0.2rem;
    width: 100%;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.monograph-image{
    width: 200px;
    height: 300px;
    object-fit: cover;
}

.monograph-attachment .header{
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
    margin-top: 1.5rem;
}

.monograph-attachment .content{
    background: rgb(171, 171, 171);
    padding: 0.5rem;
    border-radius: 0.3rem;
}

.monograph-attachment .content a{
    color: white;
}

.personDescription {
    background-color: #eeeeee;
    padding: 6px;
    border-radius: 6px;
    margin-top: -4px;
}

.tooltipBox {
    background-color: #666666;
    color: white;
    border-radius: 4px;
    padding: 4px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
