#customalert-overlay,#customconfirm-overlay{display:none;opacity:.5;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2147483647;background:#000}.customalert{background-color:#fff;font-family:arial;border-radius:5px;width:550px;font-size:1em;display:none;position:fixed;max-width:100vw;max-height:100vh;z-index:2147483647;top:5%;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);margin-left:-275px;}@media (min-width:321px){.customalert{top:25%;left:50%;padding:10px}}@media (max-width:550px){.customalert{margin-left:-50vw}}.customalert .header,.customalert .body,.customalert .footer{text-align:center;background:#fff}.customalert .header{font-size:.75em}.customalert .body{padding:10px;font-size:1.2em}.customalert .footer button{margin-top:5px;margin-bottom:5px;width:100px;padding:5px;word-wrap:break-word;font-family:arial;border:none}.customalert.customalert-confirm .footer button.button-done{margin-left:10px;background-color:#68bb74;color:#edf7ef;}.customalert.customalert-confirm .footer button.button-done:hover{background-color:#3f8d4b;color:#dcefdf}.customalert.customalert-confirm .footer button.button-cancel{background-color:#e2614b;color:#fbece9;}.customalert.customalert-confirm .footer button.button-cancel:hover{background-color:#b0321c;color:#f8d8d3}