p{
  font-size: 14px;
}
.form-group label{
  margin-bottom: 0.05rem;
  padding-left: 0.2rem;
}
.form-group .form-control{
  padding: 0.2rem;
  height: calc(1.2em + 1.25rem + 2px);
}
.filter .card-body{
  padding: 15px;
}
.user-profile-list table tr td{
  background: none;
}
.table-striped tbody tr:nth-of-type(2n+1){
  background-color: rgba(70, 128, 255, 0.05);
}
table.dataTable tbody th, table.dataTable tbody td{
  padding: 14px 10px !important;
}
.user-profile-list table tbody tr{
  box-shadow: 0 2px 5px -1px rgba(69, 90, 100, 0.3);
}
.f12{
  font-size: 12px !important;
}
.f14{
  font-size: 14px !important;
}
.f16{
  font-size: 16px !important;
}
.f18{
  font-size: 18px !important;
}
.f20{
  font-size: 20px !important;
}