/**
* Custom css
*/

.data-table-sm {

  .dt-buttons .btn,
  .dataTables_info,
  .dataTables_filter,
  .paginate_button * {
    font-size: 13px !important;
  }
}

.table-sm {
  font-size: 14px;
}

.user_avatar {
  width: 28px;
  height: 28px;
  object-fit: cover;
  object-position: center center;
  margin-right: 7px;
  border-radius: 50%;
  border: solid 1px #ddd;
}

.error-code {
  font-size: 180px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.error-message {
  font-size: 17px;
  font-weight: 100;
  text-align: center;
}

.action-button {
  float: right;
}

ul.profile * {
  font-size: .85em;
}

.sidebar-nav * {
  font-size: 13px !important
}