.CheckboxRoot{border-width:1px;--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity));width:25px;height:25px;border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px var(--blackA7)}.CheckboxRoot:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.CheckboxIndicator{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.Label{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity));padding-left:15px;font-size:15px;line-height:1}.DialogOverlay{background-color:rgba(0,0,0,.44);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.DialogContent{background-color:#fff;border-radius:6px;box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:550px;max-height:85vh;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1);overflow:auto}.DialogContent:focus{outline:none}.DialogTitle{margin:0;font-weight:500;color:var(--mauve12);font-size:17px}.DialogDescription{margin:10px 0 20px;color:var(--mauve11);font-size:15px;line-height:1.5}.Button{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 15px;font-size:15px;line-height:1;font-weight:500;height:35px}.Button.violet{background-color:#fff;color:var(--violet11);box-shadow:0 2px 10px var(--blackA7)}.Button.violet:hover{background-color:var(--mauve3)}.Button.violet:focus{box-shadow:0 0 0 2px #000}.Button.green{background-color:var(--green4);color:var(--green11)}.Button.green:hover{background-color:var(--green5)}.Button.green:focus{box-shadow:0 0 0 2px var(--green7)}.IconButton{font-family:inherit;border-radius:100%;height:25px;width:25px;display:inline-flex;align-items:center;justify-content:center;color:var(--violet11);position:absolute;top:10px;right:10px}.IconButton:hover{background-color:var(--violet4)}.IconButton:focus{box-shadow:0 0 0 2px var(--violet7)}.Fieldset{display:flex;gap:20px;align-items:center;margin-bottom:15px}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}