.view-loading{display:grid;place-items:center;align-content:center;gap:8px;min-height:300px;border:1px solid #eee8f2;border-radius:18px;background:linear-gradient(180deg,#fff,#fcfafe);color:#5f5167;text-align:center}
.view-loading strong{font-size:14px;color:#2d2432}.view-loading span{font-size:10px;color:#877b8e}
.view-loading-spinner{width:28px;height:28px;border-radius:50%;border:3px solid #eadff1;border-top-color:#6b2ca6;animation:retention-spin .75s linear infinite}
@keyframes retention-spin{to{transform:rotate(360deg)}}
.case-has-unsaved #saveBtn{box-shadow:0 0 0 3px rgba(107,44,166,.16)}
.case-has-unsaved #backBtn::after{content:" · niezapisane";font-size:9px;color:#a80014}

.btn-danger{background:#fff;color:#a80014;border:1px solid #e4a4aa}.btn-danger:hover{background:#fff0f1;border-color:#cf6c76}.btn-danger:disabled{opacity:.55}
