@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6 {
  font-family: "Poppins", sans-serif;
}

.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper {
  background: #f8f9ff;
  border-top: solid 2px #00028f;
}

/* Media handphone */
.pkp_site_name_wrapper {
  height: 7rem;
}

.pkp_site_nav_toggle {
  height: 7rem;
}

.pkp_site_name {
  padding-left: 0;
}

.pkp_site_name .is_img {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 7rem;
}

.pkp_site_name .is_img img {
  display: block;
  max-height: 7rem;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 1rem;
}

.has_site_logo .pkp_head_wrapper {
  padding-right: 0;
}

@media (min-width: 768px) {
  .pkp_site_name_wrapper {
    height: 12rem;
  }

  .pkp_site_nav_toggle {
    height: 12rem;
  }

  .pkp_site_name {
    padding-left: 0;
  }

  .pkp_site_name .is_img {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 12rem;
  }

  .pkp_site_name .is_img img {
    display: block;
    max-height: 12rem;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 1.5rem;
  }

  .has_site_logo .pkp_head_wrapper {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .pkp_structure_head {
    display: flex;
    align-items: stretch;
    min-height: 200px;
    background: white;
  }

  .pkp_site_nav_menu {
    display: block;
    background: rgb(240, 240, 240);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pkp_head_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }

  .pkp_navigation_user_wrapper {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    max-width: 1160px;
    box-sizing: border-box;
    left: auto;
    transform: none;
    right: 0;
  }

  .pkp_navigation_user.pkp_nav_list {
    gap: 0;
    border: 2px solid #ffe70a;
    border-radius: 50px;
    width: fit-content;
  }

  /* .pkp_navigation_user.pkp_nav_list li a {
    display: block;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 500;
    color: #ffe70a;
    transition: 0.3s;
    font-weight: 700;
    text-align: center;
  } */

  .pkp_navigation_user.pkp_nav_list
    li.profile
    a[href*="login"]:not([href*="signOut"]) {
    background: #ffe70a;
    color: #00028f;
    text-align: center;
    margin: 5px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    font-weight: 600;
  }

  .pkp_navigation_user.pkp_nav_list
    li.profile
    a[href*="login"]:not([href*="signOut"]):hover {
    background: #eed80f;
    color: #00028f;
    font-weight: 600;
  }

  /* .pkp_navigation_user.pkp_nav_list li:last-child a {
    background: #ffe70a;
    color: #00028f;
    font-weight: 700;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
  } */

  /* .pkp_navigation_user.pkp_nav_list li a:hover {
    opacity: 0.85;
  }  */

  .has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
  }

  .pkp_site_name_wrapper {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
  }

  .pkp_site_name {
    height: 100%;
  }

  .pkp_site_name .is_img {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .pkp_site_name .is_img img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    border: solid 1px rgb(255, 196, 0);
    border-radius: 30px;
    padding: 5px;
    background: #13458d;
  }

  .pkp_navigation_primary_wrapper {
    max-width: 1160px;
    background: #13458d;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .pkp_navigation_user_wrapper {
    right: 7rem;
  }

  .pkp_site_name {
    max-width: 1160px;
  }
}

.buttons {
  font-size: 1.2rem;
  font-weight: 600;
}

.cmp_form .buttons button {
  background: #13458d;
  color: #fff;
  box-shadow: none;
  border-radius: 1rem;
  border: none;
}

.cmp_form input[type="password"],
.cmp_form input[type="text"] {
  font-size: 1.2rem;
  border-radius: 1rem;
  font-family: "Poppins", sans-serif;
}

.obj_article_summary > .title {
  font-family: inherit;
  font-weight: 600;
  text-transform: capitalize;
}

.obj_article_summary {
  padding: 1.5rem;
  border: 1px dashed #13458d;
  border-radius: 1rem;
  background: #f6f8ff;
  transition: all 0.25s ease;
  background: radial-gradient(
        27% 29% at right,
        #0000 83%,
        #eff4ff 85% 99%,
        #0000 101%
      )
      calc(15px / 2) 15px,
    radial-gradient(27% 29% at left, #0000 83%, #eff4ff 85% 99%, #0000 101%)
      calc(15px / -2) 15px,
    radial-gradient(29% 27% at top, #0000 83%, #eff4ff 85% 99%, #0000 101%) 0
      calc(15px / 2),
    radial-gradient(29% 27% at bottom, #0000 83%, #eff4ff 85% 99%, #0000 101%) 0
      calc(15px / -2) #ffffff;
  background-size: 25px 25px;
}

.obj_galley_link {
  border-radius: 1rem;
}

.page_issue_archive .issues_archive > li {
  padding: 1.5rem 1rem;
  margin: 1rem;
  border: 1px dashed #13458d;
  border-radius: 1rem;
  background: radial-gradient(
        27% 29% at right,
        #0000 83%,
        #eff4ff 85% 99%,
        #0000 101%
      )
      calc(15px / 2) 15px,
    radial-gradient(27% 29% at left, #0000 83%, #eff4ff 85% 99%, #0000 101%)
      calc(15px / -2) 15px,
    radial-gradient(29% 27% at top, #0000 83%, #eff4ff 85% 99%, #0000 101%) 0
      calc(15px / 2),
    radial-gradient(29% 27% at bottom, #0000 83%, #eff4ff 85% 99%, #0000 101%) 0
      calc(15px / -2) #ffffff;
  background-size: 25px 25px;
}

.obj_issue_summary .title {
  font-family: inherit;
  font-weight: 600;
}
