/* html */
html {
  background: black;
}

*:before,
*:after {
  display: none;
}

/* Body */
body.pkp_page_index.pkp_op_index {
  background: black;
}

/* Structure */
.pkp_structure_page {
  background: white;
  margin: 20px;
  padding: 0 40px;
}

/* Header */
.pkp_structure_head {
  background-color: #ffffff;
}

/* Top Head */
div#navigationUserWrapper ul li a {
  color: black;
}

li.profile {
  display: none;
}

/* Site Name */
.pkp_site_name .is_text {
  color: #000;
}

.pkp_site_name .is_img img {
  max-height: 130px;
}

/* Primary Menu */
#navigationPrimary {
  max-width: 100% !important;
}
ul#navigationPrimary li a {
  color: black;
}

.pkp_navigation_search_wrapper a {
  color: #000;
}

nav.pkp_site_nav_menu {
  background: white;
}

.pkp_navigation_search_wrapper {
  display: none;
}

.pkp_nav_list ul a {
  border-left: 0.357rem solid #fbab38;
}

.pkp_nav_list ul a:hover {
  border-left: 0.357rem solid #ffffff;
  background-color: #fbab38;
  color: #fff;
}

/* Sidebar */
.pkp_structure_sidebar.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.pkp_structure_sidebar.left>div {
  width: 250px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0;
  border-top: 5px solid black;
}

div#customblock-login {
  margin-bottom: 0;
}

.content {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.judul-sidebar {
  color: black;
  width: 100%;
  height: 50px;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}

#customblock-Menu .judul-sidebar {
  margin-bottom: 0px;
}

.isi-sidebar {
  padding: 0px 0px 0px 0px;
  ;
}

.isi-sidebar p a {
  color: #000000;
  font-size: 15px;
  border: none;
}

.isi-sidebar a img {
  width: 85% !important;
}

.pkp_block .content p:first-child {
  margin-top: 0;
}

.pkp_block .content p {
  line-height: 10px;

}

#customblock-Menu .isi-sidebar {
  padding: 1px 0px 1px 0px;
  width: 100%;
}

#customblock-Menu .isi-sidebar p {
  padding: 0;
  margin: 0;
}

#customblock-Menu .isi-sidebar p a {
  background: #e3e3e3;
  margin: 0;
  padding: 20px 0;
  border: 1px solid white;
  width: 100%;
  display: block;

}

div#menu-sidebar p a:hover {
  font-size: 25px;
  padding: 5px 0;
}

#search-sidebar form.cmp_form {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
}

#login-sidebar .cmp_form .fields>div {
  position: relative;
  padding-bottom: 10px;
}

#search-sidebar form.cmp_form .submit {
  height: 27px;
}

#customblock-Menu .isi-sidebar p a:hover {
  transform: scale(1.03);
}

div#menu-sidebar {
  text-align: left;
}

#customblock-Search .isi-sidebar {
  padding-bottom: 0;
}

#customblock-Search .search_input {
  margin-bottom: 0px;
}

#customblock-Search .submit button {
  background-color: #00533e;
  color: white;
  font-family: Arial;
  width: 100px;
  height: 25px;
}

#customblock-Search .submit button:hover {
  transform: scale(1.2);
}

button.submit {
  background: black !important;
  color: white !important;
  font-family: 'Open Sans';
  font-weight: bold;
}
div#download-sidebar a img {
  padding: 10px 0;
}

div#ins-collab-sidebar a img {
    height: 100px;
}

div#ins-collab-sidebar {
    display: grid;
    grid-template-columns: 100px 100px;
}
/* Structure Content */
.homepage_image {
  padding: 30px;
}
.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
}

.pkp_structure_main p:last-child {
  margin-bottom: 0;
  text-align: justify;
}


/* Custom Page */
.page-custom {
  display: grid;
  grid-template-columns: 300px 300px;
}

.page-custom a img {
  width: 90%;
  padding: 10px;
}

/* Footer */
.pkp_structure_footer_wrapper {
  background: #fff;
  border-top: solid 1px #d7d7d7;
}

.pkp_brand_footer {
  display: none;
}

@media (max-width: 920px) {
  .pkp_head_wrapper {
    padding: 50px 0 40px 0;
}
  .pkp_site_name_wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}
  .pkp_site_nav_toggle>span {
    border-bottom: 3px solid #003495;
    border-top: 3px solid #003495;
}
.pkp_site_nav_menu--isOpen {
  box-shadow: 1px 2px 5px 1px #003495;
}
.page-custom {
  display: grid;
  grid-template-columns: 100px 100px;
}
.page-custom a img {
  width: 90%;
  padding: 2px;
}
}