/* _content/CertificateValidation/Views/Shared/_Layout.cshtml.rz.scp.css */
*[b-h8bgi1ybfk] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html[b-h8bgi1ybfk], body[b-h8bgi1ybfk] {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.layout-container[b-h8bgi1ybfk] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.main-content[b-h8bgi1ybfk] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.top-navbar[b-h8bgi1ybfk] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #FCFDFD;;
  color: white;
  padding: 8px 24px 8px 24px;
  position: relative;
  border-bottom: 3px solid #CCD7E6;
}

@media (max-width: 768px) {
  .top-navbar[b-h8bgi1ybfk] {
    padding: 8px 12px 8px 12px;
  }
}



.top-navbar .nav-left[b-h8bgi1ybfk],
.top-navbar .nav-right[b-h8bgi1ybfk] {
  display: flex;
  align-items: center;
}

.page-title[b-h8bgi1ybfk] {
  font-size: 1.25rem;
  font-weight: 500;
}

.logout-link[b-h8bgi1ybfk] {
  margin-right: 1rem;
  color: white;
  text-decoration: none;
}

.logout-link:hover[b-h8bgi1ybfk] {
  text-decoration: underline;
}

.content-scroll[b-h8bgi1ybfk] {
  flex: 1;
  overflow-y: auto;
  padding: 0 0 68px 0;
  background-color: #FCFDFD;
  min-height: 0;
}

.nav-left[b-h8bgi1ybfk] {
  margin-left: auto;
}

.nav-center[b-h8bgi1ybfk] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-right[b-h8bgi1ybfk] {
  margin-left: auto;
}

.nav-logo[b-h8bgi1ybfk] {
  position: relative;
  width: 115.11px;
  height: 37px;
}

.content-wrapper[b-h8bgi1ybfk] {
  display: flex;
  flex: 1;
  overflow: visible;
  height: calc(100vh - 60px);
  padding: 0;
}

.main-content[b-h8bgi1ybfk] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  transition: all 0.3s ease;
  padding: 0;
  overflow: visible;
}

.content-background[b-h8bgi1ybfk] {
  background-color: #EFF3F6
}

.content-header[b-h8bgi1ybfk] {
  max-width: 720px;
  margin: 0 auto;
  font-family: 'Korb', sans-serif;
  padding-top: 12px;
  padding-left: 8px;
  padding-bottom: 8px;
  font-size: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-header button[b-h8bgi1ybfk] {
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  align-items: center;
}
