<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crossmark {
    width: 25%;
}


/* input header*/


.pkp_site_name{
    display: none;
}

.pkp_structure_head {
  background: linear-gradient(180deg,rgba(224,224,224,1) 0,rgba(255,255,255,1) 66%,rgba(224,224,224,1) 100%);
 }

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #ffffff;
}

.cmp_manuscript_button, .block_make_submission a {
    color: #ffffff;
}
.obj_galley_link {
background-image: linear-gradient(to bottom, #C8A000, #fefe14);
}
/*Ukuran logo
.pkp_site_name .is_img img {
    max-height: 100%;

}*/
.pkp_site_name .is_img{
max-width: 20%!important;
height: auto!important;
}



/* ----------------MENU BAR----------------------------- */




/*background menu*/


/*warna tulisan menu*/
#navigationPrimary a {
    /*untuk warna tulisan di menu bar*/
    color: #000000;
}
#navigationPrimary a:hover {
    /*untuk mengganti warna menu hover*/
    background-color: #9ea094;
}

#navigationPrimary ul a {
    /* ganti warna background untuk mengganti drop down menu*/
    background: #ededed;
    /*mengganti warna tulisan di dalam drop down menu*/
    color: #000;
}




/* -------------------------------- */
#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #595959;
}
body{
font-family: Verdana,"Times New Roman",Times,Georgia,serif;
font-size: 14px;
line-height: 1.42857143;

color: #000;
}

.pkp_navigation_user &gt; li &gt; a, .pkp_navigation_user &gt; li.in_focus &gt; a, .pkp_navigation_user &gt; li &gt; a:hover, .pkp_navigation_user &gt; li &gt; a:focus {
    color: #4d3c32;
}



/* Menu Tambahan Kanan */

.hoverTable{
    width:100%;
    border-collapse:collapse;
}
.hoverTable th{
    height:30px; background: #ffffff; color:#105183;
}
.hoverTable td{
    height:30px; padding-top:3px;vertical-align:middle;
    border-bottom:1px solid #ffffff;
    text-align:center;
}
.hoverTable td a{
    width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
    background: #929191; color:#ffffff;
    /*opacity: 0.8;*/
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
    background-color: #929191;
    opacity: 0.7;
}
.hoverTable a {
    color:#ffffff;
}
.hoverTable a:hover {
    color:#d50000;
}
/* tampilan image issue */
.obj_issue_toc .cover img {
    display: block;
    max-height: 450px;
    width: auto;
}



/*footer*/
.pkp_brand_footer {
    display:none;
}
.pkp_structure_footer {
    /*------mengganti warna background footer------*/
    background: #790404;
 }

.pkp_structure_footer_wrapper {
    border-bottom: 20px solid #222;
    background: #105183;
}

.pkp_footer_content {
    color: #ffffff;
}

.pkp_navigation_search_wrapper a {
color: #000!important;
}

.pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus {
border-color: #000!important;
}


.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
color: #4d3c32!important;
}


.page_search .submit button::after {

    background: #000!important;

}
a{
    /*-----mengganti warna tulisan pada link-----*/
    color: #1d0100;
    text-decoration: none;
}
a:hover{color: #d50000;}
ul.no-bullets {
  list-style-type: none;
  padding-inline-start: 0px!important;
}
}

.cmp_notification {
    border-left: .357rem solid #38446B!important;
}

div{text-align: justify;}

/*footer policy (19 Agustus 2022)*/

.footer_policy {
  display: flex;
  background: #929191;
  padding: 0px 0px 10px 30px;
  margin: -30px -30px 0px -30px;
 
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 25%;
  height: 100%; /* Should be removed. Only for demonstration */
}
.column p{
    height: 12px;
}



#sidemenu {
    background: #b99b17;
    padding: 10px;
    color: #fff;
    font-family: 
}
#sidemenu h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#sidemenu2 {
    background: #6e030a;
    padding: 10px;
    color: #ffffff;
    font-family: 
}
#sidemenu2 h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
#divmenu a {
    text-decoration: none;
}
#divmenu ul {
    list-style: none;
    padding: 5px;
    margin-top: 0;
}
#divmenu ul li {
    color: #1a1a1a;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    -webkit-transition: background 0.3s, color 0.5s, margin 1s;
    -moz-transition: background 0.3s, color 0.5s, margin 1s;
    transition: background 0.3s, color 0.5s, margin 1s;
}
#divmenu ul li:hover {
    background: #2b8c4f;
    border-left: 5px solid #f87703;
    color: #fff;
    margin-left: 15px;
}

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .team-member {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 280px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  .team-member img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .team-member h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 5px;
  }

  .team-member p {
    font-size: 14px;
    color: #666;
  }

  .team-member .role {
    color: #007BFF;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }

  .reviewer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 20px;
        }
        .reviewer-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 20px;
            width: 300px;
            transition: transform 0.3s ease;
        }
        .reviewer-card:hover {
            transform: translateY(-5px);
        }
        .reviewer-card h2 {
            font-size: 1.1em;
            color: #004d99;
            margin-bottom: 10px;
        }
        .reviewer-card p {
            font-size: 0.95em;
            color: #333;
            margin: 4px 0;
        }
        .reviewer-links a {
            display: inline-block;
            margin: 5px 5px 0 0;
            color: #0066cc;
            text-decoration: none;
            font-weight: bold;
        }
        .reviewer-links a:hover {
            text-decoration: underline;
        }</pre></body></html>