/*! This file is auto-generated */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap";
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';

/* Semua judul artikel: default ungu */
.obj_article_summary .title,
.obj_article_summary .title a,
.page_issue .obj_article_summary .title a,
.obj_article_details .page_title,
.obj_article_details h1,
.obj_article_details h1 a,
.current_issue_title,
.current_issue_title a {
  color: #1e5359!important;
  text-decoration: none;
}

/* Membuat semua paragraf dan konten artikel menjadi justified */
.pkp_structure_main p,
.pkp_structure_main div,
.pkp_structure_main span,
.pkp_structure_main li,
.pkp_structure_main td,
.pkp_structure_main th {
    text-align: justify !important;
}

/* Setiap artikel sebagai box profesional */
.cmp_article_list.articles .obj_article_summary {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border: 1px solid #1e5359;
  padding: 16px;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

/* Khusus untuk isi artikel full text */
.obj_article_details .main_entry,
.page_article .article_details,
.page_issue .issue_description {
    text-align: justify !important;
}
/* Logo tetap proporsional */
.collab-logos img {
  max-width: 60px;
  height: auto;
  display: block;
}

/* Container logo horizontal, jarak lebih rapat */
.collab-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px; /* lebih rapat dari sebelumnya */
  margin-top: 8px;
  background-color: transparent; /* atau bisa pakai #ffffff untuk putih */
}

/* nama penulis pada detail */
.name {
    color: #1e5359;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #1e5359;
    color: white;
    font-weight: bold;
}

/* Hover untuk efek elegan */
.cmp_article_list.articles .obj_article_summary:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Responsif: satu kolom untuk mobile */
@media (max-width: 768px) {
  .cmp_article_list.articles {
    grid-template-columns: 1fr;
  }
}

/* untuk daftar artikel */
a {
    color: #1e5359;
}

a:hover {
    color: #1e5359;
}

.cmp_button_wire,
.obj_galley_link {
    background: #1e5359;
    border: 1px solid #1e5359;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #1e5359;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #1e5359;
}

html,body {  
  background-image: url("https://proceeding.lemhannas.com/gambar/noisy-grid.png");  
}

.pkp_structure_content {
  background: #ffff;
}

.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}

/* ==== GAMBAR/IKON ==== */
.pkp_block img {
    max-width: 100%;
    display: block;
    margin: 0.5rem auto;
}

/* ==== MAPS, FLAG, STATISTIK ==== */
.flagcounter, .statcounter, .googlemaps {
    background: #f0f0f0;
    border: 1px solid #ccc;
    margin: 0.5rem auto;
    padding: 0.5rem;
    border-radius: 8px;
}

/* ==== SIDEBAR CONTAINER ==== */
.pkp_structure_sidebar {
    background-color: #1e5359;
    padding: 1.5rem;
    border-left: 1px solid #e0e0e0;
}

/* ==== SETIAP BLOK SIDEBAR ==== */
.pkp_block {
    background-color: #f9f9f9;
    padding: 1rem 1.2rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.pkp_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
/* Target gambar pertama di dalam additional_content */
.pkp_page_index .additional_content > p:first-child,
.pkp_page_index .additional_content > p:first-child > img {
  margin: 0 !important;
  padding: 0 !important;
}

/* Pastikan gambar tidak punya margin/padding dan tampil blok */
.pkp_page_index .additional_content img {
  display: block;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 60%;
  height: auto;
  max-width: 60%;
  border: none;
}

/* Override default container padding if gambar berada di dalamnya */
.pkp_page_index .additional_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Hilangkan margin dan padding hanya untuk paragraf pertama yang memuat gambar */
.pkp_page_index .additional_content > p:first-child {
  margin: 0 !important;
  padding: 0 !important;
}
/* Hilangkan margin/padding hanya pada gambar di paragraf pertama */
.pkp_page_index .additional_content > p:first-child > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.pkp_page_index .additional_content p:first-child {
  margin-left: -15px;
  margin-right: -15px;
}

.pkp_page_index .additional_content p:first-child img {
  width: calc(70% + 30px); /* 15px kiri + 15px kanan */
  max-width: unset;
  height: auto;
  display: block;
}


/* #################################################################################### Head #################################################################################### */

/*.pkp_structure_head {
  position:relative;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(107.2deg, rgb(150, 15, 15) 10.6%, rgb(247, 0, 0) 91.1%);
  
}*/



/*.pkp_structure_head {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  background-image: url();
  background-repeat-y: no-repeat;
  background-repeat-x: repeat;
}*/

/* #################################################################################### End of Head #################################################################################### */


/*Menu Atas */









/* end */






/* 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 */



.obj_article_details div.main_entry ul.authors {
  padding-top: 0;

  padding: 20px 30px 10px 15px;
  background: #fdfdfd;
  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(255 255 255) 100%
  );
  width: 100%;
}






/* 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-color: #63a91f;
background-image: linear-gradient(314deg, #561fa9 0%, #1e5359 74%);
  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-color: #63a91f;
background-image: linear-gradient(314deg, #561fa9 0%, #1e5359 74%);
  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;
}





/* 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 1px 5px -2px rgb(0 0 0 / 13%);
  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(249 249 249) 0%,
      rgb(255 255 255) 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 */


.uvp-list ul {
  font-family: 'Work Sans', sans-serif;
  padding: 0.5rem;
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  border: solid 1px #bababa;
  padding: 1rem 2rem;
  max-width: 100%;
}

.uvp-list ul {
  list-style: none;
}

.uvp-list ul > li {
  clear: left;
  padding: .5rem 0;
}
 
.uvp-list ul > li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}

.uvp-list ul > li:before { 
  background: url("https://info.openpath.com/hubfs/checkmark-round-orange.svg");
  background-size: cover;
  background-position: center;
  padding: .15rem;
}
