.spinner-wrapper{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:395px;display:flex;inset:0}.spinner{border:5px solid #d1d1d1;border-top-color:#ff5a00;border-radius:50%;width:46px;height:46px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.FullScreenLoader{z-index:99999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}
