/* Tombol sidebar ala AJARCDE */
.sidebar-btn {
    display: block;
    width: 100%;
    padding: 6px 16px;
    margin-bottom: -8px;

    background: #F2F2F2;
    border: 1px solid #9A9A9A;
    border-radius: 6px;

    color: #0080FF;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 400;

    transition: all .25s ease;
}

/* Hover */
.sidebar-btn:hover {
    background: #b7b6b6;
    color: white;
    text-decoration: none;
}

.pkp_structure_sidebar.left {
    background: #F2F2F2 !important;
    margin-top: -30px !important;
    height: auto !important;
}

.pkp_block .title{
    display:block;
    width:fit-content;

    margin-right:auto;
    margin-bottom: 10px;
    margin-left: -30px !important;

    padding:12px 28px;

    background:linear-gradient(to bottom,#f5f28a,#c5ca00);
    border-radius:0 18px 18px 0;
    box-shadow:0 4px 0 #a3a800;

    color:#1f2d5a;
    font-weight:700;
}

.pkp_block .blockTitle,
.block_make_submission .title {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(to bottom,#f5f28a,#c5ca00);
    border-radius: 0 15px 15px 0;
    box-shadow: 0 4px 0 #a3a800;
    color: #1f2d5a;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

#customblock-article-template{
    margin-top: -30px !important;
}

#customblock-contact-us{
    margin-top: -30px !important;
}

#customblock-next-event{
    margin-top: -30px !important;
}

#customblock-statistik-pengunjung{
    margin-top: -30px !important;
}

.pkp_structure_footer_wrapper {
    background: #0B2D5C !important;
}

.pkp_structure_footer {
    background: #0B2D5C !important;
    color: #ffffff !important;
}

.pkp_structure_footer a {
    color: #d6e4ff !important;
}

.pkp_structure_footer a:hover {
    color: #ffffff !important;
}

.pkp_brand_footer {
    display: none !important;
}