dialog::backdrop{background-color:#000c}dialog{width:48rem;padding:1.5rem!important;display:flex;flex-direction:column;gap:1rem;overflow:inherit;border-radius:var(--radius);background:hsl(var(--background))}dialog .modal-body{display:flex;width:100%;flex-direction:column;gap:1.5rem;flex-shrink:0}dialog h1{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;font-size:1.75rem;font-style:normal;font-weight:800;line-height:normal}dialog button{padding:.75rem 1.5rem;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;border-radius:.25rem}dialog div.modal-footer button.modal-cancel-button{color:var(--label)}dialog div.modal-footer button.modal-ok-button{color:#fff;background-color:var(--primary)}dialog div.modal-header{display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch}dialog div.modal-body{width:100%}dialog div.modal-footer{width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;align-self:stretch}
