.LoadingModal{z-index:9999;backdrop-filter:blur(2px);background:#ffffffbf;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LoadingModal__Inner{flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;margin:0 2rem;display:flex}.LoadingModal__LoaderWrap{position:relative}.LoadingModal__Texts{flex-direction:column;align-items:center;gap:.5rem;display:flex}.LoadingModal__Title{text-align:center;--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1));font-size:24px;font-style:normal;font-weight:700}.LoadingModal__Subtitle{text-align:center;--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1));font-size:18px;font-style:normal;font-weight:500}.LoadingModal__Content{text-align:center;--tw-text-opacity:1;color:rgb(66 66 66/var(--tw-text-opacity,1))}
.Loader{width:3rem;height:3rem;position:relative}.Loader>span{width:100%;height:100%;display:inline-flex;position:absolute;inset:0}.Loader>span:before{content:"";border-radius:9999px;width:.5rem;height:.5rem;animation:1.2s ease-in-out infinite both customLoading}.Loader>span:first-child{transform:rotate(0)}.Loader>span:nth-child(2){transform:rotate(30deg)}.Loader>span:nth-child(2):before{animation-delay:-1.1s}.Loader>span:nth-child(3){transform:rotate(60deg)}.Loader>span:nth-child(3):before{animation-delay:-1s}.Loader>span:nth-child(4){transform:rotate(90deg)}.Loader>span:nth-child(4):before{animation-delay:-.9s}.Loader>span:nth-child(5){transform:rotate(120deg)}.Loader>span:nth-child(5):before{animation-delay:-.8s}.Loader>span:nth-child(6){transform:rotate(150deg)}.Loader>span:nth-child(6):before{animation-delay:-.7s}.Loader>span:nth-child(7){transform:rotate(180deg)}.Loader>span:nth-child(7):before{animation-delay:-.6s}.Loader>span:nth-child(8){transform:rotate(210deg)}.Loader>span:nth-child(8):before{animation-delay:-.5s}.Loader>span:nth-child(9){transform:rotate(240deg)}.Loader>span:nth-child(9):before{animation-delay:-.4s}.Loader>span:nth-child(10){transform:rotate(270deg)}.Loader>span:nth-child(10):before{animation-delay:-.3s}.Loader>span:nth-child(11){transform:rotate(300deg)}.Loader>span:nth-child(11):before{animation-delay:-.2s}.Loader>span:nth-child(12){transform:rotate(330deg)}.Loader>span:nth-child(12):before{animation-delay:-.1s}@keyframes customLoading{0%,20%,80%,to{opacity:1;background-color:#eaebec}50%{opacity:1;--tw-bg-opacity:1;background-color:rgb(213 35 55/var(--tw-bg-opacity,1));transform:scale(1.3)}}