@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");

:root {
  --purplepotion: #7d3857;
  --purplepotion-light: #994669;
  --purplepotion-dark: #631837;
  --purplepotion-shade: #e5c3d2;

  --goldenage-accent: #dab96b;
  --goldenage-accent-light: #eed498;
}

/* OVERRIDE */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
span {
  font-family: "Open Sans", sans-serif;
}

a {
  color: var(--purplepotion);
}

/* Text Size Utilities */
.text-xs {
  font-size: 0.75rem !important;
  /* 12px */
}

.text-sm {
  font-size: 0.875rem !important;
  /* 14px */
}

.text-base {
  font-size: 1rem !important;
  /* 16px */
}

.text-lg {
  font-size: 1.125rem !important;
  /* 18px */
}

.text-xl {
  font-size: 1.25rem !important;
  /* 20px */
}

.text-2xl {
  font-size: 1.5rem !important;
  /* 24px */
}

.text-3xl {
  font-size: 1.875rem !important;
  /* 30px */
}

.text-4xl {
  font-size: 2.25rem !important;
  /* 36px */
}

.text-5xl {
  font-size: 3rem !important;
  /* 48px */
}

.text-6xl {
  font-size: 3.75rem !important;
  /* 60px */
}

.text-7xl {
  font-size: 4.5rem !important;
  /* 72px */
}

.text-8xl {
  font-size: 6rem !important;
  /* 96px */
}

.text-9xl {
  font-size: 8rem !important;
  /* 128px */
}

/* Height Utilities */
.h-0 {
  height: 0px;
}

.h-1 {
  height: 4px;
}

.h-2 {
  height: 8px;
}

.h-3 {
  height: 12px;
}

.h-4 {
  height: 16px;
}

.h-5 {
  height: 20px;
}

.h-6 {
  height: 24px;
}

.h-8 {
  height: 32px;
}

.h-10 {
  height: 40px;
}

.h-12 {
  height: 48px;
}

.h-16 {
  height: 64px;
}

.h-20 {
  height: 80px;
}

.h-24 {
  height: 96px;
}

.h-32 {
  height: 128px;
}

.h-40 {
  height: 160px;
}

.h-48 {
  height: 192px;
}

.h-56 {
  height: 224px;
}

.h-64 {
  height: 256px;
}

.h-72 {
  height: 288px;
}

.h-80 {
  height: 320px;
}

.h-96 {
  height: 384px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

/* Width Utilities */
.w-0 {
  width: 0px;
}

.w-1 {
  width: 4px;
}

.w-2 {
  width: 8px;
}

.w-3 {
  width: 12px;
}

.w-4 {
  width: 16px;
}

.w-5 {
  width: 20px;
}

.w-6 {
  width: 24px;
}

.w-8 {
  width: 32px;
}

.w-10 {
  width: 40px;
}

.w-12 {
  width: 48px;
}

.w-16 {
  width: 64px;
}

.w-20 {
  width: 80px;
}

.w-24 {
  width: 96px;
}

.w-32 {
  width: 128px;
}

.w-40 {
  width: 160px;
}

.w-48 {
  width: 192px;
}

.w-56 {
  width: 224px;
}

.w-64 {
  width: 256px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

/* SPACING UTILITIES */
/* Padding */
.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 20px;
}

.p-6 {
  padding: 24px;
}

.p-8 {
  padding: 32px;
}

.p-10 {
  padding: 40px;
}

.p-12 {
  padding: 48px;
}

.p-16 {
  padding: 64px;
}

/* Padding X */
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-12 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}

/* Padding Y */
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

/* Padding Top */
.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 4px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-5 {
  padding-top: 20px;
}

.pt-6 {
  padding-top: 24px;
}

.pt-8 {
  padding-top: 32px;
}

.pt-10 {
  padding-top: 40px;
}

.pt-12 {
  padding-top: 48px;
}

.pt-16 {
  padding-top: 64px;
}

/* Padding Right */
.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 4px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-3 {
  padding-right: 12px;
}

.pr-4 {
  padding-right: 16px;
}

.pr-5 {
  padding-right: 20px;
}

.pr-6 {
  padding-right: 24px;
}

.pr-8 {
  padding-right: 32px;
}

.pr-10 {
  padding-right: 40px;
}

.pr-12 {
  padding-right: 48px;
}

.pr-16 {
  padding-right: 64px;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pb-16 {
  padding-bottom: 64px;
}

/* Padding Left */
.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 4px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-3 {
  padding-left: 12px;
}

.pl-4 {
  padding-left: 16px;
}

.pl-5 {
  padding-left: 20px;
}

.pl-6 {
  padding-left: 24px;
}

.pl-8 {
  padding-left: 32px;
}

.pl-10 {
  padding-left: 40px;
}

.pl-12 {
  padding-left: 48px;
}

.pl-16 {
  padding-left: 64px;
}

/* Margin */
.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 4px;
}

.m-2 {
  margin: 8px;
}

.m-3 {
  margin: 12px;
}

.m-4 {
  margin: 16px;
}

.m-5 {
  margin: 20px;
}

.m-6 {
  margin: 24px;
}

.m-8 {
  margin: 32px;
}

.m-10 {
  margin: 40px;
}

.m-12 {
  margin: 48px;
}

.m-16 {
  margin: 64px;
}

/* Margin X */
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-16 {
  margin-left: 64px;
  margin-right: 64px;
}

/* Margin Y */
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* Margin Top */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 40px;
}

.mt-12 {
  margin-top: 48px;
}

.mt-16 {
  margin-top: 64px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-5 {
  margin-right: 20px;
}

.mr-6 {
  margin-right: 24px;
}

.mr-8 {
  margin-right: 32px;
}

.mr-10 {
  margin-right: 40px;
}

.mr-12 {
  margin-right: 48px;
}

.mr-16 {
  margin-right: 64px;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 48px;
}

.mb-16 {
  margin-bottom: 64px;
}

/* Margin Left */
.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 20px;
}

.ml-6 {
  margin-left: 24px;
}

.ml-8 {
  margin-left: 32px;
}

.ml-10 {
  margin-left: 40px;
}

.ml-12 {
  margin-left: 48px;
}

.ml-16 {
  margin-left: 64px;
}

/* Negative Margins */
.-m-1 {
  margin: -4px;
}

.-m-2 {
  margin: -8px;
}

.-m-3 {
  margin: -12px;
}

.-m-4 {
  margin: -16px;
}

.-m-5 {
  margin: -20px;
}

.-m-6 {
  margin: -24px;
}

.-m-8 {
  margin: -32px;
}

.-m-10 {
  margin: -40px;
}

.-m-12 {
  margin: -48px;
}

.-m-16 {
  margin: -64px;
}

/* Position Utilities */
/* Position Utilities */
.top-0 {
  top: 0px;
}

.top-1 {
  top: 4px;
}

.top-2 {
  top: 8px;
}

.top-3 {
  top: 12px;
}

.top-4 {
  top: 16px;
}

.top-5 {
  top: 20px;
}

.top-6 {
  top: 24px;
}

.top-8 {
  top: 32px;
}

.top-10 {
  top: 40px;
}

.top-12 {
  top: 48px;
}

.top-16 {
  top: 64px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 4px;
}

.left-2 {
  left: 8px;
}

.left-3 {
  left: 12px;
}

.left-4 {
  left: 16px;
}

.left-5 {
  left: 20px;
}

.left-6 {
  left: 24px;
}

.left-8 {
  left: 32px;
}

.left-10 {
  left: 40px;
}

.left-12 {
  left: 48px;
}

.left-16 {
  left: 64px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 4px;
}

.right-2 {
  right: 8px;
}

.right-3 {
  right: 12px;
}

.right-4 {
  right: 16px;
}

.right-5 {
  right: 20px;
}

.right-6 {
  right: 24px;
}

.right-8 {
  right: 32px;
}

.right-10 {
  right: 40px;
}

.right-12 {
  right: 48px;
}

.right-16 {
  right: 64px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 4px;
}

.bottom-2 {
  bottom: 8px;
}

.bottom-3 {
  bottom: 12px;
}

.bottom-4 {
  bottom: 16px;
}

.bottom-5 {
  bottom: 20px;
}

.bottom-6 {
  bottom: 24px;
}

.bottom-8 {
  bottom: 32px;
}

.bottom-10 {
  bottom: 40px;
}

.bottom-12 {
  bottom: 48px;
}

.bottom-16 {
  bottom: 64px;
}

/* Position Utilities with !important */
.top-0-important {
  top: 0px !important;
}

.top-1-important {
  top: 4px !important;
}

.top-2-important {
  top: 8px !important;
}

.top-3-important {
  top: 12px !important;
}

.top-4-important {
  top: 16px !important;
}

.top-5-important {
  top: 20px !important;
}

.top-6-important {
  top: 24px !important;
}

.top-8-important {
  top: 32px !important;
}

.top-10-important {
  top: 40px !important;
}

.top-12-important {
  top: 48px !important;
}

.top-16-important {
  top: 64px !important;
}

.left-0-important {
  left: 0px !important;
}

.left-1-important {
  left: 4px !important;
}

.left-2-important {
  left: 8px !important;
}

.left-3-important {
  left: 12px !important;
}

.left-4-important {
  left: 16px !important;
}

.left-5-important {
  left: 20px !important;
}

.left-6-important {
  left: 24px !important;
}

.left-8-important {
  left: 32px !important;
}

.left-10-important {
  left: 40px !important;
}

.left-12-important {
  left: 48px !important;
}

.left-16-important {
  left: 64px !important;
}

.right-0-important {
  right: 0px !important;
}

.right-1-important {
  right: 4px !important;
}

.right-2-important {
  right: 8px !important;
}

.right-3-important {
  right: 12px !important;
}

.right-4-important {
  right: 16px !important;
}

.right-5-important {
  right: 20px !important;
}

.right-6-important {
  right: 24px !important;
}

.right-8-important {
  right: 32px !important;
}

.right-10-important {
  right: 40px !important;
}

.right-12-important {
  right: 48px !important;
}

.right-16-important {
  right: 64px !important;
}

.bottom-0-important {
  bottom: 0px !important;
}

.bottom-1-important {
  bottom: 4px !important;
}

.bottom-2-important {
  bottom: 8px !important;
}

.bottom-3-important {
  bottom: 12px !important;
}

.bottom-4-important {
  bottom: 16px !important;
}

.bottom-5-important {
  bottom: 20px !important;
}

.bottom-6-important {
  bottom: 24px !important;
}

.bottom-8-important {
  bottom: 32px !important;
}

.bottom-10-important {
  bottom: 40px !important;
}

.bottom-12-important {
  bottom: 48px !important;
}

.bottom-16-important {
  bottom: 64px !important;
}

.text-blue {
  color: #006acc;
}

.text-bold {
  font-weight: bold;
}

.radius-0 {
  border-radius: 0px;
}

.border-b {
  border-bottom: solid 1px #ccc;
}

.border-t {
  border-top: solid 1px #ccc;
}

.border-r {
  border-right: solid 1px #ccc;
}

.border-l {
  border-left: solid 1px #ccc;
}

/* OJS STRUCTURE */
.pkp_structure_main:before,
.pkp_structure_main:after {
  width: 0px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .pkp_structure_content {
    padding: 20px 0px 10px 0px;
  }

  .pkp_structure_main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pkp_structure_main h1 {
    font-family: "PT serif", serif;
    font-weight: 600;
    font-size: 28px;
  }
}

div.pkp_structure_content.container {
  padding-top: 50px !important;
}

@media screen and (max-width: 1199px) {
  div.pkp_structure_content.container {
    padding-top: 20px !important;
  }
}

.alert {
  border-radius: 0px;
}

input.form-control {
  border-radius: 0;
}

input.form-control:focus {
  border: solid 1px var(--purplepotion);
  box-shadow: unset;
}

input.form-control:focus {
  border-radius: 0;
  box-shadow: solid 2px #eee;
}

.btn {
  border-radius: 0px;
}

.btn:focus {
  border-radius: 0px;
}

.dropdown-toggle::after {
  content: none;
}

/* HEADER */
.navbar {
  margin-bottom: 0px !important;
  padding-top: 0;
}

.navbar-brand {
  padding-left: 0px;
}

.navbar-brand-logo img {
  top: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.goldenage-logo {
  height: 36px;
}

.goldenage-btn-browse {
  border: 0px;
  outline: none;
}

.goldenage-browse {
  height: 82px;
}

@media screen and (max-width: 991px) {
  .goldenage-browse {
    height: 40px;
  }
}

.goldenage-browse .dropdown.d-flex .has-chevron {
  border: 1px solid transparent;
}

.goldenage-browse .dropdown.d-flex .has-chevron:hover {
  background-color: #eee;
}

#goldenageSearch:hover {
  background-color: #eee;
}

.goldenage-browse .dropdown.d-flex:hover .has-chevron {
  border: 1px solid #eee;
}

.second-dropdown-menu .btn-purplepotion {
  padding: 5px 18px;
}

.second-dropdown-menu {
  transform: none !important;
  top: 100% !important;
  margin-top: 0 !important;
}

.second-dropdown-menu.show {
  display: block;
  position: absolute;
  z-index: 1032;
}

.goldenage-browse a {
  padding: 0px 25px;
  color: var(--purplepotion) !important;
  font-size: 16px;
}

.goldenage-browse ul.dropdown-menu.show {
  z-index: 1031;
}

/* NAVBAR MOBILE */
#userMenuMobile #navigationUser {
  display: block;
  height: auto !important;
  z-index: 1032;
}

#userMenuMobile #navigationUser>li:last-child a::before {
  display: none;
}

#userMenuMobile #navigationUser>li a {
  justify-content: start;
  padding: 10px 20px;
}

.mobile-user-icon {
  cursor: pointer;
}

.mobile-user-icon:hover i.fa-user {
  background-color: var(--purplepotion-shade);
  color: white;
}

/* SECOND NAVIGATION */
.second-navigation {
  height: 42px;
  top: 121.38px;
  z-index: 1040;
}

@media screen and (max-width: 768px) {
  .second-navigation {
    top: 49px;
  }

  .second-navigation a {
    font-size: 12px;
  }
}

.second-navigation a {
  padding: 2px 8px;
  color: white;
  font-size: 16px;
  border: solid 1px transparent;
}

.second-navigation a.dropdown-toggle:hover {
  border: solid 1px #eee;
  border-radius: 8px;
}

.second-navigation a.has-chevron::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M1683%20808l-742%20741q-19%2019-45%2019t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19%2045-19t45%2019l531%20531%20531-531q19-19%2045-19t45%2019l166%20165q19%2019%2019%2045.5t-19%2045.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  border: 0;
  transition: transform 0.3s ease;
}

.second-navigation a.has-chevron.rotate::after {
  transform: rotate(180deg);
}

ul.second-dropdown-menu {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  margin-top: 3px !important;
}

ul.second-dropdown-menu li a.dropdown-item {
  color: var(--purplepotion);
  border-top: solid 1px #ddd;
}

.second-navigation.goldenage-browse a {
  padding: 0px 25px;
  color: white !important;
  font-size: 16px;
}

button.goldenage-content-alert:hover {
  background-color: #eee;
}

.goldenage-browse li a {
  font-size: 14px;
}

.goldenage-browse a:hover {
  text-decoration: underline;
}

a.has-chevron::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%235b0602%22%3E%3Cpath%20d%3D%22M1683%20808l-742%20741q-19%2019-45%2019t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19%2045-19t45%2019l531%20531%20531-531q19-19%2045-19t45%2019l166%20165q19%2019%2019%2045.5t-19%2045.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  border: 0;
  transition: transform 0.3s ease;
}

a.has-chevron.rotate::after {
  transform: rotate(180deg);
}

/* POPUP ALERT  */
.goldenage-benefits {
  list-style: none;
}

.goldenage-benefits li span {
  font-size: 16px;
}

/* SUBHEADER */
.goldenage-homepage-title {
  font-size: 28px !important;
  font-weight: bold;
  margin: 0px !important;
  font-family: "PT serif", serif;
}

.goldenage-openaccess {
  color: var(--purplepotion);
  font-size: 16px;
}

.goldenage-openaccess::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23ffa500%22%3E%3Cpath%20d%3D%22M1376%20768q40%200%2068%2028t28%2068v576q0%2040-28%2068t-68%2028h-960q-40%200-68-28t-28-68v-576q0-40%2028-68t68-28h32v-320q0-185%20131.5-316.5t316.5-131.5%20316.5%20131.5%20131.5%20316.5q0%2026-19%2045t-45%2019h-64q-26%200-45-19t-19-45q0-106-75-181t-181-75-181%2075-75%20181v320h736z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 2px;
}

.goldenage-subheader-container {
  height: 150px;
}

.goldenage-subheader-container a {
  font-size: 28px;
  z-index: 10;
  padding-left: 30px;
  margin-top: -30px;
}

.goldenage-subheader-container a:hover {
  text-decoration: underline !important;
}

.goldenage-bg-subheader {
  background-image: url("http://localhost/tarbiyah/public/journals/37/goldenage-bg-subheader.jpg");
  width: 100%;
  height: auto;
  object-fit: cover;
}

.goldenage-subheader-belt {
  top: 35px;
  left: 0px;
}

.goldenage-subheader-card {
  position: relative;
  margin-top: -30px;
  border: solid 1px #eaeaea;
  z-index: 11;
  border-radius: 2px;
}

.goldenage-association img {
  margin-left: 20px;
  height: 42px;
}

#modalContentAlert .modal-title.text-center {
  font-size: 24px;
  font-family: "PT serif", serif;
  font-weight: bold;
}

.modal-header {
  border-bottom: 0;
}

.modal-backdrop {
  z-index: unset;
}

.goldenage-breadcrumb a {
  font-weight: 600;
  color: white;
  font-size: 13px;
}

.goldenage-breadcrumb>a.triangle::before {
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--purplepotion-shade);
  content: "";
  margin-right: 5px;
}

nav.cmp_breadcrumbs {
  display: none;
}

/* SECONDARY TITLE */
#searchWidget {
  top: 26.5px;
}

@media screen and (max-width: 768px) {
  #searchWidget a.h3 {
    margin: 0 auto;
  }
}

.goldenage-widget-wrapper p {
  font-size: 16px !important;
}

.goldenage-widget-wrapper ul li a {
  color: var(--purplepotion-shade) !important;
}

/* SEARCH BAR */
#upperSearch {
  padding: 8px 0px;
  top: 73px;
  z-index: 1022;
  border: 0;
  border-left: solid 1px #eee;
}

#upperSearch div.relative.bg-white {
  padding: 10px 0px;
  border-top: solid 1px #bfbfbf;
}

@media screen and (max-width: 991px) {
  #upperSearch div.relative.bg-white {
    top: 8px;
    border-top: none;
  }
}

#upperSearch input.form-control {
  height: 56px;
  border-radius: 5px;
}

#upperSearch .button-search {
  background-color: var(--purplepotion);
  color: white;
  border-radius: 5px;
  height: 56px;
  padding: 15px;
}

#upperSearch .button-search:hover {
  background-color: #850600cf;
}

#upperSearch button.close-search:hover {
  background-color: #eee;
}

#upperSearch button.close-search {
  background-color: white;
  padding: 8px 0px;
  border-radius: 5px;
  height: 56px;
  right: 10px;
  top: 10px;
  padding: 15px;
}

#upperSearchForm {
  height: 60px;
  position: relative;
  top: 0px;
}

@media screen and (max-width: 1500px) {
  #upperSearchForm {
    margin-right: 100px;
  }
}

.search-filler {
  background-color: rgb(0 0 0 / 50%);
  height: 100vh;
  width: 100%;
}

form.d-flex {
  border: solid 1px transparent;
  transition: border 0.3s ease;
  box-sizing: border-box;
}

.goldenage-search-label {
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-right: 0;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px !important;
  background-color: #eee;
  padding: 5px;
}

.goldenage-search-label:focus-within {
  border: 0px;
}

.goldenage-search-input {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: none;
  border-radius: 0px;
  padding: 19px;
}

.goldenage-search-input:focus {
  box-shadow: unset;
}

.goldenage-btn-search {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: none;
  border-radius: 0px;
}

.goldenage-btn-search:hover {
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-left: none;
}

.btn:active:focus {
  outline: none;
}

.btn-outline-goldenage {
  border: solid 1px teal;
  padding: 10px;
  border-radius: 2px;
  color: teal;
}

.btn-outline-goldenage:hover {
  border: solid 1px teal !important;
  background-color: rgb(239, 255, 255);
  color: teal !important;
}

.btn-goldenage {
  padding: 10px;
  border-radius: 2px;
  background-color: teal;
  color: white;
}

.btn-goldenage:hover,
.btn-goldenage:focus {
  border-color: rgb(0, 104, 104) !important;
  padding: 10px;
  border-radius: 2px;
  background-color: rgb(0, 104, 104) !important;
  color: white !important;
}

.goldenage-search-icon {
  height: 26px;
}

.goldenage-mobile-search {
  border: solid 1px #ccc;
  height: 40px;
  padding-right: 35px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.goldenage-mobile-search:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid 1px teal;
}

.pkp_navigation_user_wrapper {
  position: static;
}

/* PROFILE ICON */
#profileDropdown span {
  font-size: 12px;
  color: #333;
}

.nav-link.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  padding: 0px;
  box-shadow: 3px 3px #e5e5e5;
  border-radius: 0px;
  border: solid 1px #eee;
}

nav.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
}

#navigationUserWrapper {
  height: 80px;
}

#navigationUser {
  display: inline-flex;
  margin-bottom: 0;
  height: 80px;
  flex-direction: row-reverse;
}

#navigationUser li.dropdown {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  #navigationUser li.dropdown a.dropdown-toggle {
    color: white;
    background-color: var(--goldenage-accent);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

#navigationUser>li.dropdown>ul.dropdown-menu-end {
  margin-left: 0px;
  padding-left: 0px;
}

ul.dropdown-menu-end li:last-of-type a:hover {
  background-color: var(--purplepotion) !important;
  color: white !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

#navigationUser>li:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#navigationUser>li:last-child a::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%235b0602%22%3E%3Cpath%20d%3D%22M1329%20784q47%2014%2089.5%2038t89%2073%2079.5%20115.5%2055%20172%2022%20236.5q0%20154-100%20263.5t-241%20109.5h-854q-141%200-241-109.5t-100-263.5q0-131%2022-236.5t55-172%2079.5-115.5%2089-73%2089.5-38q-79-125-79-272%200-104%2040.5-198.5t109.5-163.5%20163.5-109.5%20198.5-40.5%20198.5%2040.5%20163.5%20109.5%20109.5%20163.5%2040.5%20198.5q0%20147-79%20272zm-433-656q-159%200-271.5%20112.5t-112.5%20271.5%20112.5%20271.5%20271.5%20112.5%20271.5-112.5%20112.5-271.5-112.5-271.5-271.5-112.5zm427%201536q88%200%20150.5-71.5t62.5-173.5q0-239-78.5-377t-225.5-145q-145%20127-336%20127t-336-127q-147%207-225.5%20145t-78.5%20377q0%20102%2062.5%20173.5t150.5%2071.5h854z%22/%3E%3C/svg%3E");
  width: 26px;
  margin-top: 5px;
  margin-right: 5px;
}

#navigationUser>ul>li>ul.dropdown-menu.dropdown-menu-end {
  position: absolute;
  top: 90px;
  right: 0px;
  margin-top: 0px;
}

#navigationUser>ul>li>ul.dropdown-menu.dropdown-menu-end.show {
  border-radius: 5.25px;
  margin-top: 0px;
}

#navigationUser ul.dropdown-menu-end>li a {
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  justify-content: left;
}

#navigationUser ul.dropdown-menu-end>li>a>span.badge {
  display: block;
  margin-left: 10px;
  color: white;
  padding: 5px;
  background-color: var(--purplepotion);
  border-radius: 5px;
}

#navigationUser,
ul#navigationUser li {
  width: 100% !important;
  list-style-type: none;
}

ul#navigationUser li a {
  width: 100%;
  border-radius: 0px;
  color: var(--purplepotion);
  font-size: 16px;
  padding: 0px 15px;
  height: 100%;
  flex: 1 1 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#navigationUser li a:hover {
  background-color: #eee;
}

a.dropdown-submenu::before {
  display: none;
}

.nav-pills>li+li {
  margin-left: unset;
}

#navigationUser>li.dropdown>ul.dropdown-menu.dropdown-menu-end {
  position: absolute;
  top: 80px;
  right: 0px;
  margin-top: 0px;
  z-index: 1021;
}

ul.dropdown-menu.show li a.dropdown-item:active {
  background-color: #eee;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 150px;
}

a.nav-link.dropdown-toggle {
  padding: 10px;
  word-wrap: break-word;
}

span.badge {
  display: none;
}

.dropdown-menu-browse>li>a {
  border-left: solid 2px transparent;
  color: #333 !important;
}

.dropdown-menu-browse>li>a:hover {
  border-left: solid 2px teal;
}

.goldenage-black-link {
  color: #333;
  text-decoration: underline;
  text-wrap: nowrap;
}

.goldenage-black-link:hover {
  color: teal !important;
  text-decoration: underline !important;
  text-wrap: nowrap;
}

@media (max-width: 767px) {
  .goldenage-association {
    display: none;
  }

  .goldenage-belt {
    flex-direction: column;
  }

  .goldenage-left-belt {
    justify-content: start;
  }

  .goldenage-right-belt {
    justify-content: start;
  }
}

/* INDEX JOURNAL BODY*/
#journalOverview h4 {
  font-size: 22px;
}

#overviewTab li:first-of-type {
  border-radius: 5px 5px 0px 0px;
}

#overviewTab li a.active {
  position: relative;
}

#overviewTab li a.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--purplepotion);
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

h2.media-heading>a.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: teal;
}

h2.media-heading>a.title:hover {
  text-decoration: underline !important;
}

h2.media-heading>div.series.lead {
  font-size: 16px;
  color: #555 !important;
}

img.goldenage-homepage-image {
  width: 150px;
  height: auto;
}

.goldenage-description-box {
  padding: 10px;
  border: solid 1px #ccc;
  background-color: #fafafa;
}

div.journal-description p a {
  color: #006acc;
  text-decoration: underline;
}

div.journal-description p a:hover {
  color: teal;
  text-decoration: underline !important;
}

.current_issue_description img {
  height: 20px !important;
  width: 30px !important;
  margin: 5px !important;
  box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  border: solid 1px #eaeaea;
}

.current_issue_description p {
  margin: 0px !important;
}

/* TOC */
.current_issue h3 {
  font-size: 22px;
}

.goldenage-current-issue-title {
  font-weight: bold;
  color: teal;
}

div.issue-details>p.published {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 30px !important;
  color: #666;
}

header.page-header {
  border-bottom: 0px;
}

header.page-header.mb-4 {
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
}

header.page-header.mb-4 h2 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-weight: normal;
}

/* TOC - Article Summary */
.goldenage-article-summary {
  padding: 10px;
  margin: -1px 0px;
  border: solid 1px #ccc;
}

.goldenage-article-summary:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.goldenage-article-summary:hover::after {
  position: absolute;
  font-size: 10px;
  right: 40px;
  bottom: 10px;
  content: "OPEN ACCESS";
  color: gray;
  padding: 3px;
  border: solid 1px #eee;
}

section.section>div.page-header {
  display: none;
}

.pkp_structure_main h2 {
  font-family: "Open Sans", sans-serif;
}

.text-pretitle {
  color: #666;
  font-size: 12px;
}

h3.media-heading {
  padding-bottom: 0px !important;
  margin: 0px !important;
}

.goldenage-article-title a {
  position: relative;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #333 !important;
  font-family: "PT serif", serif !important;
}

.goldenage-article-title>a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -17px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235b0602%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-chevron-right%22%3E%3Cpolyline%20points%3D%229%2018%2015%2012%209%206%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, right 0.3s ease;
}

.goldenage-article-title a:hover::after {
  right: -23px;
}

.goldenage-article-title a:hover {
  text-decoration: underline !important;
  color: #9b1f18 !important;
}

span.goldenage-article-separator {
  color: #ccc !important;
}

.goldenage-galley-link {
  border: solid 1px var(--purplepotion) !important;
  background-color: var(--purplepotion-shade) !important;
  color: var(--purplepotion) !important;
  font-size: 12px;
  font-weight: 500;
}

.goldenage-galley-link:hover {
  background-color: var(--purplepotion) !important;
  color: #fff !important;
}

.btn-goldenage-all-issues {
  background-color: #f65c544a;
  color: var(--purplepotion) !important;
  border: solid 1px var(--purplepotion);
  padding: 5px 10px;
}

.btn-goldenage-all-issues:hover {
  background-color: var(--purplepotion);
  color: white !important;
}

@media (max-width: 767px) {
  .goldenage-article-btn-group {
    flex-direction: column;
  }

  .d-flex.align-items-center.justify-content-end.w-100 {
    justify-content: flex-start !important;
    margin-top: 5px;
  }
}

a.galley-link.btn.btn-primary.pdf {
  border: solid 1px teal;
  padding: 5px 15px;
  color: teal;
  background-color: rgb(239, 255, 255);
}

a.galley-link.btn.btn-primary.pdf:hover {
  border: solid 1px teal;
  padding: 5px 15px;
  color: white;
  background-color: teal;
}

div.meta>div.authors {
  color: #666;
  font-size: 13px;
}

p.pages {
  color: teal;
  font-size: 13px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.goldenage-doi {
  height: 16px;
}

.goldenage-doi-link {
  color: var(--purplepotion);
}

.goldenage-doi-link:hover {
  color: #9b1f18;
  text-decoration: underline !important;
}

.goldenage-openaccess-triangle {
  right: 0;
  bottom: 0;
  margin-right: -20px;
  margin-bottom: -5px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--goldenage-accent);
  transform: rotate(-45deg);
}

.img-openaccess {
  height: 14px;
  bottom: 5px;
  right: 5px;
}

/* UTILITIES */
.hover-cursor-pointer:hover {
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
}

.indexing-hover-shadow:hover {
  box-shadow: 1px 2px 12px 2px rgba(135, 135, 135, 0.35) !important;
  -webkit-box-shadow: 1px 2px 12px 2px rgba(135, 135, 135, 0.35) !important;
  -moz-box-shadow: 1px 2px 12px 2px rgba(135, 135, 135, 0.35) !important;
}

.hover-purplepotion:hover {
  color: var(--purplepotion) !important;
}

.hover-bg-light:hover {
  background-color: #f1f1f1 !important;
}

.text-ptserif {
  font-family: "PT serif", serif !important;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.goldenage-bg-light {
  background-color: #f8f9fa;
}

.bg-lighter {
  background-color: #f1f1f1;
}

.bg-purplepotion {
  background-color: var(--purplepotion) !important;
}

.bg-purplepotion-dark {
  background-color: var(--purplepotion-dark) !important;
}

.bg-purplepotion-light {
  background-color: var(--purplepotion-light) !important;
}

.bg-purplepotion-shade {
  background-color: var(--purplepotion-shade) !important;
}

.bg-accent {
  background-color: var(--goldenage-accent) !important;
}

.border-purplepotion {
  border: solid 1px var(--purplepotion) !important;
}

.border-purplepotion-light {
  border: solid 1px var(--purplepotion-light) !important;
}

.text-purplepotion {
  color: var(--purplepotion) !important;
}

.hover-text-white:hover {
  color: white !important;
}

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

.link-purplepotion {
  color: var(--purplepotion) !important;
}

.link-purplepotion:hover {
  color: var(--purplepotion-light) !important;
}

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

.btn-purplepotion {
  background-color: var(--purplepotion);
  color: white;
}

.btn-purplepotion:hover {
  background-color: var(--purplepotion-light);
  color: white;
}

.btn-outline-purplepotion {
  outline: 1px solid var(--purplepotion);
  color: var(--purplepotion);
}

.btn-outline-purplepotion:hover {
  background-color: var(--purplepotion);
  color: white;
}

.btn-purplepotion-light {
  background-color: var(--purplepotion-light);
  color: white;
  border: solid 1px var(--purplepotion-dark);
}

.btn-purplepotion-light:hover {
  background-color: #9b1f18;
  color: white;
}

.font-medium {
  font-weight: 600;
}

.nowrap {
  white-space: nowrap;
}

.bg-soft-pink {
  background-color: #ffeaea;
}

.grow {
  flex-grow: 1;
}

.top-1 {
  top: 4px;
}

.right-1 {
  right: 4px;
}

.top-2 {
  top: 8px;
}

.right-2 {
  right: 8px;
}

.underline {
  text-decoration: underline;
}

/* CUSTOM BLOCK */
#customblock-goldenage-indexing-and-abstracting a img {
  height: 24px;
}

/* UPPER FOOTER */
#upperFooter a {
  color: #fff;
}

#downFooter a {
  color: #fff;
}

p.goldenage-widget-title {
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

li.goldenage-widget-list a {
  color: white;
}

@media screen and (min-width: 768px) {
  .pkp_block.block_custom {
    width: 25% !important;
    padding: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .pkp_block.block_custom {
    width: 50% !important;
    padding: 1rem !important;
  }
}

/* FOOTER */

.shadow-inset-top {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
}

.goldenage-logo-wrapper {
  padding-right: 0px !important;
}

.goldenage-logo img,
.goldenage-links img,
.goldenage-sosmed img {
  height: 54px;
  width: auto;
  margin-bottom: 20px;
}

.goldenage-logo ul,
.goldenage-links ul,
.goldenage-sosmed ul {
  padding-left: 0px;
  margin-top: 5px;
}

.goldenage-logo ul li a,
.goldenage-links ul li a,
.goldenage-sosmed ul li a {
  color: #555;
}

.goldenage-logo ul li a:hover,
.goldenage-links ul li a:hover,
.goldenage-sosmed ul li a:hover {
  color: teal;
  text-decoration: underline !important;
}

.goldenage-logo ul li,
.goldenage-links ul li,
.goldenage-sosmed ul li {
  list-style-type: none;
  padding-bottom: 8px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 12px;
  color: #555 !important;
}

.goldenage-footer-subtitle {
  font-size: 18px;
  color: #555;
}

.goldenage-attributions {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

.goldenage-attributions a,
p.copyright {
  color: #555;
  font-size: 12px;
}

.goldenage-attributions a:hover {
  color: teal;
  text-decoration: underline;
}

p.copyright {
  margin-top: 5px;
}

/* BACK TO TOP */

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  background-color: var(--goldenage-accent);
  border: none;
  color: #fff;
  padding: 10px;
}

#back-to-top:hover {
  background-color: var(--goldenage-accent-light);
}

#back-to-top svg {
  fill: #fff;
}

/* ARTICLE DETAILS */
.goldenage-article-sidebar h3 {
  padding-top: 10px;
}

h1.page-header {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.article-summary h2 {
  font-family: "Open Sans", sans-serif;
}

span.caret {
  display: none;
}

.list-group {
  border-radius: 0px;
  margin-top: 10px;
}

.list-group-item.doi a {
  word-break: break-word;
  font-size: 12px;
}

div.author strong {
  color: #555;
}

div.article-author-affilitation {
  color: #555;
}

/* ORCID ICON */
.goldenage-orcid_icon {
  fill: #a6ce39;
  width: 16px;
  /* Sesuaikan ukuran jika perlu */
  height: 16px;
}

.goldenage-orcid_icon .goldenage-st0 {
  fill: #a6ce39;
}

.goldenage-orcid_icon .goldenage-st1 {
  fill: #ffffff;
}

.goldenage-author-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.goldenage-orcid-link {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}

/* OVERVIEW */
#overviewTab li.nav-item a {
  background-color: #eee;
  color: var(--purplepotion);
}

#overviewTab li.nav-item a:hover {
  background-color: var(--purplepotion);
  color: white;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-tl {
  border-radius: 5px 0px 0px 0px !important;
}

.rounded-tr {
  border-radius: 0px 5px 0px 0px !important;
}

.rounded-0 {
  border-radius: 0px !important;
}

#overviewContent {
  border: solid 1px #d3d2d2;
  padding: 10px;
}

div.fade-area {
  height: 100px;
  margin-top: -98px;
  margin-bottom: 2px;
  position: relative;
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0, #fff 90%);
}

.aims-cta a {
  color: var(--purplepotion);
  font-size: 16px;
}

.aims-cta a:hover {
  color: #9b1f18;
  text-decoration: underline !important;
}

/* SIDEBAR */
.goldenage-sidebar {
  padding-right: 0px;
  margin-right: 0px;
}

.goldenage-sidebar h2 {
  font-size: 22px;
  font-weight: bold !important;
}

/* ANNOUNCEMENTS / UPDATES */
.pkp_page_index .cmp_announcements {
  border-top: 0;
}

.cmp_announcements .list-group {
  border: solid 1px #808080;
  border-radius: 5px;
}

.cmp_announcements .list-group-header {
  color: white;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--purplepotion);
  padding: 10px;
}

.cmp_announcements .list-group a {
  padding: 10px;
  color: var(--purplepotion);
  font-size: 16px;
  border-bottom: solid 1px #808080;
}

.cmp_announcements .list-group a:hover {
  color: var(--purplepotion-light);
  text-decoration: underline !important;
}

article.announcement-summary .media-body h2.media-heading a {
  color: #333;
}

/* PAGE - LOGIN */
.text-xl {
  font-size: 2rem !important;
}

.page_login .login {
  max-width: 100%;
}

.goldenage-login-username,
.goldenage-login-password,
.goldenage-forgot-password-email {
  position: relative;
}

.goldenage-login-username::before {
  content: "";
  background-image: url("https://icongr.am/fontawesome/envelope.svg?size=128&color=7b2d4d");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 67%;
  transform: translateY(-50%);
}

.goldenage-login-password::before {
  content: "";
  background-image: url("https://icongr.am/fontawesome/unlock-alt.svg?size=128&color=7b2d4d");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 70%;
  transform: translateY(-50%);
}

.goldenage-forgot-password-email::before {
  content: "";
  background-image: url("https://icongr.am/fontawesome/envelope.svg?size=128&color=7b2d4d");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.goldenage-login-username input,
.goldenage-login-password input,
.goldenage-forgot-password-email input {
  padding-left: 40px;
}

/* PAGE - LOST PASSWORD */
.page_lost_password .lost_password {
  max-width: 100%;
}

.btn-reset-password {
  background-color: var(--purplepotion) !important;
  padding: 5px 15px !important;
  color: white !important;
}

.btn-reset-password:hover {
  background-color: var(--purplepotion-light) !important;
}

/* PAGE - REGISTER */
.goldenage-registration-form-identity label {
  width: 100%;
}

/* PAGE - ABOUT */
.col-12.col-md-9.pr-4 p a {
  color: var(--purplepotion) !important;
}

.col-12.col-md-9.pr-4 p a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

.a2a_kit a span {
  width: 22px;
  line-height: 22px;
  height: 22px;
  background-size: 22px;
  border-radius: 3px;
}

/* PAGE - CURRENT ISSUE */
.goldenage-current-issue-title {
  font-size: 16px;
}

/* PAGE - ISSUE ARCHIVE / SUMMARY */
div.media-body>div>p>img,
div.media-body>div>p>strong>img {
  height: 20px !important;
  width: 30px !important;
  margin: 5px !important;
  box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 0.75);
  border: solid 1px #eaeaea;
}

/* PAGE - AUTHOR GUIDELINES */
.table2 td {
  padding: 10px;
}

/* PAGE - ARTICLE DETAILS */
.breadcrumb>li+li:before {
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--purplepotion-shade);
  content: "";
  margin-left: 10px;
  margin-right: 0px !important;
}

/* PAGE - SEARCH */
.goldenage-searchpage-btn {
  border-radius: 0 5px 5px 0 !important;
  background-color: var(--purplepotion) !important;
  color: white !important;
  border: var(--purplepotion) !important;
}

.goldenage-searchpage-btn:hover {
  background-color: var(--purplepotion-light) !important;
  color: white !important;
}

/* DISPLAY PROPS */
.min-w-100 {
  min-width: 100% !important;
}

@media (min-width: 768px) {
  .pkp_block.block_custom {
    padding-right: 0px;
    padding-left: 0px;
  }

  .goldenage-current-issue-title {
    font-size: 20px;
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1340px;
  }
}

div.page_editorial_team p a,
div.page.page_about p a,
div.page.page_about ul li a,
div.page.page_about ul ul li a,
div.page.page_about ol li a {
  color: var(--purplepotion) !important;
}

div.page_editorial_team p a:hover,
div.page.page_about p a:hover,
div.page.page_about ul li a:hover,
div.page.page_about ul ul li a:hover,
div.page.page_about ol li a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

.article-abstract p {
  text-align: justify;
}

#goldenageCopyright .panel-body h2 a {
  color: var(--purplepotion) !important;
}

#goldenageCopyright .panel-body h2 a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

#goldenageCopyright .panel-body ul li a {
  color: var(--purplepotion) !important;
}

#goldenageCopyright .panel-body ul li a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

#goldenageCopyright .panel-body p a {
  color: var(--purplepotion) !important;
}

#goldenageCopyright .panel-body p a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

div.article-references-content p a {
  color: var(--purplepotion) !important;
}

div.article-references-content p a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

/* How to cite */

#goldenageCitation .card-body .d-flex.justify-content-between.w-full.mt-4 div button.btn.btn-secondary.dropdown-toggle {
  background-color: var(--purplepotion) !important;
  color: white !important;
  border: var(--purplepotion) !important;
  border-radius: 5px;
}

#goldenageCitation .card-body .d-flex.justify-content-between.w-full.mt-4 div button.btn.btn-secondary.dropdown-toggle:hover {
  background-color: var(--purplepotion-light) !important;
  color: white !important;
  border: var(--purplepotion-light) !important;
  border-radius: 5px;
}

ul.dropdown-menu.w-100.radius-0.show li a,
ul.dropdown-menu.radius-0.show li a {
  color: var(--purplepotion) !important;
}

ul.dropdown-menu.w-100.radius-0.show li a:hover,
ul.dropdown-menu.radius-0.show li a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

.goldenage-link {
  color: var(--purplepotion) !important;
}

.goldenage-link:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

/* Most read */
#articlesBySameAuthorList ul li a {
  color: var(--purplepotion) !important;
}

#articlesBySameAuthorList ul li a:hover {
  color: var(--purplepotion-light) !important;
  text-decoration: underline !important;
}

iframe html body .d-md-none a .row:last-of-type h3.text-white {
  font-size: 16px !important;
}