:root{--grayRgb:232, 232, 232;--purple:133, 12, 112;--skyblue:0, 158, 201;--green:0, 168, 89;--orange:245, 130, 32;--red:231, 0, 49;--yellow:214, 224, 61}.radio-inputs{-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.radio-inputs>*{margin:6px}.radio-input:checked+.radio-tile{border-color:rgba(var(--yellow));color:rgba(var(--yellow));box-shadow:0 5px 10px rgba(var(--yellow), .1), 0 0 0 4px rgba(var(--yellow), .5)}.radio-inputs.icon-info{cursor:pointer}.radio-input:checked+.radio-tile:before{opacity:1;background-color:rgba(var(--purple));border-color:rgba(var(--purple));transform:scale(1)}.radio-input:checked+.radio-tile .radio-label{color:rgba(var(--yellow));font-weight:600}.radio-input:focus+.radio-tile{border-color:rgba(var(--yellow));box-shadow:0 5px 10px rgba(var(--yellow), .1), 0 0 0 4px rgba(var(--yellow), .5)}.radio-input:focus+.radio-tile:before{opacity:1;transform:scale(1)}.radio-tile{border:2px solid rgba(var(--grayRgb), 1);cursor:pointer;background-color:#fff;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:110px;min-height:110px;transition:all .15s;display:flex;position:relative;box-shadow:0 5px 10px #0000001a}.radio-tile:before{content:"";border:2px solid rgba(var(--grayRgb), 1);opacity:0;background-color:#fff;border-radius:50%;width:.75rem;height:.75rem;transition:all .25s;display:block;position:absolute;top:.25rem;left:.25rem;transform:scale(0)}.radio-tile:hover{border-color:rgba(var(--yellow), 1);transform:scale(1.1)}.radio-tile:hover:before{opacity:1;transform:scale(1)}.radio-icon svg{max-width:100%;max-height:100%}.radio-icon img{width:auto;height:auto}.radio-label{color:#000;text-align:center;font-size:13px;transition:all .375s}.radio-input{clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
