:root {
  --bs-border-radius-lg: 6px;
  --bs-primary: #125e8a;
  --bs-secondary: #197bbd;
  --bs-success: #16a085;
  --bs-info: #2980b9;
  --bs-warning: #f39c12;
  --bs-danger: #c0392b;
  --bs-light: #f1f2f6;
  --bs-dark: #2f3542;
  --font-size-multiplier: 1;
  --bs-border-radius: 6px;
}
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.navbar-brand img {
  max-height: 48px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    max-height: 64px;
    width: auto;
  }
}
[data-bs-theme="dark"] .navbar-brand img {
  filter: invert(1) hue-rotate(180deg) brightness(1.5);
}
[data-bs-theme="dark"] .blockquote-footer {
  color: #fff;
}
.navbar.fixedTop {
  position: fixed;
  top: 0;
  box-shadow: rgba(22, 57, 85, 0.2) -20px 2px 50px 0px;
  transition: all 0.3s ease-in-out;
}
.navbar.sekrol {
  top: 0;
  transition: all 0.3s ease-in-out;
}
button {
  border: 0;
  outline: 0;
}
.btn-link {
  transition: all 0.3s ease-in-out;
  text-decoration: underline dotted;
  outline: 0;
  background-color: transparent;
  box-shadow: none;
}
.btn {
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-user-select: none;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  vertical-align: middle;
  -webkit-user-select: none;
}
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-check:focus .btn {
  outline: 0;
}
.btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-lg {
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
}
.btn-group-lg > .btn {
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
}
.btn-group-sm > .btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.nav-link.disabled {
  cursor: default;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-pills {
  /*
    .show {
        >.nav-link {
            background-color: @primary;
            color: @white;
        }
    }
        */
}
.nav-pills .nav-link.active {
  border-radius: 6px;
  cursor: default;
}
fieldset:disabled .btn {
  opacity: 0.65;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #125e8a;
  --bs-btn-border-color: #125e8a;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0f4f73;
  --bs-btn-hover-border-color: #0c3f5d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #0c3f5d;
  --bs-btn-active-border-color: #0c3f5d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #125e8a;
  --bs-btn-disabled-border-color: #125e8a;
}
.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #197bbd;
  --bs-btn-border-color: #197bbd;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #166ca6;
  --bs-btn-hover-border-color: #135e90;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #135e90;
  --bs-btn-active-border-color: #135e90;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #54ade8;
  --bs-btn-disabled-border-color: #2797e2;
}
.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #16a085;
  --bs-btn-border-color: #16a085;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #138a72;
  --bs-btn-hover-border-color: #107360;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #107360;
  --bs-btn-active-border-color: #107360;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #38e4c2;
  --bs-btn-disabled-border-color: #1ccdaa;
}
.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #2980b9;
  --bs-btn-border-color: #2980b9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #2472a4;
  --bs-btn-hover-border-color: #20638f;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #20638f;
  --bs-btn-active-border-color: #20638f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #6ab0de;
  --bs-btn-disabled-border-color: #409ad5;
}
.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f39c12;
  --bs-btn-border-color: #f39c12;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e08e0b;
  --bs-btn-hover-border-color: #c87f0a;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c87f0a;
  --bs-btn-active-border-color: #c87f0a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #c87f0a;
  --bs-btn-disabled-border-color: #e08e0b;
}
.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #c0392b;
  --bs-btn-border-color: #c0392b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ab3326;
  --bs-btn-hover-border-color: #962d22;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #962d22;
  --bs-btn-active-border-color: #962d22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #e9a39b;
  --bs-btn-disabled-border-color: #df7c72;
}
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-danger:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover {
  box-shadow: none;
}
.btn-close {
  transition: all 0.3s ease-in-out;
}
.nav-tabs {
  transition: all 0.3s ease-in-out;
}
.bg-primary {
  background-color: #125e8a !important;
}
.bg-danger {
  background-color: #c0392b !important;
}
.bg-info {
  background-color: #2980b9 !important;
}
.bg-secondary {
  background-color: #197bbd !important;
}
.bg-success {
  background-color: #16a085 !important;
}
.bg-warning {
  background-color: #f39c12 !important;
}
.form-control:focus {
  border-color: #187db7;
  box-shadow: none;
  outline: 0;
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control::placeholder {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-check-input:checked {
  background-color: #187db7;
  border-color: #187db7;
}
.form-control-sm {
  font-size: 0.875rem;
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  font-size: 1.25rem;
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
}
.form-select {
  border-radius: 6px;
}
.form-select:focus {
  border-color: #187db7;
  outline: 0;
  box-shadow: none;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 6px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-button {
  align-items: center;
  background-color: transparent;
  border-radius: 6px;
  box-shadow: none !important;
  display: flex;
  font-size: 1.35rem;
  font-weight: 600;
  overflow-anchor: none;
  padding: 1rem;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.alert {
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  box-shadow: none !important;
}
.page-link {
  display: block;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page-link:hover {
  box-shadow: none;
}
.page-link:focus {
  box-shadow: none;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.bg-secondary {
  background-color: #197bbd !important;
}
.article-details .nav-tabs {
  background-color: transparent;
  border-bottom: 0;
}
.article-details .nav-tabs .nav-link {
  background-color: #ffffff;
  border-color: transparent;
  z-index: 9;
}
.article-details .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #187db7;
}
.article-details .nav-tabs .nav-link.active {
  border-bottom-color: #ffffff;
  color: #187db7;
}
.article-details .nav-tabs .nav-link.active:hover {
  color: #0f4f73;
  border-color: #dee2e6;
  border-bottom-color: #ffffff;
}
.article-details .article-title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 26px;
}
.article-details .article-subtitle {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}
.article-details .author-name {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 20px;
}
.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.75rem !important;
  outline: 0;
}
.obj_galley_link::before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 0.25em;
}
.obj_galley_link.pdf::before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 12px !important;
  line-height: 1;
  margin-right: 0.25em;
}
.obj_galley_link_supplementary::before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-size: 12px !important;
  line-height: 1;
  margin-right: 0.25em;
}
.breadcrumb {
  margin-bottom: 2rem;
}
.page-title,
.section-title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
}
.bg-trans {
  background-color: rgba(255, 255, 255, 0.75);
}
.header-separator {
  padding: 20px 0px;
  margin: 30px auto;
  width: 100%;
  display: block;
}
.input-btn-absolute .btn-absolute {
  right: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  background-color: transparent;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.input-btn-absolute .btn-absolute:hover {
  color: #125e8a;
}
.input-expand {
  position: relative;
  z-index: 50;
}
.input-expand .form-control {
  min-width: 100%;
}
.dropdown-search .input-group {
  min-width: 100%;
}
@media (min-width: 768px) {
  .dropdown-search .input-group {
    min-width: 280px;
  }
}
.obj-holder {
  border: #ced4da;
  background: #ffffff;
  padding: 1rem;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 1rem;
}
.cover-image img {
  float: none;
  display: inline;
  max-width: 240px;
  height: auto;
  margin: 0 auto 15px auto;
  transition: all 0.3s ease-in-out;
}
.image-block img {
  transition: all 0.3s ease-in-out;
}
.issue-toc .description a {
  text-decoration: underline dotted !important;
}
.issue-summary .cover img {
  max-height: 200px;
}
.issue-summary {
  transition: all 0.3s ease-in-out;
}
.issue-summary .card:hover {
  border-color: #187db7;
}
.issue-summary .lead {
  font-size: 18px;
}
.issue-summary:hover {
  border-color: #187db7;
}
.issue-summary img {
  transition: all 0.3s ease-in-out;
  border-radius: 3px 0 0 3px;
}
.issue-summary img:hover {
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
  box-shadow: none;
}
.issue-summary-thumb {
  width: auto;
  height: auto;
  min-height: 86px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.issue-summary-thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.issue-summary-thumb:hover img {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
  transform: scale(1.05);
}
.issue-summary-grid:hover .issue-series {
  background-color: #187db7;
}
.issue-summary-grid .issue-series {
  padding: 0.25rem 1rem;
  color: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
  background-color: #125e8a;
  border-radius: 6px;
}
.article-summary .cover img {
  max-height: 240px;
  width: auto;
}
.article-summary .card-body .container {
  min-height: 200px;
}
.article-summary img {
  transition: all 0.3s ease-in-out;
}
.article-summary img:hover {
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
  box-shadow: none;
}
.article-summary .list-group {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: 0;
  margin-right: -1rem;
}
.article-summary .list-group-item {
  background-color: transparent;
  border-style: dashed;
}
.article-summary h5 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.pkp_block {
  border: 0;
  box-shadow: none;
  margin: 0;
}
.obj-summary {
  text-align: left;
  display: flex;
  flex-direction: row;
}
.obj-summary .image-block {
  flex: 25%;
  max-width: 100px;
  align-self: top;
  margin-left: auto;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.obj-summary h3 {
  margin-top: 0px;
}
.obj-summary .description-block {
  flex: 75%;
  align-self: top;
}
.obj-summary .authors {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}
.obj-summary .pages {
  align-self: center;
  float: right;
  display: inline-flex;
}
.obj-summary .galley-btn {
  float: left;
  display: block;
}
.obj-summary .img-responsive {
  margin: 0 auto;
}
.cover-journal img {
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.announcement-summary-img img {
  max-height: 200px;
}
.issue-summary-list .lead {
  font-size: 18px;
}
.issue-summary-list:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px, rgba(0, 0, 0, 0.05) 0px 8px 32px;
  border-color: transparent;
}
.banner-section {
  text-align: center;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  transition: all 0.3s ease-in-out;
}
.banner-section .banner-title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.banner-section .banner-title-article {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 1rem;
}
.banner-section .banner-subtitle {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.banner-section .banner-subtitle-article {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.banner-section .published-by {
  margin-bottom: 5px;
}
.banner-section .serial {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .banner-section {
    min-height: 320px;
  }
}
.index-by {
  display: flex;
  padding: 1rem 0;
  text-align: center;
}
.index-by img {
  margin: 5px;
  padding: 5px;
  width: 150px;
  height: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0.95;
}
.index-by img:hover {
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  opacity: 1;
}
.index-brand {
  display: inline-block;
  margin: 5px auto;
}
.article-details {
  position: relative;
}
.article-details .article-main .list-group-item {
  border: 1px dashed #ced4da;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.article-details .article-main .list-group-item:last-child {
  border-bottom: 1px dashed #ced4da;
}
.article-details .article-sidebar .list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: -1rem;
  margin-right: -1rem;
}
.article-details .article-sidebar .list-group-item:last-child {
  border-bottom: none;
}
#articlesBySimilarityList {
  display: block;
  margin-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
#articlesBySimilarityList h3 {
  font-size: 1rem;
  font-weight: 600;
}
#articlesBySameAuthorList {
  display: block;
  margin-top: 1rem;
}
#articlesBySameAuthorList h3 {
  font-size: 1rem;
  font-weight: 600;
}
#articlesBySameAuthorList ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
#articlesBySameAuthorList li {
  margin-bottom: 0;
}
.sidebar-btn {
  position: fixed;
  display: inline;
  top: 25%;
  right: 0;
  z-index: 997;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
  border-radius: 3px 0 0 3px;
}
.sidebar-btn:focus {
  text-decoration: none;
  margin-bottom: 2px;
  box-shadow: none !important;
}
.sidebar-btn:hover {
  text-decoration: none;
  margin-bottom: 2px;
  box-shadow: none !important;
}
.accordion-item {
  border-radius: 6px;
}
.most_read > li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px dashed #ced4da !important;
}
.most_read > li:first-child {
  padding-top: 10px !important;
}
.most_read > li:last-child {
  border-bottom: none !important;
}
.most_read .most_read_article {
  padding: 10px 0;
}
.block_custom .title {
  padding-left: 0;
}
.page_login,
.page_lost_password {
  height: auto;
  margin: auto;
  width: auto;
}
@media (min-width: 768px) {
  .page_login {
    max-width: 100%;
    width: 580px;
  }
  .page_lost_password {
    max-width: 100%;
    width: 580px;
  }
}
.field-icon {
  cursor: pointer;
  z-index: 2;
  border-left: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
#connect-orcid-button {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background-color: transparent;
  color: #125e8a;
  border: 1px solid #125e8a;
  border-radius: 3px;
}
#connect-orcid-button:hover {
  background-color: #0f4f73;
  border-color: #0f4f73;
  color: #ffffff;
}
#connect-orcid-button .orcid_icon {
  height: 20px;
  width: 20px;
  line-height: 1.42857143;
}
.back-to-top {
  background-color: #125e8a;
  border: 1px solid #125e8a;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 1rem;
  margin-right: 30px;
  z-index: 997;
  border-radius: 6px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease-in-out;
}
.back-to-top:hover {
  background-color: #0f4f73;
  border-color: #0c3f5d;
  color: #ffffff;
  text-decoration: none;
}
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.back-to-top.back-to-top-is-visible:hover {
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-fade-out:hover {
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
footer {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
footer.footer h5 {
  font-weight: 600;
  margin-top: 0.5rem;
}
footer.footer .lead-footer {
  text-align: center;
  font-size: 12px;
}
footer.footer .footer-logo .web-logo img {
  max-height: 64px;
  width: auto;
}
footer.footer .footer-links ul {
  padding-left: 0px;
}
footer.footer .footer-links ul li {
  padding: 2px 0px;
  list-style: none;
}
#copyrightLink {
  margin-top: 1rem;
  font-size: 14px;
  padding-top: 1rem;
}
.lead-copyright {
  border-top: 1px solid #ced4da;
  padding-top: 1rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cover-image img {
    display: inline-block;
    max-width: 120px;
  }
  .cover-journal img {
    margin-bottom: 0px;
    max-width: 160px;
  }
  .footer .lead-footer {
    text-align: left;
  }
}
.bg-primary {
  background-color: #125e8a !important;
}
.bg-primary-darken-2 {
  background-color: #0c3f5d !important;
}
.bg-primary-darken-3 {
  background-color: #093046 !important;
}
.bg-primary-lighten-1 {
  background-color: #187db7 !important;
}
.bg-primary-lighten-2 {
  background-color: #209be2 !important;
}
.bg-success-lighten {
  background-color: #1ccdaa !important;
}
.bg-success-darken {
  background-color: #138a72 !important;
}
.bg-info-lighten {
  background-color: #409ad5 !important;
}
.bg-info-darken {
  background-color: #2472a4 !important;
}
.text-primary {
  color: #125e8a !important;
}
.text-secondary {
  color: #135e90 !important;
}
.border-primary {
  border-color: #125e8a !important;
}
.border-primary-lighten-1 {
  border-color: #187db7 !important;
}
.border-primary-lighten-2 {
  border-color: #209be2 !important;
}
.dashed {
  border-style: dashed !important;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
}
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 18px arial;
}
#bottomNavigation {
  z-index: 5;
}
.bg-cover {
  background-color: #f1f2f6;
  opacity: 0.05;
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.issue-title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.obj-title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.btn-readmore .fa {
  opacity: 0;
  margin-left: -0.25rem;
  transition: all 0.3s ease-in-out;
}
.btn-readmore:hover {
  transition: all 0.3s ease-in-out;
}
.btn-readmore:hover .fa {
  opacity: 1;
  margin-left: 0.5rem;
}
.registerBtn .fa {
  margin: 0 -0.25rem !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.registerBtn:hover .fa {
  margin: 0 0.25rem !important;
  opacity: 1;
}
.homeBtn .fa {
  margin: 0 -0.25rem !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.homeBtn:hover .fa {
  margin: 0 0.25rem !important;
  opacity: 1;
}
.loginBtn .fa {
  margin: 0 -0.25rem !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.loginBtn:hover .fa {
  margin: 0 0.25rem !important;
  opacity: 1;
}
.homepage-image img,
.cover img {
  max-height: 240px;
}
.txt-truncate-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.txt-truncate-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.truncated-description {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.h-200 {
  height: 200px;
}
.h-140 {
  height: 140px;
}
.object-holder,
.object-holder-hover {
  border-radius: 6px;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.object-holder-hover:hover {
  border-color: #187db7;
}
.acc-wrapper img {
  max-width: 240px;
}
.acc-wrapper .acc-item {
  /*
        background-color: var(--bs-body-bg);
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: @radius;
        overflow: hidden;
        padding: 1rem;
        position: relative;
        transition: @trans-all;
        width: 100%;
        */
  border-radius: 6px;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.acc-wrapper .acc-item .acc-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.35rem;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.acc-wrapper .acc-item .acc-title::after {
  content: "\f107";
  flex-shrink: 0;
  font-family: FontAwesome;
  line-height: 1;
  right: 1.25rem;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  width: auto;
}
.acc-wrapper .acc-item .acc-content {
  display: none;
}
.acc-wrapper .acc-item .acc-content p {
  margin: 0 auto;
}
.acc-wrapper .acc-item .acc-content ul {
  padding-left: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}
.acc-wrapper .acc-item .acc-content ul li {
  list-style: none;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.acc-wrapper .acc-item .acc-content .list-group {
  margin: -0.25rem -1rem -1rem -1rem;
  /*
                .list-group-item {  
                    padding-left: 1.25rem;
                    padding-right: 1.25rem;
                    
                    margin-left: -1rem;
                    margin-right: -1rem;
                }
                    */
}
.acc-wrapper .acc-item .acc-content .list-group-flush:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.acc-wrapper .acc-item.active .acc-content {
  display: block;
}
.acc-wrapper .acc-item.open .acc-title {
  padding-bottom: 1rem;
}
.acc-wrapper .acc-item.open .acc-title:hover > .acc-item.open {
  border-bottom-color: #187db7;
}
.acc-wrapper .acc-item.open .acc-title::after {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.carousel {
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: 6px;
  background-color: var(--bs-body-bg);
  overflow: hidden;
  height: auto;
}
[data-bs-theme="light"].carousel-caption {
  color: var(--bs-dark);
}
.highlights .carousel-item {
  min-height: 300px;
  height: auto;
  overflow: hidden;
}
.highlights .carousel-caption {
  min-height: 180px;
  left: 0;
  right: 0;
  bottom: 10%;
  padding: 0 4rem;
  color: var(--bs-dark);
}
.highlights .carousel-control-prev,
.highlights .carousel-control-next {
  width: 10%;
}
[data-bs-theme="dark"] .carousel-caption {
  color: var(--bs-light);
}
.additional_content {
  margin-top: 1rem;
}
.additional_content .carousel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  height: auto;
}
.additional_content .carousel-item {
  min-height: 100px;
}
[data-bs-theme="dark"] .carousel-indicators button {
  background-color: #fff !important;
}
.img-indexer {
  margin: 5px;
  padding: 5px;
  width: 150px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
[data-bs-theme="dark"] .additional_content .carousel img {
  filter: invert(1) hue-rotate(180deg) brightness(1.5);
  transition: all 0.3s ease-in-out;
}
[data-bs-theme="dark"] .additional_content .carousel img:hover {
  filter: invert(0) hue-rotate(0) brightness(1);
}
.additional_content .carousel img {
  filter: grayscale(100);
}
.additional_content .carousel img:hover {
  filter: grayscale(0);
}
@media (min-width: 768px) {
  .h-md-200 {
    height: 200px;
  }
  .h-md-140 {
    height: 140px;
  }
}
.pkp-brand-img img {
  max-height: 86px;
}
.journal-list .object-holder-hover {
  min-height: 420px;
}
.journal-list .cover img {
  border-radius: 6px;
  display: inline-block;
  max-width: 120px;
}
.index-brand {
  display: inline-block;
  margin: 5px auto;
}
.sidebar-sticky {
  position: static;
  top: initial;
  height: auto;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .sidebar-sticky {
    position: sticky;
    top: 5rem;
    display: block !important;
    height: calc(100vh - 6rem);
    overflow-y: auto;
  }
}
.rounded {
  border-radius: 6px !important;
}
.license-copyright .value p {
  margin-bottom: 0;
}
.transRight {
  transition: 0.5s, color 0.1s;
  -webkit-transition: 0.5s, color 0.1s;
  -moz-transition: 0.5s, color 0.1s;
}
.transRight:hover {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  -moz-transform: translatex(20px);
}
.transLeft {
  transition: 0.5s, color 0.1s;
  -webkit-transition: 0.5s, color 0.1s;
  -moz-transition: 0.5s, color 0.1s;
}
.transLeft:hover {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  -moz-transform: translatex(-20px);
}
.transDown {
  transition: 0.5s, color 0.1s;
  -webkit-transition: 0.5s, color 0.1s;
  -moz-transition: 0.5s, color 0.1s;
}
.transDown:hover {
  transform: translatey(3px);
  -webkit-transform: translatey(3px);
  -moz-transform: translatey(3px);
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.bd-mode-toggle {
  z-index: 1500;
  margin-right: 1rem;
  margin-bottom: 4.5rem;
}
.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.card {
  border-radius: 6px;
}
.navbar-brand-txt {
  max-width: 320px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .navbar-brand-txt {
    font-size: 1.5rem;
    max-width: 500px;
    word-break: normal;
  }
}
.pagination {
  margin-top: 1rem;
}
.pkp_structure_main .page_issue_archive p {
  margin-top: 0;
}
.page_index_site .cmp_announcements .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.page_index_site .cmp_announcements .card .highlight_announcement {
  padding-right: 1rem;
}
/* Additional for Plugin Custom Header */
.pkp_page_login #topNavbar,
.pkp_page_lost_password #topNavbar,
.page_pdf_viewer #topNavbar {
  display: none;
}
.pkp_page_login #AddFooter,
.pkp_page_lost_password #AddFooter,
.page_pdf_viewer #AddFooter {
  display: none;
}
#pdfCanvasContainer {
  width: 100%;
  height: 800px;
  margin: 0 auto;
}
#pdfCanvasContainer iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  #pdfCanvasContainer {
    height: 100vh;
  }
}
