@charset "UTF-8";

/*
===============================================================================
STYLESHEET OJS - VERSI DOMINASI BIRU
===============================================================================
Basis: styleSheet_pemetaan_header_body_footer.css
Tujuan: mempertahankan struktur/layout lama, tetapi mengganti aksen merah, oranye,
cokelat, dan pink menjadi palet biru yang lebih konsisten.

Palet utama:
- Biru tua      : #0b3d91
- Biru utama    : #1565c0
- Biru aksen    : #1e88e5
- Biru muda     : #cfe8ff
- Biru sangat muda: #e3f2fd
===============================================================================
*/

/* =============================================================================
   00 IMPORT FONT & LIBRARY
   Jumlah blok CSS: 8
============================================================================= */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto+Serif:400,400i,700,700i);

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css?v=3.2.0.3);

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css);

@import url(https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css);

@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/css/mdb.min.css);

@import url(https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&display=swap);

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);



/* =============================================================================
   01 DASAR / Reset / Helper / Komponen Umum
   Jumlah blok CSS: 240
============================================================================= */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #f9f9f9;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: #fff0;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-moz-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

@-o-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
    }
}

.pkp_button,
.pkp_button_primary,
.pkp_button_offset {
    display: inline-block;
    padding: 7px 10px;
    vertical-align: middle;
    background-color: #eee;
    background-image: linear-gradient(#eee,#ddd);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / .1),inset 0 1px 1px rgb(255 255 255 / .6);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(0 0 0 / .84);
    text-shadow: 0 2px 0 rgb(255 255 255 / .6);
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.pkp_button:hover,
.pkp_button:focus {
    background-color: #fff;
    background-image: linear-gradient(#fff,#ddd);
    color: #000;
}

.pkp_button:active {
    background-color: #ddd;
    background-image: linear-gradient(#eee,#ccc);
}

.pkp_button[disabled],
.pkp_button_primary[disabled],
.pkp_button_offset[disabled] {
    opacity: .5;
    cursor: default;
}

.pkp_button_primary {
    background-color: #0f2852;
    background-image: linear-gradient(#1d4e89,#0f2852);
    box-shadow: 0 1px 2px rgb(0 0 0 / .1),inset 0 1px 1px rgb(255 255 255 / .4);
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / .2);
    border-color: #0f2852;
}

.pkp_button_primary:hover,
.pkp_button_primary:focus {
    text-decoration: none;
    background-color: #0b3d91;
    background-image: linear-gradient(#2563eb,#0b1f3a);
    color: #fff;
}

.pkp_button_primary:active {
    background-color: #061a33;
    background-image: linear-gradient(#1e40af,#020617);
}

.pkp_button_offset {
    background-color: #1565c0;
    background-image: linear-gradient(#1e88e5,#1565c0);
    box-shadow: 0 1px 2px rgb(0 0 0 / .1),inset 0 1px 1px rgb(255 255 255 / .4);
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / .2);
    border-color: #1565c0;
}

.pkp_button_offset:hover,
.pkp_button_offset:focus {
    text-decoration: none;
    background-color: #0b5cad;
    background-image: linear-gradient(#42a5f5,#0b5cad);
    color: #fff;
}

.pkp_button_offset:active {
    background-color: #0a4f9e;
    background-image: linear-gradient(#1976d2,#083b79);
}

.pkp_button_link,
.pkp_button_link_offset {
    display: inline-block;
    padding: 7px 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #0f2852;
    text-shadow: 0 2px 0 rgb(255 255 255 / .6);
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.pkp_button_link:hover,
.pkp_button_link:focus,
.pkp_button_link_offset:hover,
.pkp_button_link_offset:focus {
    color: #0b3d91;
}

.pkp_button_link:active,
.pkp_button_link_offset:active {
    color: #061a33;
}

.pkp_button_link[disabled],
.pkp_button_link_offset[disabled] {
    opacity: .5;
    cursor: default;
}

.pkp_button_link_offset {
    color: #1565c0;
}

.pkp_button_link_offset:hover,
.pkp_button_link_offset:focus {
    color: #42a5f5;
}

.pkp_button_link_offset:active {
    color: #0b5cad;
}

.pkp_spinner:after {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: pkp_spin 0.6s linear infinite;
    -moz-animation: pkp_spin 0.6s linear infinite;
    -ms-animation: pkp_spin 0.6s linear infinite;
    -o-animation: pkp_spin 0.6s linear infinite;
    animation: pkp_spin 0.6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid #fff0;
    border-left: 1px solid #888;
    border-right: 1px solid #fff0;
    border-top-color: rgb(0 0 0 / .5);
    border-left-color: rgb(0 0 0 / .5);
    content: "";
    opacity: 1;
}

.pkp_loading {
    font-size: 13px;
    line-height: 20px;
}

.pkp_loading .pkp_spinner {
    margin-right: .25em;
}

.pkp_caret {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid #fff0;
    vertical-align: middle;
}

.pkp_caret_down {
    border-top: 6px solid;
}

.pkp_caret_right {
    border-left: 6px solid;
}

.pkp_helpers_clear:before,
.pkp_helpers_clear:after {
    content: " ";
    display: table;
}

.pkp_helpers_clear:after {
    clear: both;
}

.pkp_help_link {
    display: inline-block;
    padding: 4px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    box-shadow: none;
    color: #0f2852;
    z-index: 3;
}

.pkp_help_link:hover,
.pkp_help_link:focus {
    color: #0b3d91;
}

.pkp_help_link:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #0f2852;
    border-radius: 3px;
}

.pkp_help_tab,
.pkp_help_modal {
    position: absolute;
    top: -20px;
    right: 20px;
    padding: 5px 1em;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pkp_help_modal {
    top: 20px;
    right: 40px;
}

.pkp_uploadedFile_summary {
    font-size: 13px;
    line-height: 20px;
}

.pkp_uploadedFile_summary .filename .display {
    line-height: 20px;
}

.pkp_uploadedFile_summary .filename .edit {
    line-height: 20px;
}

.pkp_uploadedFile_summary .details {
    margin-top: 5px;
    color: rgb(0 0 0 / .54);
}

.pkp_uploadedFile_summary .details > span {
    margin-left: 20px;
}

.pkp_uploadedFile_summary .details > span:first-child {
    margin-left: 0;
}

.pkp_uploadedFile_summary .details > span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    padding-right: .25em;
    color: #aaa;
}

.pkp_uploadedFile_summary .pixels:before {
    content: "\f108";
}

.pkp_uploadedFile_summary .print {
    margin-left: 20px;
}

.pkp_uploadedFile_summary .print:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    padding-right: .25em;
    color: #aaa;
    content: "\f02f";
}

.pkp_uploadedFile_summary .type:before {
    content: "\f016";
}

.pkp_uploadedFile_summary .type.pdf:before {
    content: "\f1c1";
}

.pkp_uploadedFile_summary .type.doc:before,
.pkp_uploadedFile_summary .type.docx:before {
    content: "\f1c2";
}

.pkp_uploadedFile_summary .type.xls:before,
.pkp_uploadedFile_summary .type.xlsx:before {
    content: "\f1c3";
}

.pkp_uploadedFile_summary .file_size:before {
    content: "\f0a0";
}

.pkp_helpers_invisible {
    visibility: hidden;
}

.pkp_helpers_display_none {
    display: none!important;
}

.pkp_helpers_align_left {
    float: left;
}

.pkp_helpers_align_right {
    float: right;
}

.pkp_helpers_text_left {
    text-align: left;
}

.pkp_helpers_text_right {
    text-align: right;
}

.pkp_helpers_text_center {
    text-align: center;
}

.pkp_helpers_text_justify {
    text-align: justify;
}

.pkp_helpers_title_padding {
    padding: 5px!important;
}

.pkp_helpers_image_left {
    float: left;
    margin: 4px 10px 4px 0;
}

.pkp_helpers_image_right {
    float: right;
    margin: 4px 0 4px 10px;
}

.pkp_helpers_container_center {
    margin: 0 auto;
}

.pkp_helpers_debug,
.pkp_helpers_debug div {
    border: 1px dashed red;
    padding: 2px;
}

.pkp_helpers_flatlist {
    margin: 0;
    padding: 0;
}

.pkp_helpers_flatlist li {
    float: left;
    position: relative;
}

.pkp_helpers_bulletlist li {
    list-style: disc;
}

.pkp_helpers_icon_link_valign {
    line-height: 24px;
}

.pkp_helpers_moveicon {
    cursor: move;
}

.pkp_helpers_full {
    width: 100%;
}

.pkp_helpers_half {
    width: 50%;
}

.pkp_helpers_third {
    width: 33%;
}

.pkp_helpers_quarter {
    width: 25%;
}

.pkp_helpers_fifth {
    width: 20%;
}

.pkp_helpers_threeQuarter {
    width: 75%;
}

.pkp_helpers_underline:after {
    border-bottom: 2px solid #fff;
    content: " ";
    display: block;
}

.pkp_helpers_dotted_underline {
    border-bottom: 1px dotted #999;
}

.pkp_helpers_black_bg {
    background-color: #000;
}

.pkp_helpers_text_warn {
    color: #1565c0;
}

.pkp_helpers_text_primary {
    color: #000;
}

.NMI_TYPE_CUSTOM_EDIT {
    display: none;
}

.pkp_controllers_extrasOnDemand {
    display: inline-block;
}

.pkp_controllers_extrasOnDemand > a {
    position: relative;
    display: block;
    padding: 0 10px 0 40px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-decoration: none;
}

.pkp_controllers_extrasOnDemand > a .fa {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.pkp_controllers_extrasOnDemand > a .fa:before {
    display: inline-block;
    transition: transform 0.3s;
}

.pkp_controllers_extrasOnDemand .toggleExtras-active {
    display: none;
}

.pkp_controllers_extrasOnDemand.active .toggleExtras-active {
    display: block;
}

.pkp_controllers_extrasOnDemand.active .toggleExtras-inactive {
    display: none;
}

.pkp_controllers_extrasOnDemand.active > a .fa:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pkp_controllers_extrasOnDemand > a:hover,
.pkp_controllers_extrasOnDemand > a:focus,
.pkp_controllers_extrasOnDemand.active > a {
    color: #fff;
    background: #0f2852;
    border-color: #0f2852;
}

.pkp_controllers_extrasOnDemand > a:hover .fa,
.pkp_controllers_extrasOnDemand > a:focus .fa,
.pkp_controllers_extrasOnDemand.active > a .fa {
    border-color: rgb(255 255 255 / .2);
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.cmp_button,
.cmp_form .buttons button,
.pkp_search button[type="submit"],
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgb(0 0 0 / .4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / .1);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #0f2852;
    text-decoration: none;
}

.cmp_button:hover,
.cmp_button:focus,
.page_search .submit button:hover,
.page_search .submit button:focus {
    box-shadow: inset 0 1em 1em rgb(0 0 0 / .1);
}

.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #0f2852;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #0f2852;
    text-decoration: none;
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #0f2852;
    color: #fff;
}

.cmp_form fieldset {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.cmp_form legend {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.cmp_form .fields > div {
    position: relative;
    padding-bottom: 30px;
}

.cmp_form .fields > div .error {
    position: absolute;
    left: .5em;
    bottom: 11px;
    padding: 0 .5em;
    background: #ff4040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.cmp_form label {
    display: block;
    cursor: pointer;
}

.cmp_form .label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

.cmp_form .label .required {
    color: #ff4040;
}

.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="phone"],
.cmp_form select,
.cmp_form textarea,
.cmp_form .tagit,
.pkp_search input[type="text"] {
    padding: 0 .5em;
    width: 100%;
    height: 28px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .4);
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
}

.cmp_form textarea {
    width: 100%;
    height: 8em;
}

.cmp_form .pkp_form_error {
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 0 .5em;
    font-weight: 700;
    font-size: 13px;
    background: #ff4040;
    color: #fff;
}

.cmp_form label > input[type="checkbox"],
.cmp_form label > input[type="radio"] {
    margin-right: .25em;
}

.cmp_form .buttons:before,
.cmp_form .buttons:after {
    content: " ";
    display: table;
}

.cmp_form .buttons:after {
    clear: both;
}

.cmp_form .buttons a {
    font-size: 13px;
    line-height: 30px;
    margin-left: 1em;
}

@media (min-width: 480px) {
    .cmp_form input[type="text"],
    .cmp_form input[type="email"],
    .cmp_form input[type="password"],
    .cmp_form input[type="url"],
    .cmp_form input[type="phone"],
    .cmp_form select,
    .cmp_form .tagit,
    .pkp_search input[type="text"] {
        max-width: 20em;
    }
}

.cmp_form .tagit {
    max-width: 100%;
    height: auto;
}

.cmp_form .tagit:before,
.cmp_form .tagit:after {
    content: " ";
    display: table;
}

.cmp_form .tagit:after {
    clear: both;
}

.cmp_form .tagit > li {
    display: inline-block;
}

.cmp_form .tagit > li.tagit-choice {
    margin-right: .5em;
    padding-left: .5em;
    background: #ddd;
    border-radius: 3px;
    line-height: 20px;
}

.cmp_form .tagit input[type="text"] {
    display: inline-block;
    border: none;
    width: inherit;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    padding: 0 .5em;
}

.cmp_form .tagit-close {
    padding: 0 .5em;
    color: #ff4040;
}

.ui-autocomplete {
    width: 20em;
    padding: 2px;
    border-radius: 3px;
    background: #cfe8ff;
}

.ui-autocomplete:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 1em;
    width: 0;
    height: 0;
    color: #cfe8ff;
    border-bottom: 5px solid;
    border-right: 5px solid #fff0;
    border-left: 5px solid #fff0;
    vertical-align: middle;
}

.ui-autocomplete > li {
    padding: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete > li:hover,
.ui-autocomplete > li:focus {
    background: #fff;
    color: rgb(0 0 0 / .87);
}

.cmp_pagination {
    text-align: right;
}

.cmp_pagination:before,
.cmp_pagination:after {
    content: " ";
    display: table;
}

.cmp_pagination:after {
    clear: both;
}

.cmp_pagination .prev {
    float: left;
    margin-right: .5em;
    text-decoration: none;
}

.cmp_pagination .prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f177";
    margin-right: .5em;
}

.cmp_pagination .next {
    margin-left: .5em;
    text-decoration: none;
}

.cmp_pagination .next:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f178";
    margin-left: .5em;
}

.cmp_edit_link {
    display: inline-block;
    margin-left: 1em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
}

.cmp_edit_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f040";
}

.cmp_search_filter {
    margin-bottom: 10px;
    font-size: 13px;
}

.cmp_search_filter:last-child {
    margin-bottom: 0;
}

.cmp_search_filter label {
    font-style: italic;
}

.cmp_search_filter .delete {
    color: #ff4040;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: #ddd;
    border-left: 5px solid #0f2852;
    font-size: 14px;
    line-height: 20px;
}

.cmp_notification .success {
    border-color: #00b24e;
}

.cmp_notification .no {
    border-color: #ff4040;
}

.cmp_back_link {
    margin-top: 20px;
}

.cmp_skip_to_content a {
    display: block;
    padding: 1em;
    z-index: 99999;
    background: #fff;
    transform: translateX(-50%);
}

.cmp_skip_to_content a:focus {
    clip: auto;
    top: 0;
    left: 50%;
}

body {
    font-family: "Montserrat","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(0 0 0 / .87);
    background: #fff;
}

a {
    color: #0f2852;
}

a:hover,
a:focus {
    color: #0b3d91;
}

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

.page_login .buttons button {
    float: right;
}

.page_lost_password .buttons button {
    float: right;
}

.pkp_op_register .ui-helper-hidden-accessible {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    left: -2000px;
}

.pkp_op_register .ui-helper-hidden-accessible:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto!important;
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.pkp_op_register .ui-autocomplete {
    position: absolute!important;
}

.obj_galley_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f0f6";
    margin-right: .25em;
}

.obj_galley_link.pdf:before {
    content: "\f1c1";
}

.obj_galley_link.restricted {
    border-color: #1565c0;
    color: #1565c0;
}

.obj_galley_link.restricted:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f023";
    color: #1565c0;
}

.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
    background: #1565c0;
    color: #fff;
}

.obj_galley_link.restricted:hover:before,
.obj_galley_link.restricted:focus:before {
    color: #fff;
}

.obj_galley_link_supplementary {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #0f2852;
    text-decoration: none;
    padding-right: 0;
    padding-left: 20px;
}

.obj_galley_link_supplementary:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f0f6";
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.obj_galley_link_supplementary:hover,
.obj_galley_link_supplementary:focus {
    color: #0b3d91;
}

.obj_galley_link_supplementary:after {
    right: auto;
    left: 0;
    text-align: left;
}

body {
    background: #ddd;
}

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #cfe8ff;
    color: rgb(0 0 0 / .84);
    border: none;
}

.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #cfe8ff;
}

.cmp_pagination {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.cmp_pagination a {
    font-weight: 700;
    text-transform: uppercase;
}

.cmp_pagination .prev:before {
    content: "\f053";
}

.cmp_pagination .next:after {
    content: "\f054";
}

.obj_galley_link.restricted {
    border-color: #ddd;
    background: #ddd;
    color: rgb(0 0 0 / .54);
}

.obj_galley_link.restricted:before {
    color: rgb(0 0 0 / .54);
}

.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
    background: rgb(0 0 0 / .54);
}

a {
    color: #0b3d91;
    text-decoration: none;
}

a:hover {
    color: #1565c0;
    text-decoration: underline;
}

body {
    background: #fff0;
}

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

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

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    background-color: #1565c0;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    box-shadow: 5px 7px 9px -4px #9e9e9e;
}

ul.galleys_links {
    list-style: none;
}

section {
    padding: 20px 0;
}

section .section-title {
    text-align: center;
    color: #0b3d91;
    margin-bottom: 50px;
    text-transform: uppercase;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    font-weight: 700;
    color: whitesmoke;
    background: #1e88e5;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e9ecef;
    color: #0b3d91;
    border-radius: none;
    transition: background 0.20s linear;
}

* {
    box-sizing: border-box;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.fa {
    color: #0b3d91;
}

table {
    font-family: arial,sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #ddd;
}

.ZanashToTop {
    width: 20px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    border-radius: 100px;
    transition: all .5s;
    background: #1e88e5 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

.ZanashToTop:hover {
    background: #0b3d91 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

html {
    scroll-behavior: smooth;
}

.announcement_slider {
    overflow: hidden;
}

.item.copyright > p {
    padding: 15px;
}

a.obj_galley_link.pdf {
    background: #1976d2;
    text-decoration: none;
}

a.obj_galley_link.pdf:hover {
    background: #0b3d91;
}

a[href="https://journal.walisongo.ac.id/"]::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0px;
    background-image: url(https://journal.walisongo.ac.id/public/site/images/inzacky/uinwslogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-bottom: 2px;
}

section.item.author_bios {
    display: none;
}



/* =============================================================================
   02 HEADER / Navigasi / Search
   Jumlah blok CSS: 137
============================================================================= */

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_site_name_wrapper:before,
.pkp_navigation_primary_wrapper:before,
.pkp_navigation_user:before,
.pkp_search_mobile:before,
.pkp_structure_content:before,
.pkp_structure_footer:before,
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
    content: " ";
    display: table;
}

.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
    clear: both;
}

@media (min-width: 768px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 728px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 952px;
    }
}

@media (min-width: 1200px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 1160px;
    }
}

.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
}

.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
}

.has_site_logo .pkp_head_wrapper:before,
.has_site_logo .pkp_head_wrapper:after {
    content: " ";
    display: table;
}

.has_site_logo .pkp_head_wrapper:after {
    clear: both;
}

@media (min-width: 768px) {
    .has_site_logo .pkp_head_wrapper {
        width: 728px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 952px;
    }
}

@media (min-width: 1200px) {
    .has_site_logo .pkp_head_wrapper {
        width: 1160px;
    }
}

.pkp_structure_head {
    background-color: #bbdefb!important;
    border-bottom: 1px solid #ddd;
    background-image: none;
}

.pkp_head_wrapper {
    position: relative;
}

.pkp_site_name_wrapper {
    height: 40px;
}

@media (min-width: 992px) {
    .pkp_site_name_wrapper {
        height: auto;
    }
}

.pkp_site_name {
    position: absolute;
    left: 40px;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(0 0 0 / .84);
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
}

.pkp_site_name > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_site_name > a:focus {
    outline: 0;
}

.pkp_site_name .is_img {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pkp_site_name .is_img:focus {
    box-shadow: 0 0 1px rgb(0 0 0 / .84);
}

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

.pkp_site_name .is_text {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(0 0 0 / .84);
    text-decoration: none;
}

.pkp_site_name .is_text:focus {
    text-decoration: underline;
}

.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #cfe8ff;
    left: 0;
    padding: 10px;
    z-index: 9999;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0;
    margin-left: 0;
}

.pkp_site_nav_menu ul ul {
    padding-left: .5rem;
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    color: #fff;
    text-decoration: none;
}

.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
    color: #fff;
    text-decoration: underline;
}

.pkp_site_nav_menu #siteNav {
    position: absolute;
    top: 0;
    height: 0;
}

.pkp_navigation_user.pkp_navigation_user {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgb(255 255 255 / .1);
}

.pkp_navigation_user .task_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: .5em;
    border-radius: 50%;
    background: rgb(255 255 255 / .3);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.pkp_navigation_user > li > a .task_count {
    display: none;
}

.pkp_navigation_user > li > ul a .task_count {
    display: inline-block;
    background: rgb(255 255 255 / .8);
    color: #0f2852;
}

.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
    background: #fff;
}

@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 60px;
    }
    .pkp_site_nav_toggle {
        display: none;
    }
    .pkp_site_name {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 2em;
        background: #fff0;
    }
    .pkp_site_name .is_text {
        font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
        font-size: 24px;
        line-height: 30px;
    }
    .pkp_site_name .is_img img {
        max-height: 80px;
    }
    .pkp_site_nav_menu {
        display: block;
        position: static;
        top: auto;
        padding: 0;
    }
    .pkp_site_nav_menu ul ul {
        padding-left: 0;
    }
    .has_site_logo .pkp_head_wrapper {
        padding-top: 30px;
    }
    .pkp_nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .pkp_nav_list li {
        position: relative;
        display: inline-block;
    }
    .pkp_nav_list a {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .pkp_nav_list a:hover,
    .pkp_nav_list a:focus {
        text-decoration: none;
    }
    .pkp_nav_list ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1000;
        width: 15em;
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 0 5px rgb(0 0 0 / .3);
    }
    .pkp_nav_list ul li {
        display: block;
    }
    .pkp_nav_list ul a {
        display: block;
        padding-left: 5px;
        border-left: 5px solid #fff0;
        color: #0f2852;
    }
    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: #0f2852;
        color: #0f2852;
    }
    .pkp_nav_list ul li:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .pkp_nav_list ul li:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .pkp_nav_list > li:hover ul {
        left: 0;
    }
    .pkp_nav_list [aria-haspopup]:after {
        position: relative;
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        margin-left: .25em;
        border-top: 4px solid;
        border-right: 4px solid #fff0;
        border-left: 4px solid #fff0;
        vertical-align: middle;
        overflow: hidden;
    }
    .pkp_navigation_primary {
        text-align: center;
    }
    .pkp_navigation_primary > li > a {
        margin: 0 1em;
        padding: 10px 0 8px;
        border-bottom: 2px solid #fff0;
        color: rgb(0 0 0 / .84);
        text-decoration: none;
    }
    .pkp_navigation_primary > li > a:hover,
    .pkp_navigation_primary > li > a:focus {
        color: rgb(0 0 0 / .84);
        outline: 0;
        border-color: rgb(0 0 0 / .84);
    }
    .pkp_navigation_primary > li:first-child a {
        margin-left: 0;
    }
    .pkp_navigation_primary > li:last-child a {
        margin-right: 0;
    }
    .pkp_navigation_primary > li:hover ul {
        left: 14px;
    }
    .pkp_navigation_primary ul a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pkp_navigation_primary [aria-haspopup]:hover {
        border-color: #fff0;
    }
    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #0f2852;
    }
    .dropdown-menu {
        display: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    [data-toggle="dropdown"]:hover + .dropdown-menu,
    .dropdown-menu:hover {
        display: block;
    }
    .pkp_navigation_user_wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        z-index: 1000;
    }
    .pkp_navigation_user {
        text-align: right;
        font-size: 13px;
        padding-right: 20px;
    }
    .pkp_navigation_user.pkp_navigation_user {
        margin: 0;
        padding: 0;
        border: none;
    }
    .pkp_navigation_user li {
        text-align: left;
    }
    .pkp_navigation_user a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }
    .pkp_navigation_user > li > a:focus {
        outline: 0;
        border-bottom: 2px solid;
    }
    .pkp_navigation_user ul {
        width: 10em;
    }
    .pkp_navigation_user > li:hover ul {
        right: 0;
        left: auto;
    }
    .pkp_navigation_user > li > a,
    .pkp_navigation_user > li.in_focus > a,
    .pkp_navigation_user > li > a:hover,
    .pkp_navigation_user > li > a:focus {
        color: rgb(0 0 0 / .84);
    }
    .pkp_navigation_user > li:last-child > a {
        padding-right: 0;
    }
    .pkp_navigation_user > li > a .task_count {
        display: inline-block;
    }
    .pkp_navigation_user > li > ul a .task_count {
        background: rgb(0 0 0 / .2);
    }
}

@media (min-width: 992px) and (min-width:992px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 80%;
        text-align: left;
    }
}

.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    box-shadow: 1px 0 0 rgb(255 255 255 / .2),-1px 0 0 rgb(255 255 255 / .2);
    z-index: 999;
}

.pkp_site_nav_toggle:focus {
    outline: 1px dotted rgb(0 0 0 / .84);
    box-shadow: none;
}

.pkp_site_nav_toggle > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid rgb(0 0 0 / .84);
    text-indent: -9999px;
    overflow: hidden;
}

.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(0 0 0 / .84);
}

.pkp_site_nav_toggle > span:before {
    top: 0;
}

.pkp_site_nav_toggle > span:after {
    top: 8px;
}

.pkp_site_nav_toggle--transform > span {
    border-bottom: 0;
    overflow: visible;
}

.pkp_site_nav_toggle--transform > span:before {
    top: 7px;
    transform: rotate(-405deg) translateY(1px) translateX(-2px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px);
}

.pkp_site_nav_toggle--transform > span:after {
    top: 14px;
    transform: rotate(405deg) translateY(-3px) translateX(-4px);
    -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px);
}

.pkp_site_nav_menu {
    display: none;
}

.pkp_site_nav_menu--isOpen {
    display: block;
}

body.navIsOpen .siteHeader__details {
    right: 0;
}

body.navIsOpen .siteHeader__screen {
    display: block;
    opacity: .5;
}

body.navIsOpen .siteHeader__navToggleIcon > span:first-child {
    transform: rotate(45deg);
    top: 18px;
}

body.navIsOpen .siteHeader__navToggleIcon > span:nth-child(2) {
    opacity: 0;
}

body.navIsOpen .siteHeader__navToggleIcon > span:last-child {
    transform: rotate(-45deg);
    top: 18px;
}

@media (min-width: 992px) {
    .pkp_site_nav_menu {
        display: block;
    }
}

.pkp_search {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.pkp_search input[type="text"] {
    line-height: 34px;
    height: 34px;
    padding-right: 120px;
}

.pkp_search button[type="submit"] {
    position: absolute;
    top: 12px;
    right: 2px;
}

.pkp_search .search_controls {
    display: none;
    position: relative;
}

.pkp_search .search_controls a {
    text-decoration: none;
}

.pkp_search .search_prompt {
    transition: background-color 0.4s;
}

.pkp_search .search_prompt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f002";
    line-height: 18px;
}

.pkp_search .search_cancel,
.pkp_search .search_loading {
    display: none;
    position: absolute;
    top: 8px;
    right: 100%;
    margin-right: 20px;
    text-align: center;
    color: rgb(0 0 0 / .54);
}

.pkp_search .search_cancel {
    width: 25px;
}

.pkp_search .search_cancel:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f00d";
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.pkp_search .search_cancel:hover,
.pkp_search .search_cancel:focus {
    outline: none;
    border-radius: 50%;
    background: #ff4040;
    color: #fff;
}

.pkp_search .search_loading {
    display: none;
}

.pkp_search .search_loading:after {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: pkp_spin 0.6s linear infinite;
    -moz-animation: pkp_spin 0.6s linear infinite;
    -ms-animation: pkp_spin 0.6s linear infinite;
    -o-animation: pkp_spin 0.6s linear infinite;
    animation: pkp_spin 0.6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid #fff0;
    border-left: 1px solid #888;
    border-right: 1px solid #fff0;
    border-top-color: rgb(0 0 0 / .5);
    border-left-color: rgb(0 0 0 / .5);
    content: "";
    opacity: 1;
}

.pkp_search_mobile {
    margin-top: 1rem;
    padding-bottom: 0;
    border-top: 1px solid rgb(255 255 255 / .1);
}

.pkp_search_mobile .search_controls {
    display: none;
}

.pkp_search_desktop {
    display: none;
    float: right;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

@media (min-width: 480px) {
    .pkp_search input[type="text"] {
        line-height: 30px;
        height: 30px;
    }
    .pkp_search button[type="submit"] {
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (min-width: 992px) {
    .pkp_search_mobile {
        display: none;
    }
    .pkp_search_desktop {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        min-width: 100px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        transition: min-width 0.4s;
        text-align: right;
        overflow-x: hidden;
    }
    .pkp_search_desktop button {
        position: absolute;
        top: 0;
        left: -9999px;
    }
    .pkp_search_desktop input[type="text"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        padding: 0;
        border: none;
    }
    .pkp_search_desktop .search_controls {
        display: inline-block;
    }
    .pkp_search_desktop .search_prompt {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        color: rgb(0 0 0 / .84);
        cursor: pointer;
    }
    .pkp_search_desktop .search_prompt:before {
        font-size: 16px;
        margin-right: .25em;
    }
    .pkp_search_desktop .search_prompt:hover,
    .pkp_search_desktop .search_prompt:focus {
        outline: 0;
        padding-bottom: 8px;
        border-bottom: 2px solid rgb(0 0 0 / .84);
    }
    .pkp_search_desktop.is_open {
        min-width: 100%;
        background: #fff;
    }
    .pkp_search_desktop.is_open input[type="text"] {
        width: 100%;
        max-width: 100%;
        line-height: 40px;
        height: 40px;
        top: 0;
        left: 0;
        padding-left: .5em;
        padding-right: 180px;
        border: none;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        background: #fff;
    }
    .pkp_search_desktop.is_open input[type="text"]:hover,
    .pkp_search_desktop.is_open input[type="text"]:focus {
        outline: 0;
    }
    .pkp_search_desktop.is_open .search_cancel {
        display: block;
    }
    .pkp_search_desktop.is_open .search_prompt {
        padding-bottom: 9px;
        background: #fff;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #0f2852;
    }
    .pkp_search_desktop.is_open .search_prompt:hover,
    .pkp_search_desktop.is_open .search_prompt:focus {
        border-bottom-color: #0f2852;
    }
    .pkp_search_desktop.is_searching input[type="text"] {
        opacity: .5;
    }
    .pkp_search_desktop.is_searching input[type="text"]:hover,
    .pkp_search_desktop.is_searching input[type="text"]:focus {
        border-color: #fff;
    }
    .pkp_search_desktop.is_searching .search_prompt {
        background: #fff;
        border-left: 1px solid #ddd;
        color: #0f2852;
    }
    .pkp_search_desktop.is_searching .search_prompt:hover,
    .pkp_search_desktop.is_searching .search_prompt:focus {
        background: #fff;
        color: #0b3d91;
    }
    .pkp_search_desktop.is_searching .search_cancel {
        display: none;
    }
    .pkp_search_desktop.is_searching .search_loading {
        display: block;
    }
}

.header_view {
    z-index: 2;
    position: relative;
    background: #0b3d91;
}

.header_view a {
    line-height: 30px;
    text-decoration: none;
}

.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #0b3d91;
    text-align: center;
}

.header_view .return:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f060";
}

.header_view .return:hover,
.header_view .return:focus {
    background: #0f2852;
    color: #fff;
}

.header_view .title {
    display: block;
    padding-left: 40px;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
}

.header_view .title:hover,
.header_view .title:focus {
    background: #0f2852;
}

.header_view .download {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #fff;
    text-align: center;
}

.header_view .download:hover,
.header_view .download:focus {
    background: #0f2852;
    color: #fff;
}

.header_view .download:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f019";
}

.header_view .download .label {
    display: none;
}

@media (min-width: 768px) {
    .header_view .title {
        font-size: 14px;
    }
    .header_view .download {
        width: auto;
        padding: 0 20px;
    }
    .header_view .download .label {
        display: inline-block;
    }
    .header_view .download .pkp_screen_reader,
    .header_view .download .pkp_page_index .cmp_announcements h2 {
        display: none;
    }
}

.galley_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    border: none;
}

.galley_view.galley_view_with_notice iframe {
    padding-top: 90px;
}

.galley_view .galley_view_notice {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 60px;
    background: #ff4040;
}

.galley_view .galley_view_notice_message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    color: rgb(0 0 0 / .84);
    font-weight: 700;
    text-align: center;
}

.galley_view .galley_view_notice_message a {
    color: rgb(0 0 0 / .84);
    text-decoration: underline;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0;
}

.pkp_site_name_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.pkp_site_name .is_text {
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pkp_site_name .is_text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        background: #fff;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.pkp_navigation_primary_wrapper {
    width: auto;
}

#navigationPrimary a {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-color: #cfe8ff;
}

#navigationPrimary > [aria-haspopup] > a:hover,
#navigationPrimary > [aria-haspopup] > a:focus {
    border-color: #fff0;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #cfe8ff;
}

@media (min-width: 992px) {
    #navigationPrimary a {
        color: rgb(0 0 0 / .54);
    }
    #navigationPrimary a:hover,
    #navigationPrimary a:focus {
        color: #cfe8ff;
    }
    #navigationPrimary ul {
        background: #cfe8ff;
    }
    #navigationPrimary ul a {
        color: rgb(0 0 0 / .84);
    }
    #navigationPrimary ul a:hover,
    #navigationPrimary ul a:focus {
        border-color: #fff0;
    }
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    padding-bottom: 10px;
    border-bottom: none;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    color: rgb(0 0 0 / .54);
    font-weight: 700;
    text-transform: uppercase;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
    color: #0f2852;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before {
    color: #cfe8ff;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:focus {
    color: #cfe8ff;
}

.pkp_head_wrapper .pkp_search.is_open {
    min-width: 50%;
}

.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    border-bottom: none;
    background: rgb(0 0 0 / .05);
    border-left: 1px solid #ddd;
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
    background: #cfe8ff;
    color: rgb(0 0 0 / .84);
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:focus {
    border-bottom: #fff0;
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:before {
    color: rgb(0 0 0 / .84);
}

.pkp_navigation_user_wrapper a {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        top: 13px;
        right: 0;
        left: auto;
        width: 25%;
        transform: none;
        padding-right: 30px;
    }
    .pkp_navigation_user_wrapper a {
        color: rgb(0 0 0 / .54);
    }
    .pkp_navigation_user_wrapper ul a:hover,
    .pkp_navigation_user_wrapper ul a:focus {
        border-color: #cfe8ff;
    }
    .pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 0;
        padding-right: 0;
        width: auto;
    }
}

.header_view {
    background: #cfe8ff;
    color: rgb(0 0 0 / .84);
}

.header_view .title {
    color: rgb(0 0 0 / .84);
}

.header_view .title:hover,
.header_view .title:focus {
    background: #cfe8ff;
    color: rgb(0 0 0 / .84);
    text-decoration: underline;
}

.carousel-inner {
    position: absolute;
}

#navigationPrimary > li > a {
    color: #0b3d91;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #0b3d91;
}

.pkp_nav_list li.profile {
    padding: 0 8px 2px 5px;
    border: 1px solid #e6dfdf;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to bottom,rgb(255 255 255) 0%,rgb(243 243 243) 50%,rgb(237 237 237) 51%,rgb(255 255 255) 100%);
    box-shadow: 3px 2px 5px -2px rgb(0 0 0 / 20%);
    margin-left: 8px;
    width: 100px;
}

.pkp_navigation_user > li > a {
    color: #000;
}

.pkp_navigation_primary_row {
    background: linear-gradient(to bottom,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    padding-left: 20px;
    font-size: 1.12em;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

#navigationPrimary ul a {
    color: #0b3d91;
}

#navigationPrimary ul a:hover {
    background-color: whitesmoke;
    color: #1e88e5;
}

#navigationPrimary > li > a:hover {
    color: #1e88e5;
}

.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .25em;
}

.pkp_structure_head::before {
    content: "";
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhivQYJ38ZuUBPI546KYMUboCKK228K488sRx9PXtFvVjI21CJ9lvgDx9u0osUkGG5hOK6PT9DceNlljaanLFTroyTAM9MIGKdBHYAkQgrKPcbya9_CUkjvE6n1gG4gPKU4FD7p3h4_rNU6SzzKCuvylJJgSPfQStCRtnRphWZ2fnUGp83Rm0Mqg87JW2b-/s1600/header-jurnal.webp) #1565c0 no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 100%;
    box-shadow: inset 0 0 50px 1px rgb(0 0 0 / .75);
}

.pkp_site_name_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
}

.pkp_site_name .is_img img {
    margin-top: 30px;
    margin-bottom: 20px;
    max-height: 150px;
}

.pkp_structure_head {
    background-color: #0b5cad;
}

@media all and (min-width: 376px) and (max-width:990px) {
    .pkp_structure_main {
        padding: 0 10px 10px 10px;
        overflow: auto;
        margin-bottom: 1.5em;
    }
    .obj_article_details .item {
        padding: 2em .5em 0em 1.5em;
    }
    .pkp_block {
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .pkp_site_nav_toggle {
        position: absolute;
        right: 0;
        top: 5%;
        width: 4em;
        margin-top: -5em;
    }
    .carousel-inner {
        position: relative;
    }
    .pkp_site_name .is_img img {
        max-height: 90px;
        margin-top: -5px;
    }
    .has_site_logo .pkp_site_name,
    .has_site_logo .pkp_navigation_primary_wrapper {
        text-align: center;
        left: 0;
        padding-left: 0;
        margin-top: -34px;
    }
    .pkp_navigation_user > li > a {
        color: #0b3d91;
    }
    .pkp_site_nav_menu {
        top: -65%;
    }
    .pkp_site_nav_menu a {
        color: #0b3d91;
    }
    .pkp_nav_list li.profile {
        margin-left: 8px;
        margin-right: 25px;
        text-align: center;
        margin-bottom: 5px;
    }
    .pkp_structure_head {
        height: 25vh;
    }
}

@media all and (max-width: 376px) {
    .pkp_structure_main {
        padding: 0 10px 10px 10px;
        overflow: auto;
        margin-bottom: 1.5em;
    }
    .pkp_block {
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .pkp_footer_content {
        width: 100%;
        float: none;
    }
    .pkp_site_nav_toggle {
        position: absolute;
        right: 0;
        top: 5%;
        width: 4em;
        margin-top: -5em;
    }
    .pkp_structure_main {
        padding: 0 10px 10px 10px;
        overflow: auto;
        margin-bottom: 1.5em;
    }
    .obj_article_details .item {
        padding: 2em .5em 0em .5em;
    }
    .carousel-inner {
        position: relative;
    }
    .pkp_site_name .is_img img {
        max-height: 60px;
        margin-top: -5px;
    }
    .has_site_logo .pkp_site_name,
    .has_site_logo .pkp_navigation_primary_wrapper {
        text-align: center;
        left: 5px;
        margin-top: -14px;
    }
    .has_site_logo .pkp_site_name,
    .has_site_logo .pkp_navigation_primary_wrapper {
        text-align: center;
        padding: 0;
    }
    .pkp_navigation_user > li > a {
        color: #0b3d91;
    }
    .pkp_site_nav_menu {
        top: -65%;
    }
    .pkp_site_nav_menu a {
        color: #0b3d91;
    }
    .pkp_structure_head {
        height: 25vh;
    }
    .homepage_about {
        margin-left: -9px!important;
    }
}

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

a.pkp_search.pkp_search_desktop:hover {
    background: #0b5cad;
}

a.pkp_search.pkp_search_desktop {
    color: #0b3d91;
    font-weight: 600;
    text-decoration: none;
    background: #bbdefb;
    border-radius: 10px;
    height: 28px;
    padding: 3px 25px;
}



/* =============================================================================
   03 BODY / Layout & Konten Utama
   Jumlah blok CSS: 480
============================================================================= */

.pkp_unstyled_list,
.cmp_article_list,
.cmp_form .tagit,
.ui-autocomplete,
.cmp_breadcrumbs ol,
.cmp_announcements,
.pkp_site_nav_menu ul,
.pkp_page_index .journals ul,
.page_catalog_category .subcategories ul,
.page_issue_archive .issues_archive,
.page_register .context_optin .contexts,
.obj_article_details .authors,
.obj_article_details .galleys_links,
.obj_article_details .supplementary_galleys_links,
.obj_article_summary .galleys_links,
.obj_issue_toc .articles,
.obj_issue_toc .galleys_links,
.pkp_block .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkp_screen_reader,
.cmp_skip_to_content a,
.pkp_page_index .journals h2,
.pkp_page_index .cmp_announcements h2,
.page_register .context_optin .roles legend {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    left: -2000px;
}

.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
    clip: auto!important;
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.pkp_controllers_extrasOnDemand > .container {
    padding: 0 10px;
    max-height: 0;
    transition: padding 0.3s;
    overflow: hidden;
}

.pkp_controllers_extrasOnDemand.active > .container {
    padding: 10px;
    max-height: none;
    border: 1px solid #ddd;
    border-top: none;
    overflow: auto;
}

.cmp_article_list > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaf4ff;
}

.cmp_article_list > li:before,
.cmp_article_list > li:after {
    content: " ";
    display: table;
}

.cmp_article_list > li:after {
    clear: both;
}

.cmp_form .description {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5em;
    color: rgb(0 0 0 / .54);
}

.cmp_breadcrumbs {
    display: inline-block;
}

.cmp_breadcrumbs ol {
    margin-bottom: 30px;
    padding: 5px 0;
    line-height: 20px;
    font-size: 13px;
}

.cmp_breadcrumbs li {
    display: inline-block;
}

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
}

.cmp_breadcrumbs .separator {
    color: rgb(0 0 0 / .54);
    padding: 0 .5em;
}

.cmp_breadcrumbs .current {
    color: rgb(0 0 0 / .54);
}

.cmp_breadcrumbs .current h1 {
    margin: 0;
    font-family: "Montserrat","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.cmp_announcements {
    margin-left: -10px;
    margin-right: -10px;
}

.cmp_announcements > li {
    padding: 30px 10px;
    border-bottom: 1px solid #ddd;
}

.cmp_announcements > li:last-child {
    border-bottom: none;
}

@media (min-width: 480px) {
    .cmp_announcements {
        margin-left: -20px;
        margin-right: -20px;
    }
    .cmp_announcements > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .cmp_announcements {
        margin-left: -30px;
        margin-right: -30px;
    }
    .cmp_announcements > li {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cmp_table {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse;
}

.cmp_table th,
.cmp_table td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cmp_table th {
    font-weight: 700;
}

.pkp_structure_main {
    padding: 10px;
}

@media (min-width: 480px) {
    .pkp_structure_main {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .pkp_structure_main:before,
    .pkp_structure_main:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .pkp_structure_main:after {
        left: 728px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 30px;
    }
    .pkp_structure_sidebar {
        float: right;
        width: 300px;
    }
    .pkp_structure_main {
        float: left;
        padding: 0 30px 90px;
        width: 652px;
    }
    .pkp_structure_main:after {
        left: 652px;
    }
}

@media (min-width: 1200px) {
    .pkp_structure_main {
        width: 860px;
    }
    .pkp_structure_main:after {
        left: 860px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .pkp_structure_main:first-child:last-child:before {
        left: 150px;
    }
    .pkp_structure_main:first-child:last-child:after {
        left: auto;
        right: 150px;
    }
}

.pkp_structure_main h1 {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.pkp_structure_main h2 {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.pkp_structure_main h3 {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.pkp_structure_main h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.pkp_structure_main h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.pkp_structure_main h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
    margin: 40px 0 20px;
}

.pkp_structure_main h5,
.pkp_structure_main h6 {
    margin: 20px 0;
}

.pkp_structure_main p {
    line-height: 25px;
    margin: 20px 0;
}

.pkp_structure_main p:last-child {
    margin-bottom: 0;
}

.pkp_structure_main .page h1 {
    margin-top: 0;
}

.pkp_structure_main .page > .cmp_edit_link {
    float: right;
    padding: 5px 0;
    line-height: 30px;
}

.pkp_structure_main .page .monograph_count {
    float: right;
    padding: 10px 0;
    font-size: 13px;
    color: rgb(0 0 0 / .54);
}

.pkp_structure_main .page .about_section {
    color: rgb(0 0 0 / .54);
    line-height: 30px;
}

.pkp_structure_main .page .about_section:before,
.pkp_structure_main .page .about_section:after {
    content: " ";
    display: table;
}

.pkp_structure_main .page .about_section:after {
    clear: both;
}

.pkp_structure_main .page .about_section .cover {
    float: right;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%;
}

.pkp_structure_main .page .about_section .cover img {
    display: block;
    margin: 0 auto;
}

.pkp_structure_main .page .about_section .description p:first-child {
    margin-top: 0;
}

.pkp_structure_main .page .about_section .description p:last-child {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .pkp_structure_main .page .about_section {
        font-size: 16px;
        font-style: italic;
    }
}

.pkp_page_index .journals {
    margin-top: 30px;
}

.pkp_page_index .journals > ul > li {
    margin: 30px 0;
}

.pkp_page_index .journals img {
    display: block;
    max-height: 20em;
}

.pkp_page_index .journals h3 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 700;
}

.pkp_page_index .journals h3 a {
    text-decoration: none;
}

.pkp_page_index .journals p {
    margin: 10px 0;
}

.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

@media (min-width: 768px) {
    .pkp_page_index .journals > ul > li {
        margin: 0 -20px;
        padding: 20px;
        border-top: 1px solid #ddd;
    }
    .pkp_page_index .journals > ul > li:before,
    .pkp_page_index .journals > ul > li:after {
        content: " ";
        display: table;
    }
    .pkp_page_index .journals > ul > li:after {
        clear: both;
    }
    .pkp_page_index .journals .thumb {
        float: left;
        width: 25%;
        padding-right: 20px;
    }
    .pkp_page_index .journals .thumb + .body {
        float: right;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .journals > ul > li {
        margin: 0 -30px;
        padding: 30px;
    }
    .pkp_page_index .journals .thumb {
        padding-right: 30px;
    }
}

.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 480px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .pkp_page_index .homepage_image {
        margin-top: -30px;
    }
}

.pkp_page_index .homepage_about {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pkp_page_index .homepage_about h2 {
    margin-top: -10px;
}

.pkp_page_index .cmp_announcements {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pkp_page_index .cmp_announcements:before,
.pkp_page_index .cmp_announcements:after {
    content: " ";
    display: table;
}

.pkp_page_index .cmp_announcements:after {
    clear: both;
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
    position: relative;
    padding: 30px 10px;
}

.pkp_page_index .cmp_announcements .more {
    position: relative;
}

.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding: 10px;
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: 13px;
}

@media (min-width: 480px) {
    .pkp_page_index .cmp_announcements > .obj_announcement_summary,
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .pkp_page_index .cmp_announcements > .obj_announcement_summary {
        float: left;
        width: 65%;
    }
    .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        border-left: 1px solid #ddd;
    }
    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 35%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pkp_page_index .cmp_announcements .more:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid #ddd;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .cmp_announcements > .obj_announcement_summary,
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 20px 0;
    font-weight: 700;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #0f2852;
    text-decoration: none;
    margin-bottom: 20px;
}

.pkp_page_index .current_issue .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #0b3d91;
}

@media (min-width: 768px) {
    .pkp_page_index .current_issue .section:last-child {
        margin-bottom: 0;
    }
}

.pkp_page_index .additional_content {
    padding: 30px 10px 0 10px;
    border-top: 1px solid #ddd;
}

@media (min-width: 480px) {
    .pkp_page_index .additional_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .additional_content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.pkp_page_index .additional_content > p:first-child {
    margin-top: 0;
}

.pkp_page_index .additional_content > p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pkp_page_index .cmp_announcements + .additional_content {
        border-top: none;
    }
}

.page_catalog_category .article_count {
    float: right;
    padding: 10px 0;
    font-size: 13px;
    color: rgb(0 0 0 / .54);
}

.page_catalog_category .about_section .cover {
    float: right;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%;
}

.page_catalog_category .subcategories li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page_catalog_category .subcategories a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .page_catalog_category .subcategories {
        position: relative;
        margin-top: 60px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .page_catalog_category .subcategories h2 {
        position: absolute;
        top: -15px;
        left: 20px;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 30px;
        background: #fff;
        color: rgb(0 0 0 / .54);
    }
}

@media (min-width: 992px) {
    .page_catalog_category .subcategories {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 768px) {
    .page_catalog_category .cmp_article_list {
        padding-top: 20px;
    }
    .page_catalog_category h2.title {
        clip: rect(1px,1px,1px,1px);
        position: absolute!important;
        left: -2000px;
    }
    .page_catalog_category h2.title:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
        -webkit-box-shadow: 0 0 2px 2px rgb(0 0 0 / .6);
        clip: auto!important;
        color: #000;
        display: block;
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 10px;
        position: absolute;
        left: 5px;
        top: 5px;
        text-decoration: none;
        width: auto;
        z-index: 100000;
    }
}

@media (min-width: 992px) {
    .page_catalog_category .cmp_article_list {
        padding-top: 30px;
    }
}

.page_contact .address,
.page_contact .phone,
.page_contact .email {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.page_contact .address {
    margin-top: 0;
}

.page_contact .address p {
    margin: 0;
}

.page_contact .label {
    display: block;
    font-weight: 700;
}

.page_contact .contact.support {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page_contact .contact_section:before,
    .page_contact .contact_section:after {
        content: " ";
        display: table;
    }
    .page_contact .contact_section:after {
        clear: both;
    }
    .page_contact .contact {
        float: left;
        width: 50%;
    }
    .page_contact .contact.primary {
        padding-right: 20px;
    }
    .page_contact .contact.support {
        margin-top: 0;
    }
}

.page_issue_archive .issues_archive {
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #ddd;
}

.page_issue_archive .issues_archive > li {
    padding: 30px 10px;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 480px) {
    .page_issue_archive .issues_archive {
        margin-left: -20px;
        margin-right: -20px;
    }
    .page_issue_archive .issues_archive > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .page_issue_archive .issues_archive {
        margin-left: -30px;
        margin-right: -30px;
    }
    .page_issue_archive .issues_archive > li {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page_issue_archive .cmp_pagination {
    margin-top: 20px;
}

.page_login .login {
    margin-bottom: 0;
    max-width: 17em;
}

.page_login .login input[type="text"],
.page_login .login input[type="password"] {
    width: 100%;
}

.page_login .password a {
    font-size: 13px;
    font-style: normal;
}

.page_login .remember {
    padding-bottom: 0;
}

.page_login .remember .label {
    display: inline;
    font-style: normal;
}

.page_login .buttons a {
    float: right;
    margin-right: 1em;
    margin-left: 0;
}

.page_lost_password .lost_password {
    margin-bottom: 0;
    max-width: 17em;
}

.page_lost_password .lost_password input[type="text"] {
    width: 100%;
}

.page_lost_password .pkp_form_error {
    margin: 20px 0;
    padding: 10px;
    background: #ff4040;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.page_lost_password .buttons:before,
.page_lost_password .buttons:after {
    content: " ";
    display: table;
}

.page_lost_password .buttons:after {
    clear: both;
}

.page_lost_password .buttons a {
    float: right;
    font-size: 13px;
    line-height: 30px;
    margin-right: 1em;
}

.page_register .required_label {
    font-size: 13px;
    line-height: 20px;
    color: rgb(0 0 0 / .54);
    margin-bottom: 20px;
}

.page_register .consent {
    margin-bottom: 0;
}

.page_register .fields .reviewer_interests {
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.page_register .fields .reviewer_interests.is_visible {
    max-height: 400px;
    overflow: visible;
    padding-bottom: 30px;
    opacity: 1;
}

.page_register .context_optin .contexts > li {
    margin-bottom: 1em;
}

.page_register .context_optin .contexts > li:last-child {
    margin-bottom: 0;
}

.page_register .context_optin .roles {
    padding: 5px 0;
    margin-bottom: 0;
}

.page_register .context_optin .roles label {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    line-height: 20px;
}

.page_register .context_optin .context_privacy {
    position: absolute;
    left: -9999px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
}

.page_register .context_optin .context_privacy_visible {
    position: relative;
    left: auto;
}

.page_register #formErrors {
    margin: 20px 0;
    padding: 10px;
    background: #ff4040;
    color: #fff;
}

.page_register #formErrors .pkp_form_error {
    padding: 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

.page_register #formErrors .pkp_form_error_list {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
}

.page_register #formErrors .pkp_form_error_list a {
    color: #fff;
}

@media (min-width: 768px) {
    .page_register .identity li {
        display: inline-block;
        padding-right: 1em;
        max-width: 13em;
    }
}

@media (min-width: 1200px) {
    .page_register .identity li {
        max-width: 17em;
    }
}

.page_search .search_input .query {
    width: 100%;
    max-width: 100%;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
}

.page_search .search_advanced {
    border: 1px solid #ddd;
    padding: 0 20px 20px;
}

.page_search .search_advanced:before,
.page_search .search_advanced:after {
    content: " ";
    display: table;
}

.page_search .search_advanced:after {
    clear: both;
}

.page_search .search_advanced legend {
    padding: 10px 20px;
    margin: 0;
    font-weight: 400;
    color: rgb(0 0 0 / .54);
}

.page_search .date_range {
    float: left;
    width: 50%;
}

.page_search .date_range .from {
    margin-bottom: 20px;
}

.page_search .date_range [name*="Year"] {
    width: 6em;
}

.page_search .date_range [name*="Day"] {
    width: 4em;
}

.page_search .date_range [name*="Month"] {
    width: 10em;
}

.page_search .author {
    width: 50%;
    float: right;
}

.page_search .submit {
    text-align: right;
}

.page_search .submit button {
    position: relative;
    padding-right: 45px;
    border-right: none;
    padding-right: 1em;
    padding-left: 45px;
    border-right: 1px solid rgb(0 0 0 / .4);
    border-left: none;
}

.page_search .submit button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f002";
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
    text-align: center;
    background: #0f2852;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / .2);
    color: #fff;
}

.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
    box-shadow: inset 0 1em 1em rgb(0 0 0 / .2);
    background: #0b3d91;
}

.page_search .submit button:after {
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page_search .submit button:after {
    right: auto;
    left: 0;
}

.page_search .search_results {
    margin: 40px 0;
}

.page_search .search_results .obj_article_summary {
    padding: 20px 0;
}

.page_search .cmp_pagination {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    color: rgb(0 0 0 / .54);
    text-align: right;
}

.page_search .cmp_pagination a {
    padding-left: .5em;
    padding-right: .5em;
}

.page_section .section_description {
    margin-bottom: 2em;
}

.page_submissions .submission_sections ul,
.page_submissions .submission_checklist ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.page_submissions .submission_sections li,
.page_submissions .submission_checklist li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.page_submissions .submission_sections li:before,
.page_submissions .submission_checklist li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.page_submissions .submission_sections h3 {
    margin-top: 0;
}

.page_submissions .submission_sections .cmp_notification {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .page_submissions .submission_sections li,
    .page_submissions .submission_checklist li {
        padding: 20px 20px 20px 40px;
    }
    .page_submissions .submission_sections li:before,
    .page_submissions .submission_checklist li:before {
        position: absolute;
        font-size: 18px;
        color: #00b24e;
    }
    .page_submissions .submission_sections li:before {
        content: "\f054";
        top: 22px;
        left: 17px;
    }
    .page_submissions .submission_checklist li:before {
        content: "\f00c";
        top: 50%;
        left: 20px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

.obj_announcement_full h1 {
    margin: 0;
}

.obj_announcement_full .date {
    margin: 16px 0;
    color: rgb(0 0 0 / .54);
}

.obj_announcement_full .date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f073";
    margin-right: .5em;
    color: #ddd;
}

.obj_announcement_full .description {
    margin-top: 40px;
    background: none;
    font-weight: 500;
    border-radius: 10px;
    padding: 20px;
}

.obj_announcement_full .description p:first-child {
    margin-top: 0;
}

.obj_announcement_full .description p:last-child {
    margin-bottom: 0;
}

.obj_announcement_summary h2,
.obj_announcement_summary h3,
.obj_announcement_summary h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
    text-decoration: none;
}

.obj_announcement_summary .date {
    font-size: 13px;
    line-height: 25px;
    color: rgb(0 0 0 / .54);
}

.obj_announcement_summary .date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f073";
    margin-right: .5em;
    font-size: 14px;
    color: #ddd;
}

.obj_announcement_summary .summary {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.obj_announcement_summary .summary p:first-child {
    margin-top: 0;
}

.obj_announcement_summary .summary p:last-child {
    margin-bottom: 0;
}

.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #0f2852;
    text-decoration: none;
}

.obj_announcement_summary .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #0b3d91;
}

.obj_article_details > .page_title {
    margin: 0;
}

.obj_article_details > .subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.obj_article_details .row {
    margin-top: 30px;
}

.obj_article_details .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.obj_article_details .item > *:first-child {
    margin-top: 0;
}

.obj_article_details .item > *:last-child {
    margin-bottom: 0;
}

.obj_article_details .sub_item {
    margin-bottom: 20px;
}

.obj_article_details .sub_item:last-child {
    margin-bottom: 0;
}

.obj_article_details .main_entry .item .label {
    margin: 0 0 20px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.obj_article_details .main_entry .sub_item .label {
    font-size: 14px;
}

.obj_article_details .authors li {
    margin-bottom: 10px;
}

.obj_article_details .authors .name {
    font-weight: 700;
    display: block;
}

.obj_article_details .authors .orcid {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.obj_article_details .authors .orcid a {
    vertical-align: middle;
}

.obj_article_details .authors .orcid_icon {
    width: 20px;
    height: 20px;
}

.obj_article_details .authors .affiliation {
    font-size: 13px;
    color: rgb(0 0 0 / .54);
}

.obj_article_details .author_bios .sub_item .label {
    margin-bottom: 0;
}

.obj_article_details .author_bios .sub_item .value > p:first-child {
    margin-top: 0;
}

.obj_article_details .item.doi,
.obj_article_details .item.keywords {
    padding-top: 0;
}

.obj_article_details .galleys_links li {
    display: inline-block;
}

.obj_article_details .supplementary_galleys_links {
    margin-top: 10px;
}

.obj_article_details .copyright {
    font-size: 13px;
    line-height: 20px;
}

.obj_article_details .copyright a[rel="license"] + p {
    margin-top: 0;
}

.obj_article_details .entry_details {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ddd;
}

.obj_article_details .entry_details .item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
}

.obj_article_details .entry_details .item:last-child {
    border-bottom: none;
}

.obj_article_details .entry_details .item .label {
    margin: 0;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(0 0 0 / .54);
}

.obj_article_details .versions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.obj_article_details .citation_display .value {
    font-size: 12px;
}

.obj_article_details .citation_display .csl-left-margin {
    display: none;
}

.obj_article_details .citation_display [aria-hidden="true"] {
    display: none;
}

.obj_article_details .citation_display .citation_formats {
    margin-top: 1em;
    border: 1px solid rgb(0 0 0 / .4);
    border-radius: 3px;
}

.obj_article_details .citation_display .citation_formats_button {
    position: relative;
    background: #fff0;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    padding: 0 1em;
    width: 100%;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 400;
    color: rgb(0 0 0 / .54);
    text-align: left;
}

.obj_article_details .citation_display .citation_formats_button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

.obj_article_details .citation_display .citation_formats_button[aria-expanded="true"]:after {
    content: "\f0d8";
}

.obj_article_details .citation_display .citation_formats_button:focus {
    background: #ddd;
    outline: 0;
}

.obj_article_details .citation_display .citation_formats_styles {
    margin: 0;
    padding: 0;
    list-style: none;
}

.obj_article_details .citation_display .citation_formats_styles a {
    display: block;
    padding: .5em 1em;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.obj_article_details .citation_display .citation_formats_styles a:focus {
    background: #ddd;
    outline: 0;
}

.obj_article_details .citation_display .citation_formats_styles li:last-child a {
    border-bottom: none;
}

.obj_article_details .citation_display .citation_formats_list .label {
    padding: 1em 1em .25em 1em;
}

.obj_article_details .citation_display .citation_formats_styles + .label {
    border-top: 1px solid #ddd;
}

.obj_article_details .citation_display span {
    margin-right: .5em;
}

@media (min-width: 480px) {
    .obj_article_details .entry_details {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 768px) {
    .obj_article_details .row {
        margin-left: -20px;
        margin-right: -20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .obj_article_details .main_entry {
        float: left;
        width: 428px;
        border-right: 1px solid #ddd;
    }
    .obj_article_details .item {
        padding: 20px;
    }
    .obj_article_details .item .label {
        margin: 0 0 20px;
        font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
        font-size: 16px;
        font-weight: 700;
    }
    .obj_article_details .item.doi .label,
    .obj_article_details .item.keywords .label {
        display: inline;
        font-size: 14px;
    }
    .obj_article_details .entry_details {
        float: left;
        width: 300px;
        margin: 0 0 0 -1px;
        border-top: none;
        border-left: 1px solid #ddd;
    }
    .obj_article_details .entry_details .item {
        margin-right: -1px;
        border-bottom: 1px solid #ddd;
    }
    .obj_article_details .entry_details .item:last-child {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .obj_article_details .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .obj_article_details .main_entry {
        width: 352px;
    }
    .obj_article_details .item {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .obj_article_details .main_entry {
        width: 830px;
    }
}

.obj_article_summary:before,
.obj_article_summary:after {
    content: " ";
    display: table;
}

.obj_article_summary:after {
    clear: both;
}

.obj_article_summary .cover {
    display: block;
    margin-bottom: 20px;
}

.obj_article_summary .cover img {
    display: block;
    max-height: 250px;
    width: auto;
}

.obj_article_summary > .title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.obj_article_summary > .title a {
    text-decoration: none;
}

.obj_article_summary .subtitle {
    display: block;
    margin-top: .25em;
    margin-bottom: .5em;
    font-weight: 400;
    color: rgb(0 0 0 / .54);
}

.obj_article_summary .meta {
    position: relative;
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
}

.obj_article_summary .pages,
.obj_article_summary .published {
    color: rgb(0 0 0 / .54);
}

.obj_article_summary .galleys_links {
    margin-top: 10px;
}

.obj_article_summary .galleys_links li {
    display: inline-block;
    margin-right: 1em;
}

.obj_article_summary .galleys_links li:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .obj_article_summary .authors {
        padding-right: 5em;
    }
    .obj_article_summary .pages {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 30px;
    }
    .obj_article_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .obj_article_summary .cover {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .obj_article_summary .cover img {
        max-height: none;
    }
}

.obj_issue_summary h2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.obj_issue_summary .cover {
    display: block;
    margin-bottom: 20px;
}

.obj_issue_summary .cover img {
    display: block;
    width: auto;
    max-height: 250px;
}

.obj_issue_summary .title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.obj_issue_summary .series {
    margin-bottom: 5px;
    color: rgb(0 0 0 / .54);
}

.obj_issue_summary .description {
    font-size: 13px;
    line-height: 20px;
    border-radius: 10px;
    font-weight: 500;
}

.obj_issue_summary .description p:first-child {
    margin-top: 0;
}

.obj_issue_summary .description p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .obj_issue_summary:before,
    .obj_issue_summary:after {
        content: " ";
        display: table;
    }
    .obj_issue_summary:after {
        clear: both;
    }
    .obj_issue_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        margin-right: 20px;
    }
    .obj_issue_summary .cover img {
        max-height: auto;
    }
}

.obj_issue_toc h3 {
    display: inline-block;
    margin-top: 40px;
    border-bottom: 2px solid rgb(0 0 0 / .87);
    font-size: 14px;
    line-height: 18px;
}

.obj_issue_toc .cover {
    display: block;
    margin-bottom: 20px;
}

.obj_issue_toc .cover img {
    display: block;
    max-height: 250px;
    width: auto;
}

.obj_issue_toc .description > *:first-child {
    margin-top: 0;
}

.obj_issue_toc .description > *:last-child {
    margin-bottom: 0;
}

.obj_issue_toc .pub_id {
    margin: 20px 0;
}

.obj_issue_toc .pub_id .type {
    font-weight: 700;
}

.obj_issue_toc .published {
    margin: 20px 0;
}

.obj_issue_toc .published .label {
    font-weight: 700;
}

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

.obj_issue_toc .section:last-child .articles > li:last-child {
    margin-bottom: 0;
}

.obj_issue_toc .galleys_links {
    margin-top: 10px;
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 1em;
}

.obj_issue_toc .galleys_links li:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .obj_issue_toc .heading:before,
    .obj_issue_toc .heading:after {
        content: " ";
        display: table;
    }
    .obj_issue_toc .heading:after {
        clear: both;
    }
    .obj_issue_toc .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 20px;
    }
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
        position: relative;
        margin: 30px -20px;
        padding: 30px;
    }
    .obj_issue_toc .galleys:before,
    .obj_issue_toc .section:before {
        content: "";
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .obj_issue_toc .galleys h2,
    .obj_issue_toc .section h2 {
        display: inline-block;
        position: relative;
        left: 0;
        margin-top: 0;
        padding: 0 15px;
        background: #fff;
        font-size: 16px;
        font-weight: 400;
        color: rgb(0 0 0 / .54);
    }
}

@media (min-width: 992px) {
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
        margin: 30px -30px;
    }
    .obj_issue_toc .cover {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .obj_issue_toc .cover img {
        max-height: none;
    }
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.pkp_structure_main:before,
.pkp_structure_main:after {
    display: none;
}

.pkp_structure_content {
    padding-top: 0;
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .pkp_structure_main:first-child:last-child:before {
        left: 150px;
    }
    .pkp_structure_main:first-child:last-child:after {
        left: auto;
        right: 150px;
    }
}

.cmp_breadcrumbs {
    padding: 30px 0;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    color: rgb(0 0 0 / .54);
    text-transform: uppercase;
}

.cmp_breadcrumbs > ol {
    padding: 0;
    margin: 0;
}

.cmp_breadcrumbs .current {
    text-transform: none;
}

.cmp_breadcrumbs .current h1 {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: .3;
}

.cmp_announcements {
    border: none;
}

.cmp_announcements > li {
    border-bottom: none;
}

.cmp_announcements .obj_announcement_summary h2,
.cmp_announcements .obj_announcement_summary h3,
.cmp_announcements .obj_announcement_summary h4,
.cmp_announcements .date,
.cmp_announcements .read_more {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.cmp_announcements .read_more {
    text-transform: uppercase;
}

.cmp_announcements .date {
    font-weight: 400;
}

.cmp_announcements .date:before {
    color: #cfe8ff;
}

.pkp_page_index .homepage_image {
    margin-top: -1px;
}

.pkp_page_index .cmp_announcements {
    border: none;
}

@media (min-width: 768px) {
    .pkp_page_index .cmp_announcements > .more:before,
    .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .cmp_announcements h2 + .obj_announcement_summary,
    .pkp_page_index .cmp_announcements .more {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .pkp_page_index .cmp_announcements {
        border-bottom: 1px solid #ddd;
    }
    .pkp_page_index .cmp_announcements > .more:before,
    .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
        display: block;
    }
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: .5em;
    border-bottom: 3px solid #cfe8ff;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(0 0 0 / .54);
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
}

.pkp_page_index .current_issue .sections {
    margin-top: 20px;
}

.pkp_page_index .current_issue .read_more {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.pkp_structure_main:first-child:last-child .cmp_announcements {
    border-bottom: none;
}

.pkp_structure_main:first-child:last-child .cmp_announcements > .more:before,
.pkp_structure_main:first-child:last-child .cmp_announcements > .obj_announcement_summary:before {
    display: none;
}

.pkp_structure_main:first-child:last-child .additional_content {
    border-top: none;
}

.page_announcement {
    margin-top: 30px;
}

.page_issue_archive .issues_archive,
.page_issue_archive .issues_archive > li {
    border: none;
}

.page_search .search_advanced {
    margin-top: 10px;
}

.page_search .search_advanced legend {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.obj_issue_toc .heading .pub_id,
.obj_issue_toc .heading .published {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
}

.obj_issue_toc .heading .pub_id .type,
.obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: rgb(0 0 0 / .54);
    text-transform: uppercase;
}

.obj_issue_toc .heading .pub_id .id,
.obj_issue_toc .heading .published .value {
    margin-left: .5em;
}

.obj_issue_toc .heading .pub_id .id a {
    color: rgb(0 0 0 / .87);
    text-decoration: none;
}

.obj_issue_toc .heading .pub_id .id a:hover,
.obj_issue_toc .heading .pub_id .id a:focus {
    color: #0b3d91;
    text-decoration: underline;
}

.obj_issue_toc > .galleys,
.obj_issue_toc .section {
    margin: 0;
    padding: 0;
    border: none;
}

.obj_issue_toc > .galleys:before,
.obj_issue_toc .section:before {
    display: none;
}

.obj_issue_toc > .galleys h2,
.obj_issue_toc .section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #cfe8ff;
    background: #fff0;
    text-transform: uppercase;
    font-weight: 700;
}

.obj_issue_toc .galleys_links li {
    margin-bottom: .5em;
}

.obj_issue_toc .pages {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
}

.obj_issue_summary .series {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_article_summary .subtitle {
    font-family: "Montserrat","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 13px;
}

.obj_article_details .subtitle {
    font-family: "Montserrat","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_article_details .authors,
.obj_article_details .doi {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_article_details .orcid a,
.obj_article_details .doi a {
    color: rgb(0 0 0 / .87);
    text-decoration: none;
}

.obj_article_details .orcid a:hover,
.obj_article_details .doi a:hover,
.obj_article_details .orcid a:focus,
.obj_article_details .doi a:focus {
    color: #0f2852;
    text-decoration: underline;
}

.obj_article_details .orcid a {
    font-size: 10px;
    color: rgb(0 0 0 / .54);
}

.obj_article_details .authors li {
    margin-bottom: 20px;
    padding-right: 10px;
}

.obj_article_details .authors li {
    width: 50%;
    /* Default: Jika ada lebih dari satu elemen <li> */
}

.obj_article_details .authors li:only-child {
    width: 100%;
    /* Jika hanya ada satu elemen <li> */
}

.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #cfe8ff;
    color: rgb(0 0 0 / .54);
    text-transform: uppercase;
}

.obj_article_details .main_entry .doi .label,
.obj_article_details .main_entry .keywords .label {
    display: inline;
    padding: 0;
    border: none;
    text-transform: none;
}

.obj_article_details .row,
.obj_article_details .main_entry,
.obj_article_details .entry_details {
    border: none;
}

.obj_article_details .author_bios .sub_item .label {
    border-bottom: none;
    text-transform: none;
}

.obj_article_details .entry_details {
    margin-left: 0;
    margin-right: 0;
}

.obj_article_details .entry_details .label {
    font-weight: 700;
    text-transform: uppercase;
}

.obj_article_details .entry_details .item {
    margin: 30px 0;
    padding: 0;
    border-bottom: none;
    border-radius: 3px;
    background: rgb(0 0 0 / .05);
    box-shadow: 0 0 1px rgb(0 0 0 / .4);
}

.obj_article_details .entry_details .item .label + .value {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.obj_article_details .entry_details .sub_item {
    padding: 0;
    margin-bottom: 0;
}

.obj_article_details .entry_details .sub_item:last-child {
    margin-bottom: 0;
}

.obj_article_details .entry_details .sub_item .label {
    color: rgb(0 0 0 / .54);
}

.obj_article_details .entry_details .item > .label,
.obj_article_details .entry_details .sub_item:first-child > .label {
    padding: .5em 20px;
    background: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.obj_article_details .entry_details .item > .value,
.obj_article_details .entry_details .sub_item .value {
    padding: 20px;
    border-radius: 3px;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    display: inline-block;
    padding: .5em 0;
    margin: 0 20px;
    border-bottom: 3px solid #cfe8ff;
}

.obj_article_details .entry_details .cover_image {
    background: #fff0;
    box-shadow: none;
}

.obj_article_details .entry_details .cover_image img {
    display: block;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.obj_article_details .entry_details .item.galleys {
    box-shadow: none;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
    padding: 0;
}

.obj_article_details .entry_details .galleys_links > li {
    display: block;
    margin-bottom: .5em;
}

.obj_article_details .entry_details .galleys_links > li:last-child {
    margin-bottom: 0;
}

.obj_article_details .entry_details .galleys_links > li a {
    display: block;
}

.obj_article_details .entry_details .citation_display {
    margin-bottom: 0;
}

.obj_article_details .entry_details .item.copyright {
    box-shadow: none;
}

@media (min-width: 768px) {
    .obj_article_details .entry_details {
        width: 280px;
        margin-left: 30px;
    }
}

.pkp_structure_page {
    margin: 0 auto;
    background: #fff0;
    box-shadow: none;
}

.aimcolumn {
    float: left;
}

.aimleft {
    width: 25%;
    padding-top: 10px;
    padding-left: 10px;
}

.aimright {
    width: 74%;
    height: auto;
    padding: 0 20px 0 35px;
}

@media screen and (max-width: 600px) {
    .aimcolumn {
        width: 100%;
    }
    .aimleft {
        padding-top: 10px;
        width: 250px;
    }
}

.obj_issue_toc .cover {
    display: none;
}

.cope {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.pkp_structure_page {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.cmp_breadcrumbs {
    padding: 1.3em .5em;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgb(0 0 0 / .54);
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    width: 100%;
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
}

.pkp_page_index .additional_content {
    border-top: 0 solid #ddd;
}

.pkp_structure_content {
    font-size: 15px;
    margin-bottom: .3em;
    -webkit-box-shadow: 0 0 5px .5px rgb(103 104 107 / .34);
    -moz-box-shadow: 0 0 5px .5px rgb(103 104 107 / .34);
    box-shadow: 0 0 5px .5px rgb(103 104 107 / .34);
    background: #fff;
    padding-top: 10px;
}

.pkp_structure_main {
    background-color: #fff0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.obj_issue_summary {
    margin: 0em 3em 0em 1.6em;
    padding-left: 1em;
    border-left: 1px solid #0b3d91;
}

.obj_issue_summary .cover {
    display: none;
}

.page_issue_archive .issues_archive > li {
    margin: 0em 0em 0em 0em;
    padding: 2em 0em 0em .7em;
}

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

.obj_issue_toc .section > h2 {
    border-bottom: 0;
    border-left: 0;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    padding: .15em 1em;
    background-color: #fafbfb;
    width: 100%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .12),0 1px 2px rgb(0 0 0 / .24);
}

.obj_article_summary {
    padding: 0em 1.5em;
    font-size: 13px;
}

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

.obj_article_summary > .title {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.obj_article_summary > .title a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #0f2852;
    font-weight: 600;
}

.doi_summary {
    padding: .4em .7em;
    margin-top: .3em;
}

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

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

.obj_article_summary > .galleys_links {
    list-style: none;
    margin-bottom: .5em;
}

.obj_article_summary > .galleys_links a {
    color: #000000;
    background-color: #1565c0;
}

.obj_article_summary > .galleys_links a:hover {
    background-color: #0b3d91;
    text-decoration: none;
}

.obj_article_details > .page_title {
    font-weight: 600;
}

.obj_article_details .doi a {
    color: #0b3d91;
    font-family: 'Source Sans Pro',sans-serif;
}

.obj_article_details .doi a:hover {
    color: #1565c0;
    font-family: 'Source Sans Pro',sans-serif;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
    padding: 0;
    background-color: #fff;
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
    color: #fff;
    background-color: #1565c0;
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
    background-color: #0b5cad;
}

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

.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 .main_entry .label {
    border-bottom: 0;
    border-left: 0;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

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

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

.obj_article_details .galleys_links a:hover {
    background-color: #1565c0;
    text-decoration: none;
}

.obj_article_details .entry_details .cover_image img {
    width: 200px;
}

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

#what-we-do .card {
    padding: 1rem!important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    background-image: radial-gradient(circle at 28% 29%,rgb(237 237 237 / .04) 0%,rgb(237 237 237 / .04) 50%,rgb(136 136 136 / .04) 50%,rgb(136 136 136 / .04) 100%),radial-gradient(circle at 8% 78%,rgb(156 156 156 / .04) 0%,rgb(156 156 156 / .04) 50%,rgb(37 37 37 / .04) 50%,rgb(37 37 37 / .04) 100%),radial-gradient(circle at 29% 46%,rgb(251 251 251 / .04) 0%,rgb(251 251 251 / .04) 50%,#eaf4ff 50%,#eaf4ff 100%),linear-gradient(90deg,#dbeafe,#dbeafe);
    box-shadow: 0 1px 3px rgb(0 0 0 / .12),0 1px 2px rgb(0 0 0 / .24);
}

#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e;
    -moz-box-shadow: 5px 7px 9px -4px #9e9e9e;
    box-shadow: 5px 7px 9px -4px #9e9e9e;
}

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

#what-we-do .card .card-block a {
    color: #0b3d91!important;
    font-weight: 700;
    text-decoration: none;
}

#what-we-do .card .card-block a i {
    display: none;
}

#what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;
}

#what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #1976d2;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#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:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

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

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

nav > .nav.nav-tabs {
    border: none;
    color: #0b3d91;
    background: #f1f1f1;
    border-radius: 0;
}

.tab-content {
    background: #e3f2fdb8;
    line-height: 25px;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .12),0 1px 2px rgb(0 0 0 / .24);
}

.c-no {
    height: 150px;
}

.grey-bg {
    background: #1e88e5;
}

.counter-Txt {
    color: whitesmoke;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.counter-Txt span {
    display: block;
    font-size: 36px;
}

@media(min-width: 320px) and (max-width:767px) {
    .c-no {
        height: 100%;
    }
    .counter-Txt {
        margin-top: 35px;
    }
    .margin-bot-35 {
        margin-bottom: 35px;
    }
}

@media (min-width: 350px) {
    .container {
        max-width: 1200px;
    }
}

.obj_article_details .page_title {
    text-align: left;
}

.obj_article_details > .subtitle {
    text-align: left;
}

.obj_article_details .item.doi {
    text-align: left;
    text-decoration: none;
}

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

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

table.rajawalitable > tbody > tr > th,
td {
    padding: 5px;
    border-bottom: 1px dashed #cfe8ff;
    vertical-align: top;
}

.row.identitas.card-panel.orange.lighten-5 {
    margin: 10px 5px;
}

table.rajawalitable > tbody > tr:nth-child(even) {
    background-color: #fff0;
}

table.rajawalitable > tbody > tr > td,
table.rajawalitable > tbody > tr > th {
    border: 0 solid #ddd;
    text-align: left;
    padding: 8px;
}

.pkp_page_index .homepage_image {
    display: none;
}

img.foto-editor {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile-id a > img {
    width: 16px;
}

.expertise {
    margin-bottom: 20px;
}

.homepage_about h2:after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: linear-gradient(to right,#1565c0 10%,#1565c085 20%,#fff 98%);
    margin-top: 10px;
}

.obj_article_details div.main_entry > ul.authors,
.obj_article_details div.main_entry ul.authors {
    padding-top: 0;
    margin-top: -10px;
    padding: 20px 30px 10px 30px;
    background: #fdfdfd;
    box-shadow: 9px 10px 5px -10px rgb(224 224 224 / 75%);
    border: 1px solid #f3f3f3;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #eaeaea;
    background: linear-gradient(135deg,#ffffff 0%,#f9f9f9 47%,#ffffff 100%);
    width: 97%;
}

table.rajawalitable > tbody > tr > th,
table.rajawalitable > tbody > tr > td {
    padding: 5px;
    border-bottom: 1px dashed #cfe8ff;
    vertical-align: top;
    font-size: 15px;
    font-family: "Montserrat","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

table.rajawalitable > tbody > tr > th {
    font-weight: 600;
}

.row.identitas.card-panel.orange.lighten-5 {
    margin: 10px 5px;
}

.homepage_about {
    box-shadow: 0 0 10px 3px rgb(224 224 224 / 75%);
    border: 1px solid #f1ecec;
    border-right: 1px solid #bfdbfe;
    border-bottom: 1px solid #bfdbfe;
    background: linear-gradient(135deg,#ffffff 0%,rgb(243 238 238 / 31%) 47%,#eaf4ff 100%);
    padding: 10px 15px 20px 15px;
    font-size: 15px;
    text-align: justify;
    margin-left: -15px;
    width: 104.3%;
    margin-top: 5px;
    border-radius: 20px;
}

.authors {
    font-weight: 400;
}

.published {
    border-radius: 0 0 10px 10px;
    border: 1px solid #bfdbfe;
    padding: 5px 10px;
    margin-top: -1px!important;
    background: linear-gradient(to left,#e3f2fd 0%,#fff 100%);
    color: #000;
}

.description {
    border-radius: 10px 10px 0 0;
    border: 1px solid #bfdbfe;
    padding: 6px 10px;
    background: linear-gradient(to right,#1e88e5 0%,#fff 100%);
}

.announcement_slider .obj_announcement_summary {
    padding: 15px;
    margin: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cmp_breadcrumbs {
    display: inline-block;
}

.cmp_breadcrumbs ol {
    margin-bottom: 2.143rem;
    padding: .357rem 0;
    line-height: 1.43rem;
    font-size: .93rem;
}

.cmp_breadcrumbs li {
    display: inline-block;
}

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
}

.cmp_breadcrumbs .separator {
    color: rgb(0 0 0 / .54);
    padding: 0 .5em;
}

.cmp_breadcrumbs .current {
    color: rgb(0 0 0 / .54);
}

.cmp_breadcrumbs .current h1 {
    margin: 0;
    font-family: "Baloo Tamma 2","Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: .93rem;
    font-weight: 400;
}

.cmp_breadcrumbs {
    padding: .25rem 0;
}

.cmp_breadcrumbs ol li:hover {
    cursor: pointer;
    background: #1565c0;
    color: #fff!important;
}

.cmp_breadcrumbs ol li:hover a:after,
.cmp_breadcrumbs ol li:hover span:after {
    border-left-color: #1565c0;
    color: #fff;
}

.cmp_breadcrumbs ol li.current {
    background: #1565c0;
    color: #fff!important;
}

.cmp_breadcrumbs ol li.current a:after,
.cmp_breadcrumbs ol li.current span:after {
    border-left-color: #1565c0;
    color: #fff;
}

.cmp_breadcrumbs ol {
    list-style: none;
    display: inline-table;
    margin-bottom: 2px;
}

.cmp_breadcrumbs ol li {
    display: inline-flex;
    background: #e3f2fd;
    padding: 10px 10px 10px 23px;
    position: relative;
    margin: 0 10px 10px 0;
}

.cmp_breadcrumbs ol li:first-child {
    padding: 10px 10px 10px 15px;
}

.cmp_breadcrumbs ol li:last-child {
    background-color: #1565c0;
}

.cmp_breadcrumbs ol li:hover a,
.cmp_breadcrumbs ol li:hover span {
    color: #fff;
}

.cmp_breadcrumbs ol li:first-child a:before,
.cmp_breadcrumbs ol li:first-child span:before {
    display: none;
}

.cmp_breadcrumbs ol li:last-child a:after,
.cmp_breadcrumbs ol li:last-child span:after {
    display: none;
}

.cmp_breadcrumbs ol li a,
.cmp_breadcrumbs ol li span {
    font-size: 14px;
    text-decoration: none;
    color: rgb(0 0 0 / .87);
}

.cmp_breadcrumbs ol li a:after,
.cmp_breadcrumbs ol li span:after {
    content: "";
    border-top: 20px solid #fff0;
    border-bottom: 20px solid #fff0;
    border-left: 18px solid #e3f2fd;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}

.cmp_breadcrumbs ol li a:before,
.cmp_breadcrumbs ol li span:before {
    content: "";
    border-top: 20px solid #fff0;
    border-bottom: 20px solid #fff0;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.cmp_breadcrumbs ol li span.separator {
    display: none;
}

.cmp_breadcrumbs ol li.current a,
.cmp_breadcrumbs ol li.current span {
    color: #fff;
    font-weight: 700;
}

.cmp_breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo-doi {
    width: 13px;
    margin-top: -4px;
}

.doiInSummary {
    font-size: 13px;
    font-weight: 600;
}

.obj_issue_toc .pages {
    background: #90caf9;
    color: #0f2852;
    font-size: 11px;
    font-weight: 600;
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid #64b5f6;
    box-shadow: 5px 7px 9px -4px #9e9e9e;
}

.obj_issue_toc .pages:before {
    content: "\f0f6";
    width: 20px;
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 13px;
}

.authors b::before {
    content: "\f2bd";
    width: 20px;
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 13px;
}

.references .value p {
    text-indent: -2.7em;
    margin-left: 2.7em;
    word-wrap: break-word;
}

.obj_article_details .authors .orcid {
    background-size: 15px !important;
    background: url(https://journal.walisongo.ac.id/public/site/images/inzacky/orcid.png) no-repeat top left;
    padding: 0px 0px 5px 24px;
    font-size: 0.85em;
    color: #2563eb;
    margin-top: 5px;
}

.list_of_keyword div {
    border: 1px solid #efefef;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 10px;
    color: grey;
    box-shadow: 8px 9px 5px -13px rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgb(228 239 245) 100%);
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #cfe8ff;
    text-decoration: none;
}

.list_of_keyword div:hover {
    border: 1px solid #efefef;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 10px;
    color: grey;
    box-shadow: 8px 9px 5px -13px rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, rgba(254, 255, 255, 1) 0%, rgb(30 136 229) 100%);
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #cfe8ff;
    text-decoration: none;
}

.list_of_keyword {
    display: block;
    width: 100%;
}

.item.authors span.affiliation:before {
    content: "\f19c";
    margin-right: 5px;
    color: #000000;
    font-family: "FontAwesome";
}

.item.authors span.name:before {
    content: "\f2bd";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
}

.pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_main {
    width: 100%;
}

ul.authors {
    display: flex;
    flex-wrap: wrap;
}

.list_of_keyword div a {
    text-decoration: none;
}

.list_of_keyword div a:hover {
    text-decoration: none;
    color: #000000;
}

span.__dimensions_badge_embed__ {
    float: right;
    margin-top: -3px;
}

.obj_article_summary i.fa.fa-download {
    margin-left: 25%;
}

.statistik_artikel {
    border: solid 1px #1565c0;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.__dimensions_badge_embed__ .__dimensions_Badge_style_medium_circle .__dimensions_Badge_Image {
    display: none;
}

.pps-col.plx-plum {
    display: none;
}

.pps-container.pps-container-vertical {
    float: none!important;
}

span.judul_statistik {
    font-weight: 600;
}

.scite-badge,
.__dimensions_badge_embed__,
.altmetric-embed,
.PlumX-Summary {
    margin: 10px 0 20px 0;
}

.pps-branding.pps-branding-top {
    display: none !important;
}



/* =============================================================================
   04 BODY / Sidebar & Blok
   Jumlah blok CSS: 47
============================================================================= */

.pkp_block {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 20px;
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(0 0 0 / .54);
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px 0;
}

.pkp_block .content p {
    line-height: 25px;
}

.pkp_block .content p:first-child {
    margin-top: 0;
}

.pkp_block .content p:last-child {
    margin-bottom: 0;
}

.pkp_block a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 30px;
    }
}

.block_browse {
    font-size: 13px;
}

.block_browse .has_submenu {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    color: rgb(0 0 0 / .54);
}

.block_browse .has_submenu ul {
    margin-top: 4px;
    padding-top: 5px;
    font-weight: 400;
}

.block_browse .is_sub {
    margin-left: 10px;
}

.block_browse .current a {
    padding-left: .5em;
    border-left: 4px solid #ddd;
    color: rgb(0 0 0 / .54);
    cursor: text;
}

.block_information a,
.block_language_toggle a {
    font-size: 13px;
}

.block_subscription .subscription_name {
    margin-bottom: 0;
    font-weight: 700;
}

.block_subscription .subscription_membership {
    margin-top: 0;
}

@media (min-width: 992px) {
    .pkp_structure_sidebar:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        border-left: 1px solid #ddd;
    }
    .pkp_structure_sidebar > * {
        position: relative;
    }
}

.pkp_block .title {
    display: inline-block;
    padding-bottom: .5em;
    border-bottom: 3px solid #cfe8ff;
    font-weight: 700;
    text-transform: uppercase;
}

.pkp_structure_sidebar:before {
    border-left: 0 solid #ddd;
}

.pkp_block {
    padding: 10px 6px 0 8px;
    margin-top: 10px;
    border-radius: 4px;
}

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

.pkp_block .title {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 0;
    border: 0;
    padding-left: 20px;
    font-family: 'Source Sans Pro',sans-serif;
    border: 1px solid #efefef;
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    display: block;
}

.pkp_block ul > li {
    border-bottom: 1px solid rgb(0 0 0 / .125);
}

.pkp_block ul > li a {
    color: #fff;
    padding: .75rem 1rem;
    display: flex;
}

.block_announcements_article {
    padding: 1em 1em 1em;
    background-color: #1e88e5;
    color: whitesmoke;
}

.pkp_block .content {
    background-color: #fff;
}

.pkp_block .content ul li {
    padding: 0 0;
    background-color: #1976d2;
}

.pkp_block li {
    background-color: #0b5cad;
}

.pkp_block ul > li a:hover {
    text-decoration: none;
    background-color: hsla(212, 82%, 45%, 0.944);
}

.pkp_block .title {
    background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
    color: #0b5cad;
}

.most-viewed-headline {
    border-bottom: 3px solid #0b3d91;
}

#customblock-EditorialTeam .content {
    padding: 0;
}

.pkp_block .content {
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 4px;
    box-shadow: 9px 9px 5px -12px rgb(177 174 174 / 75%);
    font-size: 14px;
    padding: 15px;
}

.editorial_team_block .row {
    padding: 5px;
}

.editorial_team_block .name {
    font-weight: 700;
}

.editorial_team_block .profile .google_scholar,
.page_editorial_team .profile_info .google_scholar {
    background: url() no-repeat 2px 2px;
    background-size: 15px;
    padding-left: 25px;
}

.editorial_team_block .read_more {
    text-align: right;
    margin: 0 20px 10px 20px;
}

a,
#menu-light li a,
.obj_announcement_summary .read_more,
.read_more .fa-chevron-circle-right:before,
#customblock-SidebarMenu .item .fa {
    color: #0f2852;
}

.editorial_team_block img {
    box-shadow: 10px 10px 5px -12px rgb(0 0 0 / 75%);
    padding: 2px;
}

.editorial_team_block .email {
    font-size: 13px;
}

[id^="customblock-"] span.item {
    background: linear-gradient(to right,#1e88e5 0%,#fff 100%);
    display: block;
    margin: 0;
    padding: 14px 10px 10px 20px;
    border-bottom: 1px solid #64b5f666;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    overflow: hidden;
}

[id^="customblock-"] p span.item em.fa,
[id^="customblock-"] span.item a {
    color: #0b3d91;
}

[id^="customblock-"] span.item a {
    font-weight: 600;
    text-decoration: none;
}

[id^="customblock-"] span.item:hover {
    background: #1e88e5;
}

[id^="customblock-"] div.content:has(span.item) {
    padding: 0;
}

.article-view-page .pkp_structure_sidebar.left {
    display: none;
}



/* =============================================================================
   05 FOOTER
   Jumlah blok CSS: 29
============================================================================= */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

.pkp_structure_footer_wrapper {
    background: #ddd;
}

.pkp_structure_footer {
    text-align: center;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 0 5px .5px rgb(103 104 107 / 34%);
    -moz-box-shadow: 0 0 5px .5px rgb(103 104 107 / .34);
    box-shadow: 0 0 5px .5px rgb(103 104 107 / 34%);
}

.pkp_footer_content {
    padding: 30px;
    text-align: left;
}

.pkp_brand_footer {
    padding: 30px;
}

.pkp_brand_footer:before,
.pkp_brand_footer:after {
    content: " ";
    display: table;
}

.pkp_brand_footer:after {
    clear: both;
}

.pkp_brand_footer a {
    float: right;
    display: block;
    max-width: 150px;
}

.pkp_structure_footer_wrapper {
    background: rgb(0 0 0 / .05);
    border-top: 1px solid #ddd;
}

.pkp_structure_footer_wrapper {
    border-top: none;
    font-size: 15px;
}

.pkp_footer_content a {
    color: #090909;
    text-decoration: none;
}

.pkp_footer_content a:hover {
    color: #1565c0;
    text-decoration: none;
}

.pkp_structure_footer_wrapper {
    margin-bottom: 10px;
    background: #f9f9f9;
}

footerbody {
    margin: 0;
}

.footercolumn {
    float: left;
    width: 25%;
    padding: 15px;
}

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

@media screen and (max-width: 600px) {
    .footercolumn {
        width: 100%;
    }
}

#social-fb {
    color: #5f7fa8;
}

#social-tw {
    color: #5f7fa8;
}

#social-gp {
    color: #5f7fa8;
}

#social-em {
    color: #5f7fa8;
}

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #0b5cad;
}

#social-em:hover {
    color: #1e88e5;
}

.pkp_brand_footer {
    display: none;
}

footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #0b5cad;
    color: #fff;
}

span.credit.right.hide-on-small-only {
    float: right;
}

footer.page-footer a {
    float: left;
    text-decoration: none;
}



/* =============================================================================
   06 RTL / Bahasa kanan-ke-kiri
   Jumlah blok CSS: 21
============================================================================= */

body[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

@media (min-width: 768px) {
    body[dir="rtl"] .pkp_structure_main:before {
        left: auto;
        right: 0;
    }
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 728px;
    }
}

@media (min-width: 992px) {
    body[dir="rtl"] .pkp_structure_main {
        float: right;
    }
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 652px;
    }
    body[dir="rtl"] .pkp_structure_sidebar {
        float: left;
    }
}

@media (min-width: 1200px) {
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 860px;
    }
}

@media (min-width: 992px) {
    body[dir="rtl"] .pkp_site_name {
        text-align: right;
    }
}

body[dir="rtl"] .pkp_navigation_primary ul {
    text-align: right;
}

body[dir="rtl"] .pkp_navigation_user {
    text-align: left;
}

body[dir="rtl"] .pkp_navigation_user li {
    text-align: right;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search {
    right: auto;
    left: 0;
    text-align: left;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    border-left: none;
    border-right: 1px solid #ddd;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    padding-right: .5em;
    padding-left: 180px;
}

body[dir="rtl"] .pkp_screen_reader,
body[dir="rtl"] .cmp_skip_to_content a,
body[dir="rtl"] .pkp_page_index .journals h2,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2,
body[dir="rtl"] .page_register .context_optin .roles legend,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2 {
    left: auto;
    right: -2000px;
}

body[dir="rtl"] .pkp_screen_reader:focus,
body[dir="rtl"] .cmp_skip_to_content a:focus,
body[dir="rtl"] .pkp_page_index .journals h2:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,
body[dir="rtl"] .page_register .context_optin .roles legend:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus {
    right: 50%;
}

body[dir="rtl"] .obj_announcement_summary .date:before {
    margin-right: 0;
    margin-left: .5em;
}

body[dir="rtl"] .obj_issue_toc .galleys_links li {
    margin-right: inherit;
    margin-left: 1em;
}

@media (min-width: 768px) {
    body[dir="rtl"] .obj_issue_toc .galleys h2,
    body[dir="rtl"] .obj_issue_toc .section h2 {
        left: auto;
        right: 15px;
    }
    body[dir="rtl"] .obj_issue_toc .cover {
        float: right;
        margin-right: inherit;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    body[dir="rtl"] .obj_issue_toc .cover {
        margin-right: inherit;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    body[dir="rtl"] .obj_issue_summary .cover {
        float: right;
        margin-right: inherit;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    body[dir="rtl"] .obj_article_summary {
        padding-right: 0;
        padding-left: 5em;
    }
}

@media (min-width: 768px) {
    body[dir="rtl"] .galleys h2,
    body[dir="rtl"] .section h2 {
        left: auto;
        right: 15px;
    }
    body[dir="rtl"] .cover {
        float: right;
        margin-right: inherit;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    body[dir="rtl"] .cover {
        margin-right: inherit;
        margin-left: 30px;
    }
}

/* =============================================================================
   07 OVERRIDE AKHIR - KONSISTENSI DOMINASI BIRU
   Bagian ini menjaga elemen utama tetap memakai palet biru meskipun ada selector
   bawaan OJS/tema yang menimpa style sebelumnya.
============================================================================= */

:root {
    --jurnal-biru-tua: #0b3d91;
    --jurnal-biru-utama: #1565c0;
    --jurnal-biru-aksen: #1e88e5;
    --jurnal-biru-muda: #cfe8ff;
    --jurnal-biru-sangat-muda: #e3f2fd;
    --jurnal-teks-biru: #0f2852;
}

a,
#menu-light li a,
.obj_announcement_summary .read_more,
.read_more .fa-chevron-circle-right:before,
#customblock-SidebarMenu .item .fa {
    color: var(--jurnal-teks-biru);
}

a:hover,
a:focus {
    color: var(--jurnal-biru-aksen);
}

.pkp_structure_head {
    background-color: var(--jurnal-biru-utama) !important;
}

.pkp_structure_head::before {
    background-color: var(--jurnal-biru-utama);
    box-shadow: inset 0 0 50px 1px rgb(0 32 96 / .75);
}

.pkp_navigation_primary_row,
.pkp_nav_list li.profile {
    background: linear-gradient(to bottom, #ffffff 0%, #eef6ff 50%, #dbeafe 51%, #ffffff 100%);
}

#navigationPrimary > li > a,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt,
.pkp_navigation_user > li > a {
    color: var(--jurnal-biru-tua);
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus {
    color: var(--jurnal-biru-aksen);
}

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link,
a.obj_galley_link.pdf,
.obj_article_details .entry_details .item.galleys .galleys_links a {
    background-color: var(--jurnal-biru-utama);
    color: #ffffff;
}

.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus,
a.obj_galley_link.pdf:hover,
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
    background-color: var(--jurnal-biru-tua);
    color: #ffffff;
    text-decoration: none;
}

.cmp_breadcrumbs ol li,
.description {
    background: linear-gradient(to right, var(--jurnal-biru-muda) 0%, #ffffff 100%);
    border-color: var(--jurnal-biru-muda);
}

.cmp_breadcrumbs ol li a:after,
.cmp_breadcrumbs ol li span:after {
    border-left-color: var(--jurnal-biru-muda);
}

.cmp_breadcrumbs ol li:hover,
.cmp_breadcrumbs ol li.current,
.cmp_breadcrumbs ol li:last-child {
    background: var(--jurnal-biru-utama);
    color: #ffffff !important;
}

.cmp_breadcrumbs ol li:hover a:after,
.cmp_breadcrumbs ol li:hover span:after,
.cmp_breadcrumbs ol li.current a:after,
.cmp_breadcrumbs ol li.current span:after {
    border-left-color: var(--jurnal-biru-utama);
}

.pkp_block .title {
    background: linear-gradient(to bottom, #ffffff 0%, var(--jurnal-biru-sangat-muda) 100%);
    color: var(--jurnal-biru-tua);
}

.pkp_block .content ul li,
.pkp_block li,
.block_announcements_article,
.grey-bg,
footer.page-footer {
    background-color: var(--jurnal-biru-utama);
}

.pkp_block ul > li a:hover {
    background-color: var(--jurnal-biru-tua);
}

[id^="customblock-"] span.item {
    background: linear-gradient(to right, var(--jurnal-biru-aksen) 0%, #ffffff 100%);
    border-bottom-color: #9ecbf8;
}

[id^="customblock-"] span.item:hover {
    background: var(--jurnal-biru-aksen);
}

[id^="customblock-"] p span.item em.fa,
[id^="customblock-"] span.item a {
    color: var(--jurnal-teks-biru);
}

.homepage_about {
    background: linear-gradient(135deg, #ffffff 0%, #f5fbff 47%, var(--jurnal-biru-sangat-muda) 100%);
    border-color: var(--jurnal-biru-muda);
}

.homepage_about h2:after {
    background: linear-gradient(to right, var(--jurnal-biru-utama) 10%, #1565c085 20%, #ffffff 98%);
}

.obj_issue_toc .section > h2,
.obj_article_details .main_entry .label,
.pkp_page_index .current_issue h2,
.pkp_block .title {
    border-bottom-color: var(--jurnal-biru-aksen);
}

.obj_issue_toc .pages {
    background: #90caf9;
    color: var(--jurnal-teks-biru);
    border-color: #64b5f6;
}

.published {
    background: linear-gradient(to left, var(--jurnal-biru-sangat-muda) 0%, #ffffff 100%);
    border-color: var(--jurnal-biru-muda);
}

.ZanashToTop,
.ZanashToTop:hover {
    background-color: var(--jurnal-biru-utama);
}

.fa,
.item.authors span.affiliation:before,
.item.authors span.name:before,
.authors b::before,
.obj_issue_toc .pages:before {
    color: var(--jurnal-biru-tua);
}



/* =============================================================================
   PATCH HALAMAN ARTIKEL: SIDEBAR SEJAJAR DENGAN JUDUL
   Tujuan:
   - Halaman detail artikel menjadi 3 area pada desktop besar:
     1) konten artikel/abstrak,
     2) metadata artikel: cover, PDF, published, how to cite,
     3) sidebar menu.
   - Mengatasi sidebar yang turun ke bagian bawah karena area main sebelumnya dibuat 100%.
   Cara pakai:
   - Letakkan patch ini di PALING BAWAH stylesheet, atau gunakan file full CSS hasil perbaikan.
============================================================================= */

@media (min-width: 992px) {
    .pkp_page_article .pkp_structure_content.has_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 300px !important;
        column-gap: 24px !important;
        align-items: start !important;
        width: min(1380px, calc(100% - 48px)) !important;
        max-width: 1380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 10px !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_main,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_main {
        grid-column: 1 !important;
        grid-row: 1 !important;
        float: none !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        padding-left: 30px !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_sidebar.left {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        float: none !important;
        width: 300px !important;
        max-width: 300px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        align-self: start !important;
        position: relative !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar::before,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar::before {
        display: none !important;
    }
}

/* Desktop besar: konten artikel tetap 2 kolom, sidebar menjadi kolom ke-3. */
@media (min-width: 1200px) {
    .pkp_page_article .obj_article_details .row,
    .article-view-page .obj_article_details .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0 !important;
    }

    .pkp_page_article .obj_article_details .main_entry,
    .article-view-page .obj_article_details .main_entry {
        float: none !important;
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        border-right: 0 !important;
    }

    .pkp_page_article .obj_article_details .entry_details,
    .article-view-page .obj_article_details .entry_details {
        float: none !important;
        flex: 0 0 280px !important;
        width: 280px !important;
        max-width: 280px !important;
        margin-left: 24px !important;
        margin-right: 0 !important;
        border-left: 0 !important;
    }
}

/* Desktop sedang: sidebar tetap sejajar, tetapi metadata artikel boleh turun di dalam area artikel agar tidak terlalu sempit. */
@media (min-width: 992px) and (max-width: 1199px) {
    .pkp_page_article .pkp_structure_content.has_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar {
        grid-template-columns: minmax(0, 1fr) 280px !important;
        column-gap: 20px !important;
        width: calc(100% - 32px) !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_sidebar.left {
        width: 280px !important;
        max-width: 280px !important;
    }

    .pkp_page_article .obj_article_details .main_entry,
    .article-view-page .obj_article_details .main_entry,
    .pkp_page_article .obj_article_details .entry_details,
    .article-view-page .obj_article_details .entry_details {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Mobile dan tablet kecil: tetap 1 kolom agar tidak pecah. */
@media (max-width: 991px) {
    .pkp_page_article .pkp_structure_content.has_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar {
        display: block !important;
        width: 100% !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_main,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_main,
    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_sidebar.left {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* =============================================================================
   PATCH LEBAR HALAMAN DETAIL ARTIKEL
   Tujuan:
   - Membuat area metadata/detail artikel tidak terlalu lebar.
   - Menyamakan lebar halaman artikel dengan lebar header/footer OJS.
   - Tetap mempertahankan layout 3 kolom:
     1) konten artikel/abstrak,
     2) metadata artikel: cover, PDF, published, how to cite,
     3) sidebar menu.
   Cara pakai:
   - Tempelkan patch ini di PALING BAWAH stylesheet.
   - Jika ingin sedikit lebih lebar, ubah nilai --article-page-max menjadi 1200px.
============================================================================= */

:root {
    --article-page-max: 1160px;
    --article-sidebar-width: 280px;
    --article-meta-width: 240px;
    --article-column-gap: 20px;
}

@media (min-width: 992px) {
    .pkp_page_article .pkp_structure_content.has_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) var(--article-sidebar-width) !important;
        column-gap: var(--article-column-gap) !important;
        align-items: start !important;
        width: min(var(--article-page-max), calc(100% - 48px)) !important;
        max-width: var(--article-page-max) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_main,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_main {
        grid-column: 1 !important;
        grid-row: 1 !important;
        float: none !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        padding-left: 20px !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_sidebar.left {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        float: none !important;
        width: var(--article-sidebar-width) !important;
        max-width: var(--article-sidebar-width) !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding-top: 0 !important;
        align-self: start !important;
        position: relative !important;
        box-sizing: border-box !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar::before,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar::before {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .pkp_page_article .obj_article_details .row,
    .article-view-page .obj_article_details .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: var(--article-column-gap) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0 !important;
        box-sizing: border-box !important;
    }

    .pkp_page_article .obj_article_details .main_entry,
    .article-view-page .obj_article_details .main_entry {
        float: none !important;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        border-right: 0 !important;
        box-sizing: border-box !important;
    }

    .pkp_page_article .obj_article_details .entry_details,
    .article-view-page .obj_article_details .entry_details {
        float: none !important;
        flex: 0 0 var(--article-meta-width) !important;
        width: var(--article-meta-width) !important;
        max-width: var(--article-meta-width) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-left: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pkp_page_article .pkp_structure_content.has_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar {
        grid-template-columns: minmax(0, 1fr) 260px !important;
        column-gap: 18px !important;
        width: calc(100% - 32px) !important;
        max-width: 960px !important;
    }

    .pkp_page_article .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_content.has_sidebar .pkp_structure_sidebar,
    .article-view-page .pkp_structure_sidebar.left {
        width: 260px !important;
        max-width: 260px !important;
    }

    .pkp_page_article .obj_article_details .main_entry,
    .article-view-page .obj_article_details .main_entry,
    .pkp_page_article .obj_article_details .entry_details,
    .article-view-page .obj_article_details .entry_details {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* ============================================================================
   PATCH: Samakan latar header dengan warna background halaman
   Tempelkan di BAGIAN PALING BAWAH stylesheet agar menimpa aturan lama.
   ============================================================================ */

:root {
    --jeicc-page-background: #f7f7f7;
    --jeicc-header-background: #f7f7f7;
}

html,
body {
    background-color: var(--jeicc-page-background) !important;
}

/* Menghapus latar gambar/warna yang melebar di sisi kiri-kanan header */
.pkp_structure_head {
    background: var(--jeicc-header-background) !important;
    background-color: var(--jeicc-header-background) !important;
    background-image: none !important;
    box-shadow: none !important;
}

.pkp_structure_head::before {
    background: var(--jeicc-header-background) !important;
    background-color: var(--jeicc-header-background) !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Membiarkan area logo/header utama tetap tampil normal */
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_navigation_primary_row {
    position: relative;
    z-index: 2;
}

/* Jika masih muncul garis/warna tidak rata di bawah header */
.pkp_structure_head + .pkp_navigation_primary_row,
.pkp_navigation_primary_row {
    background-color: #ffffff !important;
}


/* =========================================================
   PATCH BREADCRUMB: REVERSE WARNA BIRU
   Tujuan:
   - Breadcrumb normal: biru tua/utama
   - Breadcrumb aktif/terpilih: biru muda
   - Arrow breadcrumb ikut menyesuaikan warna
   Letakkan patch ini di bagian PALING BAWAH stylesheet.
   ========================================================= */

:root {
    --jeicc-breadcrumb-normal-bg: #1565c0;
    --jeicc-breadcrumb-normal-text: #ffffff;
    --jeicc-breadcrumb-active-bg: #cfe8ff;
    --jeicc-breadcrumb-active-text: #0b3d91;
    --jeicc-breadcrumb-hover-bg: #cfe8ff;
    --jeicc-breadcrumb-hover-text: #0b3d91;
}

/* Item breadcrumb default: biru */
.cmp_breadcrumbs ol li {
    background: var(--jeicc-breadcrumb-normal-bg) !important;
    color: var(--jeicc-breadcrumb-normal-text) !important;
}

.cmp_breadcrumbs ol li a,
.cmp_breadcrumbs ol li span {
    color: var(--jeicc-breadcrumb-normal-text) !important;
}

/* Ujung panah item default mengikuti warna biru */
.cmp_breadcrumbs ol li a::after,
.cmp_breadcrumbs ol li span::after {
    border-left-color: var(--jeicc-breadcrumb-normal-bg) !important;
}

/* Item aktif/terpilih: biru muda */
.cmp_breadcrumbs ol li.current,
.cmp_breadcrumbs ol li:last-child {
    background: var(--jeicc-breadcrumb-active-bg) !important;
    color: var(--jeicc-breadcrumb-active-text) !important;
    font-weight: 700;
}

.cmp_breadcrumbs ol li.current a,
.cmp_breadcrumbs ol li.current span,
.cmp_breadcrumbs ol li:last-child a,
.cmp_breadcrumbs ol li:last-child span {
    color: var(--jeicc-breadcrumb-active-text) !important;
}

/* Ujung panah item aktif mengikuti warna biru muda */
.cmp_breadcrumbs ol li.current a::after,
.cmp_breadcrumbs ol li.current span::after,
.cmp_breadcrumbs ol li:last-child a::after,
.cmp_breadcrumbs ol li:last-child span::after {
    border-left-color: var(--jeicc-breadcrumb-active-bg) !important;
}

/* Hover: dibuat biru muda agar konsisten dengan item aktif */
.cmp_breadcrumbs ol li:hover {
    background: var(--jeicc-breadcrumb-hover-bg) !important;
    color: var(--jeicc-breadcrumb-hover-text) !important;
}

.cmp_breadcrumbs ol li:hover a,
.cmp_breadcrumbs ol li:hover span {
    color: var(--jeicc-breadcrumb-hover-text) !important;
}

.cmp_breadcrumbs ol li:hover a::after,
.cmp_breadcrumbs ol li:hover span::after {
    border-left-color: var(--jeicc-breadcrumb-hover-bg) !important;
}


/* =========================================================
   PATCH: Header/logo hijau dibuat presisi sama lebar
   dengan navbar, konten artikel, dan footer.
   Tempelkan di bagian paling bawah stylesheet.
   ========================================================= */

:root {
    --jeicc-container-width: 1160px;
    --jeicc-page-background: #f7f7f7;
}

body,
html,
.pkp_structure_page {
    background-color: var(--jeicc-page-background) !important;
}

/* Area luar header dibuat sama dengan background halaman */
.pkp_structure_head {
    width: 100% !important;
    background: var(--jeicc-page-background) !important;
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

.pkp_structure_head::before {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Container utama header disamakan dengan lebar navbar/konten/footer */
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_navigation_primary_row,
.pkp_structure_content,
.pkp_structure_footer {
    max-width: var(--jeicc-container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Logo/banner hijau mengikuti lebar container */
.pkp_site_name_wrapper {
    width: 100% !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
}

.pkp_site_name {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
    overflow: visible !important;
    white-space: normal !important;
}

.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

/* Navbar tepat sejajar dengan banner hijau */
.pkp_navigation_primary_row {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Register/Login tetap berada dalam batas header */
@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        right: 0 !important;
        padding-right: 0 !important;
    }

    .has_site_logo .pkp_head_wrapper,
    .pkp_head_wrapper {
        width: var(--jeicc-container-width) !important;
        max-width: calc(100% - 40px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pkp_navigation_primary_row,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: var(--jeicc-container-width) !important;
        max-width: calc(100% - 40px) !important;
    }
}

/* Tablet dan HP: tetap responsif, tidak melebar keluar layar */
@media (max-width: 991px) {
    .pkp_head_wrapper,
    .has_site_logo .pkp_head_wrapper,
    .pkp_navigation_primary_row,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
    }

    .pkp_site_name .is_img img {
        width: 100% !important;
        height: auto !important;
    }
}
/* =========================================================
   PATCH NAVBAR & USER MENU PRESISI
   Tujuan:
   1) Menghilangkan bagian ujung kiri/kanan navbar yang tidak penuh.
   2) Membuat latar gradasi navbar mengikuti lebar header/konten.
   3) Membuat area profile/dropdown tidak terlalu menempel ke tepi kanan.
   4) Membuat latar dropdown/profile mengikuti panjang teks dengan padding aman.
   Tempelkan patch ini di bagian PALING BAWAH CSS.
   ========================================================= */

:root {
    --jeicc-layout-width: 1160px;
    --jeicc-page-bg: #f7f7f7;
    --jeicc-blue-dark: #0b3d91;
    --jeicc-blue-main: #1565c0;
    --jeicc-blue-light: #cfe8ff;
    --jeicc-blue-soft: #eaf5ff;
    --jeicc-nav-border: #d8e8f7;
    --jeicc-nav-shadow: rgba(0, 0, 0, 0.14);
}

/* Samakan area luar header dengan latar halaman */
body,
html,
.pkp_structure_page,
.pkp_structure_head,
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    background-color: var(--jeicc-page-bg) !important;
}

/* Header/logo hijau tetap berada di tengah dan mengikuti lebar layout */
.pkp_site_name_wrapper,
.has_site_logo .pkp_head_wrapper,
.pkp_navigation_primary_row,
.pkp_structure_content,
.pkp_structure_footer,
.pkp_structure_footer_wrapper .pkp_structure_footer {
    max-width: var(--jeicc-layout-width) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Navbar dibuat penuh dari ujung kiri sampai kanan container */
.pkp_navigation_primary_row {
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #eef7ff 50%, #e1f0ff 51%, #ffffff 100%) !important;
    border: 1px solid var(--jeicc-nav-border) !important;
    border-left: 1px solid var(--jeicc-nav-border) !important;
    border-right: 1px solid var(--jeicc-nav-border) !important;
    box-shadow: 0 2px 5px var(--jeicc-nav-shadow) !important;
}

/* Wrapper menu jangan membuat background pendek sesuai isi teks */
.pkp_navigation_primary_wrapper {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

/* Menu utama dibuat rapi dan tidak menempel ke ujung */
#navigationPrimary,
.pkp_navigation_primary {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

#navigationPrimary > li,
.pkp_navigation_primary > li {
    display: inline-flex !important;
    align-items: center !important;
}

#navigationPrimary > li > a,
.pkp_navigation_primary > li > a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 17px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    color: var(--jeicc-blue-dark) !important;
    background: transparent !important;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: var(--jeicc-blue-main) !important;
    background: var(--jeicc-blue-soft) !important;
    text-decoration: none !important;
}

/* Search diberi jarak kanan supaya tidak menyatu dengan ujung header */
.pkp_search_desktop,
a.pkp_search.pkp_search_desktop {
    right: 18px !important;
    margin-right: 0 !important;
    border-radius: 12px !important;
    background: var(--jeicc-blue-light) !important;
    color: var(--jeicc-blue-dark) !important;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt,
.pkp_search_desktop .search_prompt {
    background: transparent !important;
    color: var(--jeicc-blue-dark) !important;
    border-radius: 12px !important;
}

/* User/profile menu: latar mengikuti panjang teks, tetapi tetap ada padding kanan */
.pkp_navigation_user_wrapper {
    box-sizing: border-box !important;
    padding-right: 24px !important;
    padding-left: 12px !important;
}

.pkp_navigation_user,
.pkp_navigation_user_wrapper .pkp_navigation_user {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_navigation_user > li,
.pkp_nav_list li.profile {
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: 12px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    background: linear-gradient(to bottom, #ffffff 0%, #eef7ff 50%, #dcecff 51%, #ffffff 100%) !important;
}

.pkp_navigation_user > li > a,
.pkp_nav_list li.profile > a {
    display: block !important;
    width: auto !important;
    min-width: max-content !important;
    padding: 8px 18px 8px 18px !important;
    white-space: nowrap !important;
    color: #0b2a5b !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

/* Dropdown menyesuaikan teks dan tidak mepet ke kanan */
.pkp_navigation_user ul,
.pkp_nav_list li.profile ul,
.pkp_navigation_user .dropdown-menu {
    width: max-content !important;
    min-width: 190px !important;
    max-width: calc(100vw - 48px) !important;
    right: 12px !important;
    left: auto !important;
    padding: 8px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
    box-sizing: border-box !important;
}

.pkp_navigation_user ul li,
.pkp_nav_list li.profile ul li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
}

.pkp_navigation_user ul li:last-child,
.pkp_nav_list li.profile ul li:last-child {
    margin-bottom: 0 !important;
}

.pkp_navigation_user ul a,
.pkp_nav_list li.profile ul a {
    display: block !important;
    width: 100% !important;
    padding: 10px 18px !important;
    white-space: nowrap !important;
    border-radius: 12px !important;
    color: #0b2a5b !important;
    background: linear-gradient(to bottom, #ffffff 0%, #eef7ff 100%) !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.pkp_navigation_user ul a:hover,
.pkp_navigation_user ul a:focus,
.pkp_nav_list li.profile ul a:hover,
.pkp_nav_list li.profile ul a:focus {
    background: var(--jeicc-blue-light) !important;
    color: var(--jeicc-blue-dark) !important;
    text-decoration: none !important;
}

/* Supaya pada layar kecil menu tidak pecah ke luar layar */
@media (max-width: 991px) {
    .pkp_navigation_primary_row {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #navigationPrimary,
    .pkp_navigation_primary {
        display: block !important;
    }

    #navigationPrimary > li,
    .pkp_navigation_primary > li {
        display: block !important;
    }

    #navigationPrimary > li > a,
    .pkp_navigation_primary > li > a {
        display: block !important;
        min-height: auto !important;
        padding: 10px 14px !important;
    }

    .pkp_navigation_user_wrapper {
        padding-right: 12px !important;
    }
}
