/* Src/Modules/Function/SessionAlert/SessionAlert.css : */
.tg-SessionAlert{animation:SlideTop .5s cubic-bezier(.535,0,0,1) forwards;top:25%;left:50%;cursor:default!important}@media screen and (max-width:56.1875em){.tg-SessionAlert{flex-direction:column}}@keyframes SlideTop{from{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%,0%)}}