.alert-card{background-color:#fff;border-radius:.5rem;width:100%;max-width:24rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.alert-overlay{z-index:1000;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.alert-modal{justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.12s ease-out alert-fade-in;display:flex}@keyframes alert-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.alert-header{flex-direction:column;align-items:center;padding:1.5rem 0 0;display:flex;position:relative}.alert-icon-container{border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.alert-icon-container.delete{background-color:#fee2e2}.alert-icon-container.success{background-color:#dcfce7}.alert-icon-delete{color:#ef4444}.alert-icon-success{color:#22c55e}.alert-close-button{cursor:pointer;background-color:#0000;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;position:absolute;top:1rem;right:1rem}.alert-close-button:hover{background-color:#f3f4f6}.alert-close-icon{color:#6b7280;width:1rem;height:1rem}.alert-title{color:#1f2937;margin-top:1rem;font-size:1.125rem;font-weight:600}.alert-content{text-align:center;color:#4b5563;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem}.alert-footer{justify-content:center;gap:.5rem;padding:0 1.5rem 1.5rem;display:flex}.alert-button{cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;width:150px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;display:inline-flex}.alert-button.outline{color:#374151;background-color:#fff;border:1px solid #d1d5db}.alert-button.outline:hover{background-color:#f3f4f6}.alert-button.delete-primary{color:#fff;background-color:#ef4444;border:1px solid #0000}.alert-button.delete-primary:hover{background-color:#dc2626}.alert-button.confirm-primary{color:#fff;background-color:green;border:1px solid #0000}.alert-button-icon{width:1rem;height:1rem;margin-right:.5rem}
