.filter-dialog-component{position:relative}.filter-dialog-component .dot{background-color:var(--orange);border-radius:100%;width:.625rem;height:.625rem;margin-left:2.1875rem;position:absolute;bottom:-.25rem}.dialog-contents{flex-direction:column;width:100%;display:flex}.dialog-contents section{flex-grow:1;flex-shrink:1;overflow-y:scroll}.dialog-contents section>span{margin:.625rem 0;display:block}.dialog-contents section>span:first-child{margin:0 0 .625rem}.dialog-contents p{margin-left:1rem;padding:.25rem;display:flex}.dialog-contents .radio-group-root{flex-direction:column;display:flex}.dialog-contents .radio-item{width:1.6875rem;height:1.6875rem;box-shadow:0 2px 10px var(--black-a7);border:.125rem solid hsl(from var(--foreground)h s l/.25);border-radius:100%}.dialog-contents .radio-item:hover{background-color:oklch(from var(--background)calc(.8*l)c h)}.dialog-contents .radio-item:focus{box-shadow:0 0 0 2px #000}.dialog-contents .radio-indicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dialog-contents .radio-indicator>svg{width:.9375rem;height:.9375rem;position:absolute}.dialog-contents .radio-indicator:after{content:"";border-radius:50%;width:11px;height:11px;display:block}.dialog-contents .checkbox-root{all:unset;border:.125rem solid hsl(from var(--foreground)h s l/.25);border-radius:4px;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.dialog-contents .checkbox-root:hover{background-color:oklch(from var(--background)calc(.8*l)c h)}.dialog-contents .checkbox-root:focus{box-shadow:0 0 0 2px #000}.dialog-contents .checkbox-indicator{margin-top:.375rem}.dialog-contents label{color:hsl(from var(--foreground)h s l/.7);margin-top:.125rem;padding-left:15px;font-size:15px}.dialog-contents .dialog-button{flex-shrink:0;width:auto;margin:1.5rem}