    /*Menghapus about jurnal*/

.about_journal {
  display : none;
}


.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #000;
}

.article-abstract{
	text-align: justify;
}

.navbar-default, .header_view {
background: url("https://journalpmresearch.com/images/Header-JPMR.png");
 background-size: cover; /* This will make the background cover the entire area */
  background-repeat: no-repeat; /* This will prevent the background from repeating */
  background-position: center; /* This will center the background image */
}


.journal_index {
  background-size: cover; /* This will make the background cover the entire area */
  background-repeat: no-repeat; /* This will prevent the background from repeating */
  background-position: center; /* This will center the background image */
}

.container {
        width: 97%;    
    }

.journal_index .site_logo {
    border: 1px transparent;
    background: transparent;
    border-radius: 10px;
    margin: 10px 0;
   
}

.submission-button {
font-weight: bold;
font-family: 'VinilaTest-Bold';

}

.reviewer-list{
font-size: 18px;
}

.submission-button-overlay .btn {
    
    color: white;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 45px;
}

.submission-button-overlay .btn:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.header {
    display: flex;

    align-items: flex-start
    gap: 30px; /* Adds space between the logo and the description */

} 


.header .new-section {
    display: flex;
    top: 25px !important;
    align-items: flex-start !important;
    gap: 30px; /* Jarak antar elemen di dalam .new-section */
}


.blank {
  gap: 100px;
}
.site_logo {
    flex-shrink: 0; /* Prevents the logo from shrinking */
}

.description {
    flex-grow: 1; /* Allows the description to take up the remaining space */


}

.journal_index h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 0px 15px;
    font-style: normal;
    color: rgb(0, 0, 0);
}

.additional_content {
    margin-top: 8px;
}

.issn-search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.issn-container {
    font-size: 16px;
    color: #333;
    margin-right: 20px; /* Adjust the gap between ISSN and Search bar */
}

.search-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 400px;
    
}

.search-input {
    border: none;
    outline: none;
    padding: 10px 15px;
    flex-grow: 1;
    border-radius: 50px 0 0 50px;
    font-size: 16px;
    color: #333;
    margin-right: 5px; /* Adds gap between input and button */
}

.search-button {
    background-color: #e93f37;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #e93f37;
}

.content{
    padding: 0px !important;
}

.media-list {
    display: flex;
     flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.media-list > div {
    flex-basis: 48%;
    flex-direction: row;
    justify-content: flex-start;
    width: 48%;
    min-height: 200px;
    padding: 10px;
}

.media-list-article {
    display: flex;
     flex-wrap: wrap;
   
    align-items: center;
}

.media-list-article > div {
    flex-basis: 25%;
    flex-direction: row;
    justify-content: flex-start;
    width: 48%;
    min-height: 200px;
    padding: 10px;
}

.navbar-header{
    position: -webkit-sticky; /* Untuk Safari */
    position: sticky;
    top: 0;
}

.media-list img {
    margin-right: 20px; /* Atur margin antara gambar dan teks */
    align-self: flex-start; /* Pastikan gambar sejajar di bagian atas */
    transform: translateY(-10px); /* Efek mengangkat saat hover */
}

.media-list h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.media-left img{
    max-width: 150px;
    transform: translateY(-10px); /* Efek mengangkat saat hover */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25); /* Bayangan lebih dalam saat hover */
    animation: fadeInText 1s ease both; 
}

.media:first-child{
    margin-top: 2em;
}

@media (min-width: 992px) {
    .col-md-8 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 70%;
    }
}

.pkp_block h2{
    font-size: 1.2em;
}



.call-for-paper-section {
    background: linear-gradient(135deg, #E0F3FA, #ffffff); /* Gradien latar belakang */
    padding: 20px;
    border-radius: 15px; /* Sudut lebih membulat */
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); /* Bayangan lebih halus */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transisi untuk hover */
}

.call-for-paper-section:hover {
    transform: translateY(-10px); /* Efek mengangkat saat hover */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25); /* Bayangan lebih dalam saat hover */
}

.call-for-paper-section .header {
    display: flex;
    align-items: center;
    gap: 20px; /* Jarak antara gambar dan teks */
}

.call-for-paper-section .image-container {
    flex: 1;
    max-width: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.call-for-paper-section .image-container img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.3s ease; /* Animasi pada gambar */
}

.call-for-paper-section .image-container img:hover {
    transform: scale(1.1); /* Zoom-in pada hover */
}

.call-for-paper-section .text-container {
    flex: 3;
    padding-left: 20px;
    animation: fadeInText 1s ease both; /* Animasi fade-in */
}

.call-for-paper-section .text-container h2 {
    font-size: 28px; /* Ukuran font lebih besar */
    margin: 0;
    color: #FF5F5F; /* Warna judul */
}

.call-for-paper-section .text-container h3 {
    font-size: 22px;
    margin-top: 10px;
    color: #333;
}

.call-for-paper-section .text-container p {
    font-size: 16px;
    color: #555; /* Warna teks lebih lembut */
    margin-top: 10px;
    line-height: 1.6; /* Jarak antar baris lebih lega */
}

.call-for-paper-section .timeline-container {
    margin-top: 20px;
    text-align: right;
}

.call-for-paper-section .timeline-container div {
    display: inline-block;
   
    padding: 12px 24px; /* Padding lebih besar */
    border-radius: 0px; /* Sudut lebih membulat */
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s ease; /* Transisi warna background */
}



.call-for-paper-section .more-info {
    text-align: center;
    margin-top: 20px;
}

.call-for-paper-section .more-info a {
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.call-for-paper-section .more-info a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #0033CC;
    transition: width 0.3s ease; /* Transisi underline */
    width: 0; /* Mulai dari 0 */
}

.call-for-paper-section .more-info a:hover::after {
    width: 100%; /* Underline penuh saat hover */
}

@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-container {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline-item {
    width: 160px;
    height: 70px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%);
}

.more-info {
    margin-top: 10px;
}

.more-info a {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        gap: 15px; /* Mengurangi jarak pada layar kecil */
    }
}

@media (max-width: 768px) {
.profile-container-horizon {
        flex-direction: column;
        align-items: center; /* Centers content vertically */
        margin-top: 10px;
        margin-bottom: 10px;
    }

}
.img-responsive {
    transform: translateY(-10px); /* Efek mengangkat saat hover */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25); /* Bayangan lebih dalam saat hover */

}

@font-face {
    font-family: 'VinilaTest-Bold';
    src: url('/fonts/VinilaTest-Bold.otf') format('opentype');
    
}

@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('/fonts/GlacialIndifference-Regular.otf') format('opentype');
    
}

.additional_content {
     font-family: GlacialIndifference-Regular; 
     font-size: 1.2em;
    
}

.description {
     font-family: GlacialIndifference-Regular; 
     font-size: 1.2em;
    
}



body {
   
    color: #333; /* Text color */
    background-color: #f7f7f7; /* Light background color */
}

.editorial-board  {
    background-color: #fff; /* White background */
    padding: 20px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    margin-bottom: 30px;
    text-align: center;
}

 .reviewers {
    background-color: #fff; /* White background */
    padding: 20px;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    margin-bottom: 30px;
}


h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #000; /* Darker heading color */
}

.editor-section, .reviewer-section {
    padding-left: 20px; /* Indent the content */
    margin-left: 10px; /* Ensure it aligns well with the heading */
    border-left: 3px solid black; /* Thick left border */
}

h3 {
    font-size: 1.2em; /* Slightly larger than the paragraph text */
    margin-bottom: 10px;
    color: #000; /* Dark color for subheadings */
}

p {
    font-size: 14px;
    margin: 5px 0; /* Add vertical spacing between paragraphs */
   
}

.additional_content p {
    font-size: 16px;
    margin: 5px 0; /* Add vertical spacing between paragraphs */
   
}

#main-navigation li a {
    font-size: 1.2em;
}

.app__header {
    background: #0492C2 !important;
}


.navbar-nav {
  display: flex;
  flex-direction: row !important;
  list-style-type: none;
}

.navbar-nav li {
  margin-right: 20px;
}

.navbar-nav a {
  text-decoration: none;
  color: #000;
}

.list-group, .pkp_block ul {
    font-size: 14px !important;
}

.carousel-indicators .active {
    margin: 0;
    width: 0px;
    height: 0px;
    background-color: #000;
}

.carousel-indicators li {
    border: 0px solid #000;
}

.profile {
    border-radius: 50%;
    text-align: center;
    width: 180px;
    height: 180px;
    border: 1px solid red;
   
}

.profile img {
    width: 100%;
    height: auto;
}

.profile-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.reviewer-list {
    padding-left: 20px;
    border-left: 2px solid black;
}

.reviewer-list p {
    margin: 5px 0;
}

/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 400px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.modal-text h3 {
    margin: 10px 0;
}

.modal-text p {
    margin: 5px 0;
}

.social-link {
    margin-top: 15px;
}

.social-link img {
    width: 24px;
    height: 24px;
}


.content-login {
    padding: 5px;
}


.citation-edit {
    margin-top: 12px;
    font-size: 16px;
}


   .profile-container-horizon {
        display: flex;
        justify-content: space-around; /* Ensures profiles are evenly spaced */
        align-items: center; /* Centers content vertically */
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .panel-default>.panel-heading, .pkp_block .title {
    color: #fff;
    background-color: #e93f37;
    border-color: #ddd;
}

.footer[role="contentinfo"] {
    background: url("https://journalpmresearch.com/images/Footer-JPMR.png");

}


.col-md-8  {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(166, 166, 166, 0.35);
    -moz-box-shadow: 4px 4px 5px -3px rgba(166, 166, 166, 0.35);
    box-shadow: 4px 4px 5px -3px rgba(166, 166, 166, 0.35);
    background: white;
    padding: 20px;
}

.pkp_page_index .journal-description, .pkp_page_index .additional_content {
     margin-top: 0px; 
    margin-bottom: 2em;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Warna latar belakang lingkaran */
  border-radius: 50%; /* Membuat lingkaran */
  padding: 15px; /* Memberikan ruang di sekitar ikon */
  color: white; /* Warna ikon */
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
}

.carousel-control-prev {
  left: 10px; /* Jarak dari kiri */
}

.carousel-control-next {
  left: 97%; /* Jarak dari kanan */
}

i.fas {
  font-size: 20px; /* Ukuran ikon */
}

/* Desktop View */
#nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav.navbar-nav {
    display: flex;
    gap: 5px;
}

.pull-md-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Mobile View */
@media (max-width: 768px) {
    #nav-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        width: 100%; /* Batasi lebar menu sesuai layar */
        box-sizing: border-box;
        
    }

    .navbar-collapse {
        display: none; /* Sembunyikan menu awalnya */
        width: 100%;
        max-height: 300px; /* Batasi tinggi maksimal */
        overflow-y: auto; /* Aktifkan scroll secara vertikal */
        box-sizing: border-box;
    }

    /* Tampilkan menu saat aktif */
    .navbar-collapse.active {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-height: 300px; /* Tinggi maksimal menu saat terbuka */
        overflow-y: auto; /* Scroll hanya jika konten lebih tinggi */
        padding: 10px;
        background-color: #fff; /* Warna latar belakang */
        border: 1px solid #ddd; /* Border untuk estetika */
        box-sizing: border-box;
    }

    .menu-toggle {
        display: inline-block;
        cursor: pointer;
        margin-bottom: 10px; /* Jarak di bawah toggle */
    }

    .nav.navbar-nav > li {
        width: 100%; /* Setiap item menu mengisi lebar layar */
    }

    .nav.navbar-nav > li > a {
        display: block;
        padding: 10px; /* Ruang untuk aksesibilitas */
        text-align: left;
        box-sizing: border-box;
    }

    .search-form {
        width: 100%;
        margin-top: 10px;
    }
}


.white-paper-container {
    padding: 20px;
    text-align: justify;
    font-family: Arial, sans-serif;
}

.white-paper-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    flex-direction: row;
    gap: 20px;
}

.white-paper-image {
    width: 20%;
    max-width: 100%;
    height: auto;
    margin-right: 20px;
}

.white-paper-content h3 {
    color: #333;
    font-weight: bold;
}

.white-paper-content p {
    color: #999;
    margin: 5px 0;
}

.download-btn {
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .white-paper-item {
        flex-direction: column;
        align-items: center;
    }
    .white-paper-image {
        order: -1; /* Mengatur gambar agar berada di paling atas */
        width: 100%;
        margin-bottom: 10px;
    }
}




.agile-container {
    max-width: 800px;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    text-align: justify;
}

.agile-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.agile-header img {
    width: 40%;
    margin-right: 20px;
    border-radius: 4px;
}

.agile-content h1 {
    font-size: 24px;
    margin: 0;
    color: #333;
}

.agile-content p {
    margin: 20px 0;
    color: #555;
    line-height: 1.6;
     TEXT-ALIGN: JUSTIFY;
}

.agile-citation {
    font-style: italic;
    color: #777;
}

.agile-download-section {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.agile-download-section select, .agile-download-section button {
    padding: 10px;
    font-size: 16px;
    margin-right: 10px;
}

.agile-download-button {
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.agile-download-button:hover {
    background-color: #004494;
}

.container-submission {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      max-width: 1000px;
    }
    .card {
      padding: 20px;
      border-radius: 8px;
      background-color: #fff;
      text-align: justify;
    }
    .card h2 {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #333;
    }
    .card p {
      font-size: 0.95em;
      line-height: 1.6;
      color: #555;
      margin-bottom: 15px;
    }
    .card a {
      color: #3c8dc0;
      text-decoration: none;
      font-weight: bold;
    }
    .card a:hover {
      text-decoration: underline;
    }
    .card .button {
      display: inline-block;
      background-color: #3c8dc0;
      color: #fff;
      text-decoration: none;
      padding: 10px 15px;
      border-radius: 25px;
      cursor: pointer;
      font-size: 0.9em;
      font-weight: bold;
    }
    .card button:hover {
      background-color: #0056b3;
    }
.table-pricing {
            width: 50%;
            border-collapse: collapse;
            
            
            font-family: Arial, sans-serif;
        }
        .table-pricing th, .table-pricing td {
            border: 1px solid black;
            padding: 10px;

        }
        .table-pricing th {
            background-color: white;
            color: black;
            text-align: center;
        }
        .table-pricing td {
            color: black;
        }



        .contact-info {
            
            font-size: 14px;
            color: #555;
            padding: 10px;
        }

