/* [dx-animation-type="dx_fade_in_up"] {}

.dx_fade_in_up_animate {
    transition-property: transform, opacity !important;
}

[dx-animation-type="dx_fade_in_down"] {}

.dx_fade_in_down_animate {
    transition-property: transform, opacity !important;
}

[dx-animation-type="dx_fade_in_right"] {}

.dx_fade_in_right_animate {
    transition-property: transform, opacity !important;
}

[dx-animation-type="dx_fade_in_left"] {}

.dx_fade_in_left_animate {
    transition-property: transform, opacity !important;
} */

.dx_hide {
    opacity: 0;
}