@charset "UTF-8";

/*
  JUKTISI OJS Professional Stylesheet
  Theme: Bright Blue, Light Blue, Gold, Clean Academic Layout
  Optimized for OJS 3.x custom stylesheet upload.
*/

/* =========================================================
   01. GLOBAL VARIABLES AND RESET
   ========================================================= */

:root {
  --juktisi-navy: #1f4e79;
  --juktisi-blue: #2f6f9f;
  --juktisi-blue-soft: #397ca1;
  --juktisi-cyan: #3a7898;
  --juktisi-gold: #c8923b;
  --juktisi-brown: #8b5e34;
  --juktisi-text: #24304f;
  --juktisi-muted: #667085;
  --juktisi-border: #dbe6f3;
  --juktisi-bg: #f6f9fc;
  --juktisi-soft: #eef6fb;
  --juktisi-cream: #f7efe6;
  --juktisi-white: #ffffff;
  --juktisi-shadow: 0 10px 28px rgba(13, 110, 253, 0.14);
  --juktisi-radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--juktisi-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(47, 111, 159, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 45%, #f8fbff 100%);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

a {
  color: var(--juktisi-navy);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--juktisi-brown);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* =========================================================
   02. MAIN STRUCTURE
   ========================================================= */

.pkp_structure_page {
  max-width: 1240px;
  margin: 0 auto;
  background: var(--juktisi-white);
  box-shadow: var(--juktisi-shadow);
  border-radius: 0 0 var(--juktisi-radius) var(--juktisi-radius);
  overflow: hidden;
}

.pkp_structure_content {
  font-size: 15px;
  margin-bottom: 0.5rem;
  background: var(--juktisi-white);
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
  border-radius: var(--juktisi-radius);
}

.pkp_structure_main {
  padding: 24px 28px;
  background: var(--juktisi-white);
}

.pkp_structure_sidebar {
  padding-top: 18px;
}

.pkp_structure_sidebar:before {
  border-left: 1px solid var(--juktisi-border);
}

/* =========================================================
   03. HEADER AND JOURNAL LOGO
   ========================================================= */

.pkp_structure_head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--juktisi-navy) 0%, var(--juktisi-blue-soft) 48%, var(--juktisi-cyan) 100%);
}

.pkp_structure_head:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.18), transparent 25%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 76% 90%, rgba(200, 146, 59, 0.20), transparent 30%);
  pointer-events: none;
}

.pkp_site_name,
.pkp_site_name .is_img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

.pkp_site_name .is_img img {
  display: block;
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: cover;
}

/* =========================================================
   04. NAVIGATION MENU
   ========================================================= */

.pkp_navigation_primary_row {
  background: var(--juktisi-white);
  padding: 8px 12px;
  border-bottom: 1px solid var(--juktisi-border);
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

#navigationPrimary > li > a,
#navigationPrimary ul a {
  color: var(--juktisi-navy);
  font-weight: 700;
  letter-spacing: 0.1px;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus {
  color: var(--juktisi-brown);
  background: var(--juktisi-cream);
  text-decoration: none;
}

.pkp_nav_list ul a:hover {
  display: block;
  padding-left: 0.7rem;
  border-left: 0.28rem solid var(--juktisi-brown) !important;
  color: var(--juktisi-brown);
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  color: var(--juktisi-navy);
  font-weight: 700;
}

.pkp_nav_list li.profile {
  padding: 3px 10px;
  border: 1px solid var(--juktisi-border);
  border-radius: 999px;
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.12);
  margin-left: 8px;
  margin-right: 5px;
  background: var(--juktisi-white);
}

.pkp_navigation_user > li > a {
  color: var(--juktisi-white);
}

/* =========================================================
   05. HOMEPAGE AND ADDITIONAL CONTENT
   ========================================================= */

.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--juktisi-radius) var(--juktisi-radius) 0 0;
}

.pkp_page_index .additional_content {
  border-top: 0;
  padding: 16px 0 0;
  text-align: justify;
}

.aimcolumn {
  float: left;
}

.aimleft {
  width: 25%;
  padding: 30px 20px 0 10px;
  background: var(--juktisi-white);
}

.aimright {
  width: 74%;
  height: auto;
  padding: 18px 24px 18px 34px;
  background: var(--juktisi-soft);
  border-radius: var(--juktisi-radius);
  border: 1px solid var(--juktisi-border);
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================
   06. BUTTONS AND SUBMISSION LINKS
   ========================================================= */

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link,
.obj_article_summary > .galleys_links a,
.obj_article_details .entry_details .item.galleys .galleys_links a {
  display: inline-block;
  background: var(--juktisi-navy);
  color: var(--juktisi-white) !important;
  border: 1px solid var(--juktisi-navy);
  border-radius: 10px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.2s ease;
}

.cmp_manuscript_button,
.block_make_submission a {
  width: 100%;
}

.cmp_manuscript_button:hover,
.block_make_submission a:hover,
.obj_galley_link:hover,
.obj_article_summary > .galleys_links a:hover,
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
  background: var(--juktisi-brown);
  border-color: var(--juktisi-brown);
  color: var(--juktisi-white) !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* =========================================================
   07. ISSUE ARCHIVE AND TABLE OF CONTENTS
   ========================================================= */

.obj_issue_toc .cover {
  display: none;
}

.obj_issue_toc .description,
.obj_issue_summary .description {
  text-align: justify;
}

.obj_issue_summary {
  margin: 0 1.5rem 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 4px solid var(--juktisi-navy);
  background: var(--juktisi-bg);
  border-radius: 0 var(--juktisi-radius) var(--juktisi-radius) 0;
}

.page_issue_archive .issues_archive > li {
  margin: 0;
  padding: 1.4rem 0 0 0.7rem;
}

.obj_issue_toc .sections:not(:first-child) {
  margin-top: 0;
}

.obj_issue_toc .section > h2 {
  border: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 800;
  text-transform: none;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, var(--juktisi-navy), var(--juktisi-blue));
  color: var(--juktisi-white);
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(13, 110, 253, 0.18);
}

/* =========================================================
   08. ARTICLE SUMMARY CARDS
   ========================================================= */

.obj_article_summary {
  background: var(--juktisi-white);
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
  border: 1px solid var(--juktisi-border);
  border-left: 5px solid var(--juktisi-gold);
  padding: 1rem 1.25rem;
  border-radius: var(--juktisi-radius);
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
  margin-bottom: 1rem;
}

.obj_article_summary:hover {
  border-left-color: var(--juktisi-navy);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
}

.obj_article_summary .cover {
  display: block;
  float: left;
  width: 70px;
  height: auto;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.obj_article_summary > .title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 800;
  font-size: 19px;
  text-transform: none;
  line-height: 1.35;
}

.obj_article_summary > .title a {
  display: block;
  color: #26304f;
  font-size: 19px;
  text-decoration: none;
}

.obj_article_summary > .title a:hover {
  color: var(--juktisi-brown);
  text-decoration: none;
}

.obj_article_summary .authors {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--juktisi-muted);
  text-transform: none;
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 20px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 13px;
  color: var(--juktisi-gold);
}

.obj_article_summary > .galleys_links,
ul.galleys_links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5em;
}

.doi_summary {
  padding: 0.4em 0.7em;
  margin-top: 0.3em;
  background: var(--juktisi-bg);
  border-radius: 8px;
}

.doi_summary a {
  text-decoration: none !important;
}

.doi_summary a:hover {
  text-decoration: underline !important;
}

/* =========================================================
   09. ARTICLE DETAIL PAGE
   ========================================================= */

.obj_article_details > .page_title,
.obj_article_details .page_title,
.obj_article_details > .subtitle {
  text-align: left;
  color: var(--juktisi-navy);
  font-weight: 800;
  line-height: 1.35;
}

.obj_article_details .doi a {
  color: var(--juktisi-navy);
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}

.obj_article_details .doi a:hover {
  color: var(--juktisi-brown);
}

.obj_article_details .main_entry .label {
  display: inline-block;
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  color: var(--juktisi-white);
  background: linear-gradient(135deg, var(--juktisi-navy), var(--juktisi-blue));
}

.obj_article_details .item {
  padding: 1em 0 2em 2em;
}

.obj_article_details .main_entry .item .label {
  font-size: 16px;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0 20px;
  width: 83%;
  border-bottom: 1px solid var(--juktisi-navy);
}

.obj_article_details .entry_details .item > .value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obj_article_details .entry_details .item > .value ul li {
  padding: 5px 0;
}

.obj_article_details .entry_details .cover_image img {
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.12);
}

.obj_article_details .item.doi {
  text-align: left;
  text-decoration: none;
  padding: 10px 0;
}

.obj_article_details .item.keywords {
  text-transform: capitalize;
}

.item.abstract {
  text-align: justify;
  padding-top: 0;
}

.item.authors {
  font-size: 14px;
}

.item.authors .email:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
  color: var(--juktisi-gold);
}

.item.authors span.name:before {
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
  color: var(--juktisi-gold);
}

.item.authors span.affiliation:before {
  content: "\f19c";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: var(--juktisi-gold);
}

/* =========================================================
   10. SIDEBAR BLOCKS
   ========================================================= */

.pkp_block {
  padding: 0 3px 12px 5px;
  font-size: 14px;
  line-height: 1.55;
}

.block_make_submission {
  padding: 15px 3px 8px 5px;
}

.pkp_block .title {
  width: 100%;
  min-height: 34px;
  background: linear-gradient(135deg, var(--juktisi-navy), var(--juktisi-blue));
  color: var(--juktisi-white);
  font-size: 13px;
  font-weight: 800;
  padding: 0.55em 0.8em;
  margin-bottom: 0;
  border: 0;
  text-align: center;
  border-radius: 12px 12px 0 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0.2px;
}

.pkp_block .content {
  background: var(--juktisi-white);
  border: 1px solid var(--juktisi-border);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.pkp_block li,
.pkp_block .content ul li {
  border-radius: 0;
  position: relative;
  background: var(--juktisi-white);
  display: block;
}

.pkp_block ul > li {
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.pkp_block ul > li:last-child {
  border-bottom: 0;
}

.pkp_block ul > li a {
  color: var(--juktisi-navy);
  padding: 0.75rem 1rem;
  display: flex;
  text-decoration: none;
  font-weight: 600;
}

.pkp_block ul > li a:hover {
  text-decoration: none;
  background: var(--juktisi-cream);
  color: var(--juktisi-brown);
}

/* =========================================================
   11. ANNOUNCEMENTS, DOI, STATS
   ========================================================= */

.block_announcements_article {
  padding: 1em;
  background: linear-gradient(135deg, var(--juktisi-navy), var(--juktisi-blue));
  color: var(--juktisi-white);
  border-radius: var(--juktisi-radius);
}

.doi_container {
  margin-top: 1px;
}

.doi_link {
  background-size: 14px !important;
  min-height: 20px !important;
  padding: 5px 0 5px 23px;
  color: var(--juktisi-brown);
  text-decoration: none;
}

.galley_stat,
.article_stat {
  background-size: 18px !important;
  padding-left: 23px;
}

/* =========================================================
   12. EDITORIAL BOARD COMPONENT
   ========================================================= */

.editorial-list {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.editorial-list li {
  margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid var(--juktisi-border);
  border-radius: 10px;
  padding: 0.5rem;
  background: var(--juktisi-white);
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.10);
}

.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}

.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-content {
  margin-left: 112px;
  min-height: 130px;
}

.team-content .ico-label,
.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.team-aff ul li {
  margin-bottom: 0;
}

.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
  font-weight: 700;
  color: var(--juktisi-navy);
}

/* =========================================================
   13. SERVICES CARD / WHAT WE DO
   ========================================================= */

section {
  padding: 0;
}

section .section-title {
  text-align: center;
  color: var(--juktisi-navy);
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

#what-we-do {
  background: transparent;
}

#what-we-do .card {
  padding: 1rem !important;
  border: 1px solid var(--juktisi-border);
  border-radius: var(--juktisi-radius);
  margin-bottom: 1rem;
  transition: 0.25s all ease;
  background:
    radial-gradient(circle at 28% 29%, rgba(237, 237, 237, 0.04) 0%, rgba(237, 237, 237, 0.04) 50%, rgba(136, 136, 136, 0.04) 50%, rgba(136, 136, 136, 0.04) 100%),
    linear-gradient(90deg, #f3f7ff, #ffffff);
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

#what-we-do .card:hover {
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.14);
  transform: translateY(-2px);
}

#what-we-do .card .card-block {
  padding-left: 50px;
  position: relative;
}

#what-we-do .card .card-block a {
  color: var(--juktisi-navy) !important;
  font-weight: 800;
  text-decoration: none;
}

#what-we-do .card .card-block:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 39px;
  color: var(--juktisi-navy);
  left: 0;
  transition: transform 0.3s ease;
}

#what-we-do .card:hover .card-block:before {
  transform: rotate(360deg);
}

#what-we-do .card .block-1:before { content: "\f25e"; }
#what-we-do .card .block-2:before { content: "\f0eb"; }
#what-we-do .card .block-3:before { content: "\f00c"; }
#what-we-do .card .block-4:before { content: "\f155"; }

#what-we-do .card-title {
  margin: auto;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.carousel-inner {
  position: relative;
}

.carousel-indicators {
  bottom: -15px;
}

/* =========================================================
   14. INDEXING LOGOS AND CUSTOM SIDEBAR MENU
   ========================================================= */

img.indexings {
  width: 170px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

#customblock-menubar ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

#customblock-menubar ul li {
  list-style: none !important;
  margin-bottom: 8px;
}

#customblock-menubar ul li a {
  display: block;
  padding: 9px 10px 9px 32px;
  text-decoration: none;
  color: var(--juktisi-text);
  border-radius: 8px;
  transition: all 0.25s ease;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px;
  border: 1px solid transparent;
  font-weight: 600;
}

#customblock-menubar ul li a:hover {
  background-color: var(--juktisi-cream);
  color: var(--juktisi-brown);
  padding-left: 36px;
  border-color: rgba(139, 94, 52, 0.18);
}

#customblock-menubar ul li:nth-child(1) a,
#customblock-menubar ul li:nth-child(2) a,
#customblock-menubar ul li:nth-child(3) a,
#customblock-menubar ul li:nth-child(4) a,
#customblock-menubar ul li:nth-child(5) a,
#customblock-menubar ul li:nth-child(6) a,
#customblock-menubar ul li:nth-child(7) a,
#customblock-menubar ul li:nth-child(8) a,
#customblock-menubar ul li:nth-child(9) a {
  background-image: url("data:image/svg+xml,%3Csvg fill='%238b5e34' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3C/svg%3E");
}

/* =========================================================
   15. FOOTER AND BRAND
   ========================================================= */

.pkp_brand_footer {
  display: none;
}

.pkp_footer_content {
  color: var(--juktisi-text);
}


/* =========================================================
   15A. CONTRAST SAFETY FOR COLORED BACKGROUNDS
   Ensures text remains readable on soft-blue backgrounds.
   ========================================================= */

.pkp_block .title,
.pkp_block .title a,
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h2 a,
.obj_article_details .main_entry .label,
.obj_article_details .main_entry .label a,
.block_announcements_article,
.block_announcements_article a {
  color: var(--juktisi-white) !important;
}

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link,
.obj_article_summary > .galleys_links a,
.obj_article_details .entry_details .item.galleys .galleys_links a {
  color: var(--juktisi-white) !important;
}

#navigationPrimary > li > a,
#navigationPrimary ul a,
.pkp_block ul > li a,
#what-we-do .card .card-block a {
  color: var(--juktisi-navy) !important;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus,
.pkp_block ul > li a:hover,
#customblock-menubar ul li a:hover {
  color: var(--juktisi-brown) !important;
}

/* =========================================================
   16. RESPONSIVE RULES
   ========================================================= */

@media screen and (max-width: 991px) {
  .pkp_structure_page {
    max-width: 100%;
    border-radius: 0;
  }

  .pkp_structure_main {
    padding: 18px 14px;
    overflow: auto;
  }

  .aimcolumn,
  .aimleft,
  .aimright {
    float: none;
    width: 100%;
  }

  .aimleft {
    padding: 12px 0;
  }

  .aimright {
    padding: 16px;
  }

  .pkp_block {
    padding: 0 0 18px;
  }

  .pkp_site_nav_toggle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 4em;
    margin-top: -2em;
  }

  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    left: 0;
    padding-left: 0;
  }

  .pkp_navigation_user > li > a,
  .pkp_site_nav_menu a {
    color: var(--juktisi-navy);
  }

  .pkp_site_nav_menu {
    top: auto;
  }

  .team-content {
    margin-left: 0;
    padding-top: 118px;
  }

  .editorial-list .img-profile {
    position: relative;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .pkp_structure_main {
    padding: 12px 10px;
    margin-bottom: 1rem;
  }

  .pkp_structure_head {
    min-height: auto;
  }

  .pkp_site_name .is_img img {
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: cover;
  }

  .obj_article_details .item {
    padding: 1rem 0.5rem;
  }

  .obj_article_summary {
    padding: 0.9rem;
  }

  .obj_article_summary .cover {
    float: none;
    width: 90px;
    margin: 0 0 12px 0;
  }

  .pkp_nav_list li.profile {
    margin: 6px 8px;
    text-align: center;
  }

  .pkp_block .title {
    font-size: 12px;
  }
}

/* =========================================================
   17. PRINT CLEANUP
   ========================================================= */

@media print {
  body {
    background: #ffffff;
  }

  .pkp_navigation_primary_row,
  .pkp_structure_sidebar,
  .pkp_site_nav_toggle,
  .block_make_submission,
  .pkp_brand_footer {
    display: none !important;
  }

  .pkp_structure_page,
  .pkp_structure_content,
  .obj_article_summary {
    box-shadow: none;
    border-radius: 0;
  }

  a {
    color: #000000;
    text-decoration: underline;
  }
}

/* =========================================================
   18. USER NAVIGATION CONTRAST FIX
   Register and Login buttons are separated visually so the
   background color is never the same as the text color.
   ========================================================= */

.pkp_navigation_user > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 6px 13px !important;
  margin: 2px 3px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #1f4e79 !important;
  border: 1px solid #b8d5e6 !important;
  box-shadow: 0 3px 10px rgba(31, 78, 121, 0.14) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  background: #eef6fb !important;
  color: #173b5f !important;
  border-color: #397ca1 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.pkp_navigation_user > li > a[href*="login"] {
  background: #ffffff !important;
  color: #1f4e79 !important;
  border-color: #b8d5e6 !important;
}

.pkp_navigation_user > li > a[href*="login"]:hover,
.pkp_navigation_user > li > a[href*="login"]:focus {
  background: #eef6fb !important;
  color: #173b5f !important;
  border-color: #397ca1 !important;
}

.pkp_navigation_user > li > a[href*="register"],
.pkp_navigation_user > li > a[href*="user/register"] {
  background: #d9a441 !important;
  color: #173b5f !important;
  border-color: #c8923b !important;
}

.pkp_navigation_user > li > a[href*="register"]:hover,
.pkp_navigation_user > li > a[href*="register"]:focus,
.pkp_navigation_user > li > a[href*="user/register"]:hover,
.pkp_navigation_user > li > a[href*="user/register"]:focus {
  background: #b7791f !important;
  color: #ffffff !important;
  border-color: #9f651b !important;
}

.pkp_nav_list li.profile {
  background: #ffffff !important;
  border: 1px solid #b8d5e6 !important;
  color: #1f4e79 !important;
}

.pkp_nav_list li.profile > a {
  color: #1f4e79 !important;
  text-shadow: none !important;
}

@media screen and (max-width: 991px) {
  .pkp_navigation_user > li > a {
    background: #ffffff !important;
    color: #1f4e79 !important;
    border-color: #b8d5e6 !important;
  }

  .pkp_navigation_user > li > a[href*="register"],
  .pkp_navigation_user > li > a[href*="user/register"] {
    background: #d9a441 !important;
    color: #173b5f !important;
    border-color: #c8923b !important;
  }
}
