body {
    /* font-family: 'Raleway', sans-serif; */
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    line-height: 1.42857143;
    background-color: #fff;
}
.navbar, .header_view {
    min-height: 60px;
    margin-bottom: 26px;
    position: fixed;
    border: 0px;
    width: 100%;
    z-index: 999;
    padding-top: 18px;
}
.navbar-form input, .navbar-form .form-control {
    border: none;
    height: 32px;
}
.btn-default{
    color: #fff;
    background-color: #3d0303;
    border-color: #3d0303 !important;
    height: 32px;
    padding: 4px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default, .header_view {
    background: linear-gradient(rgba(0, 0, 0, 0.84) 22%, rgba(0, 0, 0, 0.62) 62%, rgba(0, 0, 0, 0.61) 63%, rgba(0, 0, 0, 0) 100%);
     /* background-color: #3e3f3a; */
    /* border-color: #3e3f3a; */
}

#nav-menu {
    border-bottom: 0px;
    text-align: center;
    padding-right: 12%;
    padding-left: 21%;
    padding-top: 1%;
}
.navbar-header{
    padding-left: 12%;
}
.current_issue{
    display: none;
}

.pkp_structure_main, .pkp_structure_sidebar {
    margin-top: 13%;
}
#sidebar .panel {
    background: none;
    border: none;
    width: 362px;
}
@media (max-width: 786px) {
    .pkp_structure_main{
        margin-top: 43%;
    }
    .pkp_structure_sidebar {
        margin-top: 4%;
    }
    .navbar-header {
        padding-left: 2%;
    }
    #sidebar .panel {
        background: none;
        border: none;
        width: 362px;
    }
    footer[role="contentinfo"] {
        background: #4a0606;
        padding: 2em;
        margin-top: 4em;
        max-width: 100%;
    }
}
.pkp_page_index .journal-description, .pkp_page_index .additional_content {
    margin-top: 0em;
    margin-bottom: 2em;
}
.navbar-brand {
    float: left;
    height: 80px;
    margin-bottom: 8%;
    font-size: 18px;
    padding: 0;
    line-height: 20px;
    margin-top: -3%;
}
.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #fcfcfb;
}
#nav-menu {
    border-bottom: 0px;
    text-align: left;
    padding-right: 12%;
    padding-left: 21%;
    padding-top: 1%;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-right: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pkp_block {
    border-color: #dfd7ca00;
}
.list-group-item, .pkp_block ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #4a0606;
    border: 1px solid #dfd7ca63;
    color: #fefefe;
}
.panel-body, .pkp_block .content {
    padding: 0px;
}
#sidebar {
    width: 353px;
    /* background: #222; */
    padding: 0px;
    border-radius: 5px;
}

#sidebar .panel {
    background: none;
    border: none;
}
#sidebar>div .title {
    background: #e84668;
    color: #fff;
}
#sidebar > div .title {
    display: block;
    cursor: pointer;
    background: #c397a0;
    color: #fff;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 40px 5px 10px;
}
#sidebar .panel-heading {
    background-color: #800020;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    margin-top: 2px;
}

#sidebar .panel-body {
    padding: 0px 0px;
}


#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    padding: 8px;
    border-bottom: 1px solid #444;
}

#sidebar ul li a {
    color: white;
    text-decoration: none;
    display: block;
    margin-left: 7px;
}
.panel .panel-heading, .panel .panel-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    /* color: #fff; */
    margin-bottom: 1px;
}
#sidebar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    transition: width 0.3s ease-in-out;
}
#sidebar ul li a:hover {
    color: #fefefe; /* Warna teks saat hover */
    transform: translateX(10px);
}
#sidebar ul li a:hover::after {
    width: 100%;
}
.panel-body {
    transition: background-color 0.1s ease-in-out, padding 0.1s ease-in-out;
    background-color: #ffff;
}
.glyphicon-menu-right {
    margin-right: 5px; /* Atur jarak ikon dengan teks */
}
.ahover {
    white-space: nowrap; /* Mencegah pemisahan kata */
    word-spacing: normal; /* Mengatur jarak antar kata */
}

.panel-collapse.collapsing .panel-body {
    width: 100%;
}

.panel-collapse.in .panel-body {
    background-color: #fff;

}
.panel-collapse {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    color:#800020;
    transition: height 0.1s ease-in-out, background-color 0.1s ease-in-out, width 0.1s ease-in-out;
}
/* Ikon + dan - */
.toggle-icon {
    font-size: 16px;
    font-weight: bold;
    float: inline-end;
    background-color: #800020;
    padding: 5px;
    margin: -10px -9px 0px 0px;
    width: 24px;
}
.carousel {
    position: relative;
    margin-right: 27px;
}
.boxWrpJournal {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.boxWrpJournal:after {
    background: #3d0303;
    color: #fff;
}
.boxWrpJournal:after {
    content: '';
    transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    position: absolute;
    width: 100%;
    top: -16px;
    left: 0px;
    height: 30%;
    background: #3d0303;
    border-radius: 8px;
    z-index: 2;
}
.boxWrpJournal>div,.boxWrpJournal:after {
    background: #3d0303;
    color: #fff;
}
.boxWrpJournal > div {
    background: #3d0303;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 7px 8px 8px 2px rgba(0, 0, 0, 0.2);
}
.boxWrpJournal * {
    position: relative;
    z-index: 3;
}
.button-custom {
    background-color: #fff;
    border: 2px solid #b21637; /* Tambahkan border agar lebih jelas */
    border-radius: 9px;
    color: #b21637;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    border: 0px;
}

.button-custom:hover {
    text-decoration: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}


footer[role="contentinfo"] {
    background: #4a0606;
    padding: 2em;
    margin-top: 4em;
    width: 1586px;
}

#footer {
    position: relative;
    background-color: #34495e;
    padding-top: 20px;
    border-top: 15px solid #192a3a;
    color: #fff;
    font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}