.smooth-main-updating{position:relative;pointer-events:none}.smooth-main-updating:after{content:"";position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;background:linear-gradient(90deg,#173b57,#c58d27,#2f9d69,#173b57);background-size:220% 100%;animation:smooth-progress 1s linear infinite}.smooth-form-busy{opacity:.88}.smooth-form-busy button[disabled]{cursor:wait!important}.smooth-spinner{display:inline-block;width:14px;height:14px;margin-right:7px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;vertical-align:-2px;animation:smooth-spin .7s linear infinite}.smooth-toast-stack{position:fixed;top:22px;right:24px;z-index:10050;display:grid;gap:10px;width:min(390px,calc(100vw - 32px));pointer-events:none}.smooth-toast{display:grid;grid-template-columns:36px 1fr auto;gap:11px;align-items:start;padding:15px 14px;border:1px solid #cfe4d7;border-radius:14px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(10,40,61,.18);opacity:0;transform:translateY(-12px);transition:opacity .2s ease,transform .2s ease;pointer-events:auto}.smooth-toast.show{opacity:1;transform:translateY(0)}.smooth-toast.error{border-color:#ebc7c7}.smooth-toast-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dff3e7;color:#267447;font-weight:900}.smooth-toast.error .smooth-toast-icon{background:#f8dddd;color:#aa3939}.smooth-toast b{display:block;margin:1px 0 3px;color:#17384f;font-size:13px}.smooth-toast p{margin:0;color:#5f7583;font-size:12px;line-height:1.45}.smooth-toast>button{min-width:24px;padding:0;border:0;background:transparent;color:#78909f;font-size:20px;line-height:1}.smooth-toast>button:hover{background:transparent;color:#17384f}@keyframes smooth-spin{to{transform:rotate(360deg)}}@keyframes smooth-progress{to{background-position:-220% 0}}@media(max-width:700px){.smooth-toast-stack{top:14px;right:16px}}
