.pkp_site_name .is_img img{
  width: 300px;
  max-height: 99px; 
}
/*.pkp_brand_footer{
   display: none;
} */
.pkp_site_name_wrapper{
   background-color: #ededed;
}
.pkp_navigation_user>li>a{
  background-color: #121d49;
}
.pkp_nav_list ul a{
   color: rgba(0,0,0,0.54);
}
.pkp_nav_list ul a:hover{
   color: #132738 !important;
}
.pkp_navigation_user_wrapper ul a:hover{
  color: #edb649;
  border-color: #121d49;
}
.pkp_navigation_user_wrapper ul a:focus{
    color: #edb649;
    background-color: #121d49;
    border-color: #000;
}
.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: #121d49;
}
.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;
}


















