.shift-panel--started{animation:shiftStartGlow 1.6s ease both}.shift-panel--started .panel-header{animation:shiftStartLift .55s ease both}.shift-panel--started #shiftStateBadge{animation:shiftBadgePop .65s .12s cubic-bezier(.2,1.4,.4,1) both}.shift-panel--started #shiftMessage{margin:14px 0 0;padding:12px 14px;border-radius:10px;color:#086642;background:#dcf7e9;font-size:14px;font-weight:900;animation:shiftMessageIn .5s .15s both}@keyframes shiftStartGlow{0%{transform:scale(.99);box-shadow:0 0 0 0 #b7eb2a00}35%{box-shadow:0 0 0 9px #c9f52b55,0 12px 34px #8dac1829}100%{transform:scale(1);box-shadow:0 0 0 0 #c9f52b00}}@keyframes shiftStartLift{0%{transform:translateY(5px);opacity:.5}100%{transform:translateY(0);opacity:1}}@keyframes shiftBadgePop{0%{transform:scale(.65);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes shiftMessageIn{0%{transform:translateY(8px);opacity:0}100%{transform:translateY(0);opacity:1}}
