#headerNavigationContainer {
    background-color: white !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.pkp_structure_head {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff) !important;
}

.header .pkp_head_wrapper {
    background: unset !important;
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 1rem !important;
}

.pkp_site_nav_menu a, .pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #ffffff !important;
    text-shadow: none !important;
}

.pkp_navigation_search_wrapper a {
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

.pkp_navigation_user>li>a {
    color: #db0000 !important;
}

.pkp_navigation_user>li>a:focus {
    background: none !important;
    color: #db0000 !important;
}

.pkp_navigation_user>li>a:hover {
    color: #db0000 !important;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

#navigationUserWrapper .profile a[href*="register"]::before {
    content: "\f234" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
    color: #db0000 !important;
    display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]::before {
    content: "\f090" !important;
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    margin-right: 6px !important;
     display: inline-block !important;
}

#navigationUserWrapper .profile a[href*="login"]:not([href*="signOut"])::before {
    color: #db0000 !important;
}

#navigationUserWrapper .profile a[href*="signOut"]::before {
    color: #ffffff !important;
}

.page_search .submit button:after {
    background: #db0000 !important;
}

.page_search .submit button {
    color: #db0000 !important;
}

.pkp_navigation_search_wrapper a:focus {
    background: none !important;
}

.pkp_navigation_primary_row {
    background: #db0000 !important;
    padding-bottom: 10px !important;
    box-shadow: 0 5px 10px rgba(219, 0, 0, 0.3) !important;
    position: relative !important;
    z-index: 10 !important;
}

.pkp_navigation_primary>li>a {
    text-decoration: none !important;
}

.pkp_page_index .homepage_image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    margin-top: 25px !important;
    box-shadow: 0 5px 5px rgba(128, 0, 36, 0.3), 0 0px 10px rgba(128, 0, 128, 0.3) !important;
    border-radius: 8px !important;
}

.pkp_page_index .homepage_image {
    margin-top: -1px;
    margin-left: 3px;
    margin-right: 0px;
}

.pkp_page_index .homepage_about h2 {
    display: none !important;
}

.pkp_page_index .current_issue h2 {
    display: block !important;
    padding-bottom: 0rem !important;
    border-bottom: 1.5px solid #000000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: rgb(219, 0, 0) !important;
}

.pkp_page_index .additional_content {
    border-top: none !important;
}

.obj_article_details .row {
    margin-top: -6.857rem;
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    font-weight: 700 !important;
    color: rgb(0 0 0) !important;
}

.pkp_page_index .current_issue .read_more {
    color: #db0000 !important;
    text-transform: capitalize !important;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #000000 !important;
}

.pkp_site_name .is_img {
    width: 100% !important;
    height: 100% !important;
}

.pkp_site_name .is_img img {
    margin-top: unset !important;
    margin-bottom: unset !important;
    max-height: unset !important;
    width: 70% !important;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 20px !important;
    margin-left: 0px !important;
}

    .pkp_nav_list ul {
        background: #db0000 !important;
    }

#navigationPrimary li a:hover {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#navigationUserWrapper .profile:hover {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
    outline-offset: unset !important;
    text-shadow: none !important;
}

#navigationUserWrapper .profile a:hover {
    border: none !important;
    text-shadow: none
}

.page_index_journal {
    padding: 0px 18px !important;
}

.pkp_block {
    padding: 0.7rem !important;
}

p {
    text-align: justify !important;
}

.block_Keywordcloud .title {
    /* Menghilangkan gaya bawaan */
    color: #424242 !important; 
    border-bottom: none !important;
    text-decoration: none !important;

    /* Mengambil gaya dari source code Anda */
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;   
    justify-content: center !important;
    font-size: 15px !important;
    pointer-events: none !important;
    padding: 10px 20px !important;
    margin: 15px 32px 0px 20px !important;
    text-transform: capitalize !important;
}

#customblock-Flagcounter img {
  border: #000 solid 1px !important;
}

#wordcloud {
    border: #000 solid 1px !important;
    margin-top: 12px !important;
    margin-left: 20px !important;
    margin-right: 32px !important;
    margin-bottom: -5px !important;
    border-radius: 15px !important;
}

.obj_article_summary>.galleys_links a:hover {
    background-color: #000000 !important;
    text-decoration: none !important;
}
.obj_article_summary>.galleys_links a {
    color: #fff !important;
    background-color: #db0000 !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a {
    color: #fff !important;
    background-color: #db0000 !important;
}
.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
    background-color: #000000 !important;
}
.obj_galley_link {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.value.galleys_links li {
    width: 100% !important;
    display: block !important;
}

.obj_article_details .galleys_links li {
    margin-inline-end: unset !important;
}

.obj_galley_link:hover, .obj_galley_link:focus {
    background: #000000 !important;
}
.obj_galley_link {
    background-color: #db0000 !important;
}

#navigationPrimary>li>a {
    color: #ffffff !important;
    padding-bottom: 1px !important;
    border-bottom-width: 1px !important;
}

#navigationPrimary>li>a:hover {
    color: #ffffff !important;
}

#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #ffffff !important;
}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

a:focus {
    color: #000000 !important;
}

a {
    color: #db0000 !important;
    text-decoration: none !important;
}

li {
    text-align: justify !important;
}

#navigationPrimary li a, .pkp_navigation_search_wrapper a {
    font-family: Barlow !important;
}

html, body {
    background: none !important;
}

.obj_article_details .entry_details .label {
    text-transform: capitalize !important;
}

.pkp_page_editorialteam table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_editorialteam table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(1) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;  /* Sesuaikan ukuran ikon */
    height: 20px !important; /* Sesuaikan ukuran ikon */
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20E-mail.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(2) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Scopus.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(3) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Sinta.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(4) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Google%20Scholar.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(5) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20Clarivate.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_page_reviewer table tr:nth-child(6) td:first-child::before {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url('https://github.com/sakakuuuu/Project/blob/main/Icon%20ORCID%20ID.png?raw=true') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pkp_block .content p {
    line-height: 0.785rem !important;
}

.obj_article_details .authors .affiliation
 {
    font-size: .93rem !important;
    color: rgb(0, 0, 0) !important;
}

.btn-custom-sidebar:not(.btn-title, .btn-wa, .btn-sm)::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;

    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important; /* Memastikan lingkaran muncul */
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(23, 72, 65, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    content: "\f007"; /* Default ikon user, nanti ditimpa di bawah */
}

.btn-title{
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px;
    pointer-events: none;
    padding: 10px 20px !important;
}

.btn-wa, .btn-sm  {
    justify-content: center !important;
    color: #000000 !important;
    font-size: 16px;
    padding: 10px 20px !important;
}

.btn-title::before {
    display: none !important;
    content: none !important;
}

.block_custom_block a, 
.pkp_structure_sidebar a {
    font-size: 15px !important;    
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}
.sidebar-menu-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px 10px !important;
  }

.btn-custom-sidebar {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    border-radius: 25px !important;
    padding: 5px 9px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #424242 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0px -5px 15px #f9f9f9, 0px 3px 5px #00000090 !important;
    margin: -5px 22px -23px 10px !important;
}

.btn-custom-sidebar::before {
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #424242 !important;
    
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    box-shadow: inset 0px 2px 5px rgba(23, 72, 65, 0.2), 
                inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease !important;
}

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/editorialteam"]::before { content: "\f0c0"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/reviewers"]::before { content: "\f0e3"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/about/contact"]::before { content: "\f0e0"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/focusandscope"]::before { content: "\f002"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/peerreviewprocess"]::before { content: "\f0ec"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/publicationfrequency"]::before { content: "\f073"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/openaccessstatement"]::before { content: "\f09c"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/archivingpolicy"]::before { content: "\f187"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/publicationethics"]::before { content: "\f24e"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/depositpolicy"]::before { content: "\f0ee"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/authorguidlines"]::before { content: "\f15c"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/articlecharge"]::before { content: "\f09d"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/copyrightandlicense"]::before { content: "\f25e"; }

.btn-custom-sidebar[href*="https://journals.azzahramedianusantara.org/anjeli/plagiarismpolicy"]::before { content: "\f132"; }

.btn-custom-sidebar:hover {
    transform: translateY(2px) !important;
    box-shadow: 0px 0px 2px #f9f9f9, 0px -2px 2px #00000026 !important;
    color: #000000 !important;
}

.btn-custom-sidebar:hover::before {
    color: #000000 !important; 
}

.sidebar-picture-container {
    margin: 11px 32px -15px 20px !important;
}



/* 1. Menghilangkan padding & border bawaan OJS pada area footer */
.pkp_structure_footer_wrapper {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.pkp_structure_footer {
    max-width: 100% !important;
    padding: 0 !important;
    background: #ffffff !important;
}

/* 3. Membatasi isi konten tetap di tengah agar rapi */
.footer-content {
    max-width: 1100px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 20px !important;
}

/* 4. Styling Kolom */
.footer-col {
    flex: -1 !important;
    min-width: 200px !important;
    margin-bottom: 30px !important;
}

.footer-col h4 {
    color: #000000 !important; /* Ungu branding */
    font-size: 15px !important;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.footer-col ul {
    list-style: none !important;
    padding: 0 !important;
}

.footer-col ul li {
    margin-bottom: 10px !important;
}

.footer-col ul li a {
    text-decoration: none !important;
    color: #666 !important;
    transition: 0.3s !important;
}

.footer-col ul li a:hover {
    color: #000000 !important; /* Merah branding saat hover */
}

/* Container khusus di dalam footer-bottom */
.footer-bottom-container {
    display: flex !important;
    justify-content: space-between !important; /* Menendang teks ke kiri dan ikon ke kanan */
    align-items: center !important;
    max-width: 1060px !important; /* Sesuaikan dengan max-width footer Anda */
    margin: 0 auto !important;
    padding: 10px 0 !important;
}

/* Mengatur gaya ikon */
.footer-social-icons a {
    color: #666 !important; /* Warna ikon abu-abu */
    margin-left: 15px !important; /* Jarak antar ikon */
    font-size: 18px !important;
    transition: 0.3s !important;
    text-decoration: none !important;
}

/* Warna saat ikon disentuh (hover) */
.footer-social-icons a:hover {
    color: #000000 !important; /* Warna ungu branding Anda */
    transform: translateY(-3px) !important; /* Sedikit melompat ke atas */
}

/* Perbaikan untuk tampilan Mobile agar tidak berantakan */
@media (max-width: 768px) {
    .footer-bottom-container {
        flex-direction: column !important;
        text-align: center !important;
    }
    .footer-social-icons {
        margin-top: 10px !important;
    }
    .footer-social-icons a {
        margin: 0 10px !important;
    }
}


/* Container Utama Newsletter */
.newsletter-card {
    background-color: #db0000 !important; /* Warna biru sesuai gambar */
    border-radius: 20px !important;
    padding: 40px !important;
    max-width: 1060px !important;
    margin: 0 auto -60px auto !important; /* Margin bawah negatif agar melayang di atas footer */
    position: relative !important;
    z-index: 10 !important;
    color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(219, 0, 0, 0.1) !important;
}

.newsletter-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

.newsletter-image {
    flex: 1 !important;
    text-align: center !important;
}

.newsletter-image img {
    max-width: 100% !important;
    height: auto !important;
}

.newsletter-content {
    flex: 2 !important;
}

.newsletter-content h3 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}

.newsletter-content p {
    font-size: 14px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

/* Form Input & Button */
.subscribe-form {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 8px !important;
    border-radius: 50px !important;
    display: flex !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    margin-bottom: 15px !important;
}

.sub-input {
    background: transparent !important;
    border: none !important;
    padding: 10px 20px !important;
    flex: 1 !important;
    color: white !important;
    outline: none !important;
}

.sub-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sub-button {
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.sub-button:hover {
    background: #f0f0f0 !important;
}

.sub-note {
    font-size: 11px !important;
    opacity: 0.7 !important;
}

.sub-note a {
    color: white !important;
    text-decoration: underline !important;
}

/* Responsif Mobile */
@media (max-width: 768px) {
    .newsletter-flex {
        flex-direction: column !important;
        text-align: center !important;
    }
    .newsletter-card {
        margin: 0 15px -80px 15px !important;
        padding: 20px !important;
    }
}