.Popup_PopupContainer__QfeiN{width:100%;height:100vh;position:fixed;overflow:hidden;background:#16161663;display:flex;align-items:center;justify-content:center;text-align:center;transition:all .3s ease-in-out;opacity:0;top:0;left:0;z-index:1002}.Popup_Popup__2zT9p{width:90%;box-sizing:border-box;height:auto;border-radius:14px;box-shadow:0 1px 3px 0 #0000004D;background:#FFFFFF;opacity:0;transition:all .5s ease-in-out;z-index:1003;display:flex;flex-direction:column;align-items:center;padding:20px;@media (min-width:450px){max-width:350px}}.Popup_PopupVisible__UMisB{opacity:1}.Popup_PopupHidden__CObbO{opacity:0}.Popup_PopupTitle__NmURe{word-break:normal;display:block;width:221px;height:auto;margin:24px auto 22px}.Popup_PopupTitle__NmURe,.Popup_PopupTitle__NmURe b{font-size:16px;font-weight:600;text-align:center}.Popup_PopupButtonsContainer__vbwOM{width:100%;height:auto;display:inline-flex;justify-content:center;gap:15px;-webkit-margin-after:24px;margin-block-end:24px}.Popup_PopupContent__1G74C{width:100%;max-width:300px;text-align:center}.Popup_PopupContentText__ovSsP{font-size:var(--font-size-sm);color:var(--text-secondary-color);margin-bottom:12px;line-height:var(--line-height-base)}.Popup_ButtonDecline__ttZ_L{color:var(--error-color)}.Button_Button__hsx4z{width:auto;min-height:38px;font-size:14px;display:flex;align-items:center;justify-content:center;line-height:1.2;border:none;outline:none;cursor:pointer;position:relative;gap:4px;color:var(--white-color)}.Button_Variation1__rYuiw{padding-inline:16px;padding-block:8px;border-radius:20px}.Button_Variation2__BlMGX{padding-inline:16px;padding-block:8px;border-radius:12px}.Button_Variation3__6B_nU{width:200px;height:50px;padding-inline:14px;padding-block:8px;border-radius:10px}.Button_Primary__k35wz{background:var(--action-color-120)}.Button_Primary__k35wz:hover{background:var(--action-color-100)}.Button_Primary__k35wz:active{background:var(--action-color-140)}.Button_Secondary__X_wa4{background:var(--action-color-secondary-120);color:var(--white-color)}.Button_Secondary__X_wa4:hover{background:var(--action-color-secondary-100)}.Button_Secondary__X_wa4:active{background:var(--action-color-secondary-140)}.Button_Danger__PPM02{background:var(--error-color)}.Button_Danger__PPM02:hover{background:var(--error-color-hover)}.Button_Danger__PPM02:active{background:var(--error-color-active)}.Button_Success__1qtQK{background:var(--success-color)}.Button_Success__1qtQK:hover{background:var(--success-color-hover)}.Button_Success__1qtQK:active{background:var(--success-color-active)}.Button_Warning__QQxOM{background:var(--warning-color)}.Button_Warning__QQxOM:hover{background:var(--warning-color-hover)}.Button_Warning__QQxOM:active{background:var(--warning-color-active)}.Button_Default__UP0Yk{background:var(--text-color)}.Button_Default__UP0Yk:active,.Button_Default__UP0Yk:hover{background:var(--text-secondary-color)}.Button_White__548Hg{color:var(--text-color);background:var(--white-color)}.Button_White__548Hg:hover{background:var(--container-bg)}.Button_White__548Hg:active{background:var(--gray-color)}.Loading_LoadingContainer__c6V4b{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--text-color);display:flex;justify-content:center;align-items:center;z-index:1000}.Loading_LoadingContent__qkaMd{display:flex;flex-direction:column;align-items:center;gap:20px}.Loading_LoadingLogo__hxeiu{animation:Loading_fadeIn__XM_OR .5s ease-in;border-radius:50%}.Loading_LoadingSpinner__xCTbH{width:40px;height:40px;border-top:4px solid var(--action-color-secondary-120);border:4px solid var(--action-color-secondary-120);border-top-color:var(--action-color-120);border-radius:50%;animation:Loading_spin__sv2sr 1s linear infinite}@keyframes Loading_spin__sv2sr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Loading_fadeIn__XM_OR{0%{opacity:0}to{opacity:1}}