.hideAll { display: none; }
.pointer { cursor: pointer; }

.topbar {
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}

.logo {
  max-height: 40px;
}

.pageTitle {
  margin-top: 20px;
}

.divider {
  height: 1px;
  background: #ddd;
  margin: 12px 0 20px;
}

.box {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
}

.box:hover {
  background: #eee;
}

.input-pill {
  border-radius: 999px;
  padding: 10px 14px;
}

.pdfFrame {
  width: 100%;
  height: 70vh;
  border: 1px solid #ddd;
}

.back {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
}

.note {
  color: #666;
}


.footerLinks p{
  margin: 0 0 6px;
  color: #444;
}

.footerNote{
  margin-top: 12px;
  color: #777;
  font-size: 0.9rem;
}

.brand_logo img{
  height: 50px;
  width: auto;
}

html, body {
  height: 100%;
}

.pageWrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  text-align: center;
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}

.pdf-tags {
  margin-top: 1rem;
}

.tag {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.85rem;
  background: #eee;
  border-radius: 20px;
  cursor: default;
} 

.breadcrumbs {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #c00000;
}

.breadcrumbs span {
  opacity: 0.7;
}

.breadcrumbs a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb-sep {
  margin: 0 6px;
  opacity: 0.5;
} 

#breadcrumbs {
  color: rgb(0, 0, 0);
  font-size: 16px;
  padding: 8px 0;
  text-align: left; 
  padding-left: 11rem;
}