.tanggal {
    font-size: 10pt;
    padding: 5px;
}

.judul {
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 15px !important;
    margin-top: 5px;
    color: #3ebabf;
}

ul.pagination > li {
    background-color: transparent !important;
}

.page-link {
    color: black !important;
    height: 100%;
}

.page-item .page-link .active {
    color: white !important;
}

.berita-side {
    border-top: 5px solid #3ebabf;
    padding: 15px;
}

.judul-menu {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20px;
}

.judul-menu-berita {
    font-size: 11pt;
    font-weight: bold;
    color: #3ebabf;
}

.dokumen-produk-hukum {
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: solid 1px whitesmoke;
    width: auto;
    margin-bottom: 5px;
    font-size: 10pt;
}

.berita-side ul {
    list-style-type: none;
    padding-left: 0px;
}

.dokumen-terkait {
    font-size: 10pt;
    padding: 5px;
    margin-bottom: 10px;
}

.jenis-hukum-terkait {
    padding: 5px 10px 5px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: solid 1px #3fbbc0;
    font-size: 10pt;
    color: white;
    background-color: #3fbbc0;
}

.hukum-terkait {
    padding: 5px 10px 5px 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #3fbbc0;
    font-size: 10pt;
}

.link-banner {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.link-banner:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
}
.no-link-banner{
    height: 70px;
    border: solid 1px #3fbbc0 !important;
    background-color: #3fbbc0;
    text-align: center;
    color: white;
    padding: 10px;
    word-wrap: break-word;
}

.side-menu-box {
    border-top: 5px solid #3ebabf;
    padding: 15px;
}

.side-menu-title {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20px;
}

.icon-link{
    padding: 0px 10px 0px 10px !important;
}

.jdih-box{
    padding: 20px;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    width: 100%;
    position: relative;
    height: 250px;
}
.jdih-box:hover{
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
}
.jdih-box-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    font-size: 10pt;
}
.jdih-box-icon-bg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 120pt;
    opacity: 0.1;
    padding-left: 20px;
}
.jdih-search-form{
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16pt;
}
.btn-jdih-search{
    background-color: #3fbbc0;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.box-filter-jdih{
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
}
.jdih-filter-form{
    margin-top: 5px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14pt;
}
.select2-container{
    width: 100% !important;
    margin-top: 5px !important;
}
.select2-selection{
    height: 50px !important;
    border: 1px solid #ced4da !important;
    font-size: 14pt;
    padding: 10px;
}
.select2-search__field:focus{
    border: whitesmoke 1px solid;
}
