/*!
 * AlertPal
 *
 * R-TEK
 *
 * https://github.com/R-TEK/alertpal
 *
 * MIT License
 */@keyframes fadeIn{0%{opacity:0}to{opacity:.5}}@keyframes popUp{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rollDown{0%{transform:translateY(-55px);transform:rotateX(45deg)}to{transform:translate(0);transform:rotateX(0)}}#alertpal #alertpal_bg{animation:fadeIn .2s ease;background-color:#000;display:none;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%;z-index:99999999999999}#alertpal #alertpal_alert{animation:popUp .2s ease;background-color:#fff;border-radius:5px;box-shadow:0 0 10px 0 rgba(1,1,1,.2);box-sizing:border-box;display:none;left:calc(50% - 225px);max-height:60%;overflow-x:hidden;overflow-y:auto;padding:20px;position:fixed;top:20%;width:450px;z-index:999999999999999}#alertpal .alertpal_modal{left:10%!important;max-height:80%!important;top:10%!important;width:80%!important}#alertpal #ap_title{color:#111;font-size:25px!important;font-weight:600!important;margin:0}#alertpal #ap_description,#alertpal #ap_title{font-family:Arial,Helvetica,sans-serif!important}#alertpal #ap_description{color:#555;font-size:16px!important;font-weight:400!important;margin:25px 0!important}#alertpal #ap_buttons{float:right}#alertpal #ap_cancel,#alertpal #ap_ok{background-color:#1c84b6;border:0;border-radius:2px;color:#fff;cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;margin:0 2px 1px;outline:0;padding:7px 10px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#alertpal #ap_cancel{background:0;color:#444}#alertpal #ap_cancel:hover{background-color:#e6e6e6}#alertpal #ap_ok:hover{background-color:#15648a}#alertpal #alertpal_message_container{max-width:50%;position:fixed;right:0;top:0;z-index:999999999}#alertpal .ap_message{animation:rollDown .2s ease;border-radius:2px;box-shadow:0 0 10px 0 rgba(1,1,1,.2);cursor:pointer;font-family:Arial;font-size:16px;font-weight:600;margin:5px 5px 10px;overflow-wrap:break-word;padding:10px 20px;pointer-events:auto;position:relative;text-align:center;transition:all .2s;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#alertpal .success{background-color:green;color:#fff}#alertpal .warn{background-color:#fc0;color:#111}#alertpal .error{background-color:#b52b30;color:#fff}#alertpal .normal{background-color:#f6f8fa;color:#111}@media only screen and (max-width:400px){#alertpal #alertpal_alert{left:1%;width:98%}#alertpal .alertpal_modal{height:90%!important;left:1%!important;right:5%!important;width:98%!important}#alertpal .ap_message{padding:10px;width:200px}}
