.ml-1{
    margin-left: 10px;
}

.capitalize{
    text-transform: capitalize;
  }
  .float-left{
    float: left;
  }
  a{cursor: pointer;}
.disabled{
  color: #5d6565 !important;
}
.disabled1{
  background: #d8d8e1 !important;
}
.show_none{
  display: none !important;
}
/* css for auto complete in find cv */
  .dropdownAutoComplete {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .dropdownAutoComplete {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid gray;
    border-top: 0;
    overflow: auto;
    cursor: pointer;
    position:absolute;
    background-color: #fff;
    z-index: 10;
  }
  .dropdownAutoComplete > div {
    text-align: left;
    height: 32px;
    padding: 8px;
    color: rgb(43, 43, 43);
    /* border-top: 1px solid gray; */
  }
  .dropdownAutoComplete > div:first-child {
    border-top: 0;
  }
  .page-item.disabled .page-link {
    /* color: #6c757d; */
    pointer-events: none;
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd ;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
  /********loading div******/
    

  /* div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    left: 100px;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: none;
    border: none;
  }
  div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
  }
  div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
  } */