/**
 * @package    AcyMailing for Joomla!
 * @version    5.9.6
 * @author     acyba.com
 * @copyright  (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

@keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.acymailingpopup{
    cursor: pointer;
}

#acymailingpopupshadow{
    z-index: 101000;
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.7;
}

#acymailingpopup{
    z-index: 101100;
    background-color: #fff;
    position: fixed;
    padding: 10px;
    border-radius: 3px;

    animation: 0.5s fadeIn forwards;
}

#acymailingpopup iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#closepop {
    position: absolute;
    width: 15px;
    height: 15px;
    right: -10px;
    top: -10px;
    background-color: white;
    border-radius: 20px;
    border: 2px solid #525252;
    font-size: 15px;
    cursor: pointer;
    font-family: 'acyicon';
    line-height: 1;
    box-sizing: content-box;
}

#closepop:before{
    content: "\e621";
}

/*
     FILE ARCHIVED ON 11:32:57 Aug 23, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:04:51 Jul 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 88.39
  exclusion.robots: 0.101
  exclusion.robots.policy: 0.091
  cdx.remote: 0.065
  esindex: 0.011
  LoadShardBlock: 59.036 (3)
  PetaboxLoader3.datanode: 81.472 (5)
  load_resource: 744.992 (2)
  PetaboxLoader3.resolve: 674.064 (2)
*/