.ph-alert{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ph-alert--show{background-color:rgba(0,0,0,.2)}.ph-alert__box{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background:#fff;padding:20px 15px 10px;box-shadow:0 2px 8px rgba(0,0,0,.25);text-align:center;position:relative;max-width:500px;min-width:300px}@media (max-width:500px){.ph-alert__box{max-width:300px}}.ph-alert__close{position:absolute;top:0;right:0;padding:12px;line-height:0}.ph-alert__close svg{width:12px;height:12px;fill:#4A4A4A}.ph-alert__close:hover svg{fill:#000}.ph-alert__heading{margin:0 0 5px;font-size:16px;color:#4A4A4A}.ph-alert__body{margin-top:5px}.ph-alert__buttons{margin-top:25px}.ph-alert__button{display:block;float:right;text-transform:uppercase;font-weight:600;margin:5px;font-size:14px}.ph-alert__button:nth-child(2){float:left}