/* Main Style */
/* Main Style */
body {
  background-color: #F9F9F9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1600 800'%3E%3Crect fill='%23F9F9F9' width='1600' height='800'/%3E%3Cg fill-opacity='1'%3E%3Cpolygon fill='%23edeae8' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%23e4dad5' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23dfc8be' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23dcb5a4' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23dda186' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23e18c66' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23E87642' points='684.1 800 914.3 800 800 700'/%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_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;} */
.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; /* Gold text */
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* Add different icons for each menu item in #customblock-main-menu */
#customblock-main-menu tbody tr:nth-child(1) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Focus and Scope" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(2) td a::before {
  content: "\f0c0"; /* FontAwesome users icon for "Editorial Teams" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(3) td a::before {
  content: "\f0f3"; /* FontAwesome bell icon for "Reviewer Teams" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(4) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Publication Ethics" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(5) td a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Peer Review Process" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(6) td a::before {
  content: "\f1f9"; /* FontAwesome copyright icon for "Copyright Notice" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(7) td a::before {
  content: "\f09e"; /* FontAwesome open-access icon for "Open Access Policy" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(8) td a::before {
  content: "\f12e"; /* FontAwesome shield icon for "Plagiarism Screening" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(9) td a::before {
  content: "\f09d"; /* FontAwesome money icon for "Author Fee" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(10) td a::before {
  content: "\f02d"; /* FontAwesome book icon for "Author Guidelines" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(11) td a::before {
  content: "\f023"; /* FontAwesome lock icon for "Privacy Statement" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

#customblock-main-menu tbody tr:nth-child(12) td a::before {
  content: "\f133"; /* FontAwesome calendar-alt icon for "Publication Frequency" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #3C4048;
}

.pkp_navigation_primary > li:nth-child(1) > a::before {
  content: "\f015"; /* FontAwesome home icon for "Home" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(2) > a::before {
  content: "\f0c1"; /* FontAwesome link icon for "Current" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(3) > a::before {
  content: "\f15c"; /* FontAwesome archive icon for "Archives" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(4) > a::before {
  content: "\f0ea"; /* FontAwesome file-text icon for "Submissions" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(5) > a::before {
  content: "\f129"; /* FontAwesome info-circle icon for "About" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(6) > a::before {
  content: '';
  display: inline-block;
  width: 25px; /* Icon width */
  height: 20px; /* Icon height */
  background-image: url('https://journal.lontaradigitech.com/public/site/images/pramudya02/lontara-digitech-logo-5.png');
  background-size: cover; /* Ensure image covers the space */
  background-repeat: no-repeat;
  vertical-align: middle; /* Align image vertically in the middle */
  margin-right: 8px; /* Space between the image and text */
}

/* Dropdown menu items under "About" */
.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(1) > a::before {
  content: "\f0a1"; /* FontAwesome book icon for "About the Journal" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(2) > a::before {
  content: "\f023"; /* FontAwesome lock icon for "Privacy Statement" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(5) ul.dropdown-menu li:nth-child(3) > a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Contact" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_navigation_primary > li:nth-child(3) ul.dropdown-menu li:nth-child(4) > a::before {
  content: "\f0e0"; /* FontAwesome envelope icon for "Contact" */
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 8px;
  color: #E87642;
}

.pkp_structure_content.has_sidebar .pkp_structure_main .page h2 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.page.page_issue h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 10px !important;
    border-radius: 12px;
}

.page.page_issue_archive h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.page.page_submissions h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.page.page_about h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.page.page_privacy h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.page.page_contact h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 30px;
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 0 !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;
}

.item.published .sub_item .label{
  font-weight: bold;
  padding: 0 !important;
  background: none !important;
  color: #E87642 !important;
  font-size: medium !important;
}

.item.issue .sub_item .label{
  font-weight: bold;
  padding: 0 !important;
  background: none !important;
  color: #E87642 !important;
  font-size: medium !important;
}

.item.copyright .label{
  font-weight: bold !important;
  padding: 0 !important;
  background: none;
  color: #E87642 !important;
  font-size: medium !important;
}

.item.citation .sub_item.citation_display .label{
  font-weight: bold;
  padding: 0 !important;
  background: none !important;
  color: #E87642 !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: #E87642 !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: #E87642 !important;
  color: white !important;
  font-size: medium !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
  width: 100px !important;
  text-align: center !important;
}

/* Navigation For Register and Login */
ul#navigationUser > li.profile {
  border-radius: 5px;
}

ul#navigationUser > li.profile > a:hover {
  color: #E87642;
}

/* ul#navigationUser > li:first-child > a::before {
  content: '<span class="fa fa-user-circle-o"></span>&nbsp; Register';
} */

/* Navigation Primary */

.pkp_nav_list > li {
  background: #3C4048;
}

.pkp_nav_list > li > a {
  color: white;
  font-weight: bold;
}

.pkp_navigation_primary > li > a {
  border-bottom: 3px solid transparent;
}

.pkp_navigation_primary > li > a:hover {
  color: #E87642 !important; /* Gold text */
  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 {
 color:#fff !important;
 line-height: 1;
}

.page.page_issue_archive .issues_archive .obj_issue_summary h2 .series {
 color:#fff !important;
 margin-top: 5px;
}

.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 {
    font-weight: bold;        /* Ensure text is bold */
    color: #E87642;           /* Change color to #2790A5 */
}

.page.page_issue_archive .issues_archive .obj_issue_summary .description em,
.page.page_issue_archive .issues_archive .obj_issue_summary .description i {
    font-style: italic;       /* Ensure text is italic */
    color: #E87642;           /* Change color to #2790A5 */
}

/* @media (min-width: 992px) {
} */

/* Navigation Sub Primary */
.pkp_navigation_primary ul a {
  margin-right: 0 !important;
}

#pkpDropdown3::before {
  content: "Howdy,";
}

.dropdown-menu {
  left: 0 !important;
}

.pkp_navigation_search_wrapper a {
  color: white;
}

/* Header */
.pkp_structure_head {
  background-color: transparent;
  border-bottom: none;
}

.pkp_head_wrapper {
  background-color: #3C4048;
  border-bottom: 1px solid #ddd;
}

.pkp_structure_content {
    background-color: whitesmoke;
}

.pkp_structure_footer_wrapper {
  background: transparent;
}

.pkp_footer_content {
  background: #E87642;
  padding: 100px 40px 200px; /* More bottom space for wave */
  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/*#f4b79b*/;
  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/*#ed601f*/;
  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 {
  background: #3C4048;
}

.pkp_site_name .is_img {
  margin-bottom: 0;
}

/* .php_structure_page {
    width: 80vw;
} */

/* .pkp_structure_head, .pkp_structure_content, .pkp_structure_footer {
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
} */

/* 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 {
  max-width: unset;
  width: 70%;
}

#customblock-journal-template img {
  max-width: unset;
  width: 70%;
  border-radius: 3px;
}


/* Login*/
/* Ensure the page container does not use flexbox for the entire page */
.page.page_login {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align the content from top to bottom */
    padding: 0;
}

/* Keep breadcrumb and title (h1) untouched */
.page.page_login .cmp_breadcrumbs {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}

/* Add a login icon at the top of the form */
.page.page_login .cmp_form.cmp_form.login::before {
    content: "\f007";  /* Font Awesome code for login icon */
    font-family: "FontAwesome";  /* Ensure it's using the Font Awesome font */
    font-weight: 900;   /* Ensure the icon is bold */
    font-size: 150px;    /* Make the icon big */
    color: #E87642;     /* Use your theme color */
    display: block;     /* Make it a block element to place it above the form */
    margin-bottom: 70px; /* Add some space below the icon */
    text-align: center;  /* Center the icon */
}

/* Add a login icon at the top of the form */
.page.page_register .cmp_form.cmp_form.register::before {
    content: "\f234";  /* Font Awesome code for login icon */
    font-family: "FontAwesome";  /* Ensure it's using the Font Awesome font */
    font-weight: 900;   /* Ensure the icon is bold */
    font-size: 150px;    /* Make the icon big */
    color: #E87642;     /* Use your theme color */
    display: block;     /* Make it a block element to place it above the form */
    margin-bottom: 70px; /* Add some space below the icon */
    text-align: center;  /* Center the icon */
}

/* Add a login icon at the top of the form */
.page.page_lost_password .cmp_form.cmp_form.lost_password::before {
    content: "\f13e";  /* Font Awesome code for login icon */
    font-family: "FontAwesome";  /* Ensure it's using the Font Awesome font */
    font-weight: 900;   /* Ensure the icon is bold */
    font-size: 150px;    /* Make the icon big */
    color: #E87642;     /* Use your theme color */
    display: block;     /* Make it a block element to place it above the form */
    margin-bottom: 70px; /* Add some space below the icon */
    text-align: center;  /* Center the icon */
}

/* Center the items inside the .buttons container */
.cmp_form.cmp_form.login .fields .buttons {
    display: flex;            /* Use flexbox for centering */
    justify-content: center;  /* Center the items horizontally */
    align-items: center;      /* Center the items vertically (if needed) */
    flex-direction: column;   /* Stack items vertically */
    text-align: center;       /* Ensure that the text inside is centered */
}

/* Optional: Add some space between the items (like buttons and links) */
.cmp_form.cmp_form.login .fields .buttons a,
.cmp_form.cmp_form.login .fields .buttons button {
    margin-top: 10px;         /* Add space between the items */
}

/* Styling for the #username input */
/* Ensure the #username input takes up the full width of its container */
.page.page_login .cmp_form.cmp_form.login .fields #username {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}


/* Styling for the #password input */
.cmp_form.cmp_form.login .fields .password #password {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .identity #givenName {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .identity #familyName {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .identity #affiliation {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .identity #country {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .login #email {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .login #username {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .login #password {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .login #password2 {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

.cmp_form.cmp_form.register .identity legend {
  color: #3C4048
}

.cmp_form.cmp_form.register .login legend {
  color: #3C4048
}

.cmp_form.cmp_form.register .identity .fields .given_name .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .identity .fields .family_name .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .identity .fields .affiliation .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .identity .fields .country .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .identity .login legend {
  color: #3C4048 
}

.cmp_form.cmp_form.login .fields .password .label{
  color: #3C4048 
}

.cmp_form.cmp_form.login .fields .username .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .login .fields .email .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .login .fields .username .label{
  color: #3C4048 
}

.cmp_form.cmp_form.register .login .fields .password .label{
  color: #3C4048 
}


.page.page_login h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

/* Paragraph Styling */
.page.page_login p {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    border-radius: 0 0 12px 12px;
}

/* Center the login form using flexbox */
.page.page_login .cmp_form.cmp_form.login {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px; /* Prevent it from stretching too wide */
    margin-top: 30px; /* Adds some space from the top */
    margin-left: auto;
    margin-right: auto; /* Center the form horizontally */
}

/* Label Styling */
.page.page_login .cmp_form.cmp_form.login label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #3C4048;
}

/* Input Fields Styling for Email and Password */
.page.page_login .cmp_form.cmp_form.login input[type="text"],
.page.page_login .cmp_form.cmp_form.login input[type="password"] {
    width: 100%;
    padding: 16px;
    margin: 12px 0;
    border-radius: 6px;
    border: 2px solid #3C4048;
    font-size: 16px;
}

/* Focused Input Fields Border Color */
.page.page_login .cmp_form.cmp_form.login input[type="text"]:focus,
.page.page_login .cmp_form.cmp_form.login input[type="password"]:focus {
    border-color: #E87642 !important;
    outline: none !important;
    box-shadow: 0 0 5px rgba(187, 99, 6, 0.868); /* Optional: Add a subtle shadow to highlight the input */
}

/* Button Styling */
.page.page_login .cmp_form.cmp_form.login button.submit {
    background-color: transparent;  /* Make the background transparent initially */
    color: #E87642;                 /* Set the text color to the theme color */
    padding: 12px 20px;             /* Reduced padding for smaller button */
    border-radius: 6px;
    border: 2px solid #3C4048;      /* Set the border to the theme color */
    width: 100%;
    cursor: pointer;
    font-size: 16px;                /* Reduced font size */
    font-weight: 600;
    margin-top: 16px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
    box-shadow: none;               /* Remove any inner shadow in outline state */
}

/* Hover state for the button */
.page.page_login .cmp_form.cmp_form.login button.submit:hover {
    background-color: #E87642; /* Set the background to the theme color */
    color: #3C4048;               /* Change text color to white */
    border: 2px solid #E87642;  /* Keep the border color the same */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow on hover */
}

/* Forgot Password Link Styling */
.page.page_login .cmp_form.cmp_form.login .password a {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    margin-top: 12px;
    text-align: right;
}

.page.page_login .cmp_form.cmp_form.login .password a:hover {
    text-decoration: underline;
}

/* Register Link Styling */
.page.page_login .cmp_form.cmp_form.login .buttons .register {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 18px;
    position: relative;
}

/* Add "Don't have an account yet?" before the register link */
.page.page_login .cmp_form.cmp_form.login .buttons .register::before {
    content: "Don't have an account yet? "; /* Text to add before the link */
    color: #3C4048; /* Color of the additional text */
    font-size: 14px;
    font-weight: normal;
}

/* Hover effect for the register link */
.page.page_login .cmp_form.cmp_form.login .buttons .register:hover {
    text-decoration: underline;
}


/*Register*/

/* Ensure the .page.page_register container uses flexbox to center the form */
.page.page_register {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align the content from top to bottom */
    padding: 0;
}

/* Keep breadcrumb and title (h1) untouched */
.page.page_register .cmp_breadcrumbs {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}

.page.page_register h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0 ;
}

/* Paragraph Styling */
.page.page_register p {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    position: relative;
    border-radius: 0 0 12px 12px;
}

/* Center the register form using flexbox */
.page.page_register .cmp_form.cmp_form.register {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px; /* Prevent it from stretching too wide */
    margin-top: 30px; /* Adds some space from the top */
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; /* Center the form horizontally */
}

/* Label Styling */
.page.page_register .cmp_form.cmp_form.register label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333333;
}

/* Input Fields Styling for Email and Password */
.page.page_register .cmp_form.cmp_form.register input[type="text"],
.page.page_register .cmp_form.cmp_form.register input[type="password"] {
    width: 100%;
    padding: 16px;
    margin: 12px 0;
    border-radius: 6px;
    border: 2px solid #ddd;
    font-size: 16px;
}

/* Apply hover/focus effect to all input fields in the register form */
.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 {
    border-color: #E87642 !important;  /* Change border color to theme color on focus */
    outline: none !important;          /* Remove the default outline */
    box-shadow: 0 0 5px rgba(187, 99, 6, 0.868); /* Optional: Add a subtle shadow to highlight the input */
}

/* Apply hover/focus effect to all input fields for general hover state */
.page.page_register .cmp_form.cmp_form.register input[type="text"]:hover,
.page.page_register .cmp_form.cmp_form.register input[type="password"]:hover,
.page.page_register .cmp_form.cmp_form.register input[type="email"]:hover,
.page.page_register .cmp_form.cmp_form.register select:hover,
.page.page_register .cmp_form.cmp_form.register textarea:hover {
    border-color: #E87642;  /* Change border color to theme color on hover */
}


/* Button Styling */
.page.page_register .cmp_form.cmp_form.register button.submit {
    background-color: transparent;  /* Make the background transparent initially */
    color: #E87642;                 /* Set the text color to the theme color */
    padding: 12px 20px;             /* Reduced padding for smaller button */
    border-radius: 6px;
    border: 2px solid #3C4048;      /* Set the border to the theme color */
    width: 100%;
    cursor: pointer;
    font-size: 16px;                /* Reduced font size */
    font-weight: 600;
    margin-top: 16px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
    box-shadow: none;               /* Remove any inner shadow in outline state */
}

/* Hover state for the button */
.page.page_register .cmp_form.cmp_form.register button.submit:hover {
    background-color: #E87642; /* Set the background to the theme color */
    color: #3C4048;               /* Change text color to white */
    border: 2px solid #E87642;  /* Keep the border color the same */
}

/* Forgot Password Link Styling */
.page.page_register .cmp_form.cmp_form.register .password a {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    margin-top: 12px;
    text-align: right;
}

.page.page_register .cmp_form.cmp_form.register .password a:hover {
    text-decoration: underline;
}

/* Login Link Styling in Register Form */
.page.page_register .cmp_form.cmp_form.register .buttons .login {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 18px;
    position: relative;
}

/* Add "Already have an account?" before the login link */
.page.page_register .cmp_form.cmp_form.register .buttons .login::before {
    content: "Already have an account? "; /* Text to add before the link */
    color: #3C4048; /* Color of the additional text */
    font-size: 14px;
    font-weight: normal;
}

/* Hover effect for the login link */
.page.page_register .cmp_form.cmp_form.register .buttons .login:hover {
    text-decoration: underline;
}


/* Responsive Design for Smaller Screens */
@media (max-width: 480px) {
    .page.page_register .cmp_form.cmp_form.register {
        padding: 25px;
    }
    .page.page_register .cmp_form.cmp_form.register button.submit {
        padding: 14px;
    }
}

/*Forgot Password*/
/* Ensure the .page.page_register container uses flexbox to center the form */
.page.page_lost_password {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align the content from top to bottom */
    padding: 0;
}

/* Keep breadcrumb and title (h1) untouched */
.page.page_lost_password .cmp_breadcrumbs {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}

.page.page_lost_password h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

/* Paragraph Styling */
.page.page_lost_password p {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    position: relative;
    border-radius: 0 0 12px 12px;
}

.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; /* Prevent it from stretching too wide */
    margin-top: 30px; /* Adds some space from the top */
    margin-left: auto;
    margin-right: auto; /* Center the form horizontally */
}

.cmp_form.cmp_form.lost_password .fields .email .label{
  color: #3C4048; 
}

.cmp_form.cmp_form.lost_password .fields #email {
    width: 100% !important;      /* Force input to take 100% width */
    max-width: none !important;   /* Remove any max-width constraints */
    padding: 16px;               /* Adjust padding for larger height */
    font-size: 16px;             /* Font size for readability */
    border-radius: 6px;          /* Rounded corners */
    border: 2px solid #3C4048;      /* Light border color */
    box-sizing: border-box;      /* Ensure padding and border are included in the width */
    height: 50px
}

/* Button Styling */
.page.page_lost_password .cmp_form.cmp_form.lost_password button.submit {
    background-color: transparent;  /* Make the background transparent initially */
    color: #E87642;                 /* Set the text color to the theme color */
    padding: 12px 20px;             /* Reduced padding for smaller button */
    border-radius: 6px;
    border: 2px solid 3C4048;      /* Set the border to the theme color */
    width: 100%;
    cursor: pointer;
    font-size: 16px;                /* Reduced font size */
    font-weight: 600;
    margin-top: 16px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
    box-shadow: none;               /* Remove any inner shadow in outline state */
}

/* Register Link Styling */
.page.page_lost_password .cmp_form.cmp_form.lost_password .buttons .register {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 18px;
    position: relative;
}


/* Hover state for the button */
.page.page_lost_password .cmp_form.cmp_form.lost_password button.submit:hover {
    background-color: #E87642; /* Set the background to the theme color */
    color: white;               /* Change text color to white */
    border: 2px solid #E87642;  /* Keep the border color the same */
}

/* Add "Don't have an account yet?" before the register link */
.page.page_lost_password .cmp_form.cmp_form.lost_password .fields .buttons .register::before {
    content: "Don't have an account yet? "; /* Text to add before the link */
    color: #3C4048; /* Color of the additional text */
    font-size: 14px;
    font-weight: normal;
}

/* Hover effect for the register link */
.page.page_lost_password .cmp_form.cmp_form.lost_password .buttons .register:hover {
    text-decoration: underline;
}

/* Center the items inside the .buttons container */
.cmp_form.cmp_form.lost_password .fields .buttons {
    display: flex;            /* Use flexbox for centering */
    justify-content: center;  /* Center the items horizontally */
    align-items: center;      /* Center the items vertically (if needed) */
    flex-direction: column;   /* Stack items vertically */
    text-align: center;       /* Ensure that the text inside is centered */
}

.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: #E87642 !important;  /* Change border color to theme color on focus */
    outline: none !important;          /* Remove the default outline */
    box-shadow: 0 0 5px rgba(187, 99, 6, 0.868); /* Optional: Add a subtle shadow to highlight the input */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 480px) {
    .page.lost_password .cmp_form.cmp_form.lost_password {
        padding: 25px;
    }
    .page.lost_password .cmp_form.cmp_form.lost_password button.submit {
        padding: 14px;
    }
}

/*Reset Password Worked*/
.page.page_message {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align the content from top to bottom */
    padding: 0;
}

/* Keep breadcrumb and title (h1) untouched */
.page.page_message .cmp_breadcrumbs {
    margin-left: 20px;
    margin-top: 10px;
    position: relative;
}

.page.page_message h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: left;
    border-radius: 12px 12px 0 0;
}

/* Paragraph Styling */
.page.page_message .description {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal !important;
    margin-top: 0 !important;
    position: relative;
    border-radius: 0 0 12px 12px;
}

/* Login Link Styling in Register Form */
.page.page_message .cmp_back_link {
    font-size: 14px;
    color: #E87642;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 18px;
    position: relative;
}

/* Add "Already have an account?" before the login link */
.page.page_message .cmp_back_link::before {
    content: "Password reset successful. Please "; /* Text to add before the link */
    color: #333; /* Color of the additional text */
    font-size: 14px;
    font-weight: normal;
}

/* Hover effect for the login link */
.page.page_message .cmp_back_link:hover {
    text-decoration: underline;
}

/* Searche Page*/
.page.page_search .cmp_breadcrumbs {
  padding-right: 30px;
  padding-left: 30px;
}

.page.page_search h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding: 20px;
    width: 100%; 
    color: #fff;
    font-size: 2em;  /* Increase text size */
    font-weight: bold;  /* Make the text bold */
    margin-bottom: 0 !important;
    margin-right: 0 !important;                      /* Position the h3 element at the top */
    border-radius: 12px;
}

.page.page_search .search_input {
    padding: 30px;
}

/* Input Fields Styling for Email and Password */
.page.page_search .cmp_form.cmp_form.search input[type="text"] {
    width: 100%;
    padding: 16px;
    margin: 12px 0;
    border-radius: 6px;
    border: 2px solid #3C4048;
    font-size: 16px;
}

/* Focused Input Fields Border Color */
.page.page_search .cmp_form.cmp_form.search input[type="text"]:focus {
    border-color:  #E87642!important;
    outline: none !important;
}

/* Base button styling */
.page.page_search .cmp_form .submit {
  display: flex;
  justify-content: center;
}

.page.page_search .cmp_form .submit button.submit {
  background-color: transparent;
  color: #E87642;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;  /* Make width 100% */
  max-width: 800px;  /* Set max width */
  font-family: Arial, sans-serif;
  position: relative;
  margin-left: auto;  /* Center button horizontally */
  margin-right: auto;  /* Center button horizontally */
}

/* Hover effect */
.page.page_search .cmp_form .submit button.submit:hover {
  background-color: #E87642;
  color: #3C4048;
  border-color: #E87642;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Replace the default text or enhance with an icon */
.page.page_search .cmp_form .submit button.submit::after {
    content: "";
    display: none; /* optional */
}

/* Style all inputs and selects inside the advanced search fieldset */

.search_advanced {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.search_advanced legend {
  font-weight: bolder !important;
  color: #3C4048;
}

.search_advanced .date_range .from fieldset legend {
  font-weight: bold;
  color: #3C4048;
}

.search_advanced .author .label {
  font-weight: bold;
  color: #3C4048;
}

.search_advanced .date_range .to fieldset legend {
  font-weight: bold;
  color: #3C4048;
}

.search_results .obj_article_summary {
  padding: 15px !important;
  border: 2px solid #3C4048;  /* ✅ This is the correct format */
  border-radius: 12px;
  margin: 30px !important;
}

.search_results .obj_article_summary .meta .authors {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.page.page_search .cmp_pagination {
  padding-right: 30px !important;
  color: #3C4048;
  font-weight: bold;
}

.search_advanced input[type="text"],
.search_advanced select {
    width: 100%;
    padding: 16px;
    margin: 12px 0;
    border-radius: 6px;
    border: 2px solid #fff;
    font-size: 16px;
    box-sizing: border-box;
}

/* Hover and focus effects */
.search_advanced input[type="text"]:focus,
.search_advanced select:focus {
    border-color: #E87642 !important;
    outline: none !important;
    box-shadow: 0 0 5px rgba(187, 99, 6, 0.868); /* Optional: Add a subtle shadow to highlight the input */
}

[role="status"] .cmp_notification.notice {
  padding: 30px;
  text-align: center;
  color: #2790A5;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}



[role="status"] .cmp_notification.notice {
  background: white;              /* Set white background */
  border: none !important;        /* Remove any default border */
  border-radius: 50%;             /* Make it circular (50% for perfect circle) */
  width: 350px;                   /* Set specific width */
  height: 350px;                  /* Set specific height */
  padding: 0;                     /* Remove padding */
  color: #E87642;                 /* Use your theme color */
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


/* Add large Font Awesome search icon on top */
[role="status"] .cmp_notification.notice::before {
  content: "\f1de"; /* FontAwesome envelope icon for "Contact" */
  font-family: "FontAwesome";
  font-size: 150px; /* <-- Add this to scale the icon */
  color: #E87642;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 75px;
}

/* Add extra message after the main text */
[role="status"] .cmp_notification.notice::after {
  content: " — Try adjusting your filters";
  font-size: 16px;
  font-weight: normal;
  color: #E87642;
  margin-bottom: 15px;
}

/* Register Complete */
.page.page_register_complete h1 {
    background: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 100%;
    color: #fff;
    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: #E87642;
    background-blend-mode: screen;
    text-align: justify;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #fff;
    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 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page.page_register_complete .registration_complete_actions li {
  position: relative;
  padding: 12px 40px 12px 16px;
  margin: 10px 0;
  background-color: #fff5f0;
  border: 1px solid #E87642;
  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; /* optional: remove underline */
}

.page.page_register_complete .registration_complete_actions li a:hover {
  text-decoration: underline; /* optional: hover effect */
}

.page.page_register_complete .registration_complete_actions li::after {
  font-family: "FontAwesome";
  color: #E87642;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Specific icons for each list item */
/* Icons for each list item */
.page.page_register_complete .registration_complete_actions .view_submissions::after {
  content: "\f06e"; /* fa-eye */
}

.page.page_register_complete .registration_complete_actions .new_submission::after {
  content: "\f055"; /* fa-plus-circle */
}

.page.page_register_complete .registration_complete_actions .edit_profile::after {
  content: "\f044"; /* fa-edit */
}

.page.page_register_complete .registration_complete_actions .browse::after {
  content: "\f07c"; /* fa-folder-open */
}


/* Team */
.flag-img {
  max-width: unset;
  width: 50px;
}

/* Animation */
.dropdown {
  position: relative;
}
.dropdown a {
  text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #2790A5;
  -moz-box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  -webkit-box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  box-shadow: 0 1px 0 #0a4c5a inset, 0 -1px 0 #0a4c5a inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #0f6681;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: "\25BC";
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* 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;
  }
  .pkp_navigation_search_wrapper, .pkp_navigation_user_wrapper {
    margin-left: 0.5em;
  }
  .pkp_nav_list > li {
    background: transparent;
  }
  .pkp_navigation_user .task_count {
    top: 0;
    background: #ff4d4d !important;
  }
}

/* Editorial Team (Custom Block) */
.editorial_team_block .profile .orcid {
    background: url('https://journal.diginus.id/public/site/images/pisces/orcid_logo.svg') no-repeat 2px;
    background-size: 15px;
    padding-left: 25px;
}

.editorial_team_block .profile .google_scholar {
    background: url('https://journal.diginus.id/public/site/images/pisces/google_scholar_logo.svg') no-repeat 2px;
    background-size: 15px;
    padding-left: 25px;
}

.editorial_team_block .profile div {
    line-height: 1.5;
    font-size: .92em;
    text-align: left;
}

.editorial_team_block div {
    padding: 0;
}

.editorial_team_block img {
    width: 85px!important;
    height: 90px!important;
    padding: 5px;
    border: 1px solid #d6cfcf46;
    float: left;
    box-shadow: 10px 10px 5px -13px rgb(105 98 98 / 75%);
}

.team td {
  vertical-align: top;
}

.dropdown-customblock {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    background: #E87642 !important;
    color: #fbfcfc;
}

.dropdown-customblock-item {
    padding: 10px !important;
    border-bottom: 1px solid #aaa; 
    background: #e6e2e2; 
    color: #fbfcfc;
}

.dropdown-customblock-item a {
    color: #E87642
}

.dropdown-customblock-item a:hover {
    color: #3C4048;
}

