
.animation-top {
    opacity: 1;
    height: 40px;
}

.animation-top.ng-hide-add, .animation-top.ng-hide-remove {
    transition: all linear 0.5s;
}

.animation-top.ng-hide {
    height: 0;
    opacity: 0;
}