.bouncing-loader{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;width:100%;height:100%;min-height:200px}.bouncing-loader .bouncing-loader--dots{display:flex;justify-content:center;align-items:center}.bouncing-loader .bouncing-loader--dots div{width:18px;height:18px;background:var(--bs-danger);border-radius:50%;margin:0 5px;animation:bouncing-loader .6s infinite alternate}.bouncing-loader .bouncing-loader--dots div:nth-child(2){animation-delay:.2s;background:var(--bs-warning)}.bouncing-loader .bouncing-loader--dots div:nth-child(3){animation-delay:.4s;background:var(--bs-success)}@keyframes bouncing-loader{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.app-loader{position:fixed;inset:0;background:#000c;z-index:9999;display:none}body.app-loading{overflow:hidden}body.app-loading .app-loader{display:block}.error-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1050}.error-overlay .error-message{color:#c00;font-size:16px;font-weight:700}
