.disconnect-animation{width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative}.disconnect-animation>i{color:#1976d2;opacity:1;-webkit-animation:colorFade .3s ease .5s 1 normal forwards;animation:colorFade .3s ease .5s 1 normal forwards}.disconnect-animation:after{content:"";position:absolute;display:block;width:0;height:5px;background-color:#1976d2;left:5px;top:5px;transform:rotate(40deg);transform-origin:0 50%;box-shadow:0 2px 0 #fff,0 -2px 0 #fff;-webkit-animation:drawLine .3s ease .65s 1 normal forwards;animation:drawLine .3s ease .65s 1 normal forwards;border-radius:2px}body.body--dark .disconnect-animation:after{box-shadow:0 2px 0 #292929,0 -2px 0 #292929}@-webkit-keyframes colorFade{0%{opacity:1}to{opacity:.6}}@keyframes colorFade{0%{opacity:1}to{opacity:.6}}@-webkit-keyframes drawLine{0%{width:0}to{width:92%}}@keyframes drawLine{0%{width:0}to{width:92%}}