.cxd_caret,.cxd_treeview li {
    cursor: pointer;
    user-select: none;
  }
  
  .cxd_caret::before {
    content: "\FE65";
    color: black;
    display: inline-block;
    margin-right: 10px;
  }

  .cxd_caret-down::before {
    transform: rotate(90deg);  
  }
.nested {
    display: none;
  }
  .active {
    display: block;
  }
  .cxd_treeview ul, .cxd_caret {
    list-style-type: none;
  }
  .cxd_treeview {
    font-size: 12px;
    font-family: Arial;
  }
  .cxd_treeview li {
    margin-left: 10px;
  }
  .cxd_treeview  span {
    margin-right: 5px;
  }
  .cxd_tab__active {
    display: block;
  }
  .cxd_tab__hidden {
    display: none
  }
  .cxd_tab {
    max-height: 450px;
    overflow-y: auto;
  }
  .cxd_result_table td, th {
    padding : 5px;
    font-size: 12px;
  }
  .cxd_result_table tr:hover {
    cursor: pointer;
  }
  .cxd_result_table  tbody > tr:hover {
    background: #f2f3ff;
    outline: none;
  }
  .cxd_result_table img {
    width: 20px;
    height: 20px;
  }
  .cxd_span__selected {
    background-color: bisque;
  }
  .cxd-item__selected {
    background-color:#d9eaf5 ;
  }
  .cxd_item__consolidated {
    padding: 2px;
  }
  .cxd-sorted-asc::after {
    content: "\25bc";
  }
  .cxd-sorted-desc::after {
    content: "\25b2";
  }
  .cxd-results__service {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    margin-top: 10px;
  }
  .cxd_nav__tabs:hover {
    cursor: pointer;
  }
  .cxd-form-element__help {
    font-size: 10px;
    font-weight: bold;
  }
  .cxd_IP_container {
    padding: 0px 15px 0px 15px;
  }