/* assets/styles/app.scss */
.arrow {
  width: 100%;
  height: 36px;
  background: url("../images/arrow-Mag2Hj2.png") no-repeat center;
  background-size: contain;
}
[data-bs-theme=dark] .arrow {
  filter: invert(100);
  opacity: 0.75;
}

.arrow-2 {
  background: url("../images/arrow-2-8abs1Pr.png") no-repeat right;
  background-size: contain;
  width: 100%;
  height: 66px;
}
[data-bs-theme=dark] .arrow-2 {
  filter: invert(100);
  opacity: 0.75;
}

.shadow-blur {
  position: relative;
}
.shadow-blur:after {
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--gradient);
  inset: 3rem;
  border-radius: 3rem;
  bottom: var(--shadow-bottom, 0);
  filter: blur(3rem);
}

.shadow-blur--rainbow {
  --gradient: linear-gradient(113.84deg, #D65831 0%, #D2D631 36.52%, #31D673 71.83%, #3aa3ff 100%) ;
}

.Icon {
  display: inline-grid;
  place-content: center;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

body {
  background: #fc030b;
}

/*
.arrow {
    width: 100%;
    height: 36px;
    background: url("../images/arrow-Mag2Hj2.png") no-repeat center;
    background-size: contain;

    [data-bs-theme="dark"] & {
        filter: invert(100);
        opacity: .75;
    }
}

.arrow-2 {
    background: url("../images/arrow-2-8abs1Pr.png") no-repeat right;
    background-size: contain;
    width: 100%;
    height: 66px;

    [data-bs-theme="dark"] & {
        filter: invert(100);
        opacity: .75;
    }
}
    */

/*# sourceMappingURL=app.output.css.map */
