.simple-notifier{--simple-notifier-z-index:1090;--simple-notifier-font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;--simple-notifier-font-size:1rem;--simple-notifier-color-opacity:.9;--simple-notifier-color-white:rgba(255,255,255,var(--simple-notifier-color-opacity));--simple-notifier-color-black:rgba(0,0,0,var(--simple-notifier-color-opacity));--simple-notifier-color-green:rgba(209,231,221,var(--simple-notifier-color-opacity));--simple-notifier-color-yellow:rgba(255,243,205,var(--simple-notifier-color-opacity));--simple-notifier-color-red:rgba(132,32,41,var(--simple-notifier-color-opacity));--simple-notifier-animation-duration:.5s;box-sizing:border-box;z-index:var(--simple-notifier-z-index);font-size:var(--simple-notifier-font-size);margin:-.75em 0;position:fixed;inset-block-start:1em;inset-inline-start:50%;transform:translate(-50%)}.simple-notifier--position-y-end{inset-block:unset 1em}.simple-notifier *,.simple-notifier :before,.simple-notifier :after{box-sizing:border-box}.simple-notification{width:calc(100vw - 2em);color:var(--simple-notifier-color-black);background-color:var(--simple-notifier-color-white);border:solid .0625em var(--simple-notifier-color-white);-webkit-backdrop-filter:blur(.25em);backdrop-filter:blur(.25em);animation-duration:var(--simple-notifier-animation-duration);border-radius:.25em;gap:.5em;margin:.75em 0;padding:.75em 1em;display:flex;box-shadow:0 .125em .125em rgba(0,0,0,.333)}.simple-notification--success{background-color:var(--simple-notifier-color-green);border-color:var(--simple-notifier-color-green)}.simple-notification--warning{background-color:var(--simple-notifier-color-yellow);border-color:var(--simple-notifier-color-yellow)}.simple-notification--error{color:var(--simple-notifier-color-white);background-color:var(--simple-notifier-color-red);border-color:var(--simple-notifier-color-red)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.simple-notification--animation-in{animation-name:fade-in}.simple-notification--animation-out{animation-name:fade-out}.simple-notification__part--main{flex-grow:1;overflow-x:hidden}.simple-notification__title,.simple-notification__text,.simple-notification__hide-button{font-size:1em;line-height:1.25;font-family:var(--simple-notifier-font-family)}.simple-notification__title,.simple-notification__text{margin-block-start:0}.simple-notification__title:last-child,.simple-notification__text:last-child{margin-block-end:0}.simple-notification__title{margin-block-end:.5em;font-weight:700}.simple-notification__text{margin-block-end:.25em}.simple-notification__hide-button{background-color:transparent;border:none;width:1.25em;height:1.25em;padding:0;display:block;position:relative}.simple-notification__hide-button:hover{cursor:pointer}.simple-notification__hide-button:before,.simple-notification__hide-button:after{content:"";border-block-start:solid .125em var(--simple-notifier-color-black);border-radius:1em;display:block;position:relative}.simple-notification__hide-button:before{inset-block-start:.0625em;transform:rotate(45deg)}.simple-notification__hide-button:after{inset-block-end:.0625em;transform:rotate(-45deg)}.simple-notification--error .simple-notification__hide-button:before,.simple-notification--error .simple-notification__hide-button:after{border-block-start-color:var(--simple-notifier-color-white)}@media (min-width:30em){.simple-notification{width:28em}}@media (min-width:48em){.simple-notifier{inset-block-start:1.5em}.simple-notifier--position-y-end{inset-block-end:1.5em}.simple-notifier--position-x-start,.simple-notifier--position-x-end{transform:unset}.simple-notifier--position-x-start{inset-inline-start:1.5em}.simple-notifier--position-x-end{inset-inline-start:unset;inset-inline-end:1.5em}}@media (prefers-reduced-motion:reduce){.simple-notification{animation-duration:1ms}}