body {
    font-family: 'Kanit', sans-serif;
    margin: 0;
    height: 100%;
    overflow: hidden;
  }

  .rounded-all {
    width: 5rem;
    height: 5rem;
    border-radius: 50% !important;
    font-size: 35px !important;
  }

  .rounded-all2 {
    width: 7rem;
    height: 7rem;
    border-radius: 50% !important;
    font-size: 40px !important;
  }


  .rounded {
    border-radius: 5px !important;
    font-size: 25px !important;
  }

  .rounded2 {
    border-radius: 5px !important;
    font-size: 20px !important;
  }

  .rounded3 {
    border-radius: 5px !important;
    font-size: 18px !important;
  }

  .rounded4 {
    border-radius: 5px !important;
    font-size: 16px !important;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 0.1rem;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #5e5c5c;
    border-radius: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ddd;
  }


  .info-box {
    cursor: pointer;
  }

  .modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
  }

  .modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
  }

  .modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
  }

  .modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
  }

  input.largerCheckbox {
    transform: scale(1.5);
  }

  #Table-PT {
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

  table#Table-PT.dataTable th {
    background-color: #17a2b8;
    font-size: small;
  }

  table#Table-PT.dataTable th {
    color: #fff;

  }

  table#Table-PT.dataTable tbody tr:hover {
    background-color: #d1f0ff;
  }

  table#Table-PT.dataTable tbody tr:hover>.sorting_1 {
    background-color: #d1f0ff;
  }

  #Table-PT-Mobile {
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

  table#Table-PT-Mobile.dataTable th {
    background-color: #17a2b8;
    font-size: small;
  }

  table#Table-PT-Mobile.dataTable th {
    color: #fff;

  }

  table#Table-PT-Mobile.dataTable tbody tr:hover {
    background-color: #d1f0ff;
  }

  table#Table-Mobile-Report.dataTable tbody tr:hover>.sorting_1 {
    background-color: #d1f0ff;
  }

  #Table-AppPerson {
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

  table#Table-AppPerson.dataTable th {
    background-color: #17a2b8;
    font-size: small;
  }

  table#Table-AppPerson.dataTable th {
    color: #fff;

  }

  table#Table-AppPerson.dataTable tbody tr:hover {
    background-color: #d1f0ff;
  }

  table#Table-AppPerson.dataTable tbody tr:hover>.sorting_1 {
    background-color: #d1f0ff;
  }

  table.dataTable th.focus,
  table.dataTable td.focus {
    outline: none;
  }
  
  tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
  .dataTables_wrapper .dataTables_filter input {
    border-radius: 5px !important;
    border: 1px solid #cccccc;
  }

  button,
  select {
    border-radius: 5px !important;
    border: 1px solid #cccccc;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 25% !important;

  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 25% !important;
  }

  .truncate {
    max-width: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }