.elementor-96629 .elementor-element.elementor-element-16db7c3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-96629 .elementor-element.elementor-element-a1d730c{width:auto;max-width:auto;bottom:15px;z-index:8;}.elementor-96629 .elementor-element.elementor-element-a1d730c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-96629 .elementor-element.elementor-element-a1d730c.elementor-element{--align-self:flex-start;}body:not(.rtl) .elementor-96629 .elementor-element.elementor-element-a1d730c{right:15px;}body.rtl .elementor-96629 .elementor-element.elementor-element-a1d730c{left:15px;}@media(max-width:600px){.elementor-96629 .elementor-element.elementor-element-a1d730c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-96629 .elementor-element.elementor-element-a1d730c{right:5px;}body.rtl .elementor-96629 .elementor-element.elementor-element-a1d730c{left:5px;}.elementor-96629 .elementor-element.elementor-element-a1d730c{bottom:10px;z-index:5;}}/* Start custom CSS for shortcode, class: .elementor-element-a5ef72b *//* Styling untuk waktu tampil awal dan akhir */

.post-title a{
    color: black;
}
.post-title a.dark{
    color: white;
}
.waktu-tampil,
.waktu-tampil-berakhir,
.slide-item, 
.content {
    text-align: left; 
    font-size: 0.9em;
    color: #666; 
    line-height: 1.5;
    margin: 0;
}
.waktu-tampil.dark {
 color: white; 
}


p {
    color: #666;
}
p.dark{
    color: #C8C8C8;
}



.waktu-tampil {
margin-top: -10px;
margin-bottom: 5px;
}


/* Styling untuk konten post */
.slide-item .content {
    font-size: 1em;
    line-height: 1.5;
}

/* Styling untuk kontainer slider */
.info-update-slider {
    position: relative;
    overflow: hidden;
    height: 300px; /* Sesuaikan tinggi slider */
}

/* Setiap slide item */
.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
    text-align: center;
}

/* Slide yang aktif */
.slide-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* Wrapper untuk thumbnail dan judul */
.slide-item .thumbnail-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; /* Jarak antara thumbnail dan judul */
    margin-bottom: 10px;
    justify-content: flex-start;
    text-align: left;
}

/* Styling untuk thumbnail */
.slide-item .thumbnail {
    max-width: 100px; /* Ukuran thumbnail */
    height: auto;
    border-radius: 5px;
    flex-shrink: 0;
}

/* Styling untuk judul */
.slide-item .post-title {
    font-size: 18px;
    font-weight:  700;
    margin: 0;
    line-height: 1.5;
    flex-grow: 1;
    text-align: left;
    top:0;
}

.centered-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
    width: 100%;
    margin-top: 100px;
    animation: blink-animation 1s infinite; /* Menambahkan animasi blink */
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1d730c */.elementor-96629 .elementor-element.elementor-element-a1d730c{
    display: none;
}

.box-switcher{
    margin: -4px;
    padding: 4px;
    border-radius: 20px;
    transition: background-color 0.5s ease;
}
.elementor-96629 .elementor-element.elementor-element-a1d730c{
     scale: 80%;  
}

@media only screen and (max-width: 600px) {
.elementor-96629 .elementor-element.elementor-element-a1d730c {
    scale: 68%; 
}
 
.box-switcher{
    padding: 2px;
    margin: -2px;
}    
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-16db7c3 */.elementor-96629 .elementor-element.elementor-element-16db7c3P{
     height: 100vh;
}/* End custom CSS */
/* Start custom CSS */body{
    background: #F4F4F4;
    transition: 0.5s;
}
body.dark{
    background: #292929;
    transition: 0.5s;
}/* End custom CSS */