.confirmation-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.confirmation-dialog .dialog-box{background-color:#fff;padding:20px;border-radius:8px;width:80%;max-width:400px;text-align:center}.confirmation-dialog .dialog-box p{margin:38px 0;word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;max-height:100px;overflow-y:auto}.confirmation-dialog .dialog-box .dialog-actions{display:flex;justify-content:space-around}.confirmation-dialog .dialog-box .dialog-actions .btn-cancel,.confirmation-dialog .dialog-box .dialog-actions .btn-confirm{padding:0 16px;height:36px;border:none;border-radius:4px;cursor:pointer;font-size:16px}.confirmation-dialog .dialog-box .dialog-actions .btn-confirm{background:#e64a3b;color:#fff}.confirmation-dialog .dialog-box .dialog-actions .btn-cancel{background:#f5f5f5;color:#666}@media(max-width:768px){.confirmation-dialog .dialog-box{width:80%;padding:15px}.confirmation-dialog .dialog-actions{align-items:center}.confirmation-dialog .dialog-actions .btn-cancel,.confirmation-dialog .dialog-actions .btn-confirm{margin-bottom:10px}}