@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.slide-in-right,.slide-in-right-delayed{animation:slideInFromRight .5s ease-out forwards}.slide-in-right-delayed{animation-delay:.2s;opacity:0}.referrals-animation{transition-property:none!important;animation:slideInFromRight .4s cubic-bezier(.16,1,.3,1) forwards}.referrals-exit-animation{transition-property:none!important;animation:slideOutToRight .4s cubic-bezier(.16,1,.3,1) forwards}.profiledetail-animation{transition-property:none!important;animation:slideInFromRight .4s cubic-bezier(.16,1,.3,1) forwards}.profiledetail-exit-animation{transition-property:none!important;animation:slideOutToRight .4s cubic-bezier(.16,1,.3,1) forwards}.scale-animation{animation:scale .3s ease-in-out}@keyframes scale{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}