.table td {
  vertical-align: middle !important;
}
.fixcol {
  position: sticky;
  /* background-color: #fff !important; */
  width: 175px;
  left: 0;
  top: auto;
  outline: 1px solid #ecedf1 !important;
}
.fixcolLeft {
  position: sticky;
  background-color: #fff !important;
  width: 175px;
  right: 0;
  top: auto;
  outline: 1px solid #ecedf1 !important;
}
/* .table-responsive {
  max-height: 500px;
} */
.fixrow {
  position: sticky;
  top: 0;
  z-index: 2;
  outline: 1px solid #ecedf1 !important;
}
.table-active a {
  color: #fff;
}
.modal-drawer table {
  min-width: 400px !important;
}
.badge-danger {
  color: #fff;
  background-color: #ff4d4f;
}
.btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e63946;
  border-color: #e63946;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #138496;
}
.text-secondary {
  color: #6c757d !important;
}
.bg-danger {
  background-color: #ff4d4f !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.accordion .card {
  margin-bottom: 0;
}
