@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900&display=swap');

body {
  overflow-x: hidden !important;
  font-family: 'Nunito Sans', sans-serif !important;
}

/* ========================= header overlay Style */

div.relative.overflow-hidden {
  --tw-bg-opacity: 0;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

div.relative.overflow-hidden img.absolute.-mb-56.-mr-72.opacity-50 {
  color: transparent;
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* ========================= Navigation Style */
@media (min-width: 1023px) {
  header div.flex button.flex {
    margin-right: 50px;
  }
}

.py-16 .grid .relative p {
  font-size: 32px !important;
  line-height: normal;
}

.py-16 .grid .relative p.inline {
  font-size: 32px !important;
  line-height: normal;
  color: black;
}

li.profile div a {
  border: none !important;
  box-shadow: none !important;
}

li.profile a:hover {
  /* background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #c52a3e 100%); */
  transition: 0.3s;
  border-radius: 0px 10px 10px 0px;
  color: #024a59;
}

/* on dark mode */

ul#navigationUser :is(.dark .dark\:ring-white\/5) {
  --tw-ring-color: rgb(255 255 255 / 0.05);
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

ul#navigationUser :is(.dark .dark\:ring-white\/5):hover {
  --tw-ring-color: rgb(255 255 255 / 0.05);
  border: none !important;
  box-shadow: none !important;
  color: #024a59;
}

/* ========================== Hero image style */
.hero-image {
  min-height: 350px;
  background: linear-gradient(0deg, rgba(15, 23, 42, 1) 0%, rgba(194, 39, 61, 1) 100%);
}

@media (min-width: 1023px) {
  .hero-image {
    min-height: 400px;
  }
}

.hero-image img {
  object-fit: fill;
}

.opacity-50 {
  opacity: 0.3;
}

.content-hero-image-wrapper {
  margin-top: 30px;
}

p.journal-name {
  font-size: 36px;
  line-height: normal;
}

@media (min-width: 767px) {
  p.journal-name {
    font-size: 42px;
    line-height: normal;
  }
}

a.rounded-full.bg-sky-300.py-2.px-4.text-sm.font-semibold.text-slate-900.hover\:bg-sky-200.focus\:outline-none.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-sky-300\/50.active\:bg-sky-500 {
  background-color: white !important;
  color: #024a59;
}

@media (min-width: 767px) {
  p.journal-name {
    font-size: 32px;
    line-height: normal;
  }
}

@media (min-width: 1023px) {
  p.journal-name {
    font-size: 42px;
    line-height: normal;
  }
}

/* ==================================== home style css */

main article div.prose div.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

/* ==================================== scrollbar css */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #024a59;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #024a59;
}

/* ================================= sidebar navigation css */

/* left side */
nav.text-base ul li a {
  display: block;
  padding: 10px 0px;
  border-radius: 0px 10px 10px 0px;
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(215, 215, 215) 100%);
  transition: 0.3s;
}

nav.text-base ul li a:hover {
  background: linear-gradient(90deg, #024a59 0%, rgb(215, 215, 215) 100%);
  color: white;
  padding-left: 10px;
  border-radius: 10px 10px 10px 10px;
}

/* right side */
nav ul div.pkp_block {
  border: 1px solid rgb(215, 215, 215);
  padding-bottom: 20px;
  border-radius: 10px;
}

nav ul div.pkp_block h2 {
  background: rgb(15, 23, 42);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(215, 215, 215) 100%);
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 20px;
}

nav ul div.pkp_block .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div#customblock-visitors div.content a {
  color: #024a59;
}

/* mobile side bar css */

@media (max-width: 1023px) {
  .space-y-9 div ul#navigationPrimary li {
    margin: 0px 0px 10px 0px;
  }

  .space-y-9 div ul#navigationPrimary li a {
    display: inline-block;
    border: 1px solid;
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
  }

  .space-y-9 div ul.space-y-9 div.pkp_block {
    margin: 50px 0px;
    border: 1px solid rgb(215, 215, 215);
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .space-y-9 div ul.space-y-9 div.pkp_block h2 {
    text-align: center;
    padding: 20px 0px;
    background: rgb(15, 23, 42);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(215, 215, 215) 100%);
    border-radius: 10px 10px 0px 0px;
  }
}

nav ul.space-y-9 div {
  background-color: #fff;
}

nav.w-56 ul.space-y-9 li a {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(215, 215, 215) 100%);
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px;
  text-align: center;
  display: block;
  color: black;
}

nav.w-56 ul.space-y-9 li {
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .additional_content {
    margin-top: -30px;
  }

  .additional_content img {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .additional_content {
    margin-top: -30px;
  }

  .additional_content img {
    max-width: 40%;
  }
}

section.current_issue .obj_issue_toc .group .flex-1 p {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .additional_content img {
    max-width: 50%;
  }
}

/* ====================================================== reviewer&editorial text css */

div.prose div.page ul li p em {
  display: flex;
  align-items: center;
  gap: 20px;
}

.prose :where(hr):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ======================================================issue css */
main article div.prose div.page_issue h1 {
  font-size: 26px;
  font-weight: 400;
  margin: 30px 0px 20px 0px;
}

main article div.prose div.page_issue div.obj_issue_toc .section h2 {
  font-size: 24px;
}

/* ====================================================== footer css */

.footer-wrapper {
  background-color: #000000cc;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
}

footer .footer-copyright {
  background: black;
  padding: 20px 0px;
}

footer.footer.bg-slate-50.py-5.bottom-0.text-slate-400.dark\:bg-transparent {
  background-color: #d9d9d9;
  padding: 0px;
}

footer.footer.bg-slate-50.py-5.bottom-0.text-slate-400.dark\:bg-transparent .w-full.justify-center.items-center.text-center.px-4 {
  padding: 0px;
}

footer.footer.bg-slate-50.py-5.bottom-0.text-slate-400.dark\:bg-transparent .text-sm {
  background-color: #0f172a;
  padding: 20px;
  color: #fff;
}

footer.footer.bg-slate-50.py-5.bottom-0.text-slate-400.dark\:bg-transparent .text-sm .credits {
  display: none;
}

.obj_issue_toc .group .flex-1 p {
  font-size: 18px !important;
}

.page.page_issue_archive .mt-6 .group ._obj_issue_summary .mt-4 div p:nth-child(2) {
  font-size: 16px !important;
}

.page.page_issue_archive .mt-6 .group ._obj_issue_summary .mt-4 div p:nth-child(4) {
  display: none !important;
}

.page.page_issue_archive .mt-6 .group ._obj_issue_summary .mt-4 div h3 {
  margin-top: -6px;
}

li ul li.locale_en.relative {
  padding: 0px 20px;
}

li ul li.locale_id.relative {
  padding: 0px 20px 20px;
}

.table-wrapper table {
  margin-top: -10px;
}
