.table-header-text {
    font-Size: 15px !important;
}

.table-body-text {
    font-size: 13px !important;
}

.form-label-text {
    font-size: 14px !important;
}

.table-responsive table thead th {
    font-Size: 15px !important;
}
.table-responsive table tbody td {
    font-size: 15px !important;
}

/* .form-select:hover{
  background-color: #1e1e1e;
} */

.form-label-text::placeholder {
    font-size: 14px !important;
  }
 

  /* styles.css or your global stylesheet */
.table-page-size-select {
    appearance: none;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    padding-right: 1rem; 
    height: auto;
    line-height: 1.2;
  }
.table-filter-size-select {
    appearance: none;
    padding: 0.80rem 0.3rem;
    font-size: 0.80rem;
    padding-right: 1rem;
    height: auto;
    line-height: 1.2;
  }
  

  .small-search-input {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    height: auto;
    width: 150px; /* or adjust as needed */
  }
  .small-search-input::placeholder  {
    font-size: 14px !important;
  }

  .card-body span {
    font-size: 14px !important;

  }


  .truncate-cell {
    max-width: 150px; /* or auto based on container */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .heading {
    font-size: 20px !important;
  }
  .smallHeading {
    font-size: 18px !important;
  }

  