.pkp_structure_content {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  padding-top: 0px;
}

.pkp_structure_head {
  margin: 0;
  padding: 0;
  background: transparent none;
  min-height: 100%;
  width: 100%;
  display: inline-block;
}

.has_site_logo .pkp_head_wrapper {
  padding-top: 0px;
}

.pkp_structure_head {
  border-bottom: 0px solid #ddd;
}

.pkp_footer_content {
  background: rgb(2, 63, 126);
  background: linear-gradient(90deg, rgb(220, 20, 60) 0%, rgb(220, 20, 60) 75%);
  color: white;
  float: left;
  height: 100%;
  width: 100%;
  padding: 30px;
  text-align: left;
}

.pkp_structure_footer_wrapper {
  background: transparent;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-top: 0px;
  border-bottom: 0px solid #023f70;
}

.pkp_brand_footer {
  background: #b7b4b4;
  float: right;
  height: 100%;
  width: 0%;
  padding: 0px;
}

.pkp_site_name .is_img {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pkp_site_name .is_img img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.pkp_navigation_primary > li > a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  display: block;
  color: white;
}
.pkp_navigation_primary_row {
  background: rgb(220, 20, 60);
  background: linear-gradient(90deg,  rgb(220, 20, 60) 0%,  rgb(220, 20, 60) 75%);
  padding-left: 20px;
}

.pkp_site_nav_menu {
  background: transparent;
}

.pkp_navigation_user > li > a {
  border-radius: 20px;
  background: rgb(220, 20, 60);
  background: linear-gradient(0deg,  rgb(220, 20, 60) 0%,  rgb(220, 20, 60) 75%);
}

.pkp_structure_main {
  background: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  height: auto;
}

.pkp_structure_sidebar {
  color: #fff;
  padding-left: 0;
  background: rgb(220, 20, 60);
  background: linear-gradient(0deg, rgb(220, 20, 60) 10%, rgb(220, 20, 60) 94%);
  border-top-left-radius: 80px;
  height: auto;
}

.pkp_head_wrapper {
  background: white;
  width: "2100";
  height: "696";
}

.pkp_structure_content {
  background: #ffffff;
  padding: 0px;
  height: auto;
}

body {
  background: blue;
  background: url(http://journal.uinsgd.ac.id/public/site/images/bbusro/cloth.png);
  min-width: 730px !important;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.editorial-list {
  position: relative;
}
.editorial-list li {
  margin-bottom: 1.125rem;
}
.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}
.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
}
.team-content {
  margin-left: 100px;
  min-height: 130px;
}
.team-content .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.team-aff ul li {
  margin-bottom: 0;
}
.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}

.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.pkp_block {
  padding-left: 0px;
}

.block_custom a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 12px;
  padding-left: 40px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.block_custom a:hover {
  color: #0926bc;
  background: #fff;
  outline: none;
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.block_custom a i {
  margin-right: 5px;
}

.block_custom a:hover::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 100%;
  left: 0;
  height: 35px;
  width: 35px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
}

.block_custom a:hover::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 38px;
  left: 0;
  height: 35px;
  width: 35px;
  border-top-left-radius: 20px;
  box-shadow: 0 -20px 0 0 #fff;
}

.block_custom p{
  
  font-size: 14px;
  font-weight: bold;
}
.block_web_feed {
  padding-left: 30px;
}

.block_make_submission {
  padding-left: 30px;
}

.block_custom .judul{
  margin-left: 30px;
  padding: 10px;
  padding-right: 30px;
  color: white;
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(2, 63, 126, 1) 0%, rgba(31, 107, 184, 1) 75%);
  width: 250px;
}

.button {
  padding: 20px;
  display: inline-block;
  border-radius: 15px;
  background: rgb(255, 140, 0) 0%;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px; 
  font-weight: bold;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 30px;
}

.button b {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button b:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover b {
  padding-right: 25px;
}

.button:hover b:after {
  opacity: 1;
  right: 0;
}

