﻿body {
      background: #f8f9fa;
      
    }
    .status-badge {
      padding: 3px 8px;
      border-radius: 20px;
      font-size: 0.8rem;
      color: white;
      min-width: 65px;
      display: inline-block;
      text-align: center;
    }
    .status-active {
      background-color: #28a745;
    }
    .status-deactive {
      background-color: #dc3545;
    }
    .table-actions i {
      cursor: pointer;
      margin: 0 5px;
    }
    .table-responsive {
      overflow-x: auto;
    }
/* Mobile only */
@media (max-width: 576px) {

  .employee-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .employee-header h4 {
    width: 100%;
    margin-bottom: 6px;
  }

  /* Filter | Search | Create New -> ek hi line */
  .employee-header > .d-flex {
    width: 100%;
    flex-wrap: nowrap !important;
    align-items: center;
  }

  .employee-header input[type="text"] {
    width: 100% !important;
    min-width: 80px !important;
    flex: 1 1 auto;
  }

  .employee-header .btn {
    white-space: nowrap;
  }
}
/* Mobile only */
@media (max-width: 576px) {

  .filter-bar {
    justify-content: center !important;
  }

  .filter-bar > .d-flex {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;          /* ek line */
    align-items: center;
  }

  .filter-bar input {
    width: 100% !important;
    min-width: 80px;
  }

  .filter-bar label {
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  #newCategoryModal .modal-dialog {
    margin-top: 60px;   /* 🔥 top gap (adjust as needed) */
  }
}
