


.remove-tooltip .tooltip{
    
   display: none !important;
}



input[type="checkbox"], input[type="radio"]  
{
    
    width: 25px !important;
    height: 25px !important;
    border: 2px solid grey;

}

input[type="checkbox"]::before, input[type="radio"]::before {
    content: "";
    width: 23px;
    height: 23px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: CanvasText;
    background: var(--field-check-color);
    border: none;
}