.no_checkbox>i.jstree-checkbox
{
    display:none
}

/* .modal:nth-of-type(even) {
    z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
} */


.required2:after {
    content: "**";
    position: relative;
    font-size: inherit;
    color: var(--bs-primary);
    padding-left: 0.25rem;
    font-weight: 600;
  }
  