/* Container padding */
 /*.container-fluid {
    padding-left: 10%;
    padding-right: 10%;
  } */

/* Top Bar Container */
.top-bar {
    background-color: #0739a6; /* light yellow */
    color: white;
    padding: 5px 15px;
}

/* Social Icons */
.top-bar .top-bar-link {
    color: white;
    margin-right: 15px;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar .top-bar-link:hover {
    color: #45937a; /* Orange hover */
}

/* User Links */
.top-bar-menu {
    margin: 0; /* Remove default margins */
    padding: 0;
}

.top-bar-menu li {
    display: inline; /* Ensure horizontal alignment */
    margin-left: 15px;
}

.top-bar-menu a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.top-bar-menu a:hover {
    color: white;
}




/* Custom Logo Styling */
.navbar-brand-logo img {
    max-height: 60px; /* Adjust the height of the logo */
    width: auto; /* Maintain the aspect ratio */
    margin-top: -5px; /* Adjust vertical alignment if needed */
}


/* old css */
/* Aout the journal */
.journal-about {
  background-color: aliceblue;
  padding: 2rem;
  border-top: 1px solid #93c853; /* This adds a golden yellow border at the bottom */
  margin-bottom: 3rem;
}

.yellow-text {
  color: #93c854; /* Bright yellow */
}

/* Editor in homepage */

.journal-editor {
  margin-bottom: 2rem;
}


/* Just accepted articles */

.container-asap {
  background-color: #F7F7F7;
  padding: 2rem;
  margin-bottom: 3rem;
}

.asap {
  border-top: 4px solid #93c853;
  background-color: #fff;
  padding: 2rem;
  height: 40rem;
}

.asap-text {
  color: #30B0D5; /* Changes the text color */
  font-weight: bold; /* Makes the text bold */
  padding: 0 5px; /* Adds some space around the text */
  border-radius: 5px; /* Rounds the corners of the background */
  font-size: 20px;
}

.asap-height {
  height: auto; /* Set your desired height */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 10px;
}



/* Journal info */
.journal-info {
  padding: 2rem;
  background-color: #f0f8ff;
  margin-top: 1rem;
  margin-bottom: -3rem;
  border-top: 4px solid rgb(147, 200, 83); /* This adds a golden yellow border at the bottom */
}


.custom-footer {
  background-color: #51acd7;
}

.container-about {
  background-color: #51acd7;
}

.custom-button {
  background-color: #51acd7;
  color: #fff; /* adjust as needed */
  border-radius: 0%;
}

.navbar-brand-logo img {
  width: 150px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
}

/* The CSS for Aticle TOC */

.container-articles {
  margin-bottom: 2rem;
}

/* Prof RIjal Homepage */
.vertical-center {
  display: flex;
  align-items: center;
}

.download {
  margin-top: 2rem;
}



/*button-custom*/

  .custom-btn {
    background-color: #30B0D5; /* This is a dark red color, you can change it to match the exact color you want */
    border-radius: 30px; /* This gives the button rounded corners */
    border: none; /* Removes the default border */
    color: white; /* Sets the text color to white */
    padding: 10px 20px; /* Adjusts the padding to make the button taller and wider */
    text-align: center; /* Centers the text in the button */
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow to the button for depth */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }

  .custom-btn-green {
    background-color: #93c854; /* This is a dark red color, you can change it to match the exact color you want */
    border-radius: 30px; /* This gives the button rounded corners */
    border: none; /* Removes the default border */
    color: white; /* Sets the text color to white */
    padding: 10px 20px; /* Adjusts the padding to make the button taller and wider */
    text-align: center; /* Centers the text in the button */
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow to the button for depth */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }

  .custom-btn-green:hover {
    background-color: #68b011; /* Slightly lighter red color on hover */
    color: white; /* Sets the text color to white */
  }

  .custom-btn-header {
    background-color: #93c854; /* This is a dark red color, you can change it to match the exact color you want */
    border-radius: 30px; /* This gives the button rounded corners */
    border: none; /* Removes the default border */
    color: white; /* Sets the text color to white */
    padding: 8px 20px; /* Adjusts the padding to make the button taller and wider */
    text-align: center; /* Centers the text in the button */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }


  
  .search-form {
      border-radius: 30px;
  }

  .custom-btn-header:hover {
    background-color: #68b011; /* Slightly lighter red color on hover */
    color: white; /* Sets the text color to white */
  }



  .custom-btn:hover {
    background-color: #1f93b3; /* Slightly lighter red color on hover */
    color: white; /* Sets the text color to white */
  }


  


  
  /* Publication ethic CSS */

  .ethic h2 {
    color: #30B0D5;
    font-size: 20px; /* Adjust the size for <h2> elements within .ethics */
  }

  .ethic h3 {
    font-size: 16px; /* Adjust the size for <h3> elements within .ethics */
  }


  .rounded-search-input {
    border-radius: 30px; /* Adjust as needed to match your design */
    border: 1px solid #cccccc; /* Light gray border */
  }



  a:hover {
    text-decoration: none;
  }



/* CSS for header background */

.header-new {
  background-color: #0739A6;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  
}


/* The editor border circle */
.media-object.img-circle {
  border: 2px solid #93c853;
}

.footer {
  border-top: 1px solid #93c853; /* This adds a golden yellow border at the bottom */
}

h3 {
  padding-top: 1px;
  margin-top: 1px;
}

.container-articles h3 {
  margin-top: 0; /* Adjust this value to reduce the top margin */
  padding-top: 0; /* Adjust this value to reduce the top padding */
  border-bottom: 0;
}

/* CSS for the article details page */


.author {
  /* Add your styles here */
  margin-right: 5px; /* Adjust spacing as needed */
}

.orcid-link {
  /* Add your styles here */
  text-decoration: none; /* Removes the underline from links */
}

.orcid-icon {
  /* Add your styles here */
  width: 16px; /* Adjust icon size as needed */
  height: auto;
  vertical-align: middle; /* Aligns icon with the text */
}



/* Change the default font color for menu items */
.navbar-nav > li > a {
    color: #ffffff !important; /* Replace #333 with your desired color */
}

/* Change the color on hover */
.navbar-nav > li > a:hover {
    color: #0056b3 !important; /* Replace #0056b3 with hover color */
}

/* Change the color of the submit button in the navbar */

.btn-success {
    background-color: #30B0D5; /* Green color */
    border-color: #fff;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-success:hover {
    background-color: #0056b3; /* Darker blue */
    border-color: #FFF;
}

/* Footer */

.footer {
    background-color: #044788; /* Dark blue background */
    color: #ffffff; /* White text */
    font-size: 14px;
    padding: 30px 15px;
    margin-top: 30px;
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 0; /* Adjust as needed */
    margin-top: 0; /* Adjust as needed */
}

.footer a {
    color: #b3d9ff; /* Light blue for links */
    text-decoration: none;
}

.footer a:hover {
    color: #66b2ff; /* Slightly brighter blue on hover */
}

.footer p {
    margin-bottom: 10px;
}

.footer .fas {
    margin-right: 8px; /* Space between icons and text */
}

.footer .mb-3 {
    margin-bottom: 15px;
}

.footer .social-icons i {
    font-size: 18px;
    margin-right: 15px;
    color: #b3d9ff;
}

.footer .social-icons i:hover {
    color: #66b2ff;
}

.footer img {
    max-width: 300px; /* Adjust the maximum width of the logo */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 15px; /* Add space below the logo */
}

/* Search Form container */
.topSearch {
    float: right; /* Aligns the form to the right */
    position: relative; /* For positioning the button */
    display: flex; /* Enables inline alignment of elements */
    align-items: center; /* Centers items vertically */
    background: #fff; /* Light cream background */
    border-radius: 25px; /* Rounded corners */
}

/* Input field */
.topSearch input {
    flex: 1; /* Input field takes up remaining space */
    border: none; /* Remove default border */
    background-color: #fff; /* Match form background */
    outline: none; /* Remove focus outline */
    font-size: 13px; /* Font size */
    color: #333; /* Text color */
}

/* Search button */
.topSearch button {
    width: 40px; /* Fixed width for the button */
    height: 30px; /* Fixed height */
    font-size: 14px; /* Font size for icon */
    background: none; /* Transparent background */
    border: none; /* Remove border */
    cursor: pointer; /* Pointer cursor */
    margin-left: 5px; /* Space between input and button */
    border-left: 1px solid #d2cdc2; /* Divider line between input and button */
}

.topSearch button[type="submit"] i {
    color: #333; /* Icon color */
}

/* Hover effect for button */
.topSearch button[type="submit"]:hover i {
    color: #007bff; /* Blue color on hover */
}

/* Remove outline on focus */
.topSearch input:focus,
.topSearch button:focus {
    outline: none; /* Remove default outline */
    border: none;
    box-shadow: none;
}

/* Tambahkan jarak antara tombol Submit dan search bar */
.navbar-form .btn-success {
    margin-right: 10px; /* Memberikan jarak 10px antara tombol Submit dan search bar */
}




/* CSS untuk current issue */
.latest-issues {
    margin-top: 30px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.issue-card .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.issue-card .card:hover {
    transform: scale(1.05);
}

.card-header {
    background-color: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.card-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.card-title a:hover {
    color: #007bff;
    text-decoration: underline;
}

.card-body {
    padding: 15px;
}

.card-body .card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.card-body .btn-primary {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
}

/* CSS untuk article-summary */

.media-left .media-object {
    width: 200px !important; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
}


/* Download Stat */
.article-stats {
    margin-bottom: 10px; /* Adjust the value as needed */
}

.article-stats-col {
    margin-bottom: 10px;
}


/**/CSS button
.btn-custom {
    background-color: #f3f3f3 !important;
    color: #1976d2 !important;
    border: 0.01px solid #1976d2 !important;
    font-weight: 400;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1em;
}
.btn-custom:hover, .btn-custom:focus {
    background-color: #1976d2 !important;
    color: #fff !important;
    text-decoration: none;
}
.btn-custom .fa {
    font-size: 1em;
}












