.ipt_alert_box {color:#FF0000;font-size:24px;}
.blue {color:#0000FF;}
.pop_alert_bg {position:fixed;top:0;left:0;background-color: rgba(0,0,0,.7);width:100%;height:100%;z-index:9;}
.pop_window_content {position:absolute;display:flex;width:100%;height:100%;top:0;left:0;z-index:10;justify-content: center;align-items: center;}
.pop_window_content > .pop_message_wrapper {position:relative;width:90%;height:300px;background: #FFFFFF;border-radius:10px;padding:30px 0 30px 0;box-sizing: border-box;font-size:30px;}
.pop_window_content > .pop_message_wrapper > .pop_message{width:100%;height:80%;font-weight:700;display:flex;align-items: center;justify-content: center;}
.pop_window_content > .pop_message_wrapper > .pop_btns{position:absolute;display:block;width:100%;text-align:center;height:20%;}
.pop_window_content > .pop_message_wrapper > .pop_btns > .btn{display:inline-block;padding:10px 30px;background: #0C7FCC;color:#FFFFFF;border-radius: 10px;font-size:24px;text-shadow:none;}