.round-check-element{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;cursor:pointer}.round-check-element .outer{height:1.25rem;width:1.25rem;border:1px solid #FF8200;border-radius:50%}.round-check-element .inner{display:none}.round-check-element .title{margin-top:.3125rem;font-family:var(--secondary-font-family);letter-spacing:-.2px;font-size:.75rem;text-transform:lowercase;color:#131515;text-align:center}.round-check-element.checked .outer{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.round-check-element.checked .inner{display:block;height:.625rem;width:.625rem;border-radius:50%;background-color:#ff8200}.round-check-element.disabled{cursor:default}.round-check-element.disabled .outer{border:1px solid #818181}.round-check-element.disabled .inner{background-color:#818181}
