/* TanamBoss mobile helpers
   Ringan saja supaya tidak bentrok dengan dashboard.css
*/

@media screen and (max-width: 767px) {
  .table-wrap,
  .card > .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 46px;
  }

  .modal-box,
  .tb-modal-content {
    width: 100%;
  }
}