/* =================================================
   GLOBAL FIX – CENTER PAGE (ANTI MIRING)
   ================================================= */
.pkp_structure_page{
  margin-left:auto !important;
  margin-right:auto !important;
  float:none !important;
  max-width:1160px;
  background:#ffffff;
  box-shadow:0 0 12px rgba(0,0,0,.25);
}

/* =================================================
   PRIMARY MENU – MODERN & CENTERED
   ================================================= */
.pkp_navigation_primary_row{
  background:rgba(255,255,255,.75);
  backdrop-filter:blur(6px);
}

.pkp_navigation_primary_wrapper{
  max-width:1160px;
  margin:auto;
}

/* menu item */
#navigationPrimary > li > a{
  position:relative;
  padding:0 16px !important;
  line-height:44px !important;
  font-weight:700;
  color:#0b2a52 !important;
  transition:all .25s ease;
}

/* hover underline animation */
#navigationPrimary > li > a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:6px;
  width:0;
  height:3px;
  background:linear-gradient(135deg,#0b5ed7,#00c2ff);
  border-radius:4px;
  transform:translateX(-50%);
  transition:.25s ease;
}

#navigationPrimary > li > a:hover{
  color:#0b5ed7 !important;
}

#navigationPrimary > li > a:hover::after{
  width:70%;
}

/* active menu */
#navigationPrimary > li.current > a{
  color:#0b5ed7 !important;
}
#navigationPrimary > li.current > a::after{
  width:70%;
}

/* =================================================
   DROPDOWN MENU – SMOOTH & CLEAN
   ================================================= */
#navigationPrimary li ul{
  background:#0a1b2e !important;
  border-radius:10px;
  padding:6px 0;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}

#navigationPrimary li ul li a{
  color:#eaf4ff !important;
  padding:10px 16px !important;
  font-weight:600;
  transition:.25s ease;
}

#navigationPrimary li ul li a:hover{
  background:rgba(0,194,255,.18);
  color:#00c2ff !important;
  padding-left:22px !important;
}

/* =================================================
   HOME TABLE – CENTER & ELEGANT
   ================================================= */
.asro-home-table{
  width:100%;
  max-width:1000px;
  margin:30px auto;
  border-collapse:separate;
  border-spacing:0;
  background:#f9fbff;
  border:1px solid #dbe6f3;
  border-radius:16px;
  overflow:hidden;
}

.asro-home-thumb{
  background:#0b2a52;
  text-align:center;
}

.asro-home-thumb img{
  max-width:100%;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

/* =================================================
   FONT FIX (HAPUS ERROR margin:center)
   ================================================= */
html,body,*{
  font-family:Montserrat,-apple-system,"BlinkMacSystemFont",
  "Segoe UI","Roboto","Oxygen-Sans","Ubuntu",
  "Cantarell","Helvetica Neue",sans-serif;
}

/* =================================================
   RESPONSIVE MENU
   ================================================= */
@media(max-width:900px){
  #navigationPrimary > li > a{
    line-height:38px !important;
    padding:0 12px !important;
  }
}

























/* =================================================
   BODY BACKGROUND
   ================================================= */
body{
  background-image:url(https://i.ibb.co/s9RmR88/background1.jpg);
  background-repeat:repeat;
  background-attachment:scroll;
  background-position:0 0;
}

/* =================================================
   ASRO SIDEBAR
   ================================================= */
.asro-sidebar{
  background:#0a1b2e;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  margin-bottom:20px;
}

.asro-sidebar-header{
  background:linear-gradient(135deg,#0b5ed7,#00c2ff);
  text-align:center;
  padding:22px 14px;
  color:#ffffff;
}

.asro-sidebar-header img{
  max-width:80px;
  height:auto;
  margin-bottom:10px;
}

.asro-sidebar-title{
  font-size:15px;
  font-weight:800;
}

.asro-sidebar-sub{
  font-size:11px;
  opacity:.85;
}

.asro-menu-group{
  padding:10px;
}

.asro-item{
  display:flex;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,.05);
  margin-bottom:8px;
  padding:12px 14px;
  border-radius:12px;
  color:#eaf4ff;
  text-decoration:none;
  font-weight:600;
  transition:.25s ease;
}

.asro-item i{
  color:#00c2ff;
  min-width:18px;
}

.asro-item:hover{
  background:rgba(0,194,255,.18);
  transform:translateX(4px);
  color:#00c2ff;
}

/* =================================================
   ASROSAINTEK FOOTER
   ================================================= */
.asro-footer{
  background:#f5f6f8;
  border-top:1px solid #e5e7eb;
  margin-top:40px;
  font-size:14px;
  color:#374151;
}

.asro-footer-inner{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  box-sizing:border-box;
}

.asro-footer-col{
  line-height:1.7;
}

.asro-footer-title{
  font-size:15px;
  font-weight:700;
  margin-bottom:12px;
  color:#111827;
}

.asro-footer-menu{
  list-style:none;
  padding:0;
  margin:0;
}

.asro-footer-menu li{
  margin-bottom:8px;
}

.asro-footer-menu a{
  color:#1f2937;
  text-decoration:none;
}

.asro-footer-menu a:hover{
  color:#0b5ed7;
}

.asro-footer-contact{
  margin-top:12px;
  font-size:13px;
  color:#4b5563;
}

.asro-footer-bottom{
  text-align:center;
  padding:14px 10px;
  background:#eef0f3;
  font-size:13px;
  border-top:1px solid #e5e7eb;
}

/* =================================================
   ISSUE COVER
   ================================================= */
.obj_issue_toc .cover img{
  display:block;
  max-height:400px;
  width:auto;
  margin-left:inherit;
}

/* =================================================
   LEFT MENU
   ================================================= */
#leftmenu li a{
  text-decoration:none;
  border-top:1px solid #ffffff;
  color:#000000;
  display:block;
  background-color:#e0e0e0;
  padding:10px;
}

/* =================================================
   RESPONSIVE
   ================================================= */
@media (max-width:900px){
  .asro-footer-inner{
    grid-template-columns:1fr;
    text-align:center;
    gap:24px;
  }
}

@media (max-width:768px){
  .asro-sidebar{
    border-radius:14px;
  }
}























.journals ul .body .description a {
    display: inline;
}

html,
body,
* {
    Montserrat-apple-system,
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
    margin : center;

}
/*bacground top header*/
html, body {
    /*background-image: url(https://journal.ia-education.com/public/site/images/safaruddin/skulls.png)*/
    background-color: transparent;
}

/*Background tengah*/
body {
    height: 100%;
    /*background-image: url('https://app.apji.org/assets/img-bg/7_sumpah.png');*/
    background-color: #eeeeee;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
}

a {
    color: #112b3c;
}

a:hover {
    color: #fcac31;
}

.cmp_button_wire,
.obj_galley_link {
    font-family: "Montserrat", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #112b3c;
    color: #ffffff;
    border: 10px;


}


 /* rata kiri kanan archive */
.obj_issue_toc .description {
    text-align: justify;
  }
 /* rata kiri kanan archive */
.obj_issue_summary .description {
    text-align: justify;
 }

.obj_article_summary {
    background: #ffffff;
    border: 1px solid #111111;
    padding: 10px;
    border-radius: 0rem 1rem 0rem 0rem;
    box-shadow: 5px 5px #112b3c;
}

.obj_article_summary .item.doi .label {
	background: url(/public/site/images/administrator/icon-doi.png) left center no-repeat;
	width: 25px ! important; 
	height:24px !important; 
	color: transparent; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}

*.obj_article_summary .item.doi .value a {text-decoration: none !important; color: #187ac5}


.obj_article_summary .meta .authors:before { 
	content: "\f0c0";  font-family: FontAwesome; margin-right: 5px; color: #dc302b}


.obj_article_summary .item.stats .abstract, .obj_article_summary .item.stats .galley {
	position:relative;}   

.obj_article_summary .item.stats .abstract {
	margin-left: 25px; margin-right: 10px;}
.obj_article_summary .item.stats .abstract:before { 
	content: "\f080";  
	font-family: FontAwesome; 
	left:-20px; 
	position:absolute; 
	top:0; }

.obj_article_summary .item.stats .galley {
	margin-left: 25px;}

.obj_article_summary .item.stats .galley:before { 
	content: "\f1c1";  
	font-family: FontAwesome; 
	left:-20px; 
	position:absolute; top:0; }


.obj_article_details .abstract {
    text-align: justify;
}

.obj_issue_toc {
    margin-bottom: 30px;

}


.obj_issue_toc .galleys>h2,
.obj_issue_toc .section>h2,
.obj_issue_toc .galleys>h3,
.obj_issue_toc .section>h3 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 1.0715rem;
    background: #ffffff;
    font-size: 1.279rem;
    font-weight: 700;
    line-height: normal;
    color: #111111
}

.obj_issue_toc .cover img,
.obj_article_details .entry_details .cover_image img {
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.19);
}

.obj_issue_toc .heading .pub_id .id a {
    color: rgba(0, 0, 0, 0.99);
    text-decoration: none;
}

.obj_issue_toc .heading .pub_id .type,
.obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: rgb(0 0 0);
    text-transform: uppercase;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #9b392c;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}


/* Left Menu*/
/* lebar dari menu, saran saya tidak perlu di ubah */
.vertical-menu {
    width: 100%;
}

.vertical-menu a {
    background-color: #00626b;
    /* Warna pada bagian body menu */
    color: white;
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom: 1px solid #ffff;
    border-radius: 1rem 0rem 0rem 1rem;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
    /*Jenis font*/
}

.vertical-menu a:hover {
    background-color: #fcac31;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
    background-color: #111111;
    /* Warna pada header menu */
    color: white;
    /*Warna font*/
    font-family: Segoe UI, Calibri, Candara;
    /*Jenis font*/
}


/*make a submission*/
.vertical-menu-a a {
    background-color: #112b3c;
    /* Warna pada bagian body menu */
    color: rgb(255, 255, 255);
    /* Warna tulisan */
    display: block;
    font-weight: 700;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2), 0 5px 25px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border-radius: 1rem 1rem 1rem 1rem;
    font-family: Montserrat, Segoe UI, Calibri, Candara;
}

.vertical-menu-a a:hover {
    background-color: #fcac31;
    /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu-a a.active {
    background-color: #111111;
    color: white;color: white;

}

.pkp_footer_content {
    float: left;
    width: 100%;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_structure_footer_wrapper {
    background: #ffffff;
    border-bottom: double solid;
    border-bottom-color: #1111;
    border-bottom: 2.22rem solid #94ada8;
}
.pkp_site_name .is_img img {
    /* display: inline-block; */
    max-height: none !important;
    height: auto !important;
    width: 100% !important;
}

.has_site_logo .pkp_head_wrapper {
        padding-top: inherit;
    }

.pkp_brand_footer {
    display: none;
}

.pkp_structure_sidebar.left {
    background-color: #ffffff;
}
 /*mengatur jarak top header dan shadow body*/
.pkp_structure_page {
    margin-bottom: 0.5rem;
    max-width: 1160px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pkp_navigation_primary_row {
    background: rgba(255, 255, 255, 54%);
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {

    color: #ffffff !important;

}

.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: #fcac31;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
    background: #00626b !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search .search_controls a.headerSearchPrompt.search_prompt {
    font-family: Segoe UI, Calibri, Candara;
    color: #000000 !important
}

.pkp_site_name_wrapper {
    background-image: url('');

    background-attachment: fixed;
    background-position: top;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {
    font-family: Segoe UI, Calibri, Candara;
}

#navigationPrimary a {
    color: #000000;
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: Segoe UI, Calibri, Candara;
    font-size: 1.5em;
}

.published::before {
    content: url('https://i.ibb.co/sjLksPz/calendar-1.png');
    font-family: Segoe UI, Calibri, Candara;
    top: 0;
    color: #fcac31;
}

.current_issue_title::before {
    content: url('https://i.ibb.co/9vw0PkC/book.png');
    font-family: Segoe UI, Calibri, Candara;
    top: 0;
    color: #fcac31;
}

ul.galleys_links li {
    font-size: 10pt;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: rgb(0, 0, 0);
}

.pkp_navigation_search_wrapper a:hover {
    color: #112b3c;
}

.pkp_structure_footer_wrapper a {
    color: #111111;
}

.pkp_structure_footer_wrapper a:hover {
    color: #fcfcfc;
}

.pkp_block {
    padding: 1rem 1.43rem 0.5rem 1.43rem;
}













  .asro-home-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#f9fbff;
    border:1px solid #dbe6f3;
    border-radius:14px;
    overflow:hidden;
    margin:20px 0;
    font-family: "Times New Roman", serif;
  }

  .asro-home-table td{
    padding:18px;
    vertical-align:top;
  }

  .asro-home-thumb{
    width:32%;
    background:#0b2a52;
    text-align:center;
  }

  .asro-home-thumb img{
    max-width:100%;
    height:auto;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
  }

  .asro-home-title{
    font-size:22px;
    font-weight:bold;
    color:#0b2a52;
    margin-bottom:6px;
  }

  .asro-home-tagline{
    font-size:14px;
    font-style:italic;
    color:#444;
    margin-bottom:14px;
  }

  .asro-home-section-title{
    font-size:15px;
    font-weight:bold;
    color:#0b2a52;
    margin:14px 0 6px;
  }

  .asro-home-text{
    font-size:14px;
    line-height:1.65;
    text-align:justify;
    color:#222;
  }

  @media(max-width:900px){
    .asro-home-table, .asro-home-table tr, .asro-home-table td{
      display:block;
      width:100%;
    }
    .asro-home-thumb{
      width:100%;
    }
  }



@media (min-width: 992px) {
    .container {
       margin-bottom: 0.5rem;
   	 	max-width: 1160px;
    	background: #ffffff;
   		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}







