/* ======================================================
   JURNAL KOMPUTASI
   Custom Theme v3.0
   Author : Agung Pambudi
   OJS    : 3.3.0-22
====================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


/* ======================================================
   NAVBAR
====================================================== */

.navbar-default {
  background: url("/public/site/images/header-menu.png")
      center center no-repeat !important;
  background-size: cover !important;

  min-height: 110px;
  border: none !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);

  border-radius: 0 0 20px 20px;
  overflow: visible;
}

.navbar-brand {
    margin-right: 35px;
}

.navbar-default .navbar-brand {
    color: #ffffff !important;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: rgba(255,255,255,.18) !important;
    color: #ffffff !important;
    border-radius: 12px;
    border-bottom: 3px solid #3A736A;
}

.navbar-default .navbar-nav > li > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.dropdown-menu {
    border: none;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

/* Hover item submenu */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #00A7E2 !important;
    background-image: none !important;
    color: #ffffff !important;
}

/* Item submenu aktif */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #00A7E2 !important;
    background-image: none !important;
    color: #ffffff !important;
}

/* Saat menu About sedang dibuka */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: rgba(255,255,255,.18) !important;
    color: #ffffff !important;
}

.dropdown-menu > li:last-child > a:hover,
.dropdown-menu > li:last-child > a:focus {
    border-radius: 0 0 12px 12px;
}

/* ======================================================
   GLOBAL
====================================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    background: #F5F7FA;
    line-height: 1.8;
}

a {
    color: #00A7E2;
    transition: all .3s ease;
}

a:hover {
    color: #0089BC;
    text-decoration: none;
}

/* ======================================================
   CONTAINER
====================================================== */

.container {
    width: 95% !important;
    max-width: 1400px !important;
}

/* ======================================================
   CONTENT WRAPPER
====================================================== */

.pkp_structure_content {
    background: transparent;
    padding: 30px 0 !important;
    box-shadow: none;
}

/* ======================================================
   MAIN CONTENT
====================================================== */

.pkp_structure_main {
    background: #FFF;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
}

/* ======================================================
   CUSTOM BLOCK
====================================================== */

.pkp_block {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    border: none;
}

.pkp_block .title {
    background: #00A7E2;
    color: #fff;
    margin: 0;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.pkp_block .content {
    padding: 0 !important;
}

/* ======================================================
   CUSTOM SIDEBAR MENU
====================================================== */

.jk-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jk-sidebar-menu li {
    margin: 0;
    border-bottom: 1px solid #ECECEC;
}

.jk-sidebar-menu li:last-child {
    border-bottom: none;
}

.jk-sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 0px;
    width: 100%;
    margin: 0;
    padding: 0px 8px;
    color: #0089BC;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
    box-sizing: border-box;
}

.jk-sidebar-menu li a i {
    width: 22px;
    min-width: 22px;
    font-size: 14px;
    text-align: center;
    color: #0089BC;
}

.jk-sidebar-menu li a:hover {
    background: #0089BC;
    color: #fff;
}

.jk-sidebar-menu li a:hover i {
    color: #fff;
}

.jk-sidebar-menu li.active a {
    background: #0089BC;
    color: #fff;
}

.jk-sidebar-menu li.active a i {
    color: #fff;
}

/* ======================================================
   SUB MENU
====================================================== */

.jk-sidebar-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FAFAFA;
}

.jk-sidebar-menu li ul li a {
    padding-left: 55px;
    font-size: 15px;
}

/* ======================================================
   BREADCRUMB
====================================================== */

.cmp_breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    background: #F7F9FB;
    border-radius: 8px;
    padding: 12px 18px;
}

.cmp_breadcrumbs li {
    content: "/\00a0";
    margin: 0 10px;
    color: #999;
    font-size: 14px;
}

/* ======================================================
   BUTTON
====================================================== */

.cmp_button,
button,
.btn {
    background: #00A7E2;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 22px;
    transition: all .3s;
}

.cmp_button:hover,
button:hover,
.btn:hover {
    background: #0089BC;
    color: #fff;
}

/* ======================================================
   FORM
====================================================== */

input,
select,
textarea {
    border-radius: 8px !important;
}

/* ======================================================
   TABLE
====================================================== */

table {
    border-radius: 8px;
    overflow: hidden;
}

/* ======================================================
   ARTICLE SUMMARY
====================================================== */

.obj_article_summary {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 20px;
    margin-bottom: 20px;
}

/* ======================================================
   ISSUE CARD
====================================================== */

.obj_issue_summary {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 20px;
}

/* ======================================================
   ANNOUNCEMENT CARD
====================================================== */

.obj_announcement_summary {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    padding: 20px;
}

/* ======================================================
   FOOTER
====================================================== */

footer.footer {
    background: #00A7E2 !important;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin-top: 12px;
    padding: 0 !important;
}

/* Reset bootstrap bawaan */
footer.footer .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

footer.footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer.footer .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 42px;
}

/* Isi footer */
footer.footer p {
    margin: 0 !important;
    width: 100%;

    text-align: center !important;
    color: #ffffff !important;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;

    padding: 8px 20px !important;
}

/* Link */
footer.footer a {
    color: #ffffff !important;
    text-decoration: none;
}

footer.footer a:hover {
    color: #EAF9FF !important;
}

/* ======================================================
   PAGINATION
====================================================== */

.cmp_pagination .current {
    background: #00A7E2;
    color: #fff;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 992px) {

    .pkp_structure_main {
        padding: 20px;
    }

    .pkp_structure_sidebar {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pkp_structure_main {
        border-radius: 12px;
        padding: 20px;
    }

    .pkp_block {
        border-radius: 12px;
    }

    .jk-sidebar-menu li a {
        font-size: 15px;
        padding: 16px 18px;
    }

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

/* OVERRIDE */

@media (min-width: 992px){

    .pkp_structure_main{
        width:75%;
    }

    .pkp_structure_sidebar{
        width:25%;
        max-width:320px;
    }
}

/* ===================================
   FIX CUSTOM BLOCK
=================================== */

#sidebar .pkp_block .content{
    padding:0 !important;
}

#sidebar .jk-sidebar-menu{
    margin:0 !important;
    padding:0 !important;
    list-style:none;
}

#sidebar .jk-sidebar-menu li{
    margin:0 !important;
    padding:0 !important;
    border-bottom:1px solid #ececec;
}

#sidebar .jk-sidebar-menu li:last-child{
    border-bottom:none;
}

#sidebar .jk-sidebar-menu li a{
    display:flex;
    align-items:center;
    gap:4px;

    width:100%;
    margin:0 !important;
    padding:6px 20px !important;

    box-sizing:border-box;

    color:#0089BC;
    font-size:14px;
    font-weight:400;
    text-decoration:none;

    transition:all .3s;
}

#sidebar .jk-sidebar-menu li a i{
    width:22px;
    min-width:22px;
    text-align:center;
    font-size:14px;
    color:#0089BC;
}

#sidebar .jk-sidebar-menu li a:hover{
    background:#00A7E2;
    color:#fff;
}

#sidebar .jk-sidebar-menu li a:hover i{
    color:#fff;
}

.jk-sidebar-menu li a::before{
    font-family: FontAwesome;
    width:22px;
    display:inline-block;
    margin-right:12px;
    text-align:center;
}

/* Icon masing-masing menu */

.icon-about a::before{
    content:"\f05a";
}

.icon-team a::before{
    content:"\f0c0";
}

.icon-scope a::before{
    content:"\f140";
}

.icon-peer-review a::before{
    content:"\f252";
}

.icon-ethics a::before{
    content:"\f071";
}

.icon-current-issue a::before{
    content:"\f07c";
}

.icon-archive a::before{
    content:"\f02e";
}

.icon-contact a::before{
    content:"\f2b9";
}

.icon-author-information a::before{
    content:"\f05a";
}

.icon-author-fees a::before{
    content:"\f0d6";
}

.icon-author-guidlines a::before{
    content:"\f14a";
}

.icon-manuscript-template a::before{
    content:"\f15b";
}

.icon-submission a::before{
    content:"\f2c6";
}

.icon-copyright a::before{
    content:"\f1f9";
}

.icon-call-reviewers a::before{
    content:"\f19d";
}

/* ==========================================
   INDEXED BY
========================================== */

.jk-indexed {
    text-align: left;
    padding: 4px 0 4px 16px; /* atas kanan bawah kiri */
}

.jk-indexed a {
    display: block;
    margin-bottom: 22px;
    transition: all .3s ease;
}

.jk-indexed img {
    width: 120px;
    max-width: 70%;
    height: auto;
    transition: all .3s ease;
}

.jk-indexed a:hover img {
    transform: scale(1.05);
}


/* ==========================================
   JOURNAL VISITOR
========================================== */

.jk-visitor {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.jk-visitor img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ======================================================
   END OF FILE
====================================================== */

html,
body {
    height: 100%;
}

.pkp_structure_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pkp_structure_content {
    flex: 1;
}

/* Login & Register */
.nav.nav-pills.tab-list.pull-right > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

/* Hover */
.nav.nav-pills.tab-list.pull-right > li > a:hover,
.nav.nav-pills.tab-list.pull-right > li > a:focus {
    color: #ffffff !important;
    background: rgba(255,255,255,.18) !important;
    border-radius: 10px;
}

/* RADIUS DAN RESPONSIVE SELURUH GAMBAR */
.homepage_image img,
.pkp_page_index img,
.obj_article_summary img,
.page img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.jk-indexed img,
.jk-visitor img {
    border-radius: 0 !important;
    box-shadow: none !important;
}