.loading_loadingContainer__pRNvA{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.loading_spinner__ZWXGc{width:48px;height:48px;border-radius:50%;border:3px solid var(--border-color);border-top-color:var(--main_d);animation:loading_spin__dJBYQ 1s ease-in-out infinite;margin-bottom:16px}@keyframes loading_spin__dJBYQ{to{transform:rotate(1turn)}}.loading_loadingText__asSak{color:#64748b;font-size:16px;font-weight:500}.popup_right_overlay__iOdAs{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease-in-out;will-change:opacity}.popup_right_overlay__iOdAs.popup_right_show__6LZLm{opacity:1}.popup_right_popup__Rciql{opacity:1!important;position:fixed;top:0;right:0;height:100%;width:500px;background:var(--bg-primary);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease-in-out;will-change:transform}.popup_right_popup__Rciql.popup_right_open__tL07U{transform:translateX(0)}.popup_right_shifted__ZxE3_{transform:translateX(-100%)!important}.popup_right_popup2__KaWyY{position:fixed;top:0;right:0;height:100%;width:500px;max-width:80%;background:var(--bg-primary);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease-in-out;will-change:transform}.popup_right_popup2__KaWyY.popup_right_open__tL07U{transform:translateX(0)}.popup_right_header__z0S39{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;height:52px;border-bottom:1px solid var(--border-color)}.popup_right_closeBtn__mpZDR{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary)}.popup_right_body___BoJP{flex:1;overflow:auto}.popup_right_error__n7CK8{color:red}@media (max-width:768px){.popup_right_popup__Rciql{width:100vw!important}}