.alert-dialog-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fade-in .2s ease}.alert-dialog-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2)}.alert-dialog{position:relative;background:#fff;border-radius:var(--border-radius);min-width:280px;max-width:90vw;max-height:90vh;overflow:hidden;z-index:150;box-shadow:var(--box-shadow--large),var(--box-shadow--medium)}.alert-dialog.--centered .alert-dialog-content,.alert-dialog.--centered .alert-dialog-title{text-align:center}.alert-dialog.--no-title .alert-dialog-content{margin-top:0}.alert-dialog.--vertical-actions .alert-dialog-footer{flex-direction:column}.alert-dialog.--vertical-actions .alert-dialog-footer .alert-dialog-button{width:100%}.alert-dialog-container{padding-top:1.25rem}.alert-dialog-title{font-weight:700;padding:0 1.25rem}.alert-dialog-content{font-weight:600;margin:1rem 0 1.25rem;padding:4px 12px 8px}.alert-dialog-footer{display:flex}.alert-dialog-button{flex-grow:1;height:auto;min-height:1.25rem;margin:0;text-transform:none;border:none;line-height:3rem;border-top:1px solid var(--color-ui--grey-20);background:#fff;color:var(--color-ui--grey-70);font-size:14px;font-weight:500}.alert-dialog-button:last-child{color:var(--primary-brand-color-hex)}.alert-dialog-button:hover{cursor:pointer;background:rgba(var(--color-ui--grey-10),.5)}