@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body {
	text-align:justify;
	font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    background: linear-gradient(135deg, #FFFFEC, #FFFFEC);
}
:root {
	 font-family: "Poppins", sans-serif !important;
}

.pkp_site_name{
    padding-top: 2px;
    padding-bottom: 2px;
}

.pkp_site_name .is_img img{
    display: inline-block; 
    max-height: none;
    width: auto;
    height: auto;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row{
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_structure_page{
    margin-top: 0px;
    margin-bottom: 0px;
}

/*.pkp_navigation_primary_row {background:linear-gradient(0deg, #416971 4%, #294247 17%, #1c2d31 44%, #294247 95%, #294247 140%);}*/
.pkp_navigation_primary_row {background:linear-gradient(0deg, #f48771 4%, #ef5334 17%, #ec3713 44%, #ef5334 95%, #ef5334 140%);}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {background:linear-gradient(0deg, #f48771 4%, #ef5334 17%, #ec3713 44%, #ef5334 95%, #ef5334 140%); color: white !important; text-shadow: 1px 1px #4d4d4d; text-decoration:none; border-radius: 5px !important;}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { background: #f2735a !important} /*warna background sub menu */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    background-color: #EE4B2B;
}


@media (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}

.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;
}

.obj_article_summary {
    background: #ffffff;
    border: 1px solid #EE4B2B;
    padding: 10px;
    border-radius: 0rem 1rem 0rem 0rem;
    box-shadow: 5px 5px #EE4B2B;
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 12px;
  font-family: "FontAwesome";
  margin-right: 8px;
  font-size: 11px;
  color: rgba(0,0,0,0.90);
}

.obj_article_summary .pages {
    color: rgba(0,0,0,0.90)
}

.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
    font-weight: 700;
}

.warna {
  width:100%;
  border-collapse:collapse;
}
.warna th{
  height:20px;
  background:#038913;
  color:#edbc9f;  
}
.warna td{
  height:30px;
  vertical-align:center;
  border-bottom:5px solid #e8f7e6;
  text-align:left;
  padding:5px;
}
.warna td a {

  font-weight:bold;
  display:inline;
}
.warna tr {
  background:#D3530B;
  color:#f77902;
}
.warna tr:hover {
  background-color:#C40101;
}
.warna tr a {
  color:#fff;
  font-style:bold;
  font-size: 14px;
}

.obj_galley_link{
  background:#ee4b2b;
  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;
}

/*TIM EDITORIAL*/
.table-container {
            width: 100%;
            max-width: 800px;
            padding: 20px;
        }

        /* Row Styles */
        .row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 15px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .row:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        /* Image Column */
        .col-image {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
        }
        .col-image img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
            border: 3px solid #ddd;
        }

        /* Content Column */
        .col-content {
            flex: 3;
            padding: 15px;
        }
        .col-content .name {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .col-content .details {
            color: #555;
            margin-bottom: 5px;
        }
        .col-content .socials a {
            color: #007bff;
            text-decoration: none;
            font-weight: bold;
            margin-right: 10px;
        }
        .col-content .socials a:hover {
            text-decoration: underline;
        }

        /* Responsiveness */
        @media (max-width: 600px) {
            .row {
                flex-direction: column;
                text-align: center;
            }
            .col-content {
                padding: 10px;
            }
        }
/*TUTUP TIM EDITORIAL*/