body {
  scrollbar-gutter: stable;
}

input.hide-autofill::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath transform='matrix(0.8861197646244375, 0, 0, 0.8861197646244375, 2.441329179646936, 19.497403946002077)' d='M10.79-19.75C10.49-19.75 10.22-19.63 9.98-19.39L3.29-12.97C3.12-12.80 2.99-12.55 2.99-12.21C2.99-11.60 3.45-11.13 4.05-11.13C4.31-11.13 4.59-11.20 4.84-11.45L10.79-17.27L16.73-11.45C16.99-11.21 17.26-11.13 17.52-11.13C18.13-11.13 18.59-11.60 18.59-12.21C18.59-12.55 18.47-12.80 18.28-12.97L11.59-19.39C11.36-19.63 11.09-19.75 10.79-19.75ZM10.79 2.82C11.09 2.82 11.36 2.70 11.59 2.47L18.28-3.95C18.47-4.14 18.59-4.37 18.59-4.72C18.59-5.33 18.13-5.79 17.52-5.79C17.26-5.79 16.99-5.71 16.73-5.47L10.79 0.35L4.84-5.47C4.59-5.72 4.31-5.79 4.05-5.79C3.45-5.79 2.99-5.33 2.99-4.72C2.99-4.37 3.12-4.14 3.29-3.95L9.98 2.47C10.22 2.70 10.49 2.82 10.79 2.82Z' fill='oklch(0.9602 0.0034 260)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px;
}

.main-bg {
  background-image: var(--bg-url);

  .noise {
    opacity: .4;
    mix-blend-mode: soft-light;
    background-image: url("/assets/noise-9c6cc9d4.png");
    background-position: 0 0;
    background-size: 420px 420px;
    background-attachment: scroll;
    position: absolute;
    inset: 0%;
  }
}

.redaction {
  user-select: none;
  filter: blur(5px);
}
