.v__CMP__1117 .root{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column}.v__CMP__1117 .grayBackground{background:rgba(108,142,235,.2)}.v__CMP__1117 .radioContainer{width:100%;height:100%;flex:1;display:flex;justify-content:center;align-items:center}.v__CMP__1117 .rad{cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;flex:1;display:flex;align-items:center;justify-content:center;width:100%;align-items:flex-start}.v__CMP__1117 .directionRow{flex-direction:row}.v__CMP__1117 .directionReverseRow{flex-direction:row-reverse}.v__CMP__1117 .directionColumn{flex-direction:column}.v__CMP__1117 .rtlText{direction:rtl}.v__CMP__1117 .rad .radioWrap{width:1em;min-width:1em;max-width:1em;text-align:center}.v__CMP__1117 .rad .radioWrap input{position:absolute;opacity:0;width:0;height:0}.v__CMP__1117 .rad .radioWrap .radioSpan{display:block;vertical-align:middle;width:100%;height:100%;border-radius:50%;transition:.2s;box-shadow:inset 0 0 0 1em #fff;border:1px solid gray;background:gray}.v__CMP__1117 .rad:hover .radioWrap .radioSpan{box-shadow:inset 0 0 0 3px #fff;background:gray}.v__CMP__1117 .rad .radioWrap input:checked+.radioSpan{box-shadow:inset 0 0 0 3px #fff;background:#0075ff}.v__CMP__1117 .rad .radioText{font-size:2rem;flex-grow:2}.v__CMP__1117 .root.warn{border-bottom:.1rem solid red!important;color:red}.v__CMP__1117 .root.warn>.warnLabel{display:flex!important;position:absolute;top:100%;width:100%;border:0;padding:0;font-size:.6em;margin-top:2px;color:red}.v__CMP__1117 label:empty{display:none}.v__CMP__1117 .root>label:first-child{white-space:nowrap}