input,label{outline:none!important}input:hover,label:focus,label:focus-within,label:hover{outline:none!important}.btn:focus-visible{outline:none!important}.modal-shadow-disable::backdrop{background-color:transparent!important}.tooltip:before{background-color:hsl(var(--twc-foreground-500))!important;color:hsl(var(--twc-content-active))!important}.tooltip:after{border-color:hsl(var(--twc-foreground-500))!important;transform:translateX(-50%) rotate(45deg)!important}.tooltip-bottom:after{transform:rotate(45deg) translateY(55%)!important}.tooltip-left:after{top:50%!important;transform:rotate(45deg) translate(50%,-50%)!important}.tooltip-bottom:after,.tooltip-left:after{border-color:hsl(var(--twc-foreground-500))!important}.tooltip-bottom:after{top:105%!important;position:absolute;transform:rotate(45deg) translate(-50%,50%)!important}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation:fadeInUp .4s ease-out both}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp;animation-duration:1s;animation-fill-mode:both}.heartBeat{animation:heartBeat 1.5s ease-in-out}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:1}to{transform:translateY(0);opacity:1}}.slideInFromBottom{animation:slideInFromBottom .5s cubic-bezier(.4,0,.2,1) forwards;will-change:transform}@keyframes slideOutToBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:1}}.slideOutToBottom{animation:slideOutToBottom .5s cubic-bezier(.4,0,.2,1) forwards;will-change:transform}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(33deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation:rotateInUpLeft .5s ease-out both}