@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.pkp_site_name .is_img img{
  width: 175px;
  max-height: 99px; 
}
/*.pkp_brand_footer{
   display: none;
} */
.pkp_site_name_wrapper{
   background-color: #ffffff;
   padding: 0px;
}
.pkp_navigation_primary_row{
    background: #008280 !important;
}
#navigationPrimary>li>a{
    color: #fff;
}
#navigationPrimary>li>a:hover{
    color: #fff !important;
    border-color: #fff;
}
#navigationPrimary>li>a:focus{
    color: #fff !important;
    background-color: #ffffff00;
    border-color: #fff;
}
.pkp_navigation_search_wrapper{
    display: none;
}
.pkp_navigation_user>li>a{
  background-color: #008280;
}
.pkp_nav_list ul a{
   color: rgba(0,0,0,0.54);
}
.pkp_nav_list ul a:hover{
   color: #132738 !important;
}
.pkp_navigation_user>li>a{
  color: #fff;
}
.pkp_navigation_user_wrapper ul a:hover{
  color: #fff;
  border-color: #008280;
}
.pkp_navigation_user_wrapper ul a:focus{
    color: #fff;
    background-color: #008280;
    border-color: #008280;
}
.pkp_navigation_search_wrapper a{
  color: #185197;
}
.pkp_navigation_search_wrapper a:hover{
   color: #121d49;
   border-color: #121d49;
}
.cmp_breadcrumbs{
  font-weight: 600;
}
.cmp_breadcrumbs a{
  color: #008280;
}
.cmp_breadcrumbs a:hover{
  color: #121d49;
}
.custom_Title{
    font-size: 24px !important;
    color: #071a48;
    border-bottom: 2px solid #071a48;
    padding-bottom: 15px;
}
.OfferList{
    background: #f8f9fa;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 4px solid #373636;
    margin-top: 35px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
}
.OfferList li{
    margin-bottom: 10px;
}
.EICtable-container {
      overflow-x: auto;
    }
.EICtable-container table {
      width: 100%;
      border-collapse: collapse;
      background-color: #cfe2ff;
      font-size: 14px;
    }
.EICtable-container thead{
        border-bottom: 2px solid #000;
    }
.EICtable-container th, td {
      border: 1px solid #bacbe6;
      padding: 8px;
      text-align: left;
      vertical-align: middle;
    }
.EICtable-container th {
      font-weight: bold;
      font-family: 'Montserrat';
    }
    
.EBMtable-container {
      overflow-x: auto;
    }    
    
.EBMtable-container table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.EBMtable-container table thead {
  background-color: #00083b;
  font-family: 'Montserrat';
  border-bottom: 2px solid #000;
  color: #fff;
  text-align: left;
}

.EBMtable-container table tbody tr:nth-child(odd) {
  background-color: #f3fcff; 
}

.EBMtable-container table tbody tr:nth-child(even) {
  background-color: #fbfbfb; 
}

.EBMtable-container table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}    

/* From Uiverse.io by satyamchaudharydev */ 
#SubmissionBtn{
  --bg: #000b3b;
  --text-color: #fff;
  font-family: 'Montserrat';
  position: relative;
  width: 100%;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
  border-radius: 5px;
  opacity: 0.8;
  letter-spacing: 1px;
  box-shadow: #7c8dcf 0px 7px 2px, #000 0px 8px 5px;
}

#SubmissionBtn:hover {
  opacity: 1;
}

#SubmissionBtn:active {
  top: 4px;
  box-shadow: #7c8dcf 0px 3px 2px,#000 0px 3px 5px;
}

.icon-list .icon{
    font-size: 26px;
}

.doi_as{
    margin-top: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}


.doi_as img{
    width: 22px;
    margin-right: 7px;
}

/* Mobile Responsive */

@media screen and (max-width: 480px){
    .custom_Title{
        font-size: 22px !important;
    }
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link{
    line-height: 30px !important;
}
.obj_galley_link sup{
    margin-left: 3px !important;
}

.obj_galley_link sup i{
    margin-right: 3px !important;
}

.pkp_structure_footer_wrapper{
    border-bottom: none !important;
}

.pkp_structure_head{
   background-color: #fff;
}
.pkp_structure_page{
   max-width: 100%;
   margin: 0px;
}
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
   width: 100%;
}
.pkp_navigation_primary_wrapper ul{
    margin-left: 75px !important;
}

.pkp_page_login .pkp_structure_main{
   width: 1200px !important;
}


  /* â”€â”€ CARD â”€â”€ */
  .journal-card {
    background: #fff;
    margin-top: -40px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
 
  /* â•â• LEFT: Cover Image Only â•â• */
  .card-cover {
    flex-shrink: 0;
    width: 25%;
    display: flex;
    padding-left: 20px;
    align-items: center;
  }
  .card-cover img {
    display: block;
    width: 100%;
  }
 
  /* â•â• RIGHT: Content â•â• */
  .card-content {
    flex: 1;
    padding: 35px 22px 35px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }
 
  /* Meta bar */
  .meta-bar {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Inter';
    color: #333;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .meta-item { display: flex; align-items: center; gap: 3px; }
  .meta-label { font-weight: 700; color: #111; }
  .meta-divider {
    width: 1px; height: 15px;
    background: #ccc;
    margin: 0 14px;
  }
  .linkedin-btn {
  margin-left: auto;
  background: #0a66c2;
  border-radius: 5px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.15s;
}
  .linkedin-btn:hover { background: #0856a8; }
  .linkedin-btn svg { width: 18px; height: 18px; fill: #fff; }
 
  /* Title */
  .journal-title {
    font-size: 24px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    margin: 0px !important;
    color: #1a1a2e;
  }
 
  /* Description */
  .description {
    font-size: 15px;
    font-family: 'Inter', sans-serif !important;
    color: #444;
    margin: 0px !important;
    line-height: 1.72;
    text-align: justify;
  }
 
  /* Stats row */
  .stats-row {
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
  }
  .stat-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border-right: 1px solid #e6e6e6;
  }
  .stat-item:first-child { padding-left: 0; }
  .stat-item:last-child  { border-right: none; }
  .stat-icon {
    width: 36px; height: 36px;
    flex-shrink: 0;
  }
  .stat-icon img {
    width: 36px; height: 36px;
    object-fit: contain;
    display: block;
  }
  .stat-label {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    font-family: 'Inter';
    line-height: 1.2;
  }
  .stat-value {
    font-size: 14px;
    color: #666;
    font-family: 'Inter';
    margin-top: 1px;
  }
 
  /* Bottom row */
  .bottom-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    flex-wrap: wrap;
  }
  .editor-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 180px;
  }
  .editor-avatar {
    width: 55px; height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    flex-shrink: 0;
    display: block;
  }
  .editor-name  { font-size: 16px; font-weight: 700; color: #008280; margin-bottom: 1px; font-family: 'Inter';}
  .editor-role  { font-size: 14px; font-weight: 700; color: #222; line-height: 1.3; font-family: 'Inter'; margin: 3px 0px;}
  .editor-uni   { font-size: 13px; color: #666; line-height: 1.3; font-family: 'Inter';}
 
  .action-btns  { display: flex; gap: 10px; flex-shrink: 0; }
 
  .btn-submit {
  background: #008280;
  color: #fff;
  border: 1.5px solid #008280;
  border-radius: 5px;
  padding: 9px 16px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  display: flex; align-items: center; gap: 7px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
  .btn-submit:hover { background: #008280; color: #fff; }
  .btn-submit svg { width: 14px; height: 14px; flex-shrink: 0; }
 
  .btn-download {
  background: #008280;
  color: #fff;
  border-radius: 5px;
  padding: 9px 16px;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  display: flex; align-items: center; gap: 7px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s;
}
  .btn-download:hover { background: #008280; color: #fff;}
  .btn-download svg { width: 14px; height: 14px; flex-shrink: 0; }
 
  /* â”€â”€ RESPONSIVE â”€â”€ */
  @media (max-width: 680px) {
    .journal-card { flex-direction: column; margin-top: 20px;}
    .card-cover { width: 100%; height: 455px; padding-left: 0px;}
    .pkp_site_nav_toggle{background-color: #008280 !important;}
    .pkp_navigation_primary_wrapper ul{margin-left: 0px !important;}
    .stats-row { flex-wrap: wrap; gap: 6px; border: none; padding: 0; }
    .pkp_site_name .is_img img{width: 140px; max-height: auto; object-fit: cover;}
    .pkp_site_nav_menu{background: #008280;}
    .pkp_page_login .pkp_structure_main{width: auto !important;}
    .stat-item {
      flex: 0 0 calc(100% - 3px);
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0px;
      margin-bottom: 8px;
      padding: 8px 10px;
    }
    .stat-item:first-child { padding-left: 10px; }
    .description{font-size: 14px !important;}
    .journal-title { font-size: 22px !important; margin-top: 10px;}
    .meta-divider  { display: none; }
    .linkedin-btn  { margin-left: 0; }
    .action-btns   { width: 100%; margin: 10px 0;}
    .btn-submit, .btn-download { flex: 1; justify-content: center; }
  }
 
  @media (max-width: 400px) {
    .card-content  { padding: 12px; }
    .journal-title { font-size: 15px; }
    .description   { font-size: 12px; }
  }

.page_login{
   text-align: center;
   font-family: 'Inter';
}

.page_login .login{
  max-width: 23em;
  padding: 25px 20px 0px 20px;
  margin: 0px auto;
  text-align: left;
  background-color: #fbfbfb;
}

.page_login .cmp_form .label{
   margin-bottom: 8px;
}

.page_login .login input{
  width: 100%;
  max-width: 100%;
  height: 35px;
} 

.page_login .login #remember{
  width: auto !important;
  height: auto !important;
} 

.cmp_form .fields>div{
    padding-bottom: 20px;
}

.page_login .buttons .submit{
    background-color: #008280;
    color: #fff;
    padding: 0 2em;
    font-family: 'Inter';
    border: 1px solid #008280;
}