.simplert{box-sizing:border-box;font-size:14px;line-height:1.15}.simplert *,.simplert :after,.simplert :before{box-sizing:inherit}.simplert{position:fixed;z-index:999;top:0;left:0;display:none;overflow:auto;width:100%;height:100%;text-align:center;background-color:#000;background-color:rgba(0,0,0,.4)}.simplert--shown{display:flex;align-items:center}.simplert--shown .simplert__content{animation-name:zoomIn;animation-duration:.3s;animation-fill-mode:both}.simplert__x{position:absolute;right:15px;top:15px;cursor:pointer;color:#b3aaaa;font-weight:700;font-size:11px}.simplert__header{padding:2em 0}.simplert__title{font-size:1.875rem;line-height:1.25;font-weight:700;display:block}.simplert__content{position:relative;width:90%;max-width:400px;margin:0 auto;padding:0 20px;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}@media only screen and (min-width:768px){.simplert__content{width:30%}}.simplert__content--radius{-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}.simplert__body{padding-bottom:1rem}.simplert__icon{position:relative;width:80px;height:80px;margin:10px auto;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.simplert__icon--info{border:4px solid #1a72ff}.simplert__icon--success{border:4px solid #58c184}.simplert__icon--warning{border:4px solid #fd821b}.simplert__icon--error{border:4px solid #dd3b4b}.simplert__icon img{width:80px;height:80px}.simplert__line{position:absolute;z-index:2;display:block;height:5px;border-radius:2px}.simplert__line--info{position:absolute;top:19px;left:50%;width:7px;height:7px;margin-left:-3px;border-radius:50%;background-color:#1a72ff}.simplert__line--info-2{position:absolute;bottom:15px;left:50%;width:5px;height:29px;margin-left:-2px;border-radius:2px;background-color:#1a72ff}.simplert__line--success{top:44px;left:6px;width:25px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#58c184}.simplert__line--success-2{top:38px;right:6px;width:47px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#58c184}.simplert__line--warning{position:absolute;top:10px;left:50%;width:5px;height:35px;margin-left:-2px;-webkit-border-radius:2px;border-radius:2px;background-color:#fd821b}.simplert__line--warning-2{position:absolute;bottom:10px;left:50%;width:7px;height:7px;margin-left:-3px;-webkit-border-radius:50%;border-radius:50%;background-color:#fd821b}.simplert__line--error{top:35px;left:13px;width:47px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#dd3b4b}.simplert__line--error-2{top:35px;right:13px;width:47px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#dd3b4b}.simplert__footer{padding:1em 0}.simplert__close,.simplert__confirm{display:inline-block;line-height:1.2;outline:0;font-weight:700;margin:0 .5em;border-radius:.25rem;height:2.5rem;min-width:2.5rem;font-size:1rem;padding-left:1rem;padding-right:1rem;background-color:#1a72ff;color:#fff;cursor:pointer;text-align:center;-webkit-appearance:none;-moz-appearance:none}.simplert__close:focus,.simplert__confirm:focus{outline:0;box-shadow:0 0 0 3px rgb(66 153 225 / 60%)}.simplert__close--radius,.simplert__confirm--radius{-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em}@keyframes zoomIn{from{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}