
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 2065px;
	max-width: 100%;
	width: auto;
	height: auto;
}


/* BG IMAGE FIX */

body {
	background: url("https://journal.imadiklus.or.id/public/journals/1/bg.png") #f5f9fb fixed !important;
}

/* header */
.pkp_structure_page {
    max-width: 100,5%;
    margin-top: 0;
    margin-bottom: 0;
}

body {
  font-family: tahoma,geneva,sans-serif;
}
/* Struktur Header */


.pkp_site_name_wrapper {
    background: url(https://journal.imadiklus.or.id/public/journals/1/tanpatinta.gif);
	width= 1000;
	height= 200;
}

/* Struktur Header */
.pkp_navigation_user.pkp_nav_list .profile a {
    border-radius: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
    background: #F7BC4A;
    color: #ffffff;
    border: 2px solid #a52a2a
}

.pkp_navigation_user.pkp_nav_list .profile a:hover {
    background: #A52A2A;
    color: black;
}

.dropdown-menu {
    background: #a52a2a !important;
}

/* ABSTRAK AGAR RATA KIRI KANAN */
.obj_article_details .abstract {
    text-align: justify;
}

.pkp_footer_content {
  float: left;
  width: 70%;  padding-top: 10px;
  padding-bottom:10px;
}


.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom:10px;
  padding-top: 50px;
}

/* POSISI GAMBAR OJS */
.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}

    .menu1 {
      font-family: arial;
      display: block;

    }

    .menu1 div.atas1 {
      background-color: #5C5E84;
      color: white;
      padding: 10px;
      font-weight: bold;
      text-align: center;
    }

    .menu1 a {
      background-color: #CFCEDE;
      display: block;
      padding: 8px;
      text-align: center;
      color: black;
      text-decoration: none;

    }

    .menu1 a:hover {
      background-color: #5A81AC;
      color: white;

    }

/* ==========================================
   ELEGANT VERTICAL MENU WITH RICH ICONS
   Enhanced design with modern styling and comprehensive icon set
   ========================================== */

.vertical-menu {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Enhanced menu link styling */
.vertical-menu a {
    background: linear-gradient(135deg, #EDEEF0 0%, #f1f3f4 100%);
    color: #2c3e50;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(209, 232, 242, 0.6);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Subtle gradient overlay for depth */
.vertical-menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(247, 188, 74, 0.1), transparent);
    transition: left 0.6s ease;
}

.vertical-menu a:hover::before {
    left: 100%;
}

/* Icon container with enhanced styling */
.vertical-menu a .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F7BC4A, #f39c12);
    border-radius: 10px;
    margin-right: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(247, 188, 74, 0.3);
}

/* Icon styling */
.vertical-menu a i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Text styling */
.vertical-menu a .menu-text {
    flex: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Badge/notification indicator */
.vertical-menu a .badge {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: auto;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Enhanced hover effects */
.vertical-menu a:hover {
    background: linear-gradient(135deg, #5C5E84, #4a4d6e);
    color: #FFFFFF;
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(92, 94, 132, 0.4);
    border-color: transparent;
}

.vertical-menu a:hover .icon-container {
    background: linear-gradient(135deg, #FFFFFF, #f8f9fa);
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.vertical-menu a:hover i {
    color: #5C5E84;
    transform: scale(1.1);
}

.vertical-menu a:hover .menu-text {
    transform: translateX(3px);
}

/* Active state with premium styling */
.vertical-menu a.active {
    background: linear-gradient(135deg, #FF0303, #dc2626);
    color: #FFFFFF;
    font-weight: 600;
    transform: scale(1.03);
    box-shadow: 0 12px 35px rgba(255, 3, 3, 0.4);
    border-color: transparent;
    position: relative;
    z-index: 2;
}

.vertical-menu a.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
    border-radius: 2px 0 0 2px;
}

.vertical-menu a.active .icon-container {
    background: linear-gradient(135deg, #FFFFFF, #f1f3f4);
    transform: scale(1.15);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
}

.vertical-menu a.active i {
    color: #FF0303;
    transform: scale(1.2);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* Submenu indicator */
.vertical-menu a.has-submenu::after {
    content: '›';
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.vertical-menu a.has-submenu:hover::after {
    opacity: 1;
    transform: translateX(3px);
}

/* Separator line for menu sections */
.vertical-menu .menu-separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, #D1E8F2, transparent);
    margin: 8px 0;
    position: relative;
}

.vertical-menu .menu-separator::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    width: 30px;
    height: 5px;
    background: linear-gradient(135deg, #F7BC4A, #f39c12);
    border-radius: 2px;
}

/* Menu section headers */
.vertical-menu .menu-header {
    padding: 12px 20px 8px;
    font-size: 12px;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 1px solid rgba(209, 232, 242, 0.3);
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .vertical-menu a {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .vertical-menu a .icon-container {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }
    
    .vertical-menu a i {
        font-size: 18px;
    }
    
    .vertical-menu a:hover {
        transform: translateX(5px) scale(1.01);
    }
}

@media (max-width: 480px) {
    .vertical-menu a {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .vertical-menu a .icon-container {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        border-radius: 8px;
    }
    
    .vertical-menu a i {
        font-size: 16px;
    }
}

/* Dark theme variant */
@media (prefers-color-scheme: dark) {
    .vertical-menu {
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .vertical-menu a {
        background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
        color: #ecf0f1;
        border-bottom-color: rgba(209, 232, 242, 0.1);
    }
    
    .vertical-menu .menu-header {
        background: linear-gradient(135deg, #2c3e50, #34495e);
        color: #bdc3c7;
    }
}

/* ==========================================
   ICON LIBRARY SUGGESTIONS
   Add these Font Awesome or similar icons to your HTML:
   
   🏠 Home: <i class="fas fa-home"></i>
   📊 Dashboard: <i class="fas fa-tachometer-alt"></i>
   👤 Profile: <i class="fas fa-user"></i>
   ⚙️ Settings: <i class="fas fa-cog"></i>
   📧 Messages: <i class="fas fa-envelope"></i>
   📈 Analytics: <i class="fas fa-chart-line"></i>
   📁 Files: <i class="fas fa-folder"></i>
   🛒 Shopping: <i class="fas fa-shopping-cart"></i>
   💳 Billing: <i class="fas fa-credit-card"></i>
   🔐 Security: <i class="fas fa-shield-alt"></i>
   📱 Mobile: <i class="fas fa-mobile-alt"></i>
   🌐 Website: <i class="fas fa-globe"></i>
   ⭐ Favorites: <i class="fas fa-star"></i>
   📋 Tasks: <i class="fas fa-tasks"></i>
   🔔 Notifications: <i class="fas fa-bell"></i>
   ========================================== */



/* BG IMAGE FIX */
.pkp_structure_head {
  background: #761717;
}
body {
  font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 70%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom:10px;
  padding-top: 50px;
}

.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}

/*Editorial team*/
.editorial-list {
    position: relative;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.editorial-list:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

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

.editorial-list .img-profile {
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #eaeaea;
    padding: 0.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.editorial-list .img-profile:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.editorial-list .img-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.editorial-list .img-profile img:hover {
    transform: scale(1.05);
}

.team-content {
    margin-left: 115px;
    min-height: 130px;
    padding: 0.5rem 0;
}

.team-content h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.team-content p {
    color: #7f8c8d;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.team-content .ico-label {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.team-content .ico-label:hover {
    filter: grayscale(0) brightness(1.1);
}

.team-aff ul {
    padding-left: 0;
    margin-top: 0.5rem;
}

.team-aff ul li {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    color: #34495e;
}

.team-aff ul li .tm_label {
    display: inline-block;
    width: 80px;
    font-weight: 500;
    color: #2c3e50;
}

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

/* Tambahan efek hover untuk interaktivitas */
.team-aff ul li:hover {
    color: #e74c3c;
    cursor: default;
}

.team-aff ul li:hover .tm_label {
    color: #e74c3c;
} 
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 .meta .authors {
	background: url(https://journal.imadiklus.or.id/public/journals/1/icon-group.png) 1px 2px no-repeat;
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 4px;
	padding-left: 30px;
}
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
==================
.cmp_button_wire, .obj_galley_link { background: #FF0303; border: 1px solid #FF0303; color: #fff; }
.obj_article_summary { border: 1px solid #FF0303; padding: 10px; border-radius: 5px; box-shadow: 3px 3px #FF0303;
}

.obj_article_summary .item.doi .label {background: url(/public/journals/8/images/icon-doi.png) left center no-repeat;width: 25px !important; height:24px !important; color: transparent; text-indent: 100%;white-space: nowrap;overflow: hidden;}
