.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

#biruish {
 
        background-color: #f5f6f7;
    
}

#putihish {
    background-color: 0;

}

.centang-warna {
    list-style: none;
}

.centang-warna i {
	font-size: 20px;
	padding-right: 4px;
	color: var(--color-primary);   
}

.img-zoom {
    /* padding: 10px; */
    /* background-color: green; */
    transition: .5s; /* Animation */
    /* width: 200px;
    height: 200px; */
    margin: 0 auto;
    /* overflow: hidden !important; */
    /* position: relative !important; */
  }
  
  .img-zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
/* 
  .facebook_icon:hover{
    color:#4267b2;
  } */

  #facebook_link:hover{
    color:#4267b2 !important;
  }

  #twitter_link:hover{
	color:#42C0FB !important;
    }

    #youtube_link:hover{
	color:#DB2724 !important;
    }

    #instagram_link:hover 
{
	color:#BF4037 !important;
}

.gallery {
  border: #ffffff solid 1px;
  padding: 0px;
  padding-left: 0;
  padding-right: 0;
}

/* syslog */
.table-log tbody tr td {
  /* font-family:"Whitney SSm A","Whitney SSm B",Helvetica,Arial,sans-serif; */
	font-size:13px;
	line-height:15px;
}


.carousel-item .carousel-caption {
   color: rgba(255, 255, 255, 0.7);
   font-size: 9px;
 }

.carousel-item .carousel-caption p{
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  
}



  
