.fading{
    transition: 0.4s;
    opacity: unset;
}

.fading.closed{
    transform: translateY(50%);
    opacity: 0;
}