.tooltip-error{--bg:#4a4a48;background:var(--bg);color:#fff;font-size:12px;border-radius:4px;border:1px solid rgba(29,29,27,.75);padding:15px 13px 13px;box-shadow:0 2px 4px rgba(29,29,27,.5);z-index:30;display:flex;align-items:center;gap:8px;font-weight:100;text-align:start}.tooltip-error-arrow{width:10px;height:10px;background:var(--bg);transform:rotate(45deg)}.error-tooltip-icon{width:14px;height:14px}@keyframes fadeInTooltip{0%{opacity:0}to{opacity:1}}@keyframes fadeOutTooltip{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeInTooltip .2s ease forwards}.fade-out{animation:fadeOutTooltip .2s ease forwards}
/*# sourceMappingURL=35a6b5aabf512582.css.map*/