.popup-made-simple{border-style:solid;box-shadow:0 4px 20px rgba(0,0,0,.2);box-sizing:border-box;max-width:100%;position:fixed;z-index:1000000000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-made-simple--fade{animation:fadeIn .5s ease-in forwards;opacity:0}@keyframes fromBottom{0%{opacity:0;transform:translateY(200%)}to{opacity:1}}.popup-made-simple--from-bottom{animation:fromBottom .5s ease-out forwards;opacity:0}@keyframes fromTop{0%{opacity:0;transform:translateY(-200%)}to{opacity:1}}.popup-made-simple--from-top{animation:fromTop .5s ease-out forwards;opacity:0}.popup-made-simple__close button{align-items:center;background-color:#000;border:2px solid #000;border-radius:15px;box-sizing:border-box;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;width:30px}.popup-made-simple__close button:before{transform:rotate(-45deg)}.popup-made-simple__close button:after{transform:rotate(45deg)}.popup-made-simple__close button:after,.popup-made-simple__close button:before{background-color:#fff;content:"";display:block;height:16px;position:absolute;transform-origin:center;width:2px;z-index:10}.popup-made-simple__close button:hover{background-color:#fff}.popup-made-simple__close button:hover:after,.popup-made-simple__close button:hover:before{background-color:#000}.popup-made-simple__content{display:block;height:100%;overflow-y:auto}
