.disabled-term {
    opacity: 0.5;
    pointer-events: none;
    display: none !important;
}


/* Transform the checkbox into raido button */
#bptfs-post-types label:has(input:checked)::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 5px;
    top: 7px;
    z-index: 10;
    border: 2px solid #fff;
    border-radius: 25px;
    background-color: #fff;
    
}

#bptfs-post-types label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 10;
    background-color: #DDF1FD;
    border: 1px solid #A4BFD7;
    border-radius: 50%;
}