/* ==========================================================
   JURNAL EKSELENTA
   Universitas Sains Indonesia
   Professional Theme v1.0
========================================================== */

/* =========================
   FONT
========================= */

body{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background:#f7f9fc;
    color:#2d3748;
    line-height:1.7;
}

/* =========================
   HEADER
========================= */

/*.pkp_structure_head{
    background:#ffffff;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}*/

.pkp_site_name_wrapper{
    padding-top:10px;
    padding-bottom:10px;
}

/* =========================
   MENU
========================= */

.pkp_navigation_primary > li > a{

    color:#0B3D91;
    font-weight:600;
    transition:.25s;
}

.pkp_navigation_primary > li > a:hover{

    color:#F7941D;
}

/* =========================
   SEARCH
========================= */

.pkp_search input{

    border-radius:25px;
}

/* =========================
   BUTTON
========================= */

button,
.cmp_button,
.obj_galley_link,
.block_make_submission a{

    background:#0B3D91 !important;
    color:#fff !important;

    border-radius:6px;

    transition:.3s;
}

button:hover,
.cmp_button:hover,
.obj_galley_link:hover,
.block_make_submission a:hover{

    background:#F7941D !important;

    color:white !important;
}

/* =========================
   CURRENT ISSUE
========================= */

.obj_issue_summary{

    background:white;

    border-radius:10px;

    padding:20px;

    box-shadow:0 2px 10px rgba(0,0,0,.08);

    margin-bottom:25px;
}

/* =========================
   ARTICLE LIST
========================= */

.obj_article_summary{

    background:white;

    border-radius:8px;

    padding:15px;

    margin-bottom:15px;

    transition:.25s;
}

.obj_article_summary:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* =========================
   SIDEBAR
========================= */

.pkp_block{

    background:white;

    border-radius:10px;

    padding:18px;

    margin-bottom:20px;

    box-shadow:0 2px 8px rgba(0,0,0,.06);
}

.pkp_block h2{

    color:#0B3D91;

    border-bottom:2px solid #F7941D;

    padding-bottom:8px;

    margin-bottom:15px;

    font-size:18px;
}

/* =========================
   LINKS
========================= */

a{

    color:#0B3D91;
}

a:hover{

    color:#F7941D;
}

/* =========================
   BREADCRUMB
========================= */

.cmp_breadcrumbs{

    background:white;

    border-radius:8px;

    padding:10px 20px;

    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

/* =========================
   TABLES
========================= */

table{

    border-radius:8px;

    overflow:hidden;
}

/* =========================
   FOOTER
========================= */

.pkp_structure_footer_wrapper{

    background:#0B3D91;

    color:white;

    margin-top:60px;

    padding-top:30px;

    padding-bottom:30px;
}

.pkp_structure_footer_wrapper a{

    color:#ffffff;
}

/* =========================
   PDF BUTTON
========================= */

.obj_galley_link.pdf{

    background:#F7941D !important;

    border:none;
}

/* =========================
   ISSUE COVER
========================= */

.obj_issue_summary .cover img{

    border-radius:8px;

    box-shadow:0 6px 18px rgba(0,0,0,.12);
}

/* =========================
   HOME IMAGE
========================= */

.homepage_image img{

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{

    width:10px;
}

::-webkit-scrollbar-thumb{

    background:#0B3D91;

    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{

    background:#F7941D;
}

.pkp_brand_footer,
.pkp_brand_footer a{
    display:none !important;
}
/* ==========================================================
   JURNAL EKSELENTA UI UPDATE
========================================================== */

/* Background Website */
body,
.pkp_structure_page,
.pkp_structure_main{
    background:#eef3f8 !important;
}

/* Navigation */
.pkp_navigation_primary{
    background:#ffffff;
    border-radius:8px;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

/* Current Issue */
.obj_issue_summary{
    border-top:4px solid #0B3D91;
}

/* Article */
.obj_article_summary{
    border-left:4px solid #0B3D91;
}

.obj_article_summary:hover{
    border-left:4px solid #F7941D;
}

/* Sidebar */
.pkp_block:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 20px rgba(0,0,0,.12);
}
/* ===========================================
   SIDEBAR PREMIUM
=========================================== */

.pkp_block{
    background:#ffffff;
    border:1px solid #dce6f3;
    border-radius:12px;
    margin-bottom:20px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.pkp_block:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 28px rgba(0,0,0,.15);
}

.pkp_block .title{
    background:linear-gradient(90deg,#0B3D91,#1D5DBF);
    color:#fff !important;
    padding:12px 16px;
    font-weight:700;
    letter-spacing:.4px;
    text-transform:uppercase;
    border:none;
}

.pkp_block .content{
    padding:18px;
    background:#fff;
}
/* ==========================================================
   JOURNAL EKSELENTA - PREMIUM UI UPDATE
   Tambahkan di bagian PALING BAWAH styleSheet.css
========================================================== */


/* ==========================================
   Current Issue Cover
========================================== */

.obj_issue_summary .cover img{
    width:190px;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    transition:all .3s ease;
}

.obj_issue_summary .cover img:hover{
    transform:scale(1.03);
}


/* ==========================================
   Current Issue Card Hover
========================================== */

.obj_issue_summary{
    transition:all .3s ease;
}

.obj_issue_summary:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}


/* ==========================================
   Judul Artikel
========================================== */

.obj_issue_summary h2,
.obj_issue_summary h3,
.cmp_article_list h3{
    color:#0B3D91;
    font-weight:700;
}


/* ==========================================
   Orange Accent Under Section Title
========================================== */

.page h2:after{
    content:"";
    display:block;
    width:70px;
    height:4px;
    margin-top:8px;
    border-radius:20px;
    background:#F7941D;
}


/* ==========================================
   Sticky Sidebar
========================================== */

.pkp_structure_sidebar{
    position:sticky;
    top:20px;
}


/* ==========================================
   Menu Hover
========================================== */

.pkp_navigation_primary li a{
    transition:all .3s ease;
}

.pkp_navigation_primary li a:hover{
    color:#F7941D !important;
}


/* ==========================================
   Orange Line Under Navigation
========================================== */

.pkp_navigation_primary{
    border-bottom:3px solid #F7941D;
}


/* ==========================================
   Sidebar Animation
========================================== */

.pkp_block{
    transition:all .3s ease;
}

.pkp_block:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(0,0,0,.15);
}


/* ==========================================
   Button Hover
========================================== */

.cmp_button,
.obj_issue_summary .title a{
    transition:all .3s ease;
}

.cmp_button:hover{
    transform:translateY(-2px);
}


/* ==========================================
   Link Hover
========================================== */

a{
    transition:.25s;
}

a:hover{
    text-decoration:none;
}


/* ==========================================
   Smooth Page
========================================== */

html{
    scroll-behavior:smooth;
}
.obj_article_summary{
    border-radius:12px;
    overflow:hidden;
    transition:.3s;
}

.obj_article_summary:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}
.obj_article_summary h3 a{
    color:#0B3D91;
    font-weight:700;
}

.obj_article_summary h3 a:hover{
    color:#F7941D;
}
.obj_galley_link{
    border-radius:20px!important;
    padding:6px 16px!important;
    font-weight:600;
}
.pkp_block:hover{
    transform:translateY(-4px);
}
.obj_article_summary{
    border-left:5px solid #0B3D91;
}
*{
    transition:.25s;
}