.notification{display:none;position:fixed;top:-200px;z-index:9999;background:#fff;margin-left:calc(50vw - 140px);width:250px;height:auto;font-family:libre franklin,sans-serif;padding:15px;-webkit-box-shadow:-5px 9px 22px -8px rgba(0,0,0,.75);-moz-box-shadow:-5px 9px 22px -8px rgba(0,0,0,.75);box-shadow:-5px 9px 22px -8px rgba(0,0,0,.75)}@media(min-width:720px){.notification{width:400px;margin-left:calc(50vw - 200px)}}.notification .notification-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media(min-width:720px){.notification .notification-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}}.notification .notification-content i{right:5px;top:5px;color:#666;position:absolute;cursor:pointer}.notification .notification-content figure img{width:65px;height:auto}.notification .notification-content .notification-text{padding:15px 15px 0;text-align:center}@media(min-width:720px){.notification .notification-content .notification-text{text-align:left}}.notification .notification-content .notification-text p{font-size:12px;color:#8e8e8e;line-height:18px}.notification .notification-content .notification-text p.notification-title{font-size:16px;color:#666;margin-bottom:15px}.notification .notification-buttons{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media(min-width:720px){.notification .notification-buttons{padding-left:70px}}.notification .notification-buttons button{font-size:14px;padding:5px 15px;height:45px;width:auto}.notification .notification-buttons button+button{margin-left:25px}.notification .notification-buttons button.no{opacity:.8;background:#d9d9d9;color:#666}.notification .notification-buttons button.yes{font-weight:700;color:#fff;background:#619ec8}