.profile-img-wrapper {
  width: 54px;
  height: 54px;
  display: inline-block;
  position: relative;
}
.profile-img-wrapper img,
.profile-img-wrapper span.rounded-circle {
  width: 44px;
  height: 44px;
  margin: 5px;
  position: relative;
  z-index: 2;
}

.table thead th {
  border-top: none;
  border-bottom: 2px solid #dee2e6;
  background: #f8f9fa;
}

.table tbody tr {
  border-radius: 12px;
  overflow: hidden;
}

.table td, .table th {
  border: none !important;
}

.table {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  margin-bottom: 2rem;
}

.container-fluid {
  overflow: visible !important;
}

.table {
  overflow: visible !important;
}

.table td {
  overflow: visible !important;
}

.custom-dropdown-toggle::after { display: none !important; }
