/* File: a1_portal/assets/css/login.css | Generated: Mon Dec 22 10:43:52 PST 2025 */
:root {
  --pink-50: #fde7f2; /* soft pink tint for airy backgrounds */
  --pink-100: #fbd5e7; /* light pink tint for accents */
  --pink-200: #f6c5df; /* richer pink tint for glow layers */
  --lavender-100: #f0e8ff; /* light lavender wash */
  --lavender-200: #e2d8ff; /* deeper lavender wash */
  --purple-600: #7a3bb2; /* primary purple for accents */
  --purple-700: #5d2d89; /* deeper purple for text */
  --accent-start: #e6dcff; /* button gradient start */
  --accent-mid: #cbb9ff; /* button gradient mid */
  --accent-end: #b595ff; /* button gradient end */
  --accent-hover-start: #b595ff; /* hover gradient start */
  --accent-hover-mid: #cbb9ff; /* hover gradient mid */
  --accent-hover-end: #e6dcff; /* hover gradient end */
  --accent-hover: #c3a7ff; /* single-color hover fallback */
  --text-900: #25142c; /* primary text */
  --text-700: #4d3a57; /* secondary text */
  --border: rgba(245, 178, 212, 0.45); /* soft pink card border */
  --card-bg: rgba(255, 255, 255, 0.9); /* card surface */
  --shadow-soft: 0 16px 50px rgba(213, 150, 200, 0.18); /* soft card shadow */
  --shadow-strong: 0 30px 80px rgba(213, 150, 200, 0.32); /* hover card shadow */
  --pink-border: #f5b2d4; /* pastel pink outline */
  --pink-shadow: rgba(245, 178, 212, 0.35); /* button glow */
  --pink-shadow-strong: rgba(245, 178, 212, 0.55); /* stronger button glow */
  --shell-max-width: 1100px; /* shared max width for page shell + inner content */
}

body {
  font-family: 'Manrope', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  color: var(--text-900);
  background: radial-gradient(circle at 20% 20%, rgba(236, 232, 255, 0.82), rgba(251, 249, 255, 0.95)),
    linear-gradient(135deg, #faf7ff 0%, #f0e9ff 45%, #fcfaff 100%);
  position: relative;
  min-height: 100vh;
}

body::before,
body::after {
  content: '';
  position: fixed;
  filter: blur(50px);
  opacity: 0.7;
  z-index: -2;
}

body::before {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(221, 208, 255, 0.55), rgba(245, 240, 255, 0));
  top: 10%;
  left: -10%;
}

body::after {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(210, 193, 255, 0.6), rgba(236, 226, 255, 0));
  bottom: -12%;
  right: -8%;
}

.authentication-wrapper,
.customers-login-wrapper,
.auth-wrapper,
body .login-wrapper,
body .authentication {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 20px;
  position: relative;
  overflow: hidden;
}

.authentication-wrapper::before,
.customers-login-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.65), transparent 35%),
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.35), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 45%);
  z-index: 0;
}

.authentication-wrapper > *,
.customers-login-wrapper > *,
.auth-wrapper > * {
  position: relative;
  z-index: 1;
}

.card,
.auth-card {
  border: 1px solid var(--border);
  background: var(--card-bg);
  box-shadow: var(--shadow-soft);
  border-radius: 24px;
  overflow: hidden;
}

.card:hover,
.auth-card:hover {
  box-shadow: var(--shadow-strong);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  transform: translateY(-3px);
}

.card-body,
.auth-card .card-body {
  padding: 24px;
}

.a1-page-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: var(--shell-max-width);
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.a1-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 25px rgba(92, 37, 133, 0.14);
  width: 100%;
  max-width: var(--shell-max-width);
}

.a1-mac-bar {
  width: 100%;
  max-width: var(--shell-max-width);
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(122, 59, 178, 0.2);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 20px rgba(92, 37, 133, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  backdrop-filter: blur(16px);
  margin-top: 28px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
}

.a1-admin-hero {
  width: 100%;
  max-width: var(--shell-max-width);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 6px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.a1-admin-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: clamp(32px, 6vw, 54px);
  letter-spacing: 0.08em;
  color: var(--purple-700);
  background: transparent;
  text-decoration: none;
}

.a1-admin-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
}

/* Remove default logo background treatments from auth templates */
.a1-admin-hero,
.a1-admin-logo,
.a1-admin-logo img,
.a1-header-logo,
.a1-header-logo img,
.authentication-form-wrapper .text-center,
.authentication-form-wrapper .tw-text-center,
.authentication-form-wrapper .text-center a,
.authentication-form-wrapper .tw-text-center a,
.authentication-form-wrapper .text-center img,
.authentication-form-wrapper .tw-text-center img,
.login-logo,
.login-logo a,
.login-logo img,
.logo,
.logo a,
.logo img,
.brand,
.brand a,
.brand img {
  background: transparent !important;
  box-shadow: none !important;
}

.a1-page-shell #content {
  width: 100%;
  max-width: var(--shell-max-width);
  margin: 0 auto;
}

.a1-page-shell #content > .container {
  width: 100%;
  max-width: var(--shell-max-width);
  margin: 0 auto;
}

.a1-mac-control-centre {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.2vw, 10px);
  padding: clamp(4px, 1vw, 6px) clamp(8px, 1.5vw, 12px);
  border-radius: 999px;
  background: rgba(122, 59, 178, 0.07);
  border: 1px solid rgba(122, 59, 178, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  flex-wrap: nowrap;
}

.a1-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 2px solid var(--pink-border);
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: var(--text-900);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 10px 22px var(--pink-shadow);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.a1-nav-toggle:hover,
.a1-nav-toggle:active {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px var(--pink-shadow-strong);
  background: linear-gradient(135deg, var(--accent-hover-start) 0%, var(--accent-hover-mid) 60%, var(--accent-hover-end) 100%);
}

.a1-nav-toggle:focus-visible {
  outline: 2px solid rgba(122, 59, 178, 0.45);
  outline-offset: 2px;
}

.a1-nav-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.a1-nav-toggle__line {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--text-900);
}

.a1-mac-bar,
.a1-header {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a1-mac-bar:hover,
.a1-header:hover {
  transform: translateY(-2px);
}

.a1-header-logo {
  font-weight: 800;
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0.04em;
  color: var(--purple-700);
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.2vw, 8px);
  background: transparent;
  text-decoration: none;
}

.a1-header-logo img {
  height: clamp(32px, 6vw, 48px);
  width: auto;
  background: transparent;
}

.a1-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.a1-nav .a1-nav-link,
.a1-nav .a1-nav-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  text-align: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 2px solid var(--pink-border);
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: var(--text-900);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 22px var(--pink-shadow);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.a1-nav .a1-nav-link:hover,
.a1-nav .a1-nav-link:active {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px var(--pink-shadow-strong);
  background: linear-gradient(135deg, var(--accent-hover-start) 0%, var(--accent-hover-mid) 60%, var(--accent-hover-end) 100%);
}

.a1-nav .a1-nav-link:focus-visible {
  outline: 2px solid rgba(122, 59, 178, 0.45);
  outline-offset: 2px;
}

.a1-nav .a1-nav-link.primary {
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: #fff;
  border: 2px solid var(--pink-border);
  box-shadow: 0 12px 26px var(--pink-shadow);
}

.a1-nav .a1-nav-link.primary:hover,
.a1-nav .a1-nav-link.primary:active {
  box-shadow: 0 20px 36px var(--pink-shadow-strong);
  background: linear-gradient(135deg, var(--accent-hover-start) 0%, var(--accent-hover-mid) 60%, var(--accent-hover-end) 100%);
}

.a1-nav .a1-nav-link.active {
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: #fff;
  border: 2px solid var(--pink-border);
  box-shadow: 0 14px 30px var(--pink-shadow);
}

.a1-nav .a1-nav-link.primary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

/* Affiliate layout wrappers and spacing */
.a1-affiliate-page .a1-affiliate-shell {
  max-width: var(--shell-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  float: none;
}

/* Constrain the content wrapper to match shell width */
.a1-affiliate-page #content {
  width: 100%;
  max-width: var(--shell-max-width);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* Strip native container/row gutter padding inside the affiliate shell */
.a1-affiliate-page .a1-affiliate-shell .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.a1-affiliate-page .a1-affiliate-shell .row {
  margin-left: 0;
  margin-right: 0;
}

.a1-affiliate-page .a1-affiliate-shell .row > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

/* Center inner page sections within the shell */
.a1-affiliate-page .a1-page-shell,
.a1-affiliate-page .a1-header,
.a1-affiliate-page .a1-mac-bar,
.a1-affiliate-page .a1-form-shell,
.a1-affiliate-page #content {
  margin-left: auto;
  margin-right: auto;
}

/* Affiliate hero/jumbotron card sizing and styling */
.a1-affiliate-page .a1-affiliate-shell .jumbotron {
  width: 100%;
  max-width: var(--shell-max-width);
  margin: 0 auto;
  padding: 26px 26px 24px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 25px rgba(92, 37, 133, 0.14);
}

.a1-affiliate-page .a1-affiliate-shell .jumbotron > * {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Affiliate form shell spacing */
.a1-affiliate-page .a1-form-shell {
  padding: 26px clamp(18px, 3vw, 26px) 24px;
  margin-left: auto;
  margin-right: auto;
}

/* Hide native headers/navbars on login/register screens to avoid double headers */
body[class*='login'] nav.header,
body[class*='login'] nav.navbar,
body[class*='login'] nav.navbar-default,
body[class*='register'] nav.header,
body[class*='register'] nav.navbar,
body[class*='register'] nav.navbar-default,
body.login_admin nav.header,
body.login_admin nav.navbar,
body.login_admin nav.navbar-default,
body.customers_login nav.header,
body.customers_login nav.navbar,
body.customers_login nav.navbar-default,
body.client nav.header,
body.client nav.navbar,
body.client nav.navbar-default,
body.customer nav.header,
body.customer nav.navbar,
body.customer nav.navbar-default,
body.tenant nav.header,
body.tenant nav.navbar,
body.tenant nav.navbar-default {
  display: none !important;
}

/* Keep portal navigation visible on verification page */
body.verification nav.header,
body.verification nav.navbar,
body.verification nav.navbar-default,
body[class*='verification'] nav.header,
body[class*='verification'] nav.navbar,
body[class*='verification'] nav.navbar-default {
  display: block !important;
}

.a1-login-grid {
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(360px, 480px);
  gap: 24px;
  align-items: stretch;
}

@media (max-width: 720px) {
  .a1-login-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 960px) {
  .a1-mac-bar {
    flex-direction: row;
    align-items: center;
  }

  .a1-mac-control-centre {
    width: fit-content;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    position: relative;
  }

  .a1-mac-control-centre .a1-nav {
    width: min(80vw, 360px);
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(92, 37, 133, 0.2);
    backdrop-filter: blur(12px);
    gap: 8px;
  }

  .a1-mac-bar--open .a1-nav {
    display: flex;
  }

  .a1-mac-bar--open .a1-mac-control-centre {
    width: fit-content;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .a1-nav-toggle {
    display: inline-flex;
  }

  .a1-mac-control-centre .a1-nav .a1-nav-link,
  .a1-mac-control-centre .a1-nav .a1-nav-link:visited {
    width: 100%;
    min-width: 0;
    padding: 8px 12px;
    font-size: 14px;
    justify-content: flex-start;
  }
}


.a1-login-card {
  max-width: 1100px;
}

.a1-form-shell {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 26px 26px 24px;
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  width: 100%;
  max-width: var(--shell-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.a1-form-shell h3,
.a1-form-shell h4 {
  margin: 0 0 10px;
  color: var(--text-900);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 20px;
}

.a1-form-shell .eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--purple-700);
  font-weight: 700;
  margin-bottom: 8px;
}

.a1-form-shell .subtext {
  color: var(--text-700);
  margin-bottom: 18px;
}

.a1-form-shell form {
  margin-top: 10px;
}

.a1-form-shell .form-group,
.a1-form-shell .mbot15,
.a1-form-shell .form-group input,
.a1-form-shell .input-group {
  width: 100%;
}

.a1-form-shell .form-control {
  border-radius: 12px;
  border: 1px solid rgba(122, 59, 178, 0.25);
  background: rgba(255, 255, 255, 0.8);
  padding: 13px 15px;
  font-size: 16px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.a1-form-shell select.form-control,
.a1-form-shell .bootstrap-select .btn,
.a1-form-shell .bootstrap-select .btn:focus {
  height: 46px;
  line-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(122, 59, 178, 0.25);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 16px rgba(122, 59, 178, 0.12);
}

.a1-form-shell .bootstrap-select .dropdown-menu {
  border-radius: 12px;
}

.a1-form-shell .form-control:focus {
  border-color: var(--purple-600);
  box-shadow: 0 0 0 3px rgba(122, 59, 178, 0.12);
  outline: none;
}

.a1-form-shell label {
  font-weight: 700;
  color: var(--text-900);
  margin-bottom: 6px;
  font-size: 15px;
}

.a1-form-shell .input-group-text {
  border-radius: 12px 0 0 12px;
  border: 1px solid rgba(122, 59, 178, 0.25);
  background: rgba(122, 59, 178, 0.08);
  color: var(--purple-700);
}

.a1-form-shell .btn {
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.25s ease, filter 0.25s ease;
  box-shadow: 0 10px 25px var(--pink-shadow);
}

.a1-form-shell .btn-primary,
.a1-form-shell .btn-info {
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: #fff;
  border-color: var(--pink-border);
}

.a1-form-shell .btn-primary:hover,
.a1-form-shell .btn-info:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px var(--pink-shadow-strong);
  background: linear-gradient(135deg, var(--accent-hover-start) 0%, var(--accent-hover-mid) 60%, var(--accent-hover-end) 100%);
  filter: none;
}

.a1-form-shell .btn-primary:focus-visible,
.a1-form-shell .btn-info:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

.a1-form-shell .btn-default {
  background: rgba(230, 220, 255, 0.6);
  color: var(--text-900);
  border: 2px solid var(--pink-border);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.a1-form-shell .btn-default:hover {
  box-shadow: 0 16px 32px var(--pink-shadow-strong);
  background: rgba(230, 220, 255, 0.75);
  transform: translateY(-1px);
}

.a1-form-shell .btn-default:focus-visible {
  outline: 2px solid rgba(122, 59, 178, 0.35);
  outline-offset: 2px;
}

.a1-form-shell .panel_s,
.a1-form-shell .panel-body,
.a1-form-shell form {
  width: 100%;
}

.a1-form-shell > * {
  width: 100%;
}
/* End of File: a1_portal/assets/css/login.css | Generated: Mon Dec 22 09:39:57 PST 2025 */

.a1-form-shell .checkbox,
.a1-form-shell .remember-me {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--text-700);
  font-size: 15px;
  margin: 4px 0 12px;
}

.a1-form-shell .checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--purple-600);
}

.a1-form-shell .forgotten-password,
.a1-form-shell .pull-right a,
.a1-form-shell a {
  color: var(--purple-700);
  font-weight: 700;
  text-decoration: none;
}

.a1-form-shell .forgotten-password:hover,
.a1-form-shell a:hover {
  text-decoration: underline;
}

.a1-alerts .alert,
.a1-form-shell .alert {
  border-radius: 12px;
  border: 1px solid rgba(122, 59, 178, 0.3);
  background: rgba(255, 255, 255, 0.8);
  color: var(--purple-700);
  box-shadow: 0 10px 30px rgba(122, 59, 178, 0.15);
}

.a1-form-shell .login-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.a1-footer-links {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--text-700);
}

.a1-footer-links .lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.a1-footer-links select,
.a1-footer-links .dropdown-menu {
  border-radius: 12px;
}

@media (max-width: 640px) {
  .card-body,
  .auth-card .card-body {
    padding: 18px;
  }

  .a1-form-shell {
    padding: 18px;
  }

  .a1-hero-title {
    font-size: 24px;
  }

  .a1-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .a1-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .a1-affiliate-page .a1-affiliate-shell .jumbotron {
    padding: 18px;
  }
}
/* Knowledge base tweaks */
#kb-search-form .kb-search-jumbotron,
#kb-search-form .kb-search,
.kb-search-jumbotron,
.kb-search {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#kb-search-form,
form[action*="knowledge-base/search"] {
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0;
}

#kb-search-form .form-control,
form[action*="knowledge-base/search"] .form-control {
  background: linear-gradient(135deg, var(--accent-end) 0%, var(--accent-mid) 60%, var(--accent-start) 100%);
  padding: 12px 14px;
  font-size: 16px;
  color: #fff;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  order: 1;
  height: 52px;
  line-height: 1.4;
  border: 2px solid var(--pink-border);
  border-right: 0;
  box-shadow: 0 10px 25px rgba(122, 59, 178, 0.25);
  border-radius: 12px 0 0 12px;
  caret-color: #fff;
}

#kb-search-form .kb-search-input,
form[action*="knowledge-base/search"] .kb-search-input {
  order: 1;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
}

#kb-search-form .form-control::placeholder,
form[action*="knowledge-base/search"] .form-control::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

#kb-search-form .input-group-btn,
form[action*="knowledge-base/search"] .input-group-btn {
  display: none !important;
}

#kb-search-form .kb-search-button,
form[action*="knowledge-base/search"] .kb-search-button {
  order: 2;
  flex: 0 0 auto;
  margin-left: 0;
  min-width: 110px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 12px 12px 0;
  border: 2px solid var(--pink-border);
  border-left: 0;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: var(--text-900);
  box-shadow: 0 10px 22px var(--pink-shadow);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

#kb-search-form .input-group-btn button,
form[action*="knowledge-base/search"] .input-group-btn button {
  border-radius: 0 12px 12px 0;
  padding: 0 20px;
  margin-left: 0;
  background: linear-gradient(135deg, var(--accent-start) 0%, var(--accent-mid) 60%, var(--accent-end) 100%);
  color: var(--text-900);
  border: 2px solid var(--pink-border);
  border-left: 0;
  font-weight: 700;
  cursor: pointer;
  height: 52px;
  min-width: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px var(--pink-shadow);
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

#kb-search-form .input-group-btn button:hover,
#kb-search-form .input-group-btn button:active,
form[action*="knowledge-base/search"] .input-group-btn button:hover,
form[action*="knowledge-base/search"] .input-group-btn button:active,
#kb-search-form .kb-search-button:hover,
#kb-search-form .kb-search-button:active,
form[action*="knowledge-base/search"] .kb-search-button:hover,
form[action*="knowledge-base/search"] .kb-search-button:active {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px var(--pink-shadow-strong);
  background: linear-gradient(135deg, var(--accent-hover-start) 0%, var(--accent-hover-mid) 60%, var(--accent-hover-end) 100%);
}

#kb-search-form .input-group,
form[action*="knowledge-base/search"] .input-group {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
}

#kb-search-form .input-group .input-group-addon,
#kb-search-form .input-group .input-group-text,
form[action*="knowledge-base/search"] .input-group .input-group-addon,
form[action*="knowledge-base/search"] .input-group .input-group-text {
  display: none !important;
  padding: 0;
  min-width: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

#kb-search-form .kb-search-icon,
#kb-search-form .form-control-feedback,
form[action*="knowledge-base/search"] .kb-search-icon,
form[action*="knowledge-base/search"] .form-control-feedback {
  display: none !important;
}

/* Verification page styling */
.section-heading-verification-required {
  font-weight: 800;
  color: var(--text-900);
  letter-spacing: -0.01em;
}

.verification-required-alert.alert {
  border-radius: 16px;
  border: 1px solid rgba(245, 178, 212, 0.7);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 232, 255, 0.85) 100%);
  color: var(--text-700);
  box-shadow: 0 16px 40px rgba(122, 59, 178, 0.18);
  padding: 18px 20px;
}

.verification-required-heading {
  font-weight: 800;
  color: var(--text-900);
  margin-bottom: 8px;
}

.verification-required-message {
  color: var(--text-700);
  font-weight: 600;
  line-height: 1.6;
}

.verification-required-message a {
  color: var(--purple-700);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(122, 59, 178, 0.2);
  padding-bottom: 1px;
}

.verification-required-message a:hover {
  text-decoration: none;
  border-bottom-color: rgba(122, 59, 178, 0.5);
}

.verification-required-message .a1-verify-resend {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: underline;
}

.verification-required-message a:hover .a1-verify-resend {
  color: #1e40af;
}

.verification-required-message .a1-verify-profile {
  color: var(--purple-700);
  font-weight: 800;
  text-decoration: underline;
}

.verification-required-message .a1-verify-profile:hover {
  color: var(--purple-600);
}

.verification-required-alert input,
.verification-required-alert .form-control {
  display: none !important;
}

.panel_s .panel-body .verification-required-alert {
  margin-bottom: 0;
}
