.modal-container{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:10}.modal-container .modal-mask{width:100%;height:100%;background:#0006;position:absolute;left:0;top:0}.modal-container .modal-mask:before{content:" ";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background:#ffffff1f}.modal-wrapper{position:relative;padding:24px;background:#fff;border-radius:12px;box-shadow:0 30px 40px #28282833,0 2px 15px #28282812;min-width:240px;margin:0 20px}.modal-title{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:500;padding-bottom:20px}.modal-close{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;position:absolute;right:20px;top:20px;padding:6px;border-radius:50%;cursor:pointer}.modal-close .modal-close-ico{display:flex;width:16px;height:16px;align-items:center;justify-content:center;background:#c1c2c2;border-radius:50%;color:#fff}.modal-close:hover{background:#c1c2c240}.modal-dialog-container{z-index:200}.modal-content{min-height:80px}.modal-footer{display:flex}.modal-dialog{margin:0 20px}.modal-dialog .modal-content{min-height:20px;max-width:340px;text-align:center;line-height:1.5}.modal-dialog .modal-footer{margin-top:16px;flex-direction:column}.modal-dialog .modal-footer .button{margin-top:12px}@media screen and (max-width: 1024px){.modal-dialog .modal-footer .button:focus{outline:none}}body.mobile-style .modal-dialog{font-size:16px;max-width:300px}body.mobile-style .modal-footer .button{font-size:16px;height:44px}
