img.responsive-img {
    width: 100%;
}
.footer-top {
    background: #9aded1;
}
.footer-bottom {
    background: #82bcb1;
}
.slideshow {
    margin-top: -45px;
}
#layout-navbar{
    background: #29665a !important;
    color: #ffffff !important;
}

span.nama-jurnal {
    color: #ffffff;
    font-size: 24px;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
    background-color: #29665a;
}
.bg-menu-theme:hover {
    background-color: #000;
}
.statistik {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
}
.statistik .statistik-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f0eff0;
    font-size: 0.9375rem;
  }
  .header-sidebar {
    background-color: #29665a;
    color:#fff;
  }
  .sidemenu li {
    background: #3b0070;
    border-bottom: 1px solid #0b3008;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    color: #fff
}

.sidemenu li:hover {
    background: #9572b6;
    color: #3b0070
}

.sidemenu li a {
    color: #fff!important
}

.sidemenu {
    margin: 0;
    margin: 0 0 -20px 0;
}
.input-group-text i {
    font-size: 1rem;
}
.breadcrumb {
    background: #dbe9e6;
    color: #29665a;
    font-weight: 600;
    font-size: smaller;
    border: solid 1px #c7e1db;
    padding: 6px 20px;
}
.foto-team {
    object-fit: cover;
    object-position: top;
}
.frame-foto-team {
    width: 7rem;
    height: 7rem;
}
.pkp_block {
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.875rem 0 rgba(38, 43, 67, 0.16);
    margin-bottom: 1.5rem !important;
    border-radius: 10px;
    /* padding: 15px; */
}
.pkp_block .title {
    background: #29665a;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}
.pkp_block .content {
    padding: 20px;
}
.pkp_block .list-group {
    margin: -36px -20px -20px -20px;
    background: linear-gradient(to right, #57b7a4 0%, #fff 100%);
    border-radius: 0 0 10px 10px;
}
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.issues {
    background: linear-gradient(270deg, #fbff00, #53d120, #f9ff00);
    background-size: 400% 400%;
    animation: gradientShift 3s ease infinite;
}

.avatar {
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-menu-toggle .nav-item i {
    color: #fff;
    font-weight: 500;
    font-size: 27px;
}
@media(max-width: 576px) {
    .nama-jurnal{
     font-size:14px!important;	
     font-weight: 500;
}
}
h1.judul {
    font-size: 22px;
    font-weight: 500
}