.table-bordered-custom {
  border: 1px solid #dee2e6 !important;
  /* text-align: center !important; */
}

.table-bordered-custom td {
  padding-left: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #c9cbd0 !important;
  border-right: 1px solid #c9cbd0 !important;
 
}
.table-bordered-custom th {
  /* text-align: center !important; */
  padding-left: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #c9cbd0 !important;
  border-right: 1px solid #c9cbd0 !important;
  text-transform: capitalize !important;
  background-color: #eeeeee !important;

}.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background: #ccc;
}

.timeline-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.timeline-content {
  background: #e2e1e1;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}

.timeline-header {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 3px;
  height: 100%;
  background-color: #6e6d6d;
}
/* Set padding for dropdown items */
.dropdown-menu .dropdown-item {
  padding: 10px 20px; /* Adjust padding as needed */
  border-bottom: 1px solid #e0e0e0; /* Thin line separator between items */
}

/* Remove border for the last item to avoid an extra line at the bottom */
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

/* Change background and text color on hover */
.dropdown-menu .dropdown-item:hover {
  background-color: #a7d8f9;
  color: #007BFF;
}

/* Active or selected state */
.dropdown-menu .dropdown-item:active {
  background-color: #007BFF;
  color: white;
}


