/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
@keyframes zoom-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}wl-popup-event{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background-color:#0000007f}wl-popup-event[open=true]{display:flex!important}wl-popup-event .popup-event-modal__content{background:#fff;padding:2rem;max-width:600px;width:90%;border-radius:5px;box-shadow:0 10px 40px #00000040;animation:zoom-in .35s ease-out;transform-origin:center;position:relative}wl-popup-event .popup-event-modal__content.zoom-out{animation:zoom-out .35s ease-out forwards}wl-popup-event .popup-event-modal__content .popup-event-modal__toggle{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer}wl-popup-event .popup-event-modal__content .popup-event-modal__content-info{margin-top:1rem;line-height:1.6}wl-popup-event .popup-event-modal__content .popup-event-modal__content-info h1{font-size:24px;font-weight:600;color:#000;margin-bottom:10px;text-align:center}
