@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}.CAlertV2{-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){.CAlertV2{left:auto;width:352px}}@media(min-width:768px){.CAlertV2{right:24px;top:24px}}.CAlertV2--fixed{position:fixed}.CAlertV2--error{background-color:#ffe5e5;padding-right:12px}.CAlertV2--warning{background-color:#fff5cc;padding-right:12px}.CAlertV2--success{background-color:#e5f9ec;padding-right:12px}.CAlertV2--loading,.CAlertV2--notice{background-color:#d6e4fe}.CAlertV2--dark.CAlertV2--error,html.dark-theme .CAlertV2.CAlertV2--error{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#ff364e29,#ff364e29);color:#ff364e}.CAlertV2--dark.CAlertV2--warning,html.dark-theme .CAlertV2.CAlertV2--warning{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#ffc10729,#ffc10729);color:#ffb800}.CAlertV2--dark.CAlertV2--success,html.dark-theme .CAlertV2.CAlertV2--success{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#4caf5029,#4caf5029);color:#4caf50}.CAlertV2--dark.CAlertV2--loading,.CAlertV2--dark.CAlertV2--notice,html.dark-theme .CAlertV2.CAlertV2--loading,html.dark-theme .CAlertV2.CAlertV2--notice{background-color:var(--color-dark-bg-primary-second,#303030);background-image:linear-gradient(#2196f329,#2196f329);color:var(--color-dark-text-primary,#ececec)}.CAlertV2--dark .CAlertV2__title,html.dark-theme .CAlertV2 .CAlertV2__title{color:var(--color-dark-text-primary,#ececec)}.CAlertV2--relative{width:100%}.CAlertV2__icon-area{display:flex;align-items:flex-start;align-self:stretch;flex-shrink:0;width:24px}.CAlertV2__icon{flex-shrink:0;width:24px;height:24px}.CAlertV2__icon-loading{color:var(--color-blue,#1e5cfb)}.CAlertV2__title{font-size:14px;line-height:19px;letter-spacing:-.2px}@keyframes alert{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.CAlertV2 .alert-enter-active{animation:alert .5s}.CAlertV2 .alert-leave-active{animation:alert .5s reverse}
