/* :root {
  --bg: #104068;
  --panel: #171b20;
  --muted: #95a0aa;
  --text: #e6eef6;
  --glass: rgba(255, 255, 255, 0.03);
  --success: #26d789;
  --danger: #ff6b6b;
  --card-radius: 16px;
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* input,
select {
  z-index: -100 !important;
} */

.glass {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.hero-pattern {
  background-color: #1e3a8a;
  background-image: radial-gradient(circle at center, #2563eb 0%, #1e3a8a 100%);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media print {
  body * {
    visibility: hidden;
  }
  #printable-attestation,
  #printable-attestation * {
    visibility: visible;
  }
  #printable-attestation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
