#wizard-success{position:absolute;top:0;left:0;width:100%;height:100%;background:white;z-index:9999;display:flex;justify-content:center;align-items:center}#wizard-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:white;z-index:9999;display:flex;justify-content:center;align-items:center}.spinner{width:48px;height:48px;border:5px solid #ccc;border-top-color:#ff7400;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}