
body {
    font-family: Arial, sans-serif;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    flex-direction: column;
}

.profile-container {
    /*display: flex;*/
    justify-content: space-around;
    width: 100%;
    max-width: 800px;
    margin: 16px 0;
    flex-wrap: wrap;
}

.profile-card {
    background: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 600px;
    text-align: left;
    margin: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.profile-card table {
    width: 100%;
}

.profile-card td {
    padding: 16px;
    vertical-align: top;
}

.profile-card img.profile-img {
    width: 120px;
    /*height: 120px;*/
    border-radius: 50%;
    margin: 16px;
    border: 2px solid #ccc;
}

.profile-content {
    padding: 16px;
    text-align: left;
}

.profile-content p {
    margin: 8px 0;
    font-weight: bold;
}

.social-icons {
    /*padding: 16px;*/
    display: flex;
    /*justify-content: center;*/
}

.social-icons a {
    margin: 0 8px;
    transition: transform 0.3s, opacity 0.3s;
}

.social-icons a:hover {
    transform: scale(1.2);
    opacity: 0.7;
}

.social-icons img {
    width: 50px;
    /*height: 24px;*/
}

/* Media Query untuk Mobile */
@media (max-width: 600px) {
    .profile-container {
        flex-direction: column;
        align-items: center;
    }

    .profile-card {
        max-width: 100%;
        margin: 8px 0;
    }

    .profile-card table {
        display: block;
        text-align: center;
    }

    .profile-card td {
        display: block;
        width: 100%;
    }

    .profile-img {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .profile-content {
        text-align: center;
    }

    .social-icons {
    /*padding: 16px;*/
    display: flex;
    justify-content: center;
}
}



.pkp_site_name .is_img img{
    display: inline-block; 
    max-height: none;
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}


.pkp_structure_page{
    margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row{
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_site_name{
    padding-top: 2px;
    padding-bottom: 2px;
}

.obj_article_details .abstract{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .references{
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.obj_article_details .about{
  text-align: justify;
}


.dropfurnation {
  width:100%;
  border-collapse:collapse;
}
.dropfurnation th{
  height:20px;
  background:#038913;
  color:#edbc9f;  
}
.dropfurnation td{
  height:50px;
  vertical-align:center;
  border-bottom:5px solid #e8f7e6;
  text-align:left;
  padding:5px;
}
.dropfurnation td a {

  font-weight:bold;
  display:inline;
}
.dropfurnation tr {
  background:#1c9223;
  color:#f77902;
}
.dropfurnation tr:hover {
  background-color:#00662C; 
}
.dropfurnation tr a {
  color:#fff;
  font-style:bold;
  font-size: 14px;
}

.obj_galley_link{
  background:#038913;
  color:#fff;
}

.dropbtn {
  background-color: #FF3833;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkb_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-content a:hover {
  background-color: white; 
  color:#FF3833;
}

.dropdown:hover .dropdown-content {
  background-color: #FF3833; 
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #FF3833;
}

