.prompt-dialog{position:fixed;top:0;left:0;right:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.prompt-dialog__wrapper{background:#f4f4f4;padding:.1rem .2rem;border-radius:4px;position:absolute;padding-bottom:20px;top:40%;left:50%;margin:0;transform:translate(-50%,-50%);width:620px;min-height:363px;display:flex;flex-direction:column}.prompt-dialog__wrapper .prompt-dialog__head{background-color:transparent;height:60px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.prompt-dialog__wrapper.mobile{width:30rem;min-height:20rem}.prompt-dialog__wrapper.mobile .prompt-dialog__head{font-weight:400;font-size:1.4rem;height:3.6rem}.prompt-dialog__wrapper.mobile .prompt-dialog__footer{height:4rem}.prompt-dialog__wrapper.mobile .prompt-dialog__footer .prompt-btn{width:8rem;height:3rem;border-radius:.1rem;font-size:1.2rem;border:0}.prompt-dialog__wrapper.mobile .prompt-dialog__footer .prompt-btn.btn-primary{color:#fff;background-color:#448dff;box-shadow:none;outline-color:transparent;border-radius:.5rem}.prompt-dialog .prompt-dialog__close{width:35px;height:35px;position:absolute;right:12px;top:12px;z-index:2;background-color:#136fe433;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.prompt-dialog .prompt-dialog__close .close-icon{width:25px;-o-object-fit:cover;object-fit:cover}.prompt-dialog .prompt-dialog__main{flex:1}.prompt-dialog .prompt-dialog__footer{height:60px;display:flex;align-items:center;justify-content:center}.prompt-dialog .prompt-dialog__footer .prompt-btn{width:150px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:18px}.prompt-dialog .prompt-dialog__footer .prompt-btn.btn-primary{color:#fff;border-radius:10px;box-shadow:0 10px 30px #1562da33;background-color:#448dff}
