.loading_loading__7jONg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-global-loading);background-color:rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:center;justify-content:center;animation:loading_fadeIn__nNFy4 .3s var(--transition) forwards;color:#fff;gap:16px;opacity:0}.loading_svg__xqE8P{animation:loading_rotate__w9gRg 1s linear infinite}@keyframes loading_fadeIn__nNFy4{to{opacity:1}}@keyframes loading_rotate__w9gRg{to{transform:rotate(1turn)}}.notification_container__jGLAB{position:fixed;top:32px;left:0;right:0;margin:auto;width:350px;overflow:visible;display:flex;flex-direction:column;gap:20px;z-index:var(--z-notification)}.notification_notification__sJDV2{color:#fff;display:flex;align-items:center;padding:12px 16px;gap:12px;border-radius:8px;box-shadow:0 16px 20px -8px rgba(3,5,18,.1);animation:notification_in__qGhTD var(--transition);overflow-wrap:anywhere}.notification_notification-out__XQ3oQ{animation:notification_out__kHBs7 var(--transition)}.notification_text__Guwur{flex:1}.notification_info__5bcmi{background-color:var(--color-info)}.notification_warn__6_Xlb{background-color:var(--color-warning)}.notification_error__YUIEK{background-color:var(--color-error)}.notification_success__xXj83{background-color:var(--color-success)}@keyframes notification_in__qGhTD{0%{opacity:0;transform:translate3d(0,-40px,0)}}@keyframes notification_out__kHBs7{to{opacity:0;margin-top:var(--leave-offset)}}