/* Custom CSS untuk OJS */
.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 img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* CSS Sidebar untuk Reviewer */
.sidebar-container {
    max-width: 20rem;
    margin: 1.5rem auto;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.sidebar-title {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #583484;  /* Warna ungu */
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 0.75rem;
    text-align: center;}

.sidebar-item {
    display: block;
    border: 1px solid #3F0065;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: #583484;
    background: linear-gradient(to left, #ffffff 50%, #583484 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.sidebar-item:hover {
    background-position: left bottom;
    color: #ffffff;
    border-color: #583484;
}

.sidebar-item.active {
    background-position: left bottom;
    color: #ffffff;
    border-color: #583484;
}
