.dropdown-menu {
  max-width: 250px !important;
	
}
.height-body img {
    height: 100% !important;
   
    overflow: visible !important;
    /*object-fit:cover;*/
    display: grid;
    /*display: block;*/
    overflow: visible !important;
}

.height-body p {
    height: 100% !important;
    overflow: hidden !important;
}

.grid-custom {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 25% 75% ;
    gap: 10px;
    background-color: transparent;
    padding: 10px;
}

.grid-box2 {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: transparent;
    /* border: 1px solid #ccc; */
    text-align: center;
    font-size: 25px;
}

.grid-box2 h4 {
    width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
}

.grid-box2 h4 span { 
    background: #f0f8ff;
    padding:0 10px; 
}

.custom-box-kat {
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}

.btn-bid {
    font-size: 15px;
    margin-left: 0;
}

.btn-bid:hover {
    margin-left: 20px;
}

.list-c {
    border-bottom: 1px solid #5bc1ac;
}

.list-c:last-child{
    border-bottom: 0px solid #5bc1ac;

}

.isi-b .text-judul-card {
    font-size: 16px !important;
    font-weight: bold;
    
}



.dataTables_info {
    font-size: 15px;
}


.grid-cont-2 {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 10px;
    background-color: transparent;
    padding: 10px;
}

.grid-half {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: transparent;
    text-align: left;
    /* border: 1px solid #ccc; */
}

.grid-half p {
    font-size: 15px;
}

.grid-half img {
    border-radius: 12px;
    max-height: 100px;
    width: 100%;
    overflow-y: hidden;
    
}

.box-disp .box-card-c {
    height: 200px;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #ccc;
}
.box-disp .box-card-c img {
    height: 200px;
    width: 100%;
    overflow: hidden;
}


.box-disp .box-card-c:hover {
    border: 2px solid #5bc1ac;
    cursor: pointer;
    background-color: #f0f8ff;
}

.maps-kontak iframe {
    width: 100%;
    height: 400px;
    border: 2px solid #fff;
    border-radius: 18px;
    margin-bottom: 30px;

}

.img-fix {
    width: 100%;
    height: 230px;

}

.img-fix:hover {
    /*transform: scale(1.2);*/
    padding: 15px;
    overflow: hidden;
}

.inisial-p {
    max-width: 70px;
    overflow: hidden;
    color: #5bc1ac;
    border-radius: 50%;
    font-weight: bold;
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    vertical-align: middle;
}
.inisial-p:hover {
    transition: transform .2s;
    background-color: #203d61;
    color: #fff;
}

.garis-kiri {
    border-left: 2px solid #5bc1ac;
}

.img-custom-rounded{
    border-radius: 12px;
}

.iframe-custom {
    width: 100%;
    height: 600px;
}

.img-size-custom {
    max-height: 130px;
}

.preview-text {
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to be visible before showing ellipsis */
    line-height: 1.5; /* Adjust line height for better visibility */
    max-height: 3em; /* Calculate this by multiplying line height by -webkit-line-clamp */
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-w-kecil {
    max-width:150px;
}


#hero-slide .carousel-caption h6 {
    background-color: #fff;
    border-radius: 12px;

}

.box-apps {
    height: 120px;
    width: 120px;
    padding-top: 10px;
    right: 0;
}

.box-apps .img-small-icon {
    max-height: 90px;
    max-width: 90px;
    overflow: hidden;
    margin: auto;
}

.box-apps .img-small-icon:hover {
    transform: scale(1.2);
}

.box-apps:hover {
    border: 1px dashed blueviolet;
    border-radius: 10px;
}

.box-apps .title-service {
    height: 50px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to be visible before showing ellipsis */
    line-height: 1.5; /* Adjust line height for better visibility */
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-apps:hover .title-service {
    transform: scale(1.2);

}

.box-hoax {
    background-color: #fff;
    border-radius: 12px;
    max-height: 250;
    overflow: hidden;
}

.badge-hoax {
    color: #fff;
    background-color: rgb(255, 0, 0);
    font-size: 13px;
    padding: 5px 10px;
    display: inline;
}

.title-hoax {
    max-height: 140px; /* Set the desired maximum height */
  overflow: hidden;
  position: relative;
  

}
.title-hoax h6, p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to be visible before showing ellipsis */
    line-height: 1.5; /* Adjust line height for better visibility */
    max-height: 4em; /* Calculate this by multiplying line height by -webkit-line-clamp */
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover .title-hoax h6, p {
    color: #203d61;
}




@media screen and (max-width: 768px) {
    .grid-custom {
        display: block;
        padding: 5px;
    }

    .grid-box2 {
    font-size: 15px;

    }

    .grid-cont-2 {
        grid-template-columns:35% 65% ;
        gap: 5px;
        padding: 5px;
    }
    
    .grid-half {
        text-align: left;
    }

    .img-fix {
        height: 180px;
    
    }

    .garis-kiri {
        margin-top: 50px;
        border-left: none;
        border-top: 2px solid #5bc1ac;

    }

    .iframe-custom {
        height: 400px;
    }

    .box-apps .img-small-icon {
        max-height: 80px;
        max-width: 80px;
    }

    
    .box-apps .title-service {
        font-size: 10px;
        width: 120px;
    }

    .hero-section-full-height, #hero-slide .carousel-item, .carousel-image {
        min-height: 300px;
    }
}


/* ==== styling datatables ==== */
.paginate_button.active >.page-link {
    background-color: #5bc1ac;
    border: 1px solid #ccc;
    border-radius: 9px;
    font-weight: bold;
}

.paginate_button >.page-link:hover {
    background-color: #203d61;
    
}

.page-link .previous, .page-link .next {
    border-radius: 9px;
    font-size: 9px;
}
.page-link .next::before {
    
    content: "Next ";
}

.page-link .previous::before {
    
    content: "Previous";
}


@media screen and (max-width: 768px) {
    .dataTables_info {
        font-size: 11px;
    }
}

/* ==== end styling datatables ==== */
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

.bg-main-slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* menu SPBE */
.menu-side-spbe {
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu-side-spbe .menu-side-main {
    padding-left: 0;
}

.menu-side-spbe .menu-side-submain {
    padding-left: 2em;
}

.menu-side-spbe .active span a {
    background-color: #6b77d1;
    display: block;
    border-radius: 9px;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
    color: #fff;

}


.menu-side-spbe li.active span {
    color: #fff;
    list-style-type: none;
    margin: 0;
    background-color: #6b77d1;
    display: block;
    border-radius: 9px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-weight: bold;

}

.menu-side-spbe li span:hover {
    background-color: #858fd4;
}

.menu-side-spbe .active a .menu-side-submain ul li {
    color: #000;
   
    background-color: #fff !important;
}


.menu-side-spbe ul li {
    list-style-type: none;
    
    padding: 5px 10px;
}



.menu-side-submain .active {
    background-color: #6b77d1;
    list-style-type: none;
    margin: 0;
    border-radius: 9px;
    font-weight: bold;

}

.menu-side-submain .active a {
    color: #fff;
}

.menu-side-main a:hover {
    color: #fff;
}

.menu-side-spbe ul li:hover {
    background-color: #858fd4;
    border-radius: 9px;

}

.btn-lihat-semua {
    background-color: #203d61;
    color: #fff;
    border-radius: 30px;
}
/* end menu SPBE */


/* desain news */


.items {
    /* width: 300px; */
    background: #fffffe;
    box-shadow: 0 3px 6px rgba(black,0.16), 0 3px 6px rgba(black,0.23);
    border-top: 10px solid #b20000;
    display: block;
}
  
.items-head p{
    padding: 5px 20px;
    margin: 10px;
    color: #b20000;
    font-weight: bold;
    font-size: 20px;
}
  
.items-head hr {
    width: 20%;
    margin: 0px 30px;
    border: 1px solid #b20000;
}
  
.items-body {
    padding: 10px;
    margin: 10px;
    display: grid;
    grid-gap: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
  
.items-body-content {
    padding: 10px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 10fr 1fr;
     /* background-color: lightblue; */
    font-size: 13px;
    grid-gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    
}
  
  .items-body-content:hover {
    border-radius: 15px;
    border: 1px solid #b20000;
  }
  
  .items-body-content i {
    align-self: center;
    font-size: 15px;
    color: #b20000;
    font-weight: bold;
    animation: icon 1.5s infinite forwards;
  }
  
  @keyframes icon {
    0%,100%{
      transform: translate(0px);
    }
    50% {
      transform: translate(3px);
    }
  }


  .items-head-layanan {
    background: #fffffe;
    box-shadow: 0 3px 6px rgba(black,0.16), 0 3px 6px rgba(black,0.23);
    border-top: 10px solid #128CFC;
   
  }
  .items-head-layanan p {
    padding: 5px 20px;
    margin: 10px;
    color: #128CFC;
    font-weight: bold;
    font-size: 20px;
  }

.items-head-layanan hr {
    width: 20%;
    margin: 0px 30px;
    border: 1px solid #128CFC;
}

.btn-hoax {
    color: #fff;
    border-radius: 9px;
    background-color: #b20000;
    display: block;
}

.btn-hoax:hover {
    color: #b20000;
    background-color: #ca8686;

}

/* hias scrollbar */

.items-body::-webkit-scrollbar-track {
    border: 1px solid #fff;
    padding: 2px 0;
    background-color: #ccc;
    border-radius: 6px;
  }
  
  .items-body::-webkit-scrollbar {
    width: 10px;
  }
  
.items-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #737272;
    border: 1px solid #fff;
}

  
/* hias scrollbar */
.box-news {
    border-radius: 12px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    
}

.limit-height {
    /* min-height: 50px; */
    max-height: 250px;
    overflow: hidden;
}

.limit-height .limit-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to be visible before showing ellipsis */
    line-height: 1.5; /* Adjust line height for better visibility */
    max-height: 4.5em; /* Calculate this by multiplying line height by -webkit-line-clamp */
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-height .text-dark-all p {
    color: #000 !important ;
}



