.card-body {
  min-height: 200px;
}
.card.card-outline .card-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.user-panel .image {
  margin-top: 5px !important;
}
.user-panel .image img {
  width: 24px;
  height: auto;
}
.user-panel .info a small {
  color: #66af45;
}
.error-page {
  margin: 18% auto !important;
  max-width: 650px;
  width: 100%;
  padding: 20px !important;
}
.error-page .error-message {
  padding: 7px;
  background-color: #dc3545;
  color: #fff;
}
.table thead th a {
  color: #000 !important;
}
.table thead th a:hover {
  text-decoration: underline;
}
.sportsman-view-photo img,
.trainers-view-photo img {
  width: 150px;
  height: auto;
}
.sportsman-view-photo-small img,
.trainers-view-photo-small img {
  width: 50px;
  height: 50px;
  cursor: zoom-in;
}
.h-line {
  border-top: 1px solid #dee0e3;
}
.form-control:focus::placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-control::focus:-ms-input-placeholder {
  opacity: 0;
}
.pagination li {
  margin: 4px 0;
}
