@keyframes IconLoader-spin{to{transform:rotate(1turn)}}.IconLoader{display:inline-block;width:-moz-fit-content;width:fit-content;animation:IconLoader-spin 1s ease-in-out infinite}.IconLoader__icon{display:block;width:inherit;height:inherit}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes client-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drop-down{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes skeleton-loading{to{transform:translate(240%)}}@keyframes skeleton-sheen{0%{transform:skew(-40deg) translate(-100%)}to{transform:skew(-40deg) translate(240%)}}@keyframes skeleton-fade{0%,to{opacity:.6}50%{opacity:1}}@keyframes connect-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.client-view-enter-active{animation:client-slide-in .5s}.client-view-leave-active{animation:client-slide-in .8s reverse}.dropdown-enter-active{animation:drop-down .5s ease-out}.dropdown-leave-active{animation:drop-down .5s ease-in reverse}.slide-up-enter-active,.slide-up-leave-active{transition-delay:.5s;transition:.3s ease-in-out}.slide-up-enter-from{transform:translateY(100%)}.slide-up-enter-to{transform:translateY(0)}.slide-up-leave-to{transform:translateY(100%)}:export{white:#fcfcfc;white-light:#fff;base-dark:#353442;grey-dark:#9296ad;grey:#b7bacf;grey-1:#333;grey-light:#dfe1ec;grey-light-40:#f0f1f6;grey-light-20:#f6f7f9;light:#fcfcfc;purple:#7857ff;purple-light:#896cff;accent-red:#ff364e;accent-green:#25ca53;accent-yellow:#ffb12e}.CAlert{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;gap:8px;z-index:30;top:calc(var(--safe-area-inset-top) + 16px);left:16px;right:16px;padding:8px;border-radius:8px;margin-left:var(--safe-area-inset-left,0);margin-right:var(--safe-area-inset-right,0)}@media(min-width:575px){.CAlert{left:auto;width:352px}}@media(min-width:768px){.CAlert{right:24px;top:24px}}.CAlert--fixed{position:fixed}.CAlert--error{background-color:#ffe5e5;padding-right:12px}.CAlert--warning{background-color:#fff5cc;padding-right:12px}.CAlert--success{background-color:#e5f9ec;padding-right:12px}.CAlert--loading,.CAlert--notice{background-color:#d6e4fe}.CAlert--dark.CAlert--error,html.dark-theme .CAlert.CAlert--error{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#ff364e29,#ff364e29);color:#ff364e}.CAlert--dark.CAlert--warning,html.dark-theme .CAlert.CAlert--warning{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#ffc10729,#ffc10729);color:#ffb800}.CAlert--dark.CAlert--success,html.dark-theme .CAlert.CAlert--success{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#4caf5029,#4caf5029);color:#4caf50}.CAlert--dark.CAlert--loading,.CAlert--dark.CAlert--notice,html.dark-theme .CAlert.CAlert--loading,html.dark-theme .CAlert.CAlert--notice{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#2196f329,#2196f329);color:var(--color-dark-text-primary,#ececec)}.CAlert--dark .CAlert__title,html.dark-theme .CAlert .CAlert__title{color:var(--color-dark-text-primary,#ececec)}.CAlert--relative{width:100%}.CAlert__icon-area{display:flex;align-items:flex-start;align-self:stretch;flex-shrink:0;width:24px}.CAlert__icon{flex-shrink:0;width:24px;height:24px}.CAlert__icon-loading{color:var(--color-blue,#1e5cfb)}.CAlert__title{font-size:14px;line-height:19px;letter-spacing:-.2px}@keyframes alert{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.CAlert .alert-enter-active{animation:alert .5s}.CAlert .alert-leave-active{animation:alert .5s reverse}
