.elementor-popup-hidden .elementor-popup-modal {
display: none;
}
body.elementor-popup-archive .elementor-popup-modal{
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
body.elementor-popup-archive .elementor-popup-modal.e-add-popup-archive .e-popup-loader{
font-size: 70px;
}
body.elementor-popup-archive .elementor-popup-modal:not(.e-add-popup-archive){
animation: none !important;
}
.elementor-popup-modal.inanimated {
-webkit-animation-duration: 0;
animation-duration: 0;
-webkit-animation-fill-mode: none;
animation-fill-mode: none; transition-property: none !important; transform: none !important; animation: none !important;
}
.stopped{
-webkit-animation-play-state: paused;
animation-play-state: paused;
}