.gen-alert-dialog-overlay{position:fixed;inset:0;z-index:999;display:grid;place-items:center;overflow-y:auto;background-color:var(--gen-styles-neutral-gray-darkest);opacity:.75}.gen-alert-dialog-content{position:fixed;top:50%;left:50%;z-index:9999;max-height:85vh;width:90vw;max-width:450px;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:6px;background-color:var(--gen-styles-neutral-white);padding:0;--tw-shadow:rgba(14,18,22,.35) 0px 10px 38px -10px,rgba(14,18,22,.2) 0px 10px 20px -15px;--tw-shadow-colored:0px 10px 38px -10px var(--tw-shadow-color),0px 10px 20px -15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.gen-alert-dialog-content:focus{outline:2px solid transparent;outline-offset:2px}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.gen-alert-dialog-content[data-state=open]{animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.gen-alert-dialog-content-none{padding:0}.gen-alert-dialog-content-xs{padding:.5rem}.gen-alert-dialog-content-sm{padding:1rem}.gen-alert-dialog-content-md{padding:1.5rem}.gen-alert-dialog-content-lg{padding:2rem}.gen-alert-dialog-content-xl{padding:2.5rem}.gen-alert-dialog-title{font-family:var(--font-geist-sans);font-size:1.125rem;font-weight:900;line-height:1.5rem;color:var(--gen-styles-neutral-black)}.gen-alert-dialog-description{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:var(--gen-styles-neutral-gray-darkest)}.gen-alert-dialog-actionsbar{margin-top:1.5rem;display:flex;align-items:center;justify-content:flex-end}.gen-alert-dialog-actionsbar button{margin-right:.5rem;border-radius:.375rem;border-width:1px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700}.gen-alert-dialog-actionsbar button:last-child{margin-right:0}.gen-alert-dialog-action-btn{background-color:var(--gen-styles-primary-accent-color);color:var(--gen-styles-neutral-white)}.gen-alert-dialog-action-btn:hover{background-color:var(--gen-styles-secondary-accent-color);color:var(--gen-styles-neutral-black)}.gen-alert-dialog-action-btn:disabled{background-color:var(--gen-styles-neutral-gray-dark);color:var(--gen-styles-neutral-white)}.gen-alert-dialog-action-btn:hover:disabled{cursor:not-allowed}.gen-alert-dialog-action-btn-destructive{background-color:var(--gen-styles-error-color);color:var(--gen-styles-neutral-white)}.gen-alert-dialog-action-btn-destructive:hover{opacity:.9}.gen-alert-dialog-action-btn-destructive:disabled{opacity:.5}.gen-alert-dialog-action-btn-destructive:hover:disabled{cursor:not-allowed}