
/*===========SIDEBAR=============*/
.sidebar-title {
  background-color: #1E6292;
  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;
}

/*-------=====================----*/

/*===========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;
}

/*-------=====================----*/

/*===========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;
}
/*-------=====================----*/

/*---------Footer-----------*/
.pkp_structure_footer {
  width: 100% !important;
  padding: 0 !important;
}
.pkp_structure_footer_wrapper {
  background-color: #1E6292 !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;
}
/*==============hideen pkpk logo bawah==================*/
.pkp_brand_footer{
display: none;
}
