

@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Kufam&display=swap");

body {
  /* font-family: "Baloo Tamma 2", cursive;*/
  /* font-family: 'Nanum Myeongjo', serif; */
  font-size: 15px;
  background: linear-gradient(to right, #aae4f1, #3a7bd5);
  background: transparent;
}

html {
  background-color: #f9f9f9;
}

.pkp_structure_main h1,
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2,
.pkp_block .title,
.obj_article_summary > .title a,
.current_issue h2,
.pkp_page_index .cmp_announcements h2,
.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a,
.obj_article_details .main_entry .item .label,
.obj_article_details .entry_details .item .label,
.obj_issue_summary .title,
.pkp_structure_main h3 {
  font-family: "Baloo Tamma 2", cursive;
}

.pkp_structure_main h3 {
  font-size: 1.1em;
}

* {
  font-family: "Baloo Tamma 2", cursive;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  padding: 15px 30px 30px 30px;
}

.pkp_structure_main h1 {
  font-size: 1.6em;
}

.text-center {
  text-align: center;
}

h1.pkp_site_name,
div.pkp_site_name {
  position: relative;
  left: 0;
  height: 200px;
}



.pkp_page_article .pkp_structure_main h1 {
  text-shadow: 0px 1px 1px #e6e6e6;
  font-size: 1.45em;
}

h2 {
  font-size: 1.4em;
}

a:hover {
  text-shadow: 1px 1px #b5b2b291;
}

.pkp_structure_main {
  padding-bottom: 0px;
}

.obj_issue_toc .section {
  padding-bottom: 0;
}

.obj_issue_toc .description {
  text-align: justify;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0px;
  margin-bottom: 50px;
}

.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2 {
  color: #1b1a1a;
  font-size: 1.6em;
  text-shadow: 0px 1px 1px #e6e6e6;
}



.pkp_nav_list .fa {
  margin-right: 6px;
  font-size: 13px;
}

.obj_issue_summary .description {
  font-size: 1em;
  text-align: justify;
}







.current_issue h2 {
  margin: 25px 0 20px;
  font-size: 1.4em;
}

.pkp_page_index .current_issue .current_issue_title,
.obj_issue_summary .title {
  font-size: 1.2em;
}




/* Form */
.cmp_form .label {
  font-size: 1.2em;
  font-style: normal;
}

.page_login .login input[type="text"],
.page_login .login input[type="password"] {
  width: 100%;
  height: 35px;
  border: 1px solid #eaeaea;
}

/* custom features */


.doi_container {
  margin-top: 25px;
  float: right;
}

.doi_link {
  background-size: 14px !important;
  height: 20px !important;
  background: url(../images/DOI_logo.svg) no-repeat center left;
  padding: 5px 0 5px 23px;
  font-size: 0.85em;
  color: #5379a9;
  text-decoration: none;
}

.doi a {
  text-decoration: none;
}



/* annoucement */
.pkp_page_index .cmp_announcements {
  border: none;
  border-bottom: 1px solid rgb(247 247 247);
}

.cmp_announcements > li,
.page_issue_archive .issues_archive > li {
  border-bottom: 1px solid #fff6f6;
}

.page_issue_archive .issues_archive {
  border-top: 1px solid #fff6f6;
}

.cmp_skip_to_content {
  display: none;
}


.pkp_page_index .cmp_announcements h2 {
  position: relative !important;
  left: 0;
  margin-left: 30px;
  margin: 20px 0 20px 30px;
  font-size: 1.5em;
  text-shadow: 0px 1px 1px #e6e6e6;
  height: 20px;
  color: black;
  font-weight: 500;
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
  font-size: 1.2em;
  font-weight: 700;
  color: black;
}

.obj_announcement_summary .summary {
  font-size: 15px;
  text-align: justify;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
  border-left: 1px solid #f5f3f3;
}

.pkp_page_index .cmp_announcements .more:before {
  border-left: 1px solid #f5f3f3;
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 20px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 13px;
}

/* end annoucement */


.more .obj_announcement_summary h4 a {
  font-size: 1.15em;
}



.additional_info {
  margin: 20px 0;
}

/* footer */
.pkp_footer_content {
  background: linear-gradient(
    to bottom,
    rgb(255 255 255) 0%,
    rgb(255 255 255) 33%,
    rgb(255 255 255) 100%
  );
}

.pkp_footer_content .theme-credit {
  text-align: right;
  width: 100%;
  color: #bbbaba;
  font-size: 10px;
}

.pkp_footer_content .theme-credit a {
  color: grey;
  text-decoration: none;
}

.pkp_structure_footer_wrapper {
  background: #f9f9f9;
  margin-bottom: 10px;
}

.pkp_structure_footer {
  margin-top: 10px;
  background: white;
  border: 1px solid #efefef;
}

.pkp_brand_footer {
  display: none;
}

.pkp_footer_content {
  padding: 0;
}

.pkp_footer_content .footer {
  padding: 30px;
  box-shadow: 0px 4px 5px -2px rgb(0 0 0 / 10%);
  z-index: 1;
}

.row.copright-container {
  font-size: 13px;
  text-align: justify;
  color: #8c8c8c;
  border-top: 1px solid #f3f3f3;
  padding: 30px;
  background: linear-gradient(
    to bottom,
    rgb(239 239 239) 0%,
    rgb(239 239 239) 100%
  );
}

.copyright-wrapper {
  width: 100%;
}

.copyright-wrapper a.img_cc {
  height: 10px;
  margin-top: 10px;
  width: 200px;
  margin: 0 85px 0 5px;
}

.copyright-wrapper a.img_cc img {
  position: absolute;
}

/* end footer */


.pkp_site_name .is_img img {
  max-height: 100%;
  display: block;
  
}

@media (max-width: 990px) {

.has_site_logo .pkp_head_wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-right: 10px;
        height: 200px;
        padding-top: 70px;
}

}

.pkp_page_index .current_issue a.read_more {
  border-radius: 8px;
  padding: 4px 28px 4px 8px;
  box-shadow: 10px 10px 5px -13px rgba(0, 0, 0, 0.75);
  float: right;
  clear: both;
  font-weight: normal;
  font-size: 14px;
}

.pkp_page_index .current_issue .read_more:after {
  top: 4px;
}

.obj_announcement_summary .read_more::after {
  content: none;
}

ul.cmp_article_list.articles li:last-child {
  border: none;
}


/* foooter */
.pkp_footer_content p {
  margin: 0;
}

.pkp_footer_content h3 {
  margin-bottom: 10px;
}

/* component */

.home_journal_description {
  box-shadow: 9px 10px 5px -10px rgb(224 224 224 / 75%);
  border: 1px solid #f3f3f3;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #eaeaea;
  background: linear-gradient(
    135deg,
    rgb(255 255 255) 0%,
    rgb(249 249 249) 47%,
    rgb(245 245 245 / 67%) 100%
  );
  padding: 10px 5px 20px 5px;
  font-size: 15px;
  text-align: justify;
  margin-left: -25px;
  width: 106.3%;
  margin-top: -27px;
}

.home_journal_description .about_journal .header,
.announcements_title {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: 500;
}

.home_journal_description .about_journal .header:after,
.announcements_title:after {
  content: "";
  width: 60%;
  height: 2px;
  border-radius: 20px;
  left: 0;
  position: relative;
  display: block;
  top: 4px;
}

.home_journal_description .journal_details p {
  margin: 0;
}

.home_journal_description .journal_details ul {
  padding-left: 0;
}

.home_journal_description .journal_details a {
  text-decoration: none;
  font-size: 1em;
}

.home_journal_description .journal_details li {
  list-style: none;
  font-size: 1.1em;
  margin-bottom: 8px;
}

/* Content */



.obj_article_summary {
  padding:0 1.5em
}

.obj_article_summary>.title {
  font-family:'Source Sans Pro',sans-serif;
  font-weight:400;
  font-size:15px;
  text-transform:none
}
.obj_article_summary>.title a {
  display:block;
  text-decoration:none;
  font-size:16px;
  color:#333
}


.obj_article_details>.page_title {
  font-weight:600
}




/* End of Content */






/* Author */

  .item.authors .email:before {
    content:"\f0e0";
    font-family:fontawesome;
    margin-right:5px;
    font-size:14px
   }
   .item.authors span.name:before {
    content:"\f007";
    font-family:fontawesome;
    margin-right:5px;
    font-size:14px
   }
   .item.authors {
    font-size:14px
   }
   .item.authors span.affiliation:before {
    content:"\f19c";
    font-family:fontawesome
   }


/* End of Author */


/* #################################################################################### Block #################################################################################### */

.pkp_block {
  padding:2px 3px 5px 5px;
  font-size:14px;
  line-height:30px
}


.pkp_block .title {
  width:100%;
  border-radius:8px 8px 0 0;
  background: linear-gradient(59deg, rgba(213,205,91,1) 0%, rgba(253,29,29,1) 53%, rgba(252,176,69,1) 100%);
  height:40px;
  font-size:13px;
  color:#ffffff;
  padding-top:.8em;
  margin-bottom:0;
  border:0;
  text-align:center;
  font-family:'Source Sans Pro',sans-serif

}

 .pkp_block .bottom {
  width:100%;
  border-radius:0 0 4px 4px;
  background: linear-gradient(59deg, rgba(213,205,91,1) 0%, rgba(253,29,29,1) 53%, rgba(252,176,69,1) 100%);
  height:15px;
  font-size:13px;
  color:#ecececec;
  padding-top:.8em;
  margin-bottom:0;
  border:0;
  text-align:center
 }

.pkp_block .content {
  background-color:#fff
}

.pkp_block .content ul li {
  padding:0 0;
  background-color:#f4f4f2
 }
 
 .pkp_block li {
  border-radius:0;
  position:relative;
  background-color:#f1f1f1;
  display:block
 }
 
 .pkp_block ul>li {
  border-bottom:1px solid rgba(0,0,0,.125)
 }
 
 .pkp_block ul>li a {
  color:#495464;
  padding:.75rem 1rem;
  display:flex
 }
 
 .pkp_block ul>li a:hover {
  text-decoration:none;
  background-color:#bbbfca
 }
 
 .pkp_block ul>li em {
  box-sizing:border-box;
  display:inline-block;
  font:1.09em/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  margin:0 15px 0 -10px;
  border-right:1px solid #e7e5e5;
  width:35px
 }
 
 
 /* #################################################################################### End of Block #################################################################################### */
 
 
 
 /* ####################################################################################  Abstract ################################################################################### */
 
 .item.abstract {
  text-align:justify;
  padding-top:0
}

 /* ####################################################################################  End of Abstract ################################################################################### */



.pkp_brand_footer {
  display:none
}


/*.  Sidebar */


.ui.segment {
 position:relative;
 background:#fff;
 box-shadow:0 1px 2px 0 rgba(34,36,38,.15);
 margin:1rem 0;
 padding:1em 1em;
 border-radius:.28571429rem;
 border:1px solid rgba(34,36,38,.15)
}

.ui.padded.segment {
 padding:1.5em
}

.ui[class*="very padded"].segment {
 padding:3em
}

.ui.padded.segment.vertical.segment,
.ui[class*="very padded"].vertical.segment {
 padding-left:0;
 padding-right:0
}

.ui.compact.segment {
 display:table
}

.ui.compact.segments {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex
}

.ui.compact.segments .segment,
.ui.segments .compact.segment {
 display:block;
 -webkit-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto
}

.ui.attached.label, .ui[class*="top attached"].label {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: .75em 1em;
  border-radius: .21428571rem .21428571rem 0 0;
}

.ui.label:first-child {
  margin-left: 0;
}

.ui.label, .ui.labels .label {
  font-size: .85714286rem;
}

.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 .14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}







.ui.attached.labeltemplate, .ui[class*="top attached"].labeltemplate {
  width: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: .75em 1em;
  border-radius: .21428571rem .21428571rem 0 0;
}

.ui.labeltemplate:first-child {
  margin-left: 0;
}

.ui.labeltemplate, .ui.labels .labeltemplate {
  font-size: .85714286rem;
}

.ui.labeltemplate {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 .14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0,0,0,.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}




.row [class^=col] {
    float: left;
    margin: .5rem 2%;
    min-height: .125rem
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    width: 96%
}

.col-1-sm {
    width: 4.33%
}

.col-2-sm {
    width: 12.66%
}

.col-3-sm {
    width: 21%
}

.col-4-sm {
    width: 29.33%
}

.col-5-sm {
    width: 37.66%
}

.col-6-sm {
    width: 46%
}

.col-7-sm {
    width: 54.33%
}

.col-8-sm {
    width: 62.66%
}

.col-9-sm {
    width: 71%
}

.col-10-sm {
    width: 79.33%
}

.col-11-sm {
    width: 87.66%
}

.col-12-sm {
    width: 96%
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.hidden-sm {
    display: none
}

@media only screen and (min-width:33.75em) {
    .container {
        width: 80%
    }
}

@media only screen and (min-width:45em) {
    .col-1 {
        width: 4.33%
    }

    .col-2 {
        width: 12.66%
    }

    .col-3 {
        width: 21%
    }

    .col-4 {
        width: 29.33%
    }

    .col-5 {
        width: 37.66%
    }

    .col-6 {
        width: 46%
    }

    .col-7 {
        width: 54.33%
    }

    .col-8 {
        width: 62.66%
    }

    .col-9 {
        width: 71%
    }

    .col-10 {
        width: 79.33%
    }

    .col-11 {
        width: 87.66%
    }

    .col-12 {
        width: 96%
    }

    .hidden-sm {
        display: block
    }
}

@media only screen and (min-width:60em) {
    .container {
        width: 75%;
        max-width: 60rem
    }
}

 .home_journal_description {
  box-shadow: 9px 10px 5px -10px rgb(224 224 224 / 75%);
  border: 1px solid #f3f3f3;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #eaeaea;
  background: linear-gradient(
    135deg,
    rgb(255 255 255) 0%,
    rgb(249 249 249) 47%,
    rgb(245 245 245 / 67%) 100%
  );
  padding: 10px 5px 20px 5px;
  font-size: 13.5px;
  text-align: justify;
  margin-left: -25px;
  width: 106.3%;
  margin-top: -27px;
}




/* CSS: Styling Sidebar Card */
.sidebar-card {
  background: linear-gradient(135deg, #667eea, #764ba2); /* Gradasi biru ke ungu */
  color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sidebar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.card-content {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.card-link {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
}

.card-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}


:root {
  --heritage-red: #6b1f1f;
  --heritage-orange: #d67e00;
  --heritage-light: #fdfaf6;
  --text-dark: #333;
}

.sidebar {
  width: 260px;
  padding: 1rem;
  background: var(--heritage-light);
  font-family: 'Segoe UI', sans-serif;
}

.sidebar-card {
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
}

.sidebar-title {
  font-size: 1.2rem;
  color: var(--heritage-red);
  border-bottom: 2px solid var(--heritage-orange);
  padding-bottom: 8px;
  margin-bottom: 1rem;
}

/* Accordion */
.accordion input.accordion-check {
  display: none;
}

.accordion-toggle {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-weight: bold;
  color: var(--text-dark);
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
  gap: 10px;
}

.accordion-toggle:hover {
  background-color: var(--heritage-red);
  color: white;
}

.accordion-toggle:hover .icon {
  fill: var(--heritage-orange);
}

.accordion .icon {
  width: 20px;
  height: 20px;
  fill: var(--heritage-red);
  transition: fill 0.3s;
}

.accordion-panel {
  padding-left: 32px;
  margin-bottom: 10px;
  display: none;
}

.accordion-panel a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: var(--text-dark);
  font-size: 0.95rem;
  transition: color 0.2s;
}

.accordion-panel a:hover {
  color: var(--heritage-orange);
}

/* Accordion Show/Hide via Checkbox */
.accordion-check:checked + .accordion-toggle + .accordion-panel {
  display: block;
}

