.checkbox-custom{display:inline-flex}.checkbox-custom input{display:none}.checkbox-custom input+label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;cursor:pointer;color:#4b4b4b;font-weight:400}.checkbox-custom input+label .box,.checkbox-custom input:checked+label .box{position:relative;width:20px;height:20px;border-radius:5px;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.checkbox-custom input+label .box i,.checkbox-custom input+label .box i svg,.checkbox-custom input:checked+label .box i,.checkbox-custom input:checked+label .box i svg{width:16px;height:16px;position:relative}.checkbox-custom input+label .box i svg,.checkbox-custom input:checked+label .box i svg{fill:#f5f5f5}.checkbox-custom input:checked+label .box{display:flex;justify-content:center;align-items:center;background:#0062aa}.checkbox-custom input:checked+label .box svg{fill:#fff}