﻿.animations-slide-up-content{
    transition: top 0.5s ease;
}
/*Background color*/
.animations-waiting-background{
    background-color: transparent !important;
}
.animations-fade-in-background{
    transition: background-color 0.5s ease !important;
}