﻿@keyframes slideBottom{0%{display:none;max-height:0;}1%{display:block;}100%{max-height:800px;}}@keyframes slide-center-top15{0%{top:50%;}100%{top:15%;}}@keyframes slide-up-bottom15{0%{bottom:-100%;}100%{bottom:15%;}}@keyframes rotate-0-360deg{from{transform:rotate(0deg);-webkit-transform:rotate(0deg);}to{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}.rotateAnimation{animation:rotate-0-360deg .8s linear infinite both;}@keyframes fadeIn{0%{opacity:0;transform:scale(0);max-height:0;visibility:hidden;}100%{opacity:1;transform:scale(1);max-height:1000px;visibility:visible;}}@keyframes fadeOut{0%{opacity:1;transform:scale(1);max-height:1000px;visibility:visible;}100%{opacity:0;transform:scale(0);max-height:0;visibility:hidden;}}.fadeOutAnimation{animation:fadeOut .3s ease-in-out both;}@keyframes visibleOn{0%{opacity:0;visibility:hidden;}100%{opacity:1;visibility:visible;}}@keyframes visibleOff{0%{opacity:1;visibility:visible;}100%{opacity:0;visibility:hidden;}}.component-spinner{border-radius:50%;width:50px;height:50px;border:4px solid #b0cef5;border-top-color:var(--color-primary);animation:rotate-0-360deg 1.2s 1s infinite cubic-bezier(.25,.46,.45,.94) both;}#dataLoaderCon{inset:0;display:flex;}#dataLoaderCon .backdrop{background:rgba(0,0,0,.6);position:fixed;inset:0;}.component-dataLoader{display:flex;flex-direction:column;align-items:center;padding:1rem;z-index:2001;}.component-dataLoader--small object{height:120px;}.component-dataLoader .dataLoader-text{margin-top:1rem;font-family:"Inter",serif;font-style:normal;font-weight:600;font-size:1.1rem;line-height:120%;text-align:center;color:#fff;}.component-dataLoader .dataLoader-text--subtext{margin-top:.25rem;font-weight:400;font-size:.9rem;color:#808690;}.box-no-data{display:flex;flex-direction:column;}.box-loading{animation:fadeOut .3s both linear;animation-delay:60s;display:flex;flex-direction:column;align-items:center;}.box-empty{opacity:0;transform:scale(0);max-height:0;visibility:hidden;animation:fadeIn 1s both linear;animation-delay:61s;display:flex;flex-direction:column;align-items:center;}