.navbar {
           background-color: #ffff00;
           justify-content:   space-between;
           padding: 0 5%;
}
.navbar .nav{
          justify-content: flex-end;
}
 .navbar ul {
          margin: 0;
          padding: 30px;
}
 .navbar li {
          display: inline;
          list-style: none;
          margin-right: 24px;
          position: relative;
}
.navbar li.active {
         background-color: #fff;
         color: #ffff00;
         padding: 12px;
} 
.navbar li.active a {
        color: #000 !important;
}
.navbar li.active a:hover {
        color: #000 !important;
} 
.navbar ul.nav a {     
       font-size: 12pt;
       color: #fff;
       text-transform: uppercase;     
       font-family: 'Montserrat', sans-serif;
       font-weight: bold;
       line-height: 1.936;
       text-align: left;
              white-space: nowrap;
}
 .navbar ul.nav a:hover {
     color: #72cbff;
}
/* ==========================================
   CJE - Sidebar Custom Block Menu Hover
   ========================================== */

div[style*="background: #1D2353"] a {
    transition: all 0.3s ease !important;
}

div[style*="background: #1D2353"] a:hover {
    background: #ff6b00 !important;
    color: #ffffff !important;
    padding-left: 20px !important;
}

div[style*="background: #1D2353"] a:focus {
    background: #f5b301 !important;
    color: #000000 !important;
}
/* ==========================================
   Hover Semua Link & Gambar Sidebar
   ========================================== */

.pkp_structure_sidebar a {
    transition: all 0.3s ease !important;
}

.pkp_structure_sidebar a:hover {
    opacity: 0.9;
}

.pkp_structure_sidebar a:hover img {
    transform: scale(1.03);
    transition: all 0.3s ease;
}
/* ==========================================
   Hover Tombol Make A Submission
   ========================================== */

.pkp_structure_sidebar a[href*="submission"],
.pkp_structure_sidebar a[href*="submissions"],
.pkp_structure_sidebar a[href*="workflow"] {
    background: #ff6b00 !important;
    color: #ffffff !important;
}

.pkp_structure_sidebar a[href*="submission"]:hover,
.pkp_structure_sidebar a[href*="submissions"]:hover,
.pkp_structure_sidebar a[href*="workflow"]:hover {
    background: #f5b301 !important;
    color: #000000 !important;
    transform: scale(1.03);
    font-weight: bold !important;
}

/* ==========================================
   Perbaiki posisi tombol Register dan Login
   ========================================== */

.pkp_navigation_user_wrapper {
    position: absolute !important;
    top: 20px !important;
    right: 30px !important;
    z-index: 9999 !important;
}

.pkp_structure_head {
    position: relative !important;
}

.pkp_navigation_user > li > a {
    padding: 8px 22px !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background: #1239ff !important;
    font-weight: bold !important;
    box-shadow: none !important;
    outline: none !important;
}

.pkp_navigation_user > li > a:hover {
    background: #ff6b00 !important;
    color: #ffffff !important;
}