.portal-toast-region{position:fixed;right:22px;bottom:22px;z-index:100;display:grid;gap:10px;width:min(390px,calc(100vw - 44px))}.portal-toast{display:flex;gap:12px;align-items:flex-start;padding:15px 16px;background:#14352f;color:white;border-radius:7px;box-shadow:0 15px 40px rgba(8,35,29,.22);font-size:13px;line-height:1.45;animation:toast-in .2s ease}.portal-toast.success{background:var(--forest)}.portal-toast.error{background:#9c3131}.portal-toast i{font-style:normal;font-size:16px}.is-loading{pointer-events:none;opacity:.82}.button-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:button-spin .65s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}@keyframes toast-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.logo-preview{width:100%;height:104px;border:1px solid #d5e4de;background:#f7fbf9;border-radius:4px;display:grid;place-items:center;margin:14px 0;overflow:hidden}.logo-preview img{width:100%;height:100%;object-fit:contain}.logo-preview span{font-size:12px;color:#71847e}.file-upload.is-selected{border-color:var(--forest);background:#eaf6f1}
