.material-paper,
.material-paint,
.material-ink,
.material-wash {
  isolation: isolate;
}

.material-paper:not(.absolute):not(.fixed):not(.sticky),
.material-paint:not(.absolute):not(.fixed):not(.sticky),
.material-ink:not(.absolute):not(.fixed):not(.sticky),
.material-wash:not(.absolute):not(.fixed):not(.sticky) {
  position: relative;
}

.material-paper::before,
.material-paint::before,
.material-wash::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: var(--material-texture) repeat;
  background-size: var(--material-size, 220px);
  opacity: var(--material-opacity, .12);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper { --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/paper-grain.webp"); --material-size: 256px; --material-opacity: .04; --material-blend: multiply; }
.material-paint { --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/paint-grain.webp"); --material-size: 192px; --material-opacity: .12; --material-blend: soft-light; }
.material-wash { --material-texture: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/paper-grain.webp"); --material-size: 320px; --material-opacity: .1; --material-blend: screen; }

.material-ink::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: var(--ink-color, currentColor);
  opacity: .08;
  -webkit-mask: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/ink-dropout.webp") repeat 0 0 / 160px;
  mask: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/ink-dropout.webp") repeat 0 0 / 160px;
}

.material-ink-shape {
  opacity: .9;
  -webkit-mask: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/ink-dropout.webp") repeat 0 0 / 160px;
  mask: url("/vi/services/website-development/styles/item/accounting-ledger-future-assets/preview/assets/ink-dropout.webp") repeat 0 0 / 160px;
}

.material-grid {
  background-image:
    linear-gradient(rgb(25 36 46 / .055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(25 36 46 / .055) 1px, transparent 1px);
  background-size: 48px 48px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
