:root {
    --biru        : #00a8d8;
    --biru-langit : #70cff5;
    --kuning      : #F9A936;
    --abu         : #636e72;
}

.pkp_brand_footer {display: none;}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_navigation_primary.pkp_nav_list {
    border-right: white;
    border-right: 1px;
    color: white !important;
}
.pkp_navigation_primary_row {
    background: #70cff5;
    font-weight: bold;
    color: white !important;
}
.pkp_navigation_primary_row :hover{
    font-weight: bold;
    color: #2d3436 !important;
}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}
.pkp_block{border-bottom: 1px solid #e3e3e3;}
#customblock-menukanan .content p:nth-child(10){border-bottom: 1px solid #e3e3e3;}

/* SUBMISSION BUTTON */
a.block_make_submission_link{
	padding: 5px 46px !important;
}


/* MISC */
.image-tools{
  max-width: 120px;
  margin: 0 auto;
}

.pkp_block .content p,
.pkp_block .content li,
.pkp_block .content a{
  text-decoration: none !important;
  text-align: center !important;
  color: black;
  display: block !important;
}
.pkp_block .content a{
  padding: 4px;
}

.pkp_block .content li,
.pkp_block .content p{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  margin-top: 0px;
  /* padding: 4px; */
  border-bottom: 3px solid;
  border-bottom-color: white;
  transition: 0.4s ease-in-out;
  margin-bottom: 2px;
  background: var(--biru-langit);
  font-weight: bold;
}

.pkp_block .content p:hover,
.pkp_block .content li:hover,
.pkp_block .content a:hover{
  background-color: white;
  border-bottom-color: var(--biru);
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: var(--biru) !important;
}

span.title,
.pkp_block .content p:first-child{
  padding: 10px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  margin-bottom: 2px;
  background: var(--kuning);
  color: white !important;
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  border-radius: 3px;
}

.image-index{
  max-height: 45px;
  width: auto;
  padding: 3px;
  border: 2px solid var(--kuning);
  margin: 3px 3px;
  background-color: white;
  -moz-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
  box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
}

.image-history{
    max-height: 500px;
    width: auto;
}

.image-collaboration{
    background-color: white;
    max-width: 120px;
    margin: 0 auto;
}