:root {
  --primary: #287bd8 !important;
  --extended_banner_color: #057acd !important;
  --max_width_banner: 1250px !important;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none !important;
  color: var(--primary) !important;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img {
  width: 100% !important;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--extended_banner_color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pkp_site_name .is_img img {
  width: 100% !important;
  max-height: none !important;
  max-width: var(--max_width_banner) !important;
}

/*========TOP NAV========*/

#headerNavigationContainer {
  @media (min-width: 992px) {
    border-top: solid 46px #1c5799;
  }
}

/* Tombol login, register, dropdown menu */
.pkp_navigation_user_wrapper {
  width: 100%;
  right: auto !important;
  padding-right: 0 !important;
  top: -40px !important;
}

.pkp_navigation_user > li:last-child > a {
  margin-right: 0 !important;
}
/*===================== */

@media (min-width: 992px) {
  .pkp_structure_content {
    max-width: 1300px !important;
    width: 100% !important;
    padding: 0 2rem !important;
  }
}
.pkp_structure_content {
  background: white !important;
}

/* h1 */
h1 {
  position: relative !important;
  left: 0 !important;
  display: block;
  overflow: hidden;
  color: var(--primary);
  border-bottom: none;
}

h1:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 4px solid #febb37;
  margin-bottom: 0.5rem;
}

/* h2 */
h2 {
  color: var(--primary);;
}

/*Membuat header menjadi full */

.pkp_structure_head {
  position: relative !important;
  z-index: 100 !important;
  background-color: #fff !important;
  border-bottom: none !important;
}

@media (min-width: 992px) {
  .pkp_structure_page {
    margin-top: 0 !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
    max-width: 100% !important;
  }

  .pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
    background: none !important;
    width: 100% !important;
  }

  .pkp_head_wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-bottom: 0 !important;
  }
}
/*===================== */

/*Memperlebar body*/
@media (min-width: 992px) {
  .pkp_structure_main {
    padding: 0 0 6.429rem 1rem !important;
    width: calc(100% - 300px - 8px);
  }
}
/*===================== */

/*Main Navigation */
.pkp_site_nav_menu {
  margin: auto !important;
  background: #ecf3fb !important;
}

@media (min-width: 992px) {
  .pkp_navigation_primary_row {
    max-width: 1300px !important;
    margin: auto !important;
    padding: 0.4rem 2rem !important;
    background: #ecf3fb !important;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper,
  .pkp_site_nav_menu,
  /* .pkp_navigation_user_wrapper {
    max-width: 952px !important;
  } */

  .pkp_navigation_user_wrapper {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .pkp_site_nav_menu,
  .pkp_navigation_user_wrapper,
  /* .pkp_navigation_primary_wrapper {
    max-width: 1160px !important;
  } */

  .pkp_navigation_primary_wrapper {
    max-width: 100% !important;
  }
}

#navigationPrimary > li > a {
  color: var(--primary);;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-transition: border-bottom 0.3s ease;
}

/*===================== */

/*set icon untuk mengaktifkan font awesome */
#navigationPrimary > li > a:before {
  border-bottom-width: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 0.25em;
  color: var(--primary);;
}

/*icon untuk list  (Home) */
#navigationPrimary > li:nth-child(1) > a:before {
  content: "\f015";
}
/*===================== */

/*icon untuk list  (Current) */
#navigationPrimary > li:nth-child(2) > a:before {
  content: "\f02d";
}
/*===================== */

/*icon untuk list  (Archives) */
#navigationPrimary > li:nth-child(3) > a:before {
  content: "\f187";
}
/*===================== */

/*icon untuk list  (Annoucement) */
#navigationPrimary > li:nth-child(4) > a:before {
  content: "\f0f3";
}
/*===================== */

/*icon untuk list  (About) */
#navigationPrimary > li:nth-child(5) > a:before {
  content: "\f05a";
}
/*===================== */

/*about the journal*/

.pkp_page_index .homepage_about {
  padding-top: 2.143rem;
  padding-bottom: 0;
}

.pkp_structure_main h2 {
  margin: 0;
}

/*===================== */

/*additional content*/
/* .homepage_about p {
  margin: 0 !important;
  padding: 0.4rem 2rem 0 2rem !important;
}

.homepage_about table {
  margin: 0 !important;
  padding: 0 2rem 2ree 2rem !important;
}

.pkp_page_index .additional_content {
  margin: 0 !important;
  padding: 0.4rem 2rem 2rem 2rem !important;
  border: 1px solid var(--primary); !important;
  border-radius: 0 4px 4px 4px !important;
} */
/*===================== */

/*Judul Additional Content*/
.homepage_about h2 {
  display: block;
  overflow: hidden;
  color: var(--primary);
  border-bottom: none;
  text-transform: uppercase;
}

.homepage_about h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 4px solid #febb37;
  margin-bottom: 0.5rem;
}
/*===================== */

/*Isi Additional Content*/
.homepage_about table {
  padding: 1.5rem;
  background: rgb(40, 123, 216);
  background: linear-gradient(
    90deg,
    rgba(40, 123, 216, 1) 30%,
    rgba(32, 99, 174, 1) 60%
  );
  color: #fff;
  border-radius: 4px;
}

.homepage_about a {
  color: #ffc34e !important;
}

.homepage_about a:hover {
  color: #f3a915 !important;
}
/*===================== */


/*---------Current Issue-----------*/

/*Set Margin*/
section.current_issue {
  margin-top: 4rem;
}

/*membuat shadow */
section div.obj_issue_toc {
  padding: 1.5rem;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 4px 0 4px;
}

/*tulisan current issue*/
.pkp_page_index .current_issue h2 {
  display: block;
  overflow: hidden;
  color: var(--primary);;
  border-bottom: none;
}

.pkp_page_index .current_issue h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 4px solid #febb37;
  margin-bottom: 0.5rem;
}

/*judul current issue*/
.current_issue_title {
  display: inline-block;
  background-color: var(--primary);;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
  margin-top: 0.8rem !important;
}

/*articles*/
.section > h3 {
  display: block !important;
  overflow: hidden;
  color: var(--primary) !important;
  font-weight: 600 !important;
  font-size: 1.3rem !important;
}

.section > h3:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 2px solid #febb37;
  margin-bottom: 0.5rem;
}

/* list article */
.obj_article_summary > .title {
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

.obj_article_summary > .title a {
  color: var(--primary) !important;
}

.obj_article_summary > .title a:hover {
  color: #1c5799 !important;
}

.obj_issue_toc .galleys_links {
  gap: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}

/*pages*/
.pages:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0f6";
  color: #febb37;
  padding-right: 8px;
}
/* DOI */
.doiInSummary {
  color: #1c5799 !important;
  background-size: 17px !important;
  /* height: 30px !important; */
  background: url(http://localhost/ojskp/templates/images/icons/DOI_logo.svg)
    no-repeat center left;
  padding: 5px 0 5px 24px;
  font-size: 0.85em;
  color: #5379a9;
  margin: 0 !important;
}

.doiInSummary strong {
  display: none;
}

/*file setiap article */
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #febb37;
  color: white !important;
}

.obj_galley_link {
  color: white !important;
  -webkit-transition: background-color 0.3s ease;
}

/*button view all issues*/
.read_more {
  float: right;
  padding-left: 8px;
  background: var(--primary);
  color: white !important;
  border-radius: 0 0 4px 4px;
  -webkit-transition: background-color 0.3s ease;
}

.read_more:after {
  top: 0 !important;
}

.read_more:hover {
  background: #febb37;
  color: white !important;
}

.icon-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #474648;
  font-weight: 500;
}

.icon-view {
  width: 18px !important;
  height: 18px !important;
}

.galleys_links {
  flex-direction: column !important;
  gap: 0.5rem;
  margin-top: 0.5rem !important;
}
/*-------=====================-----------*/

/*---------Footer-----------*/
.pkp_structure_footer {
  width: 100% !important;
  padding: 0 !important;
}
.pkp_structure_footer_wrapper {
  background-color: var(--primary) !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.pkp_footer_content {
  padding: 0 !important;
}

@media (max-width: 992px) {
  .pkp_footer_content img {
    object-fit: cover;
    max-width: 300px !important;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
}
.row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .row {
    flex-wrap: wrap;
  }
}
ul {
  list-style: none;
}
.footer {
  background-color: #24262b;
  padding: 70px 0;
}
.footer-col {
  padding: 0 15px;
}

.footer-col-1 {
  display: flex;
}

.footer-col h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  position: relative;
  color: #fff;
}

.footer-col h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #febb37;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #e3e3e3;
  padding-left: 8px;
}

.issn-text a{
  font-size: 16px;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.issn-text a:hover {
  color: #e3e3e3 !important;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff !important;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #febb37 !important;
  background-color: #fff;
}

.footer-col ul {
  padding: 0;
}

.footer-parent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.footer-parent p{
  text-transform: uppercase;
}

.footer-informatika{
  font-weight: 700;
}

.footer-logo{
  width: 90px;
}

.pkp_brand_footer {
  padding: 0 !important;
}

/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .flooter-col-1 {
    width: 30% !important;
    flex: none !important;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }

  .flooter-col-1 {
    width: 30% !important;
    flex: none !important;
  }
}

.social-links a:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.social-links a:before {
  content: "\f0e0";
}

/*-------=====================-----------*/

@media (max-width: 767px) {
  .profile a {
    margin-top: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*==============Navigation Button==================*/

@media (min-width: 992px) {
  #navigationPrimary ul {
    background: white !important;
  }
  #navigationUser {
    max-width: 1300px !important;
    margin: auto !important;
    padding: 0 2rem !important;
  }
  #navigationUser > li > a {
    color: #d5dfec !important;
    -webkit-transition: border-bottom 0.3s ease;
    padding: 0.5rem 0.8rem !important;
    font-weight: 500 !important;
    border: none !important;
    background: transparent !important;
  }

  #navigationUser > li > a:hover {
    color: #fff !important;
    border-bottom: 1px solid #febb37 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  #navigationUser > li > a:active {
    color: #fff !important;
    border-bottom: 1px solid #febb37 !important;
    background: transparent !important;
    text-decoration: none !important;
  }

  #navigationUser > li > a:focus {
    color: #fff !important;
    border-bottom: 1px solid #febb37 !important;
    background: transparent !important;
    text-decoration: none !important;
  }
}

#navigationUser li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 4px;
  margin-left: -3px;
}

#navigationUser > li:nth-child(1) > a {
  margin-right: 0.6rem !important;
}

/*icon untuk list pertama (Register) */
#navigationUser > li:nth-child(1) > a:before {
  content: "\f2be";
}
/*===================== */

/*icon untuk list pertama (Login) */
#navigationUser > li:nth-child(2) > a:before {
  content: "\f090";
}


#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
  border-color: #febb37 !important;
}

@media (max-width: 992px) {
  .pkp_site_nav_menu a {
    color : var(--primary) !important;
    font-weight: 500 !important;
  }
}


.dropdown-menu > .profile > a {
  color: var(--primary) !important;
  background-color: #fff;
  -webkit-transition: border-left 0.1s ease;
  font-weight: 500;
}

.dropdown-menu > .profile > a:hover {
  background-color: #fff;
  cursor: pointer;
  font-weight: 700;
  border-left: 4px solid #febb37;
}

.pkp_brand_footer img {
  display: none;
}

.pkp_navigation_primary > li > a:hover {
  font-weight: 700 !important;
}

.active_main_navigation {
  border-bottom: 2px solid #febb37 !important;
  font-weight: 700 !important;
}

.pkp_navigation_primary ul a:hover {
  background-color: #febb37 !important;
  color: #fff !important;
  -webkit-transition: background-color 0.3s ease;
}

@media (min-width: 992px) {
  .pkp_navigation_primary > li:last-child a {
    margin-right: 0 !important;
  }
}

/*Search Button*/

.pkp_navigation_search_wrapper > .pkp_search {
  color: var(--primary) !important;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
}

.pkp_navigation_search_wrapper > .pkp_search:hover {
  border-bottom: 2px solid #febb37 !important;
  font-weight: 700 !important;
}

/*-------=====================-----------*/

/*===========SIDEBAR=============*/
.sidebar-title {
  background-color: var(--primary);
  color: #fff;
  padding: 8px 18px;
  /* display: inline-block; */
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
  text-align: center;
}

.sidebar-body {
  width: 100%;
  border-top: none !important;
  margin: 0 !important;
  padding: 1rem !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}

.sidebar.license .sidebar-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pkp_block {
  padding: 1rem 2rem !important;
}

@media (max-width: 992px) {
  .pkp_structure_sidebar.left {
    padding-top: 3rem !important;
  }

  .pkp_structure_footer_wrapper {
    margin-top: 4rem !important;
  }
  .pkp_structure_sidebar.left .pkp_block.block_custom{
    padding
  };
}

.sidebar img:hover {
  box-shadow: 0px 10px 15px 0px rgba(36, 111, 196, 0.1);
}

.sidebar img {
  -webkit-transition: all 0.3s ease;
}

.template img {
  width: 80px;
}

.sidebar-body-template-parent{
  width: 100%;
  border-top: none !important;
  margin: 0 !important;
  padding: 1rem !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}

.sidebar-body-template-parent p{
  text-align: center !important;

}

.sidebar-body-template {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}

.sidebar-body-indexed {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

img.license-img {
  max-width: 222px !important;
}

@media (min-width: 992px) {
  .pkp_structure_sidebar:before {
    border-left: none !important;
  }
}
/*-------=====================----*/

/*===========ANNOUCEMENT=============*/
.page_index_journal {
  padding-top: 0.6rem;
}

.page_index_journal .additional_content img {
  margin-bottom: 2rem;
}
.page_index_journal .cmp_announcements h2 {
  position: relative !important;
  left: 0 !important;
  display: block;
  overflow: hidden;
  color: var(--primary);
  border-bottom: none;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

.page_index_journal .cmp_announcements h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 4px solid #febb37;
  margin-bottom: 0.5rem;
}

.cmp_announcements {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 4rem !important;
}

.obj_announcement_summary {
  padding: 0 !important;
  margin-top: 0.8rem !important;
  width: 100% !important;
}

.obj_announcement_summary h3 {
  display: inline-block !important;
  background-color: var(--primary);
  padding: 8px 18px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
}

.obj_announcement_summary h3 a {
  color: #fff !important;
}
.obj_announcement_summary .date {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  box-shadow: -7px -8px 16px -9px rgba(0, 0, 0, 0.1);
  border-radius: 0 4px 0 0;
}

.obj_announcement_summary .summary {
  padding: 0;
  margin: 0;
  margin-top: -20px;
}

.obj_announcement_summary .summary p {
  padding-top: 20px !important;
  text-align: justify;
  padding: 0.714rem 1.5rem 1.5rem 1.5rem;
  margin: 0;
  box-shadow: -3px 9px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 4px;
}

.cmp_announcements .more {
  padding: 0 !important;
  margin-top: 0.8rem !important;
}

/*menghilangan border */
@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    border-left: none;
  }
}

.pkp_page_index .cmp_announcements {
  border-bottom: none;
}

/*-------=====================----*/

/*===========DETAIL ARTICLE=============*/
.pkp_page_article .author_bios div.label {
  color: var(--primary) !important;
}
.pkp_page_article .pkp_structure_main {
  width: 100% !important;
}

.obj_article_details .main_entry {
  flex: 4 !important;
  width: 100% !important;
}

.obj_article_details .main_parent {
  flex: 4 !important;
  width: 100% !important;
}

.page_title {
  color: var(--primary);
  margin-bottom: 0.5rem !important;
}

.page_title:after {
  border-top: none !important;
}

.obj_article_details .row{
  margin-top: 1rem !important;
}

.detail-article-tabs{
  padding-top : 2rem;
}

.obj_article_details .main_entry .item-authors{
  padding : 2rem 0 !important;
  padding-left: 0.4rem !important;
}

@media (min-width: 768px){
  .obj_article_details .main_entry .item-authors{
    padding : 1.43rem !important;
  }
  .detail-article-tabs{
    padding : 1.43rem 1.43rem 0 1.43rem;
  }

  .obj_article_details .main_entry .item{
    margin: 0 1.43rem!important;
  }
}

@media (min-width: 992px) {
  .obj_article_details ul.authors {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
  }

  .obj_article_details .main_entry .item-authors{
    padding : 2.143rem !important;
  }

  .detail-article-tabs{
    padding :0 2.143rem;
  }
  .obj_article_details .main_entry .item{
    margin: 0 2.143rem !important;
  }
}

.authors .name {
  color: var(--primary);
}

.authors li{
  flex: 1;
}

.authors .name:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f007";
  color: #febb37;
  padding-right: 4px;
}

.authors .affiliation:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f19c";
  color: #a9a9a9;
  padding-right: 4px;
  margin-left: -3px;
}

.authors .email:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0e0";
  color: #a9a9a9;
  padding-right: 8px;
  margin-left: -3px;
}

.authors .userGroup {
  display: none !important;
}

ul.authors li:last-child {
  margin-bottom: 0 !important;
}

.obj_article_details .authors li {
  margin-bottom: 1.5rem;
}

.main_entry h2.label {
  color: var(--primary) !important;
}

/*Supaya sidebar utama tidak muncul pada saat membuka halaman detail artikel*/
.pkp_page_article .pkp_structure_sidebar {
  display: none;
}

/* DOI Icon */
.obj_article_details .doi {
  background-size: 17px !important;
  /* height: 30px !important; */
  background: url(http://localhost/ojskp/templates/images/icons/DOI_logo.svg)
    no-repeat top left;
  padding: 0px 0 5px 24px;
  font-size: 0.85em;
  color: #5379a9;
}

.obj_article_details .doi a {
  color: #5379a9 !important;
  text-decoration: none;
}

.obj_article_details .doi a:hover {
  color: var(--primary) !important;
}

.obj_article_details .item.doi .label {
  display: none;
}

.main_entry p {
  text-align: justify;
}

.obj_article_details .main_entry .item{
  padding: 1.5rem !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02) !important;
  border : 1px solid #ecf3fb !important;
  border-radius: 4px !important;
  margin-bottom: 1.5rem !important;
}




/* @media (min-width: 992px) {
  .citation .sub_item.citation_display .value {
    margin: 0 2.143rem !important;
  }
} */


/*DETAIL ARTICLE TABS*/
.detail-article-tabs {
  overflow-x : auto;
}

@media (min-width: 992px) {
  .detail-article-tabs {
    margin-top : 1.2rem !important;
  }
}

.detail-article-tabs ul{
  width: max-content !important;
}
.detail-article-tabs ul{
  display:flex;
  list-style-type: none;
  padding: 0;
  width: min-content;
  gap: 0.6rem;
  margin: 0 !important;
  margin-bottom: 0.8rem !important;
}

.detail-article-tabs li {
  background: #ecf3fb;
  color: var(--primary);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor : pointer;
  -webkit-transition: all 0.3s ease;
}

.detail-article-tabs li:hover {
  background: var(--primary);
  color: white;
}

.detail-article-tabs li.active{
  cursor: auto;
  background: var(--primary);
  color: white;
}

/*-------=====================----*/

/*===========SIDEBAR ARTICLE=============*/
.galleys_links li {
  width: fit-content;
}

@media (min-width: 992px) {
  .obj_article_details .entry_details {
    padding-right: 2.143rem !important;
    flex: 1 !important;
  }
}

.entry_details .galleys_links {
  background-color: #ecf3fb !important;
  margin-top: 0 !important;
}

.entry_details .item .label,
.entry_details .pkp_screen_reader{
  position: relative !important;
  background: var(--primary) !important;
  left: 0 !important;
  color: #fff !important;
  padding: 8px 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 0.8rem !important;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
  text-align: center;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label{
  display: block !important;
  padding: 8px 18px !important;
  border-bottom: none !important;
  margin: 2.143rem 0 0 0 !important;
}

ul.value.galleys_links {
  padding: 1rem !important;
}

.entry_details .item .value {
  background-color: white !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 0 0 4px 4px !important;
}


div.item.issue {
  background: transparent !important;
}

.obj_article_details .entry_details .item {
  box-shadow: none !important;
}

.obj_article_details .entry_details .item.copyright {
  background-color: white !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02) !important;
  border-radius: 0 0 4px 4px !important;
}

.obj_article_details .entry_details .item.copyright a {
  padding: 0 1rem !important;
}
.obj_article_details .entry_details .item.copyright p {
  padding: 0 1rem !important;
}

/*-------=====================----*/

/*===========SECOND MENU=============*/
#customblock-second-menu {
  margin-top: 1rem;
}
.each-menu {
  padding: 14px 10px 10px 20px;
  background: #ecf3fb !important;
  margin-bottom: 0.4rem;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: border-left 0.1s ease;
}

.each-menu:hover {
  cursor: pointer;
  font-weight: 700;
  border-left: 4px solid #febb37;
}

.each-menu a {
  color: var(--primary);
  font-size: 1rem;
}

.second-menu .fa {
  width: 40px;
}
/*-------=====================----*/

/*===========Archives Page=============*/
.obj_issue_summary .title {
  color: var(--primary) !important;
}

/*-------=====================----*/

/*===========Annoucement Page=============*/
.page_announcements .cmp_announcements li {
  border-bottom: none !important;
  padding: 0 !important;
  padding-bottom: 3rem !important;
}

.page_announcements h2 {
  display: inline-block !important;
  background-color: var(--primary);
  padding: 8px 18px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0 !important;
}

.page_announcements h2 a {
  color: #fff !important;
}

.page_announcements h2 a:hover {
  color: #fff !important;
}

/*-------=====================----*/

/*===========Detail Annoucement Page=============*/
.page_announcement h1 {
  color: var(--primary);
}

.page_announcement .date:before {
  color: #febb37;
}
/*-------=====================----*/

/*===========page_issue_archive=============*/
.page_issue_archive p {
  text-align: justify;
}

.page_issue_archive .obj_issue_summary {
  padding: 24px 16px 12px !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 8px;
}

.page_issue_archive .issues_archive {
  margin: 0 !important;
  gap: 1rem !important;
  display: grid;
  grid-template-columns: 1fr;
}


@media (min-width: 992px) {
  .page_issue_archive .issues_archive{
    grid-template-columns: 1fr 1fr;
  }
}

.page_issue_archive .issues_archive > li {
  padding: 0 !important;
}

.page_issue_archive li h2 {
  margin-bottom: 1rem !important;
}

.page_issue_archive li h2 > a {
  font-size: 1.2rem !important;
}

.page_issue_archive .obj_issue_summary .description {
  display: none;
}

.page_issue_archive .obj_issue_summary .cover {
  margin: 0 1rem 0 0 !important;
  width: 180px !important;
}

.page_issue_archive .obj_issue_summary .cover img {
  overflow: hidden;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .page_issue_archive .obj_issue_summary .cover {
    margin-bottom: 1rem !important;
  }
}
/*-------=====================----*/

/*===========Detail Archives Page=============*/
.page_issue h1 {
  color: var(--primary);
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
  background-color: var(--primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 4px 4px 0 0;
}

.page_issue h1:after {
  border-top: none !important;
}

.page_issue h2 {
  color: var(--primary) !important;
  margin-bottom: 2rem !important;
  display: block !important;
  overflow: hidden;
  font-weight: 600 !important;
  border: none !important;
}

.page_issue h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 2px solid #febb37;
  margin-bottom: 0.5rem;
}

.page_issue .sections {
  margin-top: 2rem !important;
}

.page_issue p {
  text-align: justify;
}

.page_issue .obj_issue_toc {
  padding: 20px 24px !important;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  /* 0px 0px 56px rgba(69, 69, 69, .2); */
  border-radius: 0 8px 8px 8px;
  margin-top: -6px;
}
/*-------=====================----*/

/*===========Breadcrumbs=============*/
.cmp_breadcrumbs {
  display: block;
}
.cmp_breadcrumbs .separator {
  display: none;
}

.cmp_breadcrumbs ol {
  list-style: none;
  display: inline-table;
}

.cmp_breadcrumbs li {
  display: inline;
}

@media (max-width: 992px) {
  .cmp_breadcrumbs a {
    margin-bottom: 0.5rem !important;
  }
}

.cmp_breadcrumbs a {
  display: block;
  float: left;
  height: 32px;
  background: #ecf3fb;

  text-align: center;
  padding: 6px 6px 0 24px;
  position: relative;
  margin: 0 10px 0 0;

  font-size: 12px;
  font-weight: 700;
  color: var(--primary) !important;
  text-decoration: none;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease;
}

.cmp_breadcrumbs a:after {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #f3f5fa;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
}

.cmp_breadcrumbs a:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  left: 0;
  top: 0;
}

.cmp_breadcrumbs li:first-child a:before {
  display: none;
}

.cmp_breadcrumbs li:first-child a {
  border-radius: 4px 0 0 4px;
  padding: 6px 6px 0 12px;
}

.cmp_breadcrumbs .current span {
  display: block;
  float: left;
  height: 32px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;

  text-align: center;
  padding: 6px 12px 0 24px;
  position: relative;
  margin: 0 10px 0 0;

  font-size: 10px;
  text-decoration: none;

  border-radius: 0 4px 4px 0;
}

.cmp_breadcrumbs .current span:after {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #f3f5fa;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  display: none;
}

.cmp_breadcrumbs .current span:before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.cmp_breadcrumbs li a:hover {
  background: var(--primary);
  color: #fff !important;
}
.cmp_breadcrumbs li a:hover:after {
  border-left-color: var(--primary);
  color: #fff !important;
}

/*-------=====================----*/

/*===========Text Field =============*/

input,
select {
  height: 36px !important;
  border: 1px solid #eaeaea !important;
  border-radius: 4px !important;
}

input:focus {
  text-decoration: none !important;
  /* border: 1px solid var(--primary) !important; */
  /* box-shadow: 0 0 0 0.2rem rgba(36, 111, 196, 0.25) !important; */
  box-shadow: 0 0 0 0.1rem var(--primary) !important;
}

input[type="text"] {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.page_lost_password .buttons button,
.page_login .buttons button,
.page_register .buttons button {
  background-color: var(--primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0.2rem 1rem !important;
  box-shadow: none !important;
  -webkit-transition: background-color 0.3s ease;
}

.page_lost_password .buttons button:hover,
.page_login .buttons button:hover,
.page_register .buttons button:hover {
  background-color: #1c5799 !important;
  cursor: pointer;
}

.page_lost_password .buttons a,
.page_login .buttons a,
.page_register .buttons a {
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 4px !important;
  padding: 0.2rem 1rem !important;
  margin-right: 0rem !important;
  -webkit-transition: all 0.3s ease;
}

.page_lost_password .buttons a:hover,
.page_login .buttons a:hover,
.page_register .buttons a:hover {
  background-color: #eaeaea !important;
  cursor: pointer;
}

.page_lost_password .label,
.page_register .label,
.page_login .label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #555;
}

/*-------=====================----*/

/*===========Text Field login=============*/
.page_login p {
  display: none;
}

.page_login .username {
  margin-top: 1rem;
}

.page_login .password input {
  margin-bottom: 1rem !important;
}

.page_login .password a {
  color: var(--primary) !important;
  text-decoration: none;
}

.page_login .password a:hover {
  color: #1c5799 !important;
}

.page_login .checkbox .label {
  margin-bottom: 0 !important;
}

.page_login .checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page_login .buttons {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}
/*-------=====================----*/

/*===========Text Field Register=============*/
.page_register h1 {
  margin-bottom: 2.2rem !important;
}
.page_register p {
  display: none;
}

.page_register legend {
  margin-bottom: 1.6rem !important;
  font-size: 1.4rem !important;
  color: var(--primary) !important;
}

.page_register form {
  display: flex;
  flex-wrap: wrap;
}

.page_register fieldset.identity,
.page_register fieldset.login {
  width: 50%;
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  .page_register fieldset.identity,
  .page_register fieldset.login {
    width: 100%;
  }
}

.page_register fieldset.consent,
.page_register fieldset.reviewer {
  width: 100%;
}

.page_register .optin {
  padding-bottom: 0 !important;
}

.page_register .fields .optin {
  margin-bottom: 0.8rem !important;
}

.page_register .fields .optin label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page_register .buttons {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: end;
}
/*-------=====================----*/

/*===========Page Search=============*/

.page_search .search_advanced {
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.page_search .search_advanced > legend {
  color: var(--primary);
}

.page_search .search_advanced .author label,
.page_search .search_advanced fieldset legend {
  margin-bottom: 0.8rem !important;
  font-style: italic !important;
}

.page_search button {
  box-shadow: none !important;
  border-top-color: none !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease;
}

.page_search button:after {
  color: #fff !important;
  background-color: var(--primary) !important;
  box-shadow: none !important;
}

.page_search button:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--primary) !important;
  cursor: pointer;
}

.page_search .cmp_notification.notice {
  border: none !important;
  border-left: 0.357rem solid var(--primary) !important;
  background: rgb(236, 243, 251) !important;
  background: linear-gradient(
    135deg,
    rgba(236, 243, 251, 1) 30%,
    rgba(197, 224, 255, 1) 60%
  ) !important;
}
/*-------=====================----*/

/*===========Text Field Forgot Password=============*/
.page_lost_password .buttons {
  display: flex;
  flex-direction: row-reverse;
}

.page_lost_password .buttons > button {
  margin-left: 8px;
}
/*-------=====================----*/

/*===========Additional Sites=============*/
.page > h2 {
  position: relative !important;
  left: 0 !important;
  display: block;
  overflow: hidden;
  color: var(--primary);
  border-bottom: none;
  font-size: 1.714rem;
  margin: 3rem 0;
}

.page > h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 4px solid #febb37;
  margin-bottom: 0.5rem;
}

/*===========MOBILE=============*/
@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_structure_head {
  background-color: transparent !important;
}

/*button navigasi mobile*/
.pkp_site_nav_toggle {
  background: var(--primary);
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
}



/*===================*/

.pkp_site_name_wrapper {
  background: transparent !important;
}

.main_nav_m_parent {
  position: relative;
}

.main_nav_m {
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 2000;
  transform: translateX(-100%);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;

  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
}

.nav_open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
}

.button_navigation_m_close {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  z-index: 1000;
  color: var(--primary);
  font-size: 2rem;
  cursor: pointer;
  background: transparent;
  border: none;
}

.main_nav_m_parent #navigationUser a,
.main_nav_list > li > a {
  color: var(--primary) !important;
  font-size: 1.5rem;
}

.main_nav_m_parent #navigationUser > li,
.main_nav_list > li {
  padding: 1rem 0;
}

.main_nav_m_parent #navigationUser > li > ul > li > a,
.main_nav_list > li > ul > li > a {
  color: #febb37 !important;
  font-size: 1rem;
}

.main_nav_m_parent #navigationUser > li > ul > li,
.main_nav_list > li > ul > li {
  padding: 0.6rem 0;
}

.nav_child_link {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  transform: scaleY(0);
  transition: all 0.3s ease;
}

.nav_child_link_open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  height: auto;
  transform: scaleY(1);
}

.main_nav_m_parent #navigationUser {
  margin: 0 !important;
  padding: 0 !important;
} /*-------=====================----*/

/*===========Membuat Gambar Menjadi Full Mobile Version=============*/

@media (max-width: 992px) {
  .top_nav {
    display: none;
  }

  .pkp_head_wrapper {
    padding: 0 !important;
  }

  .pkp_site_name {
    position: unset !important;
    padding: 0 !important;
  }

  .pkp_site_name_wrapper {
    padding: 0 !important;
  }

  header img {
    width: 100%;
    min-height: 70px !important;
    object-fit: cover;
    object-position: 0 0;
  }
  .pkp_head_wrapper {
    height: min-content !important;
  }
  .pkp_structure_head {
    height: 80px;
  }
}

/* Card */
        .board-card {
          background: #fff;
          border-radius: 12px;
          margin-bottom: 20px;
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          overflow: hidden;
          transition: transform 0.2s ease;
        }

        .board-card:hover {
          transform: translateY(-3px);
        }

        /* Gradient Header */
        .card-header {
          height: 10px;
          background: linear-gradient(90deg, #1e90ff, #3cb371);
        }

        /* Card Body */
        .card-body {
          padding: 20px;
          font-size: 1rem;
          line-height: 1.6;
          color: #333;
        }

        .card-body a {
          color: #1e90ff;
          text-decoration: none;
          font-weight: 600;
        }

        .card-body a:hover {
          text-decoration: underline;
        }
