ion-alert{
  --background: transparent !important;
  background: transparent !important;
  .alert-wrapper{
    background: $translucid-background-color !important;
    border: 1px solid $translucid-border-color;
    @apply backdrop-blur-md;
  }
}