.loading-module__PBh0PW__wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;height:80vh;display:flex}
.Loader-module__ciLxHG__fullLoader{z-index:50;background-color:#fffc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Loader-module__ciLxHG__pawTrack{width:20rem;height:10rem;position:relative}.Loader-module__ciLxHG__paw{animation:2.5s ease-in-out infinite Loader-module__ciLxHG__run;position:absolute;bottom:0}@keyframes Loader-module__ciLxHG__run{0%{opacity:0;transform:translateY(100px)translate(0)rotate(0)}10%{opacity:1}25%{transform:translateY(30px) translateX(var(--dx1,20px)) rotate(var(--rot1,10deg))}50%{transform:translateY(-40px) translateX(var(--dx2,-15px)) rotate(var(--rot2,-10deg))}75%{transform:translateY(-80px) translateX(var(--dx3,10px)) rotate(var(--rot3,5deg))}90%{opacity:1}to{transform:translateY(-140px) translateX(var(--dx4,-20px)) rotate(var(--rot4,15deg));opacity:0}}
.FormUserAdmin-module__QZed1W__wrapper{position:relative}.FormUserAdmin-module__QZed1W__select{appearance:none;color:#4b5563;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;outline:none;padding:.375rem .75rem;font-size:.875rem;transition:all .2s}.FormUserAdmin-module__QZed1W__select:hover{border-color:#d1d5db}.FormUserAdmin-module__QZed1W__select:focus{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee}.FormUserAdmin-module__QZed1W__select:disabled{opacity:.5;cursor:not-allowed}.FormUserAdmin-module__QZed1W__error{color:#ef4444;margin-top:.25rem;font-size:.75rem}
.FormError-module__-wNFVG__wrapper{color:#dc2626;background-color:#fca5a5;border-left:3px solid #dc2626;border-radius:0 5px 5px 0;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;animation:.3s FormError-module__-wNFVG__fadeIn;display:flex}.FormError-module__-wNFVG__icon{flex-shrink:0;width:1rem;height:1rem}@keyframes FormError-module__-wNFVG__fadeIn{0%{opacity:0}to{opacity:1}}
.ResetPasswordSuccess-module__NMCCfW__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:.5s ResetPasswordSuccess-module__NMCCfW__fadeUp;display:flex}.ResetPasswordSuccess-module__NMCCfW__icon{color:#0891b2;width:3rem;height:3rem}.ResetPasswordSuccess-module__NMCCfW__message{color:#6b7280;text-align:center;font-size:1.125rem;font-weight:500}@keyframes ResetPasswordSuccess-module__NMCCfW__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.FormInput-module__tRv6Oq__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.FormInput-module__tRv6Oq__input{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;width:100%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .25s,box-shadow .25s,background-color .2s;display:flex}.FormInput-module__tRv6Oq__input::placeholder{color:#9ca3af}.FormInput-module__tRv6Oq__input:hover{background-color:#fafafa}.FormInput-module__tRv6Oq__input:focus{background-color:#fff;border-color:#0891b2;outline:none;box-shadow:0 0 0 2px #0891b226}.FormInput-module__tRv6Oq__input:disabled{cursor:not-allowed;opacity:.5;background-color:#0000}.FormInput-module__tRv6Oq__error{color:#ef4444;margin-top:.25rem;font-size:.875rem}
.LoginForm-module__5iycXa__form{width:80%}.LoginForm-module__5iycXa__form>*+*{margin-top:1rem}.LoginForm-module__5iycXa__fieldsWrapper{width:100%}.LoginForm-module__5iycXa__fieldsWrapper>*+*{margin-top:1rem}.LoginForm-module__5iycXa__forgotLink{color:#0891b2;margin-top:.25rem;font-size:.875rem;text-decoration:underline;transition:opacity .2s;display:inline-block}.LoginForm-module__5iycXa__forgotLink:hover{opacity:.8}.LoginForm-module__5iycXa__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:5px;width:100%;padding-top:.75rem;padding-bottom:.75rem;font-weight:500;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 4px #0891b24d}.LoginForm-module__5iycXa__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0891b259}.LoginForm-module__5iycXa__submitButton:active:not(:disabled){transform:translateY(0)}.LoginForm-module__5iycXa__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.LoginForm-module__5iycXa__spinnerWrapper{justify-content:center;align-items:center;width:100%;display:flex}.LoginForm-module__5iycXa__spinner{color:#fff;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s linear infinite LoginForm-module__5iycXa__spin}@keyframes LoginForm-module__5iycXa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.LoginGoogle-module__-fsswW__wrapper{flex-direction:column;align-items:center;display:flex}.LoginGoogle-module__-fsswW__wrapper>*+*{margin-top:1rem}.LoginGoogle-module__-fsswW__googleButton{color:#6b7280;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;column-gap:1rem;width:250px;padding-top:.75rem;padding-bottom:.75rem;transition:border-color .25s,box-shadow .25s,background-color .25s;display:flex;box-shadow:0 1px 2px #0000000f}.LoginGoogle-module__-fsswW__googleButton:hover{background-color:#fafafa;border-color:#0891b2;box-shadow:0 2px 6px #0000001a}.LoginGoogle-module__-fsswW__googleIcon{font-size:1.125rem;line-height:1.75rem}.LoginGoogle-module__-fsswW__errorBox{color:#dc2626;background-color:#fecaca;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;column-gap:.5rem;padding:.75rem;font-size:1rem;line-height:1.5rem;display:flex}
.FormSearchableSelect-module__LoCCeW__wrapper{flex-direction:column;display:flex}.FormSearchableSelect-module__LoCCeW__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.FormSearchableSelect-module__LoCCeW__relativeWrapper{position:relative}.FormSearchableSelect-module__LoCCeW__trigger{color:#6b7280;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;justify-content:space-between;align-items:center;width:200px;padding:.5rem .75rem;font-size:.875rem;transition:border-color .25s,box-shadow .25s;display:flex}.FormSearchableSelect-module__LoCCeW__trigger:hover{background-color:#fafafa}.FormSearchableSelect-module__LoCCeW__trigger:focus-visible{border-color:#0891b2;outline:none;box-shadow:0 0 0 2px #0891b226}.FormSearchableSelect-module__LoCCeW__trigger:disabled{cursor:not-allowed;opacity:.5}.FormSearchableSelect-module__LoCCeW__triggerText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FormSearchableSelect-module__LoCCeW__searchIcon{opacity:.5;flex-shrink:0;width:1rem;height:1rem;margin-left:.5rem}.FormSearchableSelect-module__LoCCeW__dropdown{z-index:10;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;width:200px;margin-top:.25rem;position:absolute;box-shadow:0 8px 24px #0000001f}.FormSearchableSelect-module__LoCCeW__searchInput{border-bottom:1px solid #e5e7eb;border-radius:5px;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:box-shadow .25s}.FormSearchableSelect-module__LoCCeW__searchInput:focus{outline:none;box-shadow:0 0 0 2px #0891b226}.FormSearchableSelect-module__LoCCeW__list{max-height:12rem;overflow:auto}.FormSearchableSelect-module__LoCCeW__option{cursor:pointer;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;transition:background-color .15s,color .15s;display:flex}.FormSearchableSelect-module__LoCCeW__option:hover{color:#fff;background-color:#0891b2}.FormSearchableSelect-module__LoCCeW__noResults{color:#6b7280;padding:.5rem .75rem;font-size:.875rem}.FormSearchableSelect-module__LoCCeW__checkIcon{flex-shrink:0;width:1rem;height:1rem;margin-left:auto}.FormSearchableSelect-module__LoCCeW__error{color:#ef4444;margin-top:.25rem;font-size:.875rem}
.PaginationUtil-module__La1vkq__nav{justify-content:center;padding:1rem 0;display:flex}.PaginationUtil-module__La1vkq__list{color:#6b7280;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.PaginationUtil-module__La1vkq__prevNext{color:inherit;border-radius:5px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:flex}.PaginationUtil-module__La1vkq__prevNext:hover{background-color:#f3f4f6}.PaginationUtil-module__La1vkq__prevNextDisabled{opacity:.4;pointer-events:none;}.PaginationUtil-module__La1vkq__icon{width:1rem;height:1rem}.PaginationUtil-module__La1vkq__ellipsis{color:#9ca3af;padding:.5rem .75rem;font-size:.875rem}.PaginationUtil-module__La1vkq__pageLink{border-radius:5px;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:background-color .2s}.PaginationUtil-module__La1vkq__pageLinkInactive{color:#6b7280;}.PaginationUtil-module__La1vkq__pageLinkInactive:hover{background-color:#f3f4f6}.PaginationUtil-module__La1vkq__pageLinkActive{color:#fff;background-color:#0891b2;font-weight:600;}
.LoginCard-module__XR4_CG__card{background-color:#fff;border-radius:5px;flex-direction:column;align-items:center;width:100%;height:100%;padding:2rem;display:flex;overflow-y:auto}.LoginCard-module__XR4_CG__card>*+*{margin-top:1.5rem}.LoginCard-module__XR4_CG__card>*{animation:.5s both LoginCard-module__XR4_CG__fadeUp}.LoginCard-module__XR4_CG__card>:first-child{animation-delay:.1s}.LoginCard-module__XR4_CG__card>:nth-child(2){animation-delay:.2s}.LoginCard-module__XR4_CG__card>:nth-child(3){animation-delay:.3s}.LoginCard-module__XR4_CG__card>:nth-child(4){animation-delay:.4s}.LoginCard-module__XR4_CG__card>:nth-child(5){animation-delay:.5s}.LoginCard-module__XR4_CG__title{color:#0891b2;text-align:center;font-size:1.25rem;font-weight:700}.LoginCard-module__XR4_CG__socialSection{flex-direction:column;display:flex}.LoginCard-module__XR4_CG__socialSection>*+*{margin-top:1rem}.LoginCard-module__XR4_CG__registerRow{flex-direction:column;align-items:center;display:flex}@media (min-width:640px){.LoginCard-module__XR4_CG__registerRow{flex-direction:row;column-gap:.5rem}}.LoginCard-module__XR4_CG__registerText{color:#6b7280;text-align:center}.LoginCard-module__XR4_CG__registerLink{color:#0891b2;text-decoration:underline}@keyframes LoginCard-module__XR4_CG__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.FormCheckbox-module__6zoKuW__wrapper{cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;padding-bottom:.25rem;display:flex}.FormCheckbox-module__6zoKuW__checkbox{appearance:none;cursor:pointer;background-color:#fff;border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;width:18px;height:18px;transition:border-color .2s,background-color .2s,transform .2s;position:relative}.FormCheckbox-module__6zoKuW__checkbox:hover{border-color:#0891b2;transform:scale(1.1)}.FormCheckbox-module__6zoKuW__checkbox:checked{background-color:#0891b2;border-color:#0891b2}.FormCheckbox-module__6zoKuW__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;animation:.2s FormCheckbox-module__6zoKuW__checkPop;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.FormCheckbox-module__6zoKuW__checkbox:focus-visible{outline:none;box-shadow:0 0 0 2px #0891b226}.FormCheckbox-module__6zoKuW__label{color:#374151;cursor:pointer;font-size:.875rem;font-weight:500}@keyframes FormCheckbox-module__6zoKuW__checkPop{0%{transform:rotate(45deg)scale(0)}50%{transform:rotate(45deg)scale(1.2)}to{transform:rotate(45deg)scale(1)}}
.Search-module__DFqLvq__wrapper{background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;transition:all .2s;display:flex}.Search-module__DFqLvq__wrapper:focus-within{ring:1px solid #22d3ee;border-color:#22d3ee}@media (min-width:640px){.Search-module__DFqLvq__wrapper{width:20rem}}.Search-module__DFqLvq__searchIcon{color:#9ca3af;flex-shrink:0;width:1.25rem;height:1.25rem}.Search-module__DFqLvq__input{color:#374151;background-color:#0000;border:none;outline:none;flex:1;font-size:.875rem;line-height:1.25rem}.Search-module__DFqLvq__input::placeholder{color:#9ca3af}
.RegisterForm-module__DtQwKG__form{width:90%}.RegisterForm-module__DtQwKG__form>*+*{margin-top:1rem}.RegisterForm-module__DtQwKG__fieldsWrapper{width:100%}.RegisterForm-module__DtQwKG__fieldsWrapper>*+*{margin-top:.5rem}.RegisterForm-module__DtQwKG__row{flex-direction:column;gap:.5rem;width:100%;display:flex}@media (min-width:640px){.RegisterForm-module__DtQwKG__row{flex-direction:row;justify-content:space-between;gap:1rem}}.RegisterForm-module__DtQwKG__rowEnd{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}@media (min-width:640px){.RegisterForm-module__DtQwKG__rowEnd{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1rem}}.RegisterForm-module__DtQwKG__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:5px;width:100%;padding-top:.75rem;padding-bottom:.75rem;font-weight:500;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 4px #0891b24d}.RegisterForm-module__DtQwKG__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0891b259}.RegisterForm-module__DtQwKG__submitButton:active:not(:disabled){transform:translateY(0)}.RegisterForm-module__DtQwKG__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.RegisterForm-module__DtQwKG__spinnerWrapper{justify-content:center;align-items:center;width:100%;display:flex}.RegisterForm-module__DtQwKG__spinner{color:#fff;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s linear infinite RegisterForm-module__DtQwKG__spin}@keyframes RegisterForm-module__DtQwKG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.FormExpired-module__0uXcyW__wrapper{color:#0891b2;background-color:#a5f3fc;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:1rem;display:flex}.FormExpired-module__0uXcyW__icon{width:1.5rem;height:1.5rem}.FormExpired-module__0uXcyW__message{text-align:center;font-size:1.125rem;font-weight:500}.FormExpired-module__0uXcyW__resendButton{cursor:pointer;color:inherit;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:1.125rem;text-decoration:underline}
@keyframes UserDetails-module__DqE_FG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes UserDetails-module__DqE_FG__slideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.UserDetails-module__DqE_FG__detailsBtn{color:#fff;background-color:#0891b2;border-radius:5px;padding:.375rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background-color .15s}.UserDetails-module__DqE_FG__detailsBtn:hover{background-color:#0891b2}.UserDetails-module__DqE_FG__overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out forwards UserDetails-module__DqE_FG__fadeIn;display:flex;position:fixed;inset:0}.UserDetails-module__DqE_FG__card{background-color:#fff;border-radius:5px;width:100%;max-width:28rem;max-height:85vh;margin-left:1rem;margin-right:1rem;padding:1.5rem;animation:.25s ease-out forwards UserDetails-module__DqE_FG__slideUp;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.UserDetails-module__DqE_FG__header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.UserDetails-module__DqE_FG__headerTitle{color:#1f2937;font-size:1.125rem;font-weight:700;line-height:1.75rem}.UserDetails-module__DqE_FG__closeBtn{color:#9ca3af;border-radius:5px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;line-height:1.75rem;transition:color .15s,background-color .15s;display:flex}.UserDetails-module__DqE_FG__closeBtn:hover{color:#4b5563;background-color:#f3f4f6}.UserDetails-module__DqE_FG__nameSection{margin-bottom:1.25rem}.UserDetails-module__DqE_FG__displayName{color:#1f2937;text-transform:uppercase;font-size:1.5rem;font-weight:700;line-height:2rem}.UserDetails-module__DqE_FG__emailRow{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.UserDetails-module__DqE_FG__emailText{color:#6b7280;text-transform:lowercase;font-size:.875rem;line-height:1.25rem}.UserDetails-module__DqE_FG__googleIcon{flex-shrink:0;font-size:1rem;line-height:1.5rem}.UserDetails-module__DqE_FG__infoRows{flex-direction:column;gap:.75rem;display:flex}.UserDetails-module__DqE_FG__infoRow{flex-direction:column;gap:.25rem;font-size:.875rem;line-height:1.25rem;display:flex}@media (min-width:640px){.UserDetails-module__DqE_FG__infoRow{flex-direction:row;align-items:center}}.UserDetails-module__DqE_FG__infoLabel{color:#6b7280;flex-shrink:0;font-weight:600}@media (min-width:640px){.UserDetails-module__DqE_FG__infoLabel{width:7rem}}.UserDetails-module__DqE_FG__infoValue{color:#4b5563}.UserDetails-module__DqE_FG__infoValueCapitalize{color:#4b5563;text-transform:capitalize}.UserDetails-module__DqE_FG__badges{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.UserDetails-module__DqE_FG__badge{border:1px solid;border-radius:5px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex}.UserDetails-module__DqE_FG__badgeIcon{font-size:.875rem;line-height:1.25rem}.UserDetails-module__DqE_FG__badgeIconXs{font-size:.75rem;line-height:1rem}.UserDetails-module__DqE_FG__badgeVerified{color:#059669;background-color:#ecfdf5;border-color:#a7f3d0}.UserDetails-module__DqE_FG__badgeAdmin{color:#d97706;background-color:#fffbeb;border-color:#fde68a}.UserDetails-module__DqE_FG__badgeUser{color:#475569;background-color:#f8fafc;border-color:#e2e8f0}.UserDetails-module__DqE_FG__badgeSubscribed{color:#0891b2;background-color:#ecfeff;border-color:#a5f3fc}.UserDetails-module__DqE_FG__badgeNotSubscribed{color:#6b7280;background-color:#f9fafb;border-color:#e5e7eb}
.RegisterCard-module__J_GHBa__card{background-color:#fff;border-radius:5px;flex-direction:column;align-items:center;width:100%;padding:2rem;display:flex}.RegisterCard-module__J_GHBa__card>*+*{margin-top:1.5rem}.RegisterCard-module__J_GHBa__card>*{animation:.5s both RegisterCard-module__J_GHBa__fadeUp}.RegisterCard-module__J_GHBa__card>:first-child{animation-delay:.1s}.RegisterCard-module__J_GHBa__card>:nth-child(2){animation-delay:.2s}.RegisterCard-module__J_GHBa__card>:nth-child(3){animation-delay:.3s}.RegisterCard-module__J_GHBa__card>:nth-child(4){animation-delay:.4s}.RegisterCard-module__J_GHBa__card>:nth-child(5){animation-delay:.5s}.RegisterCard-module__J_GHBa__title{color:#0891b2;text-align:center;font-size:1.25rem;font-weight:700}.RegisterCard-module__J_GHBa__socialRow{justify-content:center;align-items:center;display:flex}.RegisterCard-module__J_GHBa__loginText{color:#6b7280;text-align:center}.RegisterCard-module__J_GHBa__loginLink{color:#0891b2;text-decoration:underline}@keyframes RegisterCard-module__J_GHBa__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.NewPasswordForm-module__LEz9_a__wrapper{flex-direction:column;align-items:center;width:100%;margin-left:auto;margin-right:auto;display:flex}.NewPasswordForm-module__LEz9_a__title{text-align:center;color:#0891b2;font-size:1.25rem;font-weight:700}.NewPasswordForm-module__LEz9_a__form{width:80%}.NewPasswordForm-module__LEz9_a__form>*+*{margin-top:1rem}.NewPasswordForm-module__LEz9_a__fieldsWrapper{width:100%}.NewPasswordForm-module__LEz9_a__fieldsWrapper>*+*{margin-top:1rem}.NewPasswordForm-module__LEz9_a__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:5px;width:100%;padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;font-weight:500;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 4px #0891b24d}.NewPasswordForm-module__LEz9_a__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0891b259}.NewPasswordForm-module__LEz9_a__submitButton:active:not(:disabled){transform:translateY(0)}.NewPasswordForm-module__LEz9_a__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.NewPasswordForm-module__LEz9_a__spinnerWrapper{justify-content:center;align-items:center;width:100%;display:flex}.NewPasswordForm-module__LEz9_a__spinner{color:#fff;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s linear infinite NewPasswordForm-module__LEz9_a__spin}.NewPasswordForm-module__LEz9_a__backLink{color:#0891b2;text-align:center;margin-top:1rem;margin-bottom:1rem;text-decoration:underline;display:block}@keyframes NewPasswordForm-module__LEz9_a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.resetForm-module__2K54wG__wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-left:auto;margin-right:auto;display:flex}.resetForm-module__2K54wG__wrapper>*+*{margin-top:2rem}.resetForm-module__2K54wG__title{color:#0891b2;text-align:center;font-size:1.25rem;font-weight:700}.resetForm-module__2K54wG__form{width:100%;max-width:400px}.resetForm-module__2K54wG__form>*+*{margin-top:2rem}.resetForm-module__2K54wG__fieldsWrapper{width:100%}.resetForm-module__2K54wG__fieldsWrapper>*+*{margin-top:1rem}.resetForm-module__2K54wG__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:5px;width:100%;padding-top:.75rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:500;transition:transform .25s,box-shadow .25s;box-shadow:0 2px 4px #0891b24d}.resetForm-module__2K54wG__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #0891b259}.resetForm-module__2K54wG__submitButton:active:not(:disabled){transform:translateY(0)}.resetForm-module__2K54wG__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.resetForm-module__2K54wG__spinnerWrapper{justify-content:center;align-items:center;width:100%;font-size:1.125rem;display:flex}.resetForm-module__2K54wG__spinner{color:#fff;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s linear infinite resetForm-module__2K54wG__spin}@keyframes resetForm-module__2K54wG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.UnsubscribeForm-module__hPiMiW__wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:64rem;margin-left:auto;margin-right:auto;display:flex}.UnsubscribeForm-module__hPiMiW__card{flex-direction:column;align-items:center;width:300px;height:450px;margin-top:2rem;margin-bottom:2rem;display:flex}.UnsubscribeForm-module__hPiMiW__card>*+*{margin-top:2rem}@media (min-width:768px){.UnsubscribeForm-module__hPiMiW__card{width:600px}}.UnsubscribeForm-module__hPiMiW__logoWrapper{width:150px;height:150px;position:relative}.UnsubscribeForm-module__hPiMiW__heading{color:#6b7280;font-size:1.5rem;font-weight:500;line-height:2rem}.UnsubscribeForm-module__hPiMiW__subscribeBtn{color:#fff;cursor:pointer;background-color:#0891b2;border:none;border-radius:5px;padding:.5rem 1rem}.UnsubscribeForm-module__hPiMiW__profileLink{color:#0891b2;font-size:1.125rem;line-height:1.75rem;text-decoration:underline}.UnsubscribeForm-module__hPiMiW__profileLink:hover{color:#22d3ee}
.VerificationForm-module__3FVFMG__wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:64rem;margin-left:auto;margin-right:auto;display:flex}.VerificationForm-module__3FVFMG__card{flex-direction:column;align-items:center;width:300px;height:450px;margin-top:2rem;margin-bottom:2rem;display:flex}.VerificationForm-module__3FVFMG__card>*+*{margin-top:2rem}@media (min-width:768px){.VerificationForm-module__3FVFMG__card{width:600px}}.VerificationForm-module__3FVFMG__logoWrapper{width:150px;height:150px;position:relative}.VerificationForm-module__3FVFMG__heading{color:#6b7280;font-size:1.5rem;font-weight:500;line-height:2rem}.VerificationForm-module__3FVFMG__signInText{color:#6b7280;font-size:1.125rem;line-height:1.75rem}.VerificationForm-module__3FVFMG__signInLink{color:#0891b2;font-size:1.125rem;font-weight:500;line-height:1.75rem;text-decoration:underline}
.page-module__ANwwtW__wrapper{width:100%;max-width:576px;margin-left:auto;margin-right:auto}
.page-module__Ad4Dxq__wrapper{width:100%}
.page-module__cens_W__wrapper{justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 132px);margin-left:auto;margin-right:auto;display:flex}
.page-module__EN8Toq__wrapper{width:100%}
.Donators-module__ExXwoq__wrapper{width:100%;max-width:64rem;margin:0 auto}.Donators-module__ExXwoq__heading{color:#4b5563;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Donators-module__ExXwoq__error{color:#dc2626;background-color:#fef2f2;border-radius:5px;margin-top:1rem;padding:.75rem;font-size:.875rem}.Donators-module__ExXwoq__loading{color:#6b7280;text-align:center;width:100%;padding:2rem 0;font-size:1.125rem}.Donators-module__ExXwoq__empty{text-align:center;color:#6b7280;padding:2rem 0;font-size:1.125rem}.Donators-module__ExXwoq__tableContainer{border:1px solid #e5e7eb;border-radius:5px;margin-top:1rem;overflow:hidden}.Donators-module__ExXwoq__tableScroll{width:100%;overflow-x:auto}.Donators-module__ExXwoq__table{width:100%;font-size:.875rem}.Donators-module__ExXwoq__thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.Donators-module__ExXwoq__th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.Donators-module__ExXwoq__tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.Donators-module__ExXwoq__tr:hover{background-color:#f9fafb}.Donators-module__ExXwoq__td{color:#4b5563;padding:.75rem 1rem}.Donators-module__ExXwoq__tdCapitalize{text-transform:capitalize;}.Donators-module__ExXwoq__tdLowercase{text-transform:lowercase;}
.ShowUsersList-module__1ZR8qG__wrapper{width:100%;max-width:64rem;margin-left:auto;margin-right:auto}.ShowUsersList-module__1ZR8qG__title{color:#4b5563;margin-bottom:1rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.ShowUsersList-module__1ZR8qG__error{color:#dc2626;background-color:#fef2f2;border-radius:5px;margin-top:1rem;padding:.75rem;font-size:.875rem;line-height:1.25rem}.ShowUsersList-module__1ZR8qG__loader{color:#6b7280;text-align:center;width:100%;padding-top:2rem;padding-bottom:2rem;font-size:1.125rem;line-height:1.75rem}.ShowUsersList-module__1ZR8qG__empty{text-align:center;color:#6b7280;padding-top:2rem;padding-bottom:2rem;font-size:1.125rem;line-height:1.75rem}.ShowUsersList-module__1ZR8qG__tableOuter{border:1px solid #e5e7eb;border-radius:5px;margin-top:1rem;overflow:hidden}.ShowUsersList-module__1ZR8qG__tableScroll{width:100%;overflow-x:auto}.ShowUsersList-module__1ZR8qG__table{border-collapse:collapse;width:100%;font-size:.875rem;line-height:1.25rem}.ShowUsersList-module__1ZR8qG__thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.ShowUsersList-module__1ZR8qG__th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.75rem;font-weight:600;line-height:1rem}.ShowUsersList-module__1ZR8qG__tr{border-bottom:1px solid #f3f4f6}.ShowUsersList-module__1ZR8qG__tr:hover{background-color:#f9fafb}.ShowUsersList-module__1ZR8qG__td{color:#4b5563;padding:.75rem 1rem}.ShowUsersList-module__1ZR8qG__tdCapitalize{color:#4b5563;text-transform:capitalize;padding:.75rem 1rem}.ShowUsersList-module__1ZR8qG__tdLowercase{color:#4b5563;text-transform:lowercase;padding:.75rem 1rem}.ShowUsersList-module__1ZR8qG__checkIcon{color:#0891b2}
.UpdateForm-module__K7HOIG__wrapper{flex-direction:column;width:100%;display:flex}.UpdateForm-module__K7HOIG__wrapper>*+*{margin-top:1.5rem}.UpdateForm-module__K7HOIG__toggleButton{cursor:pointer;background:0 0;border:1px solid;border-radius:5px;width:7rem;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.UpdateForm-module__K7HOIG__toggleEnabled{color:#f87171;border-color:#f87171}.UpdateForm-module__K7HOIG__toggleEnabled:hover{background-color:#fef2f2}.UpdateForm-module__K7HOIG__toggleDisabled{color:#0891b2;border-color:#0891b2}.UpdateForm-module__K7HOIG__toggleDisabled:hover{background-color:#ecfeff}.UpdateForm-module__K7HOIG__infoCard{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;width:100%;max-width:28rem;margin-left:auto;margin-right:auto;padding:2rem 1.5rem}.UpdateForm-module__K7HOIG__infoCard>*+*{margin-top:1rem}.UpdateForm-module__K7HOIG__infoHeader{flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:1.5rem;font-weight:500;display:flex}.UpdateForm-module__K7HOIG__personIcon{color:#0891b2}.UpdateForm-module__K7HOIG__infoSubheading{color:#4b5563;margin-top:.25rem;font-size:1.125rem}.UpdateForm-module__K7HOIG__infoRow{color:#4b5563;gap:.25rem;width:100%;display:flex}.UpdateForm-module__K7HOIG__infoLabel{font-weight:500}.UpdateForm-module__K7HOIG__subscribed{color:#0891b2;align-items:center;gap:.25rem;width:100%;font-weight:500;display:flex}.UpdateForm-module__K7HOIG__unsubscribed{color:#9ca3af;align-items:center;gap:.25rem;width:100%;font-weight:500;display:flex}.UpdateForm-module__K7HOIG__form{color:#6b7280;width:100%;max-width:28rem;margin-left:auto;margin-right:auto}.UpdateForm-module__K7HOIG__form>*+*{margin-top:1rem}.UpdateForm-module__K7HOIG__formFields{width:100%}.UpdateForm-module__K7HOIG__formFields>*+*{margin-top:1rem}.UpdateForm-module__K7HOIG__formRow{flex-direction:column;gap:1rem;width:100%;display:flex}@media (min-width:640px){.UpdateForm-module__K7HOIG__formRow{flex-direction:row;gap:1rem}}.UpdateForm-module__K7HOIG__fieldGroup{flex-direction:column;flex:1;display:flex}.UpdateForm-module__K7HOIG__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.UpdateForm-module__K7HOIG__fieldWrapper{position:relative}.UpdateForm-module__K7HOIG__selectButton{color:#6b7280;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex}.UpdateForm-module__K7HOIG__selectButton:hover{background-color:#fafafa}.UpdateForm-module__K7HOIG__selectButton:focus-visible{border-color:#0891b2;outline:none}@media (min-width:640px){.UpdateForm-module__K7HOIG__selectButton{width:12rem}}.UpdateForm-module__K7HOIG__searchIcon{opacity:.5;flex-shrink:0;width:1rem;height:1rem;margin-left:.5rem}.UpdateForm-module__K7HOIG__dropdown{z-index:10;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;width:100%;margin-top:.25rem;position:absolute;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:640px){.UpdateForm-module__K7HOIG__dropdown{width:12rem}}.UpdateForm-module__K7HOIG__dropdownSearch{border-bottom:1px solid #e5e7eb;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;padding:.5rem .75rem;font-size:.875rem}.UpdateForm-module__K7HOIG__dropdownSearch:focus{outline:none}.UpdateForm-module__K7HOIG__dropdownList{max-height:12rem;overflow:auto}.UpdateForm-module__K7HOIG__dropdownItem{cursor:pointer;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s;display:flex}.UpdateForm-module__K7HOIG__dropdownItem:hover{color:#0e7490;background-color:#ecfeff}.UpdateForm-module__K7HOIG__dropdownEmpty{color:#6b7280;padding:.5rem .75rem;font-size:.875rem}.UpdateForm-module__K7HOIG__checkIcon{flex-shrink:0;width:1rem;height:1rem;margin-left:auto}.UpdateForm-module__K7HOIG__input{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;width:100%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;display:flex}.UpdateForm-module__K7HOIG__input::placeholder{color:#9ca3af}.UpdateForm-module__K7HOIG__input:focus{border-color:#0891b2;outline:none}.UpdateForm-module__K7HOIG__input:disabled{cursor:not-allowed;opacity:.5}@media (min-width:640px){.UpdateForm-module__K7HOIG__input{width:12rem}}.UpdateForm-module__K7HOIG__fieldError{color:#ef4444;margin-top:.25rem;font-size:.875rem}.UpdateForm-module__K7HOIG__checkboxWrapper{flex-direction:row;align-items:flex-end;gap:.5rem;padding-bottom:.25rem;display:flex}.UpdateForm-module__K7HOIG__checkbox{accent-color:#0891b2;border:2px solid #d1d5db;border-radius:5px;width:1rem;height:1rem}.UpdateForm-module__K7HOIG__checkboxLabel{color:#374151;font-size:.875rem;font-weight:500}.UpdateForm-module__K7HOIG__submitButton{color:#fff;cursor:pointer;background-color:#0891b2;border:none;border-radius:5px;width:100%;padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;transition:opacity .2s}.UpdateForm-module__K7HOIG__submitButton:hover{background-color:#0891b2}.UpdateForm-module__K7HOIG__submitButton:disabled{opacity:.6;cursor:not-allowed}.UpdateForm-module__K7HOIG__spinnerWrapper{justify-content:center;align-items:center;width:100%;display:flex}.UpdateForm-module__K7HOIG__spinner{color:#fff;width:1.25rem;height:1.25rem;margin-right:.75rem;animation:1s linear infinite UpdateForm-module__K7HOIG__spin}@keyframes UpdateForm-module__K7HOIG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
