.transition-container{overflow:hidden;transition:max-height 1.5s ease-in-out,opacity .5s ease-in-out;max-height:0;opacity:0}.transition-container.show{max-height:200px;opacity:1}@keyframes pulseRed{0%{box-shadow:0 0 0 0 rgba(255,0,0,.6)}70%{box-shadow:0 0 0 10px rgba(255,0,0,0)}to{box-shadow:0 0 0 0 rgba(255,0,0,0)}}.pulse-red{animation:pulseRed 2s ease-in-out infinite;border:2px solid red!important;background-color:rgb(255,243,243)}.card-green-success{background-color:rgb(244,255,244);border:2px solid green!important}