.Vue-Toastification__toast{font-family:inherit;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px 20px;min-height:64px}.Vue-Toastification__toast--success{background-color:#10b981;border-left:4px solid #059669}.Vue-Toastification__toast--success .Vue-Toastification__icon{color:#fff}.Vue-Toastification__toast--error{background-color:#ef4444;border-left:4px solid #dc2626}.Vue-Toastification__toast--error .Vue-Toastification__icon{color:#fff}.Vue-Toastification__toast--warning{background-color:#f59e0b;border-left:4px solid #d97706}.Vue-Toastification__toast--warning .Vue-Toastification__icon{color:#fff}.Vue-Toastification__toast--info{background-color:#3b82f6;border-left:4px solid #2563eb}.Vue-Toastification__toast--info .Vue-Toastification__icon{color:#fff}.Vue-Toastification__progress-bar{height:3px;background-color:#ffffffb3}.Vue-Toastification__close-button{color:#ffffffe6;opacity:.7;font-size:20px;font-weight:700}.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__icon{width:24px;margin-right:12px}.Vue-Toastification__container{z-index:9999;padding:16px}.Vue-Toastification__container.top-right{top:80px;right:0}@media only screen and (max-width:600px){.Vue-Toastification__toast{margin-bottom:8px;border-radius:8px;font-size:14px}.Vue-Toastification__container{padding:8px;width:100vw;max-width:100%}.Vue-Toastification__container.top-right{top:60px;right:0;left:0}.Vue-Toastification__toast{margin:0 8px 8px}}.Vue-Toastification__bounce-enter-active{animation:bounceInRight .5s}.Vue-Toastification__bounce-leave-active{animation:bounceOutRight .5s}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@media(prefers-color-scheme:dark){.Vue-Toastification__toast{box-shadow:0 4px 12px #0000004d}}
