.modal-banner{
  height: 200px;
  background-size: cover;
  background-position: top;
}

.modern-table thead{
  background: #f8f9fa;
  font-weight: 600;
}

.modern-table th, 
.modern-table td{
  vertical-align: middle;
  padding: 12px 15px;
}

.modern-table tbody tr:hover{
  background-color: #f1f5ff;
  transition: 0.3s;
}

.modal-content{
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
