
.pkp_structure_main:after, .pkp_structure_main:before {
  display: none;
}
a {
	text-decoration: underline;
}

a:link {
	color:#0033FF;
}

a:active {
	color:#0033FF;
}

a:visited {
	color: #0033FF;
}

a:hover {
	color: #0000CC;
	background: none;
}

p {
  font-size: 12px;
  text-align: justify;
}
h1 {
  font-size: 16px !important;
}

.pkp_structure_page {
  background-image: url(https://i.ibb.co.com/4mtSm3n/background.png);
  background-size: cover;
  background-position: center;
}
/* head */
.pkp_head_wrapper {
  /* background: linear-gradient(8deg, rgba(31, 129, 174, 1) 0%, rgba(36, 152, 203, 1) 100%); */
  background: linear-gradient(8deg, rgba(33,74,93,1) 0%, rgba(40,92,116,1) 100%);
  width: 100% ! IMPORTANT;
}
/* user */
div#navigationUserWrapper {
  background: #214a5dff;
  width: 100%;
}
div#navigationUserWrapper ul li a {
  display: none;
}
/* Site */
.pkp_site_name {
  display: flex;
  justify-content: center;
  padding: 20px;
}
/* Nav */
nav.pkp_site_nav_menu {
  display: flex;
  justify-content: center;
}
.pkp_navigation_primary_row {
  width: 1160px;
  background: #c1d95fff;
  position: absolute;
  top: 134px;
  z-index: 2;
}
.pkp_navigation_primary_wrapper {
  display: flex;
  justify-content: center;
}
.pkp_navigation_search_wrapper {
  display: none;
}
ul#navigationPrimary li a {
  text-transform: uppercase !important;
  font-weight: bold;
}

/* structure */
.page p img {
  width: 150px;
}
.pkp_structure_main {
  margin-top: 2.143rem;
}

/* sidebar */
.content {
  border: 1px solid;
  box-shadow: 1px 1px 2px 0px #9b9b9b;
}

.pkp_block {
  padding-bottom: 0;
}

.judul-sidebar {
  text-align: center;
  background: #25556b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  color: #c1d95f;
  border-bottom: 1px solid;
  padding: 5px 0;
}
.isi-sidebar {
  padding: 10px 20px 0px 20px;
  font-size: 12px;
}

#customblock-indexing div .isi-sidebar {
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#customblock-indexing div .isi-sidebar p img {
  width: 170px;
}

.isi-sidebar li {
  list-style-type: disc;
}

.isi-sidebar a {
  color: black;
  text-decoration: dotted !important;
  list-style-type: circle;
}
.isi-sidebar .cmp_form .fields>div {
  padding-bottom: 0;
}

div#customblock-login-menu .content .isi-sidebar {
  padding: 5px 20px;
}

div#customblock-login-menu .content .isi-sidebar div{
  padding: 0;
}

div#customblock-search-menu .content .isi-sidebar {
  padding: 5px 20px;
}

div#customblock-search-menu .content .isi-sidebar div{
  padding: 5px 0;
}

/* footer */
.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper {
  background: #ffffff;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 55px;
  width: 80px;
}

@media only screen and (max-width:920px) {
  .pkp_site_nav_menu {
    display: none !important;
}
  .whatsapp {
      position: fixed;
      bottom: -10px;
      right: 18px;
      width: 85px;
  }
}