.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1%;
}

.post-title h2,
.post-title h3,
.post-title h4,
.post-title h5,
.post-title h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gradient-dark {
    background: linear-gradient(to bottom, #42424200, #000000e8);
}

.shareModal .modal-content {
    padding: 20px;
}

.shareModal ul {
    list-style-type: none;
    padding: 0;
}

.shareModal ul li {
    margin: 10px 0;
}

.shareModal a {
    text-decoration: none;
    color: #007bff;
}

.dataTables_info {
    display: none;
}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    height: 50%;
}

.instagram-media {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    margin: auto;
    display: block;
}

@keyframes reveal_left_to_right {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(200%);
    }
}

.animated.block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.animated .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #122086;
}

#tb_data tr td,
#tb_data tr th {
    text-transform: uppercase;
}

.bg-medsos {
    background-color: #23277B;
}

#gpr-kominfo-widget-header,
#gpr-kominfo-widget-footer {
    display: none;
}

#gpr-kominfo-widget-list {
    max-height: 404px !important;
}

.card-layanan {
    background-color: #fff;
    display: block;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.splide__pagination__page.is-active {
    background: #122086 !important;
}

.splide.layanan-terkait .splide__arrows {
    display: none;
}

.splide__slide .card-layanan {
    transition: all 0s ease;
}

.splide__slide:not(.is-active) .card-layanan {
    opacity: 0.6;
    width: 12rem;
    height: 10rem;
}

.splide__slide.is-active .card-layanan {
    margin-left: -.5rem;
    margin-top: -.5rem;
    width: 13rem;
    height: 11rem;
}

.splide.layanan-terkait .splide__pagination {
    bottom: -1em;
}

.splide.banners .splide__pagination__page {
    background: #ffffff;
    opacity: 0.9;
}