.lds-ellipsis{display:inline-block;position:relative;width:80px;height:12px}.lds-ellipsis div{position:absolute;width:10px;height:10px;border-radius:50%;background:#ccc;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;padding:48px 0 0;box-shadow:inset -1px 0 0 rgba(0,0,0,.1)}#sidebar-wrapper,.sidebar{min-height:100vh!important}#sidebar-wrapper{width:100vw;margin-left:-1rem;transition:margin .25s ease-out}#sidebar-wrapper .sidebar-heading{padding:.875rem 1.25rem;font-size:1.2rem}#page-content-wrapper{min-width:0;width:100%}.Toast_toastWrapper__3KzEx{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;gap:12px;width:-moz-fit-content;width:fit-content;max-width:90vw}.Toast_toast__UQTjY{display:flex;align-items:center;justify-content:space-between;min-width:300px;padding:12px 16px;border-radius:8px;color:#fff;font-size:14px;font-weight:500;box-shadow:0 2px 10px rgba(0,0,0,.2);animation:Toast_fadeIn__Wb7X9 .4s ease-in-out}.Toast_toast__UQTjY.Toast_success__YyNfG{background-color:#219653}.Toast_toast__UQTjY.Toast_error__qQoib{background-color:#eb5757}.Toast_toast__UQTjY.Toast_info__Phcp9{background-color:#2f80ed}.Toast_toast__UQTjY .Toast_closeBtn__stvVi{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;margin-left:12px;display:flex;align-items:center;justify-content:center}@keyframes Toast_fadeIn__Wb7X9{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}