.error-toast,.success-toast,.toast,.warning-toast{position:relative;top:0;right:0;margin:1rem;display:inline-flex;min-width:260px;min-height:60px;max-height:60px;box-shadow:6px 6px 12px rgba(0,0,0,.2509803922);flex-flow:row nowrap;align-items:center;justify-content:space-between;background-color:var(--color-info);padding:1.5rem;border-radius:4px;font-size:.9rem}.error-toast button,.success-toast button,.toast button,.warning-toast button{border-radius:8px;color:#fff;background-color:rgba(0,0,0,0);border:none;box-shadow:none;min-height:36px;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px 8px!important}.close.error-toast,.close.success-toast,.close.toast,.close.warning-toast{right:-200%}.open.error-toast,.open.success-toast,.open.toast,.open.warning-toast{right:0}.error-toast .toast-interior,.success-toast .toast-interior,.toast .toast-interior,.warning-toast .toast-interior{color:#fff}.success-toast{background-color:var(--color-success)}.warning-toast{background-color:var(--color-warning)}.error-toast{background-color:var(--color-error)}.toast-close:before{content:"✕";color:#fff}