/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 table.bina-iftravel-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
  }
  
  .bina-iftravel-table th, .bina-iftravel-table td {
    text-align: right;
    padding: 0.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
  }
  
  .bina-iftravel-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #212529;
    text-transform: uppercase;
  }
  
  .bina-iftravel-table tbody tr:hover {
    background-color: #f8f9fa;
  }
  
  .bina-iftravel-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .bina-iftravel-table tbody td:first-child,
  .bina-iftravel-table thead th:first-child {
    border-right: none;
    padding-right: 10px;
  }
  
  .bina-iftravel-table tbody td:last-child,
  .bina-iftravel-table thead th:last-child {
    border-left: none;
  }
  input#bina-iftravel-search-table {
    width: 15%;
    margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
    input#bina-iftravel-search-table{
        width: 100%;
    }
}