#toaster.ng-hide-add, #toaster.ng-hide-remove {
    transition: all 0.2s ease-out;
}
#toaster.ng-hide{
    opacity:0;
    margin-top: 15vh;
}

.searchDiv2.ng-hide-add, .searchDiv2.ng-hide-remove {
    transition: all 0.2s ease-out;
}
.searchDiv2.ng-hide{
    opacity:0;
    transform: translate(10%,0);
}

#modal.ng-hide-add, #modal.ng-hide-remove {
    transition: all 0.5s ease-out;
}
#modal.ng-hide{
    opacity:0;
}

#overlay.ng-hide-add, #overlay.ng-hide-remove {
    transition: all 0.5s ease-out;
}
#overlay.ng-hide{
    opacity:0;
}