body, body * {
    font-family: Montserrat, Arial;
}

.pkp_site_name img {
  display: block !important; 
  width: 100% !important; 
  max-width: 100% !important; 
  height: auto !important; 
  max-height: none !important;
}

.pkp_navigation_user, .pkp_navigation_user_wrapper { 
  background: transparent !important; 
} 

.pkp_navigation_user li a, .pkp_navigation_user li a:visited { 
  color: #0f3c87 !important; 
  background-color: #ecf6ff !important; 
  border: 1px solid #0f3c87 !important; 
  border-radius: 4px !important; 
  padding: 6px 10px !important; 
  text-decoration: none !important; 
  font-weight: 600 !important; 
} 

.pkp_navigation_user li a:hover { 
  color: #ffffff !important; 
  background-color: #0f3c87 !important; 
  text-decoration: none !important; 
}

.submission-tools {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Montserrat, Arial;
  border-bottom: 3px solid rgb(247, 188, 74);
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
}

.submit, .template {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    } 

    .template {
      margin-top: 20px;
      margin-bottom: 40px;
    }

    .submit img, .template img {
      border: 1px solid #ccc;
      border-radius: 4px;
      transition: box-shadow 0.13s;
    }

    .submit img:hover, .template img:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

.menu {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Montserrat, Arial;
  border-bottom: 3px solid rgb(247, 188, 74);
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  color: #0f3c87;
  background-color: #ecf6ff;
  border-radius: 4px;
  font-family: Montserrat, Arial;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.13s, color 0.13s;
  }

.button a:hover {
  background-color: #0f3c87;
  color: white;
}

.button a:active {
   opacity: 0.8;
}

.indexing-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Montserrat, Arial;
  border-bottom: 3px solid rgb(247, 188, 74);
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
}

.Indexing {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  }
.SINTA, .ISSN, .Google-Scholar, .Garuda, .Crossref, .Scilit, .Dimensions {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 10px;
  }

.SINTA img, .ISSN img, .Google-Scholar img, .Garuda img, .Crossref img, .Scilit img, .Dimensions img {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: box-shadow 0.13s;
  }

  .SINTA img:hover, .ISSN img:hover, .Google-Scholar img:hover, .Garuda img:hover, .Crossref img:hover, .Scilit img:hover, .Dimensions img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

.analytics-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.54);
  font-family: Montserrat, Arial;
  border-bottom: 3px solid rgb(247, 188, 74);
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
}

.Flag-Counter {
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.Stat-Counter {
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}