.alert{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;width:320px;padding:12px;display:flex}.alert-default{border:1px solid #e5e5e5}.alert-success{border:1px solid #00a63e}.alert-warning{border:1px solid #f59e0b}.alert-error{border:1px solid #e53e3e}.alert-content-wrapper{align-items:start;gap:8px;display:flex}.alert-icon{margin-top:4px;font-size:1.25rem}.alert-icon-only-title{margin-top:2px}.alert-icon-default{color:#737373}.alert-icon-success{color:#00a63e}.alert-icon-warning{color:#f59e0b}.alert-icon-error{color:#e53e3e}.alert-content{flex:1}.alert-content div{color:#111827;font-size:.95rem;font-weight:500;display:block}.alert-content p{color:#737373;margin:0;font-size:.85rem}.alert-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;margin-left:8px;padding:0;font-size:1.1rem}.alert-close:hover{color:#737373}@media screen and (max-width:768px){.alert{width:220px}}
.modal-alert{color:var(--text-color);background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:1rem;gap:24px;max-width:400px;padding:1.5rem;display:grid;overflow-y:auto;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.modal-alert-container{text-align:left;flex-direction:column;gap:8px;display:flex}.modal-alert-title{font-size:1.125rem;font-weight:600;line-height:1.75rem}.modal-alert-content{color:var(--text-color-400);font-size:.875rem;line-height:1.25rem}.modal-alert-footer{justify-content:end;gap:1.5rem;display:flex}
.drawer-alert{color:var(--text-color);background-color:var(--bg-color);border:1px solid var(--border-color);box-sizing:border-box;align-content:space-between;gap:24px;width:320px;height:100vh;padding:1.5rem;display:grid;overflow-y:auto}.drawer-alert-container{text-align:left;flex-direction:column;gap:8px;display:flex}.drawer-alert-title{font-size:1.125rem;font-weight:600;line-height:1.75rem}.drawer-alert-content{color:var(--text-color-600);margin:8px 0;font-size:.875rem;line-height:1.25rem;overflow:auto}.drawer-alert-footer{justify-content:end;gap:1.5rem;display:flex}
