.vail{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(27,36,49,0);z-index:900;margin:0!important;animation:fadeIn .1s ease-in-out forwards}@keyframes fadeIn{0%{background-color:rgba(27,36,49,0)}to{background-color:rgba(27,36,49,.15)}}.vail.disappearing{animation:fadeOut .1s ease-in-out forwards}@keyframes fadeOut{0%{background-color:rgba(27,36,49,.15)}to{background-color:rgba(27,36,49,0)}}.popup{transform:scale(.95);animation:growIn 30ms ease-in-out forwards}@keyframes growIn{0%{transform:scale(.95)}to{transform:scale(1)}}