.radio-label{align-items:center;cursor:pointer;display:flex}.radio-label[disabled]{cursor:default;opacity:.5}.radio-label input{display:none}.radio-custom-wrapper{align-items:center;display:inline-flex;justify-content:center;margin-right:8px}.radio-custom{border:1px solid #0b54bf;border-radius:50%;display:inline-block;height:24px;width:24px}@media (max-width:968px){.radio-custom{height:20px;width:20px}}.radio-label input:checked+.radio-custom-wrapper{background:linear-gradient(135deg,#075cde,#00c8ef);border-radius:50%;box-shadow:0 0 0 4px #fff;padding:7px}.radio-label input:checked+.radio-custom-wrapper .radio-custom{background:#fff;border:none;height:10px;width:10px}@media (max-width:968px){.radio-label input:checked+.radio-custom-wrapper{padding:6px}.radio-label input:checked+.radio-custom-wrapper .radio-custom{height:8px;width:8px}}
