﻿/*! Copyright Xooloop Studio www.xooloop.fr */.xooloopAlertPopup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:rgba(255,255,255,0.4)}.xooloopAlertPopup .popup_window{position:fixed;z-index:1000;min-width:320px;min-height:80px;background-color:#777;color:#fff;padding:10px 10px 10px 80px;box-shadow:0px 0px 20px rgba(0,0,0,0.8);transition:1s linear;transition:var(--animation-duration, 1s) linear;transform:translate(-50%, -50%);top:-100%;left:50%}.xooloopAlertPopup .popup_window h1{margin-bottom:20px;font-size:2.0rem;line-height:1.2}.xooloopAlertPopup .popup_window.from_left{top:50%;left:-50%}.xooloopAlertPopup .popup_window.from_right{top:50%;left:150%}.xooloopAlertPopup .popup_window.from_top_left{top:-50%;left:-50%}.xooloopAlertPopup .popup_window.from_top_right{top:-50%;left:150%}.xooloopAlertPopup .popup_window.from_bottom{top:150%;left:-50%}.xooloopAlertPopup .popup_window.from_bottom_left{top:150%;left:-50%}.xooloopAlertPopup .popup_window.from_bottom_right{top:150%;left:150%}.xooloopAlertPopup .popup_window.appearing{top:50%;left:50%}.xooloopAlertPopup .popup_window::before{content:"󰂞";font-family:"MaterialIconsEx";position:absolute;top:30px;left:10px;color:rgba(255,255,255,0.5);line-height:1;font-size:3.2rem;text-align:left}.xooloopAlertPopup .popup_window .close{position:absolute;z-index:1001;right:10px;top:10px;width:30px;height:30px;border-radius:50%;border:1px solid #fff;cursor:pointer}.xooloopAlertPopup .popup_window .close::after{content:"󰅖";font-family:"MaterialIconsEx";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;line-height:30px;font-size:24px;text-align:center}.xooloopAlertPopup .popup_window .btns{text-align:right;margin:20px 0 10px}.xooloopAlertPopup .popup_window .btns .btn_close{display:inline;padding:10px;border:1px solid white;cursor:pointer;transition:.2s;background:#777}.xooloopAlertPopup .popup_window .btns .btn_close:hover{background:#777}
