.radioContainer{align-items:center;gap:20px;display:flex}.wrapperContainer>.wrapper{align-items:flex-start;gap:8px;display:flex;position:relative}.wrapperContainer>.wrapper:hover input{border-color:#007bff!important}.wrapperContainer>.wrapper .checkround:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;display:none;position:absolute;top:5px;left:5px}.wrapperContainer>.wrapper .checkround{background-color:#f0f0f0;border:1px solid #ccc;border-radius:50%;width:20px;height:20px;position:absolute;top:7px;left:12px}.wrapperContainer>.wrapper .checkround.disabled{background-color:#e0e0e0;border:1px solid #ddd}.wrapperContainer>.wrapper .checkround.disabled:hover{cursor:not-allowed}.wrapperContainer>.wrapper input{-webkit-appearance:none;z-index:3;cursor:pointer;width:20px;height:20px;position:relative}.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:"";z-index:-1;-webkit-mask:#322882 content-box,#322882;-webkit-mask:#322882 content-box,#322882;mask:#322882 content-box,#322882;-webkit-mask-composite:xor;background:#322882;border-radius:12px;padding:2px;position:absolute;inset:-2px;-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}
