.select2-container .select2-selection--single {
    height: 44px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
  }
  .select2-container {
    line-height: 0px;
  }
.select2.select2-container  span {
    display: block !important
  }
  .select2-results__option {
    padding: 17px;
  }
  .select2-container--default .select2-selection--single {
    border: 1px solid #e2e4e8;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 18px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4f5966;
  }
  .bordered-table tbody tr td {
    padding: 5px !important;
  }
  table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
    text-align: left;
  }
  .form-select, .form-control, textarea {
    padding: 0.4rem 0.6rem;
  }
  
  #result {
    position: absolute;
    width: 30.8%;
    margin-top: 10px;
    margin-left: 52px;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.list-group-item {
    cursor: pointer;
}
div.dt-container div.dt-layout-row {
  margin: 5px;
}

div.dtsb-searchBuilder {
  margin-bottom: 0px;
}

/* Custom CSS for Employee Registration Form */

@page {
  header: page-header;
  footer: page-footer;
}