

.bg-white {
  background-color: #ffffff;
  padding: 20px 0;
}

.container {
  width: 90%;
  margin: auto;

}

.text-left {
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}

.blank_space {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-responsive {
  overflow-y: auto;
  max-height: 400px;
  margin-bottom: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;

}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 12px;
}

.table-bordered th {

  font-weight: bold;
  
}
.table-bordered .head-th {
  background-color: #ff7b00; /* Light gray background */
  color: #333;             /* Dark text color */
  font-weight: bold;       /* Bold text */
  text-align: center;      /* Center-align the text */
  padding: 10px;           /* Padding for better spacing */
}
.sub-heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-left{

  font-size: 15px;
  margin: 30px;

}