.arshida-popup{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.arshida-popup:not(.arshida-popup-opened){display:none}.arshida-popup.arshida-popup-opened{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;padding:20px 0;max-width:100%;width:100vw;height:100vh;top:0;right:0;z-index:99998;background:#ecf0f1}.arshida-popup .arshida-popup-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:10px;top:10px;line-height:1;font-size:15px;background:#bdc3c7;color:#fff;border-radius:50%;padding:5px;width:20px;height:20px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif}.arshida-popup .arshida-popup-close:hover{opacity:.7}.arshida-popup .arshida-popup-inner{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;border-radius:5px;padding:35px 10px 10px 10px;max-width:calc(95vw - 40px);min-width:300px;max-height:calc(100vh - 40px - 40px - 40px);min-height:300px;background:var(--arshida-background-secondary-color);margin:auto;overflow:hidden;z-index:1}.arshida-popup .arshida-popup-inner .arshida-popup-content{overflow-y:auto;max-height:inherit;padding:5px}.arshida-popup .arshida-popup-inner .arshida-notices{margin:0}.arshida-popup-opener{cursor:pointer}