.radioContainer{display:flex;align-items:center;gap:20px}.wrapperContainer>.wrapper{display:flex;align-items:flex-start;gap:8px;position:relative}.wrapperContainer>.wrapper:hover input{border-color:#007bff!important}.wrapperContainer>.wrapper .checkround:after{top:5px;left:5px;width:8px;height:8px;border-radius:50%;background:white;content:"";position:absolute;display:none}.wrapperContainer>.wrapper .checkround{position:absolute;top:7;left:12;height:20px;width:20px;background-color:#f0f0f0;border-radius:50%;border:1px solid #ccc}.wrapperContainer>.wrapper .checkround.disabled{border:1px solid #ddd;background-color:#e0e0e0}.wrapperContainer>.wrapper .checkround.disabled:hover{cursor:not-allowed}.wrapperContainer>.wrapper input{width:20px;height:20px;-webkit-appearance:none;position:relative;z-index:3;cursor:pointer}.wrapperContainer>.wrapper input.disabledBorder:hover~.checkround{border-color:#ddd!important}.wrapperContainer>.wrapper input:disabled{cursor:not-allowed}.wrapperContainer>.wrapper input:disabled+span+label>span.labelIcon{color:#b0b0b0}.wrapperContainer>.wrapper input:disabled+span+label:hover,.wrapperContainer>.wrapper input:disabled+span+label:hover>span:nth-child(2){cursor:not-allowed!important}.wrapperContainer>.wrapper input:hover~.checkround{border:1px solid #bbb}.wrapperContainer>.wrapper input:checked~.checkround{z-index:0}.wrapperContainer>.wrapper input:checked~.checkround:before{content:"";position:absolute;z-index:-1;inset:-2px;padding:2px;border-radius:12px;background:#322882;-webkit-mask:#322882 content-box,#322882;mask:#322882 content-box,#322882;-webkit-mask-composite:xor;mask-composite:exclude}.wrapperContainer>.wrapper input:checked~.checkround:after{display:block}.wrapperContainer>.wrapper input:checked+.container>svg{opacity:1}.wrapperContainer>.wrapper input:checked+.container .title{font-weight:500}