html,
body,
button,
input,
select,
textarea {
  font-family: "Manrope", sans-serif;
}

.w3-orange {
  color: #000 !important;
}

#portal-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

#portal-header-bar.w3-bar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 76px;
  padding: 0 12px;
  gap: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 4px 14px rgba(0, 0, 0, 0.08);
}

#portal-header-bar > .w3-bar-item {
  float: none;
}

#portal-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px 8px 4px;
  flex-shrink: 0;
}

#portal-header-actions.w3-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  padding: 0;
}

#portal-nav-collapse {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

#portal-nav-menu-btn {
  margin-left: auto;
}

.vzr-portal-field-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #777;
  line-height: 1.35;
  margin-bottom: 4px;
}

.vzr-portal-form-section {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.vzr-portal-form-section-title {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  line-height: 1.4;
  margin: 0 0 12px;
}

.vzr-preload-banner {
  margin-bottom: 12px;
}

#auth-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.vzr-auth-section .vzr-tx-table-section-body {
  box-sizing: border-box;
}

.vzr-auth-section--static .vzr-auth-section-header {
  cursor: default;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.vzr-auth-section--static .vzr-auth-section-header::before {
  display: none !important;
  content: "" !important;
}

.vzr-auth-section .vzr-tx-table-section-body input.w3-input {
  width: 100%;
  box-sizing: border-box;
}

.vzr-auth-form-actions {
  margin: 16px 0 0;
}

.vzr-auth-form-actions > * + * {
  margin-top: 8px;
}

.vzr-auth-primary-btn,
.vzr-auth-secondary-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.vzr-auth-secondary-btn {
  text-decoration: none;
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
}

.vzr-auth-secondary-btn:hover {
  background: #f5f5f5 !important;
}
