/*.elementor-popup-modal.e-animated {
    opacity: 0 !important;
}
body.elementor-popup-archive{
    overflow: hidden;
}*/
.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;
    
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
}
.stopped{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}