.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:0.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:500ms;box-sizing:border-box;font-size:var(--simple-notifier-font-size);left:50%;margin:-.75em 0;position:fixed;top:1em;transform:translateX(-50%);z-index:var(--simple-notifier-z-index)}.simple-notifier--position-y-bottom{bottom:1em;top:unset}.simple-notifier *,.simple-notifier :after,.simple-notifier :before{box-sizing:border-box}.simple-notification{animation-duration:var(--simple-notifier-animation-duration);-webkit-backdrop-filter:blur(.25em);backdrop-filter:blur(.25em);background-color:var(--simple-notifier-color-white);border:.0625em solid var(--simple-notifier-color-white);border-radius:.25em;box-shadow:0 .125em .125em 0 rgba(0,0,0,.333);color:var(--simple-notifier-color-black);display:flex;gap:.5em;margin:.75em 0;padding:.75em 1em;width:calc(100vw - 2em)}.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{background-color:var(--simple-notifier-color-red);border-color:var(--simple-notifier-color-red);color:var(--simple-notifier-color-white)}@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__hide-button,.simple-notification__text,.simple-notification__title{font-family:var(--simple-notifier-font-family);font-size:1em;line-height:1.25}.simple-notification__text,.simple-notification__title{margin-top:0}.simple-notification__text:last-child,.simple-notification__title:last-child{margin-bottom:0}.simple-notification__title{font-weight:700;margin-bottom:.5em}.simple-notification__text{font-weight:400;margin-bottom:.25em}.simple-notification__hide-button{background-color:transparent;border:none;display:block;height:1.25em;padding:0;position:relative;width:1.25em}.simple-notification__hide-button:hover{cursor:pointer}.simple-notification__hide-button:after,.simple-notification__hide-button:before{border-radius:1em;border-top:.125em solid var(--simple-notifier-color-black);content:"";display:block;position:relative}.simple-notification__hide-button:before{top:.0625em;transform:rotate(45deg)}.simple-notification__hide-button:after{bottom:.0625em;transform:rotate(-45deg)}.simple-notification--error .simple-notification__hide-button:after,.simple-notification--error .simple-notification__hide-button:before{border-top-color:var(--simple-notifier-color-white)}@media (min-width:30em){.simple-notification{width:28em}}@media (min-width:48em){.simple-notifier{top:1.5em}.simple-notifier--position-y-bottom{bottom:1.5em}.simple-notifier--position-x-left,.simple-notifier--position-x-right{transform:unset}.simple-notifier--position-x-left{left:1.5em}.simple-notifier--position-x-right{left:unset;right:1.5em}}@media (prefers-reduced-motion:reduce){.simple-notification{animation-duration:1ms}}