/* Main Style */
body {
  background-color: #F9F9F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cdefs%3E%3Cpattern id='books' x='0' y='0' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Crect fill='%232196f3' opacity='0.1' width='100' height='100'/%3E%3Cpath fill='%231976d2' opacity='0.2' d='M20,20 L80,20 L80,80 L20,80 Z M25,25 L75,25 L75,45 L25,45 Z M25,55 L45,55 L45,75 L25,75 Z M55,55 L75,55 L75,75 L55,75 Z'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23books)' width='1600' height='800'/%3E%3Cg fill-opacity='0.6'%3E%3Cpolygon fill='%23e3f2fd' points='800 150 0 300 0 800 1600 800 1600 300'/%3E%3Cpolygon fill='%23bbdefb' points='800 250 0 450 0 800 1600 800 1600 450'/%3E%3Cpolygon fill='%2390caf9' points='800 350 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%2364b5f6' points='1600 800 800 450 0 800'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_brand_footer {
  display: none;
}

#customblock-main-menu td a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 4px;
}

#customblock-main-menu td a:hover {
  color: #3C4048 !important;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* Icons for customblock-main-menu */
#customblock-main-menu tbody tr:nth-child(1) td a::before {
  content: "\f02d";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(2) td a::before {
  content: "\f0c0";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(3) td a::before {
  content: "\f0f3";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(4) td a::before {
  content: "\f02d";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(5) td a::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(6) td a::before {
  content: "\f1f9";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(7) td a::before {
  content: "\f09e";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(8) td a::before {
  content: "\f12e";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(9) td a::before {
  content: "\f09d";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(10) td a::before {
  content: "\f02d";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(11) td a::before {
  content: "\f023";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(12) td a::before {
  content: "\f133";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

/* Navigation icons - changed to blue */
.pkp_navigation_primary > li:nth-child(1) > a::before {
  content: "\f015";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(2) > a::before {
  content: "\f0c1";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(3) > a::before {
  content: "\f15c";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(4) > a::before {
  content: "\f0ea";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(5) > a::before {
  content: "\f129";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

/* Logo styling - fixed for full display */
.pkp_navigation_primary > li:nth-child(6) > a {
  display: flex !important;
  align-items: center !important;
  padding: 8px 12px !important;
}

.pkp_navigation_primary > li:nth-child(6) > a::before {
  content: '';
  display: inline-block;
  width: 35px !important; /* Increased width */
  height: 30px !important; /* Increased height */
  background-image: url('https://journal.lontaradigitech.com/public/site/images/pramudya02/lontara-digitech-logo-5.png');
  background-size: contain !important; /* Changed to contain for full logo display */
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 8px;
}

/* Dropdown menu items under "About" */
.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(1) > a::before {
  content: "\f0a1";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(2) > a::before {
  content: "\f023";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(3) > a::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

.pkp_navigation_primary > li:nth-child(3) ul.dropdown-menu li:nth-child(4) > a::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #1976d2;
}

/* Page headers - changed to blue with black text */
.pkp_structure_content.has_sidebar .pkp_structure_main .page h2 {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #000;
    font-size: 2em;
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.page.page_issue h1,
.page.page_issue_archive h1,
.page.page_submissions h1,
.page.page_about h1,
.page.page_privacy h1,
.page.page_contact h1 {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px !important;
    border-radius: 12px;
}

.page.page_contact .contact_section .contact.primary h2 {
    background: none !important;
    color: #3C4048;
    font-size: medium !important;
    font-weight: normal !important;
    margin: 15px !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

/*Article Page */
.page.page_article .cmp_breadcrumbs {
  padding-left: 30px;
  padding-right: 30px;
}

.page.page_article .page_title {
  padding-right: 30px;
}

.page .authors {
  padding-right: 30px;
}

.item.downloads_chart .value {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.item.references .value {
  text-align: justify;
  padding-top: 10px;
  padding-right: 30px;
}

/* Labels - changed to blue */
.item.published .sub_item .label,
.item.issue .sub_item .label,
.item.copyright .label,
.item.citation .sub_item.citation_display .label {
  font-weight: bold;
  padding: 0 !important;
  background: none !important;
  color: #1976d2 !important;
  font-size: medium !important;
}

.item.abstract {
  text-align: justify;
  padding-top: 10px;
  margin-bottom: 10px;
}

.item.abstract .label {
  font-size: medium !important;
}

.item.keywords .label {
  background: none !important;
  color: #1976d2 !important;
  font-weight: bold;
  text-align: left;
  padding: 0 !important;
}

.item.keywords {
  margin-bottom: 0 !important;
}

.current_issue .read_more {
  padding-left: 30px !important;
  padding-bottom: 30px !important;
}

.page.page_issue .obj_issue_toc .sections .section h2 {
  font-weight: bold;
  padding: 5px !important;
  background: #64b5f6 !important;
  color: #000 !important;
  font-size: medium !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  width: 100px !important;
  text-align: center !important;
}

/* Navigation */
ul#navigationUser > li.profile {
  border-radius: 5px;
}

ul#navigationUser > li.profile > a:hover {
  color: #1976d2;
}

.pkp_nav_list > li {
   background: #64b5f6 !important;
}

.pkp_nav_list > li > a {
  color: #000;
  font-weight: bold;
}

.pkp_navigation_primary > li > a {
  border-bottom: 3px solid transparent;
}

.pkp_navigation_primary > li > a:hover {
  color: #1976d2 !important;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.pkp_navigation_primary > li:first-child a {
  margin-left: 0.5em;
}

.pkp_navigation_primary > li:last-child a {
  margin-right: 0.5em;
}

.pkp_navigation_user > li:last-child > a {
  margin-right: 0;
}

.pkp_navigation_user .task_count {
  top: 0.1rem;
  background: #ff4d4d;
}

/* Archive */
.page.page_issue_archive .issues_archive .obj_issue_summary {
  padding-right: 30px;
  padding-left: 30px;
}

.page.page_issue_archive .issues_archive .obj_issue_summary h2 .title,
.page.page_issue_archive .issues_archive .obj_issue_summary h2 .series {
 color:#000 !important;
 line-height: 1;
}

.page.page_issue_archive .issues_archive .obj_issue_summary .description {
 text-align: justify;
}

.page.page_issue_archive .issues_archive .obj_issue_summary .description strong,
.page.page_issue_archive .issues_archive .obj_issue_summary .description .heading b,
.page.page_issue_archive .issues_archive .obj_issue_summary .description em,
.page.page_issue_archive .issues_archive .obj_issue_summary .description i {
    color: #1976d2;
}

/* Navigation */
.pkp_navigation_primary ul a {
  margin-right: 0 !important;
}

#pkpDropdown3::before {
  content: "Howdy,";
}

.dropdown-menu {
  left: 0 !important;
}

.pkp_navigation_search_wrapper a {
  color: #000;
}

/* Header - changed to blue gradient */
.pkp_structure_head {
  background-color: transparent;
  border-bottom: none;
}

.pkp_head_wrapper {
  background: linear-gradient(180deg, #bbdefb, #64b5f6);
  border-bottom: 1px solid #ddd;
}

.pkp_structure_content {
    background-color: whitesmoke;
}

.pkp_structure_footer_wrapper {
  background: transparent;
}

.pkp_footer_content {
  background: #64b5f6;
  padding: 100px 40px 200px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Smooth Tall Wavy Top Layer */
.pkp_footer_content::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100vw;
  height: 200px;
  background: #555659;
  opacity: 0.4;
  z-index: 1;
  clip-path: path("M0,120 C200,0 400,240 600,120 C800,0 1000,240 1200,120 L1200,0 L0,0 Z");
}

/* Smooth Tall Wavy Bottom Layer */
.pkp_footer_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  background: #2d3035;
  opacity: 0.3;
  z-index: 1;
  clip-path: path("M0,80 C200,200 400,0 600,120 C800,240 1000,0 1200,120 L1200,200 L0,200 Z");
}

.pkp_site_nav_menu,
.pkp_navigation_primary_wrapper,
.pkp_navigation_search_wrapper,
.pkp_navigation_user_wrapper {
  background: transparent !important;
  border: none !important;
}
.pkp_site_name .is_img {
  margin-bottom: 0;
}
.pkp_head_wrapper,
.pkp_navigation_primary_row {
  background: linear-gradient(180deg, #bbdefb, #64b5f6) !important;
  border: 0 !important;
}

/* Content Homepage */
@media only screen and (max-width: 600px) {
  .hide-small {
    display: none;
  }
}

@media (min-width: 601px) {
  .show-small {
    display: none;
  }
}

/* Custom Block Tools */
#customblock-tools img,
#customblock-journal-template img {
  max-width: unset;
  width: 70%;
  border-radius: 3px;
}

/* Login/Register Pages - changed to blue */
.page.page_login .cmp_form.cmp_form.login::before,
.page.page_register .cmp_form.cmp_form.register::before,
.page.page_lost_password .cmp_form.cmp_form.lost_password::before {
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 150px;
    color: #1976d2;
    display: block;
    margin-bottom: 70px;
    text-align: center;
}

.page.page_login .cmp_form.cmp_form.login::before { content: "\f007"; }
.page.page_register .cmp_form.cmp_form.register::before { content: "\f234"; }
.page.page_lost_password .cmp_form.cmp_form.lost_password::before { content: "\f13e"; }

.cmp_form.cmp_form.login .fields .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.cmp_form.cmp_form.login .fields .buttons a,
.cmp_form.cmp_form.login .fields .buttons button {
    margin-top: 10px;
}

/* Form inputs */
.page.page_login .cmp_form.cmp_form.login .fields #username,
.cmp_form.cmp_form.login .fields .password #password,
.cmp_form.cmp_form.register .identity #givenName,
.cmp_form.cmp_form.register .identity #familyName,
.cmp_form.cmp_form.register .identity #affiliation,
.cmp_form.cmp_form.register .identity #country,
.cmp_form.cmp_form.register .login #email,
.cmp_form.cmp_form.register .login #username,
.cmp_form.cmp_form.register .login #password,
.cmp_form.cmp_form.register .login #password2,
.cmp_form.cmp_form.lost_password .fields #email {
    width: 100% !important;
    max-width: none !important;
    padding: 16px;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #3C4048;
    box-sizing: border-box;
    height: 50px
}

/* Form labels and legends */
.cmp_form.cmp_form.register .identity legend,
.cmp_form.cmp_form.register .login legend,
.cmp_form.cmp_form.register .identity .fields .given_name .label,
.cmp_form.cmp_form.register .identity .fields .family_name .label,
.cmp_form.cmp_form.register .identity .fields .affiliation .label,
.cmp_form.cmp_form.register .identity .fields .country .label,
.cmp_form.cmp_form.login .fields .password .label,
.cmp_form.cmp_form.login .fields .username .label,
.cmp_form.cmp_form.register .login .fields .email .label,
.cmp_form.cmp_form.register .login .fields .username .label,
.cmp_form.cmp_form.register .login .fields .password .label,
.cmp_form.cmp_form.lost_password .fields .email .label {
  color: #3C4048;
}

/* Page headers for auth pages - changed to blue with black text */
.page.page_login h1,
.page.page_register h1,
.page.page_lost_password h1,
.page.page_message h1 {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

.page.page_login p,
.page.page_register p,
.page.page_lost_password p,
.page.page_message .description {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    border-radius: 0 0 12px 12px;
}

/* Form containers */
.page.page_login .cmp_form.cmp_form.login,
.page.page_register .cmp_form.cmp_form.register,
.page.page_lost_password .cmp_form.lost_password {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

/* Form labels */
.page.page_login .cmp_form.cmp_form.login label,
.page.page_register .cmp_form.cmp_form.register label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #3C4048;
}

/* Input focus - changed to blue */
.page.page_login .cmp_form.cmp_form.login input[type="text"]:focus,
.page.page_login .cmp_form.cmp_form.login input[type="password"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="text"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="password"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="email"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="checkbox"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="select"]:focus,
.page.page_register .cmp_form.cmp_form.register input[type="number"]:focus,
.page.page_register .cmp_form.cmp_form.register select:focus,
.page.page_register .cmp_form.cmp_form.register textarea:focus,
.page.page_lost_password .cmp_form.cmp_form.lost_password input[type="email"]:focus,
.page.page_lost_password .cmp_form.cmp_form.lost_password select:focus,
.page.page_lost_password .cmp_form.cmp_form.lost_password textarea:focus {
    border-color: #1976d2 !important;
    outline: none !important;
    box-shadow: 0 0 5px rgba(25, 118, 210, 0.4);
}

/* Buttons - changed to blue */
.page.page_login .cmp_form.cmp_form.login button.submit,
.page.page_register .cmp_form.cmp_form.register button.submit,
.page.page_lost_password .cmp_form.cmp_form.lost_password button.submit {
    background-color: transparent;
    color: #1976d2;
    padding: 12px 20px;
    border-radius: 6px;
    border: 2px solid #3C4048;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: none;
}

.page.page_login .cmp_form.cmp_form.login button.submit:hover,
.page.page_register .cmp_form.cmp_form.register button.submit:hover,
.page.page_lost_password .cmp_form.cmp_form.lost_password button.submit:hover {
    background-color: #1976d2;
    color: #3C4048;
    border: 2px solid #1976d2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Links - changed to blue */
.page.page_login .cmp_form.cmp_form.login .password a,
.page.page_register .cmp_form.cmp_form.register .password a,
.page.page_login .cmp_form.cmp_form.login .buttons .register,
.page.page_register .cmp_form.cmp_form.register .buttons .login,
.page.page_lost_password .cmp_form.cmp_form.lost_password .buttons .register,
.page.page_message .cmp_back_link {
    color: #1976d2;
}

.page.page_login .cmp_form.cmp_form.login .buttons .register::before {
    content: "Don't have an account yet? ";
    color: #3C4048;
}

.page.page_register .cmp_form.cmp_form.register .buttons .login::before {
    content: "Already have an account? ";
    color: #3C4048;
}

.page.page_message .cmp_back_link::before {
    content: "Password reset successful. Please ";
    color: #333;
}

/* Search Page - changed to blue */
.page.page_search h1 {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding: 20px;
    width: 100%; 
    color: #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    border-radius: 12px;
}

.page.page_search .cmp_form .submit button.submit {
  background-color: transparent;
  color: #1976d2;
  padding: 12px 20px;
  border-radius: 6px;
  border: 2px solid #3C4048;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: none;
}

.page.page_search .cmp_form .submit button.submit:hover {
  background-color: #1976d2;
  color: #3C4048;
  border-color: #1976d2;
}

.page.page_search .cmp_form.cmp_form.search input[type="text"]:focus {
    border-color: #1976d2 !important;
    outline: none !important;
}

/* Search results notification - changed to blue */
[role="status"] .cmp_notification.notice {
  background: white;
  border: none !important;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  padding: 0;
  color: #1976d2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

[role="status"] .cmp_notification.notice::before {
  content: "\f1de";
  font-family: "FontAwesome";
  font-size: 150px;
  color: #1976d2;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 75px;
}

[role="status"] .cmp_notification.notice::after {
  content: " — Try adjusting your filters";
  font-size: 16px;
  font-weight: normal;
  color: #1976d2;
  margin-bottom: 15px;
}

/* Register Complete - changed to blue */
.page.page_register_complete h1 {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

.page.page_register_complete p {
    background: #64b5f6;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #000;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    position: relative;
    border-radius: 0 0 12px 12px;
}

.page.page_register_complete .registration_complete_actions li {
  position: relative;
  padding: 12px 40px 12px 16px;
  margin: 10px 0;
  background-color: #f0f8ff;
  border: 1px solid #1976d2;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  transition: background-color 0.2s;
}

.page.page_register_complete .registration_complete_actions li a {
  color: #3C4048;
  text-decoration: none;
}

.page.page_register_complete .registration_complete_actions li::after {
  font-family: "FontAwesome";
  color: #1976d2;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Team */
.flag-img {
  max-width: unset;
  width: 50px;
}

/* Custom blocks - changed to blue */
.dropdown-customblock {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    background: #64b5f6 !important;
    color: #000;
}

.dropdown-customblock-item {
    padding: 10px !important;
    border-bottom: 1px solid #aaa; 
    background: #e6e2e2; 
    color: #fbfcfc;
}

.dropdown-customblock-item a {
    color: #1976d2
}

.dropdown-customblock-item a:hover {
    color: #3C4048;
}


/* Desktop View */
@media only screen and (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 200px !important;
  }
  .show-on-mobile {
    display: none;
  }
}

/* Mobile View */
@media only screen and (max-width: 991px) {
  .pkp_nav_list > li > ul > li > a {
    color: white;
    margin-left: 1.5em;
  }
  .pkp_navigation_primary > li a {
    margin-left: 0.5em;
  }

/* === OVERRIDE NAVIGATION - changed to blue === */
.pkp_site_nav_menu,
.pkp_navigation_primary_wrapper,
.pkp_navigation_search_wrapper,
.pkp_navigation_user_wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.pkp_head_wrapper {
  background: linear-gradient(180deg, #bbdefb, #64b5f6) !important;
  border-bottom: 1px solid #ddd !important;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_search_wrapper a,
.pkp_navigation_user > li > a {
  color: #000 !important;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #0d47a1 !important;
}

.pkp_nav_list > li,
.pkp_nav_list > li > a {
  background: transparent !important;
}

/* Dropdown menu */
.pkp_navigation_primary ul.dropdown-menu {
  background: #bbdefb !important;
  border: none !important;
}
.pkp_navigation_primary ul.dropdown-menu a {
  color: #0d47a1 !important;
}
.pkp_navigation_primary ul.dropdown-menu a:hover {
  background: #90caf9 !important;
  color: #000 !important;
}

.pkp_navigation_user .task_count {
  background: #ff4d4d !important;
}

.pkp_navigation_primary_wrapper::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0,0,0,.06);
}

/* Main navigation override */
.pkp_head_wrapper,
.pkp_navigation_primary_row,
.pkp_site_nav_menu {
  background: linear-gradient(180deg, #bbdefb, #64b5f6) !important;
  border: 0 !important;
}

.pkp_navigation_primary > li > a {
  color: #000 !important;
  font-weight: 700 !important;
  border-bottom: 3px solid transparent !important;
}
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #0d47a1 !important;
  border-color: #1976d2 !important;
}

/* Dropdown About */
.pkp_navigation_primary > li > ul,
.pkp_navigation_primary > li ul {
  background: #e3f2fd !important;
  border-color: #bbdefb !important;
}
.pkp_navigation_primary > li ul a {
  color: #1565c0 !important;
}
.pkp_navigation_primary > li ul a:hover {
  background: #bbdefb !important;
  color: #0d47a1 !important;
}

/* Search link */
.pkp_navigation_search_wrapper a {
  background: #64b5f6 !important;
  color: #000 !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-weight: 700 !important;
}
.pkp_navigation_search_wrapper a:hover {
  background: #42a5f5 !important;
  color: #000 !important;
}

/* Login & Register */
.pkp_navigation_user_wrapper {
  background: transparent !important;
}
.pkp_navigation_user > li > a {
  background: #64b5f6 !important;
  color: #000 !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.pkp_navigation_user > li > a:hover {
  background: #42a5f5 !important;
  color: #000 !important;
}

/* Page headers for auth */
.page.page_login h1,
.page.page_login p,
.page.page_register h1,
.page.page_register p,
.page.page_lost_password h1,
.page.page_lost_password p,
.page.page_message h1,
.page.page_message .description,
.page.page_search h1,
.page.page_issue h1,
.page.page_issue_archive h1,
.page.page_submissions h1,
.page.page_about h1,
.pkp_structure_content.has_sidebar .pkp_structure_main .page h2 {
  background: linear-gradient(180deg, #bbdefb, #64b5f6) !important;
  color: #000 !important;
  border-radius: 12px !important;
}

/* Buttons */
.page.page_login .cmp_form button.submit,
.page.page_register .cmp_form button.submit,
.page.page_lost_password .cmp_form button.submit,
.page.page_search .cmp_form .submit button.submit {
  background: transparent !important;
  color: #1976d2 !important;
  border: 2px solid #1976d2 !important;
  border-radius: 6px !important;
  font

/* ===== FIX UNTUK MENU FLAT BIRU (Copy dari Hijau + Modifikasi) ===== */

/* 1. HEADER BACKGROUND - GRADIENT BIRU FULL */
.pkp_head_wrapper,
.pkp_navigation_primary_row,
.pkp_site_nav_menu {
  background: linear-gradient(180deg, #bbdefb, #64b5f6) !important;
  border: 0 !important;
}

/* 2. HAPUS SEMUA BACKGROUND HITAM */
.pkp_site_nav_menu {
  background: transparent !important;
}

/* ===== FLATTEN MENU UTAMA BIRU (tanpa kotak/pill) ===== */

/* Desktop: hapus background tile pada item menu */
@media (min-width: 992px) {
  /* <li> dan <a> menu utama - BUAT TRANSPARAN */
  .pkp_navigation_primary > li,
  .pkp_navigation_primary > li > a {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  /* Teks menu: tebal, tanpa kotak */
  .pkp_navigation_primary > li > a {
    color: #000 !important;                /* TEKS HITAM */
    font-weight: 700 !important;
    padding: 10px 16px !important;
    line-height: 1.2 !important;
    border-bottom: 2px solid transparent !important;
  }

  /* Hover/focus: tampilkan garis bawah biru, tanpa kotak */
  .pkp_navigation_primary > li > a:hover,
  .pkp_navigation_primary > li > a:focus {
    color: #0d47a1 !important;             /* BIRU TUA SAAT HOVER */
    background: transparent !important;
    border-bottom-color: #1976d2 !important; /* GARIS BIRU */
  }

  /* Item aktif/halaman saat ini: garis bawah lebih tebal */
  .pkp_navigation_primary > li.current > a,
  .pkp_navigation_primary > li[aria-current="page"] > a,
  .pkp_navigation_primary > li.is_current > a {
    border-bottom: 3px solid #0d47a1 !important;
    color: #0d47a1 !important;
  }

  /* Dropdown About: tetap tanpa kotak */
  .pkp_navigation_primary > li > ul {
    margin-top: 6px !important;
    background: #e3f2fd !important;
    border: 1px solid #bbdefb !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.08) !important;
  }
  
  .pkp_navigation_primary > li ul a {
    background: transparent !important;
    color: #1565c0 !important;
    padding: 10px 14px !important;
  }
  
  .pkp_navigation_primary > li ul a:hover {
    background: #bbdefb !important;
    color: #0d47a1 !important;
  }
}

/* 3. SEARCH & USER MENU - FLAT STYLE */
.pkp_navigation_search_wrapper a {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid transparent !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  font-weight: 700 !important;
}

.pkp_navigation_search_wrapper a:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #0d47a1 !important;
  border-color: #1976d2 !important;
}

.pkp_navigation_user > li > a {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid transparent !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-weight: 700 !important;
}

.pkp_navigation_user > li > a:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #0d47a1 !important;
  border-color: #1976d2 !important;
}

/* 4. MOBILE VIEW (Tetap kotak untuk usability) */
@media (max-width: 991.98px) {
  .pkp_nav_list > li {
    background: #64b5f6 !important;
    border-radius: 8px !important;
    margin: 6px 0 !important;
  }
  
  .pkp_nav_list > li > a {
    color: #000 !important;
    font-weight: 700 !important;
  }
}