.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
  width: 230px;
  height: 40px; }

.search-bar input {
  background: transparent;
  border: 0;
  color: #212121;
  font-size: .8rem;
  line-height: 2;
  height: 100%;
  outline: initial !important;
  padding: .5rem 1rem;
  width: calc(100% - 32px); }

.search-bar .search-icon {
  font-size: 18px;
  width: 24px;
  display: inline-block; }

.app-admin-wrap .main-header .logo img {
  width: auto;
  height: auto; }

.card-icon-bg .card-body .content {
  max-width: 200px; }

.search-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .search-btns .card {
    margin-bottom: 0 !important; }
    .search-btns .card .card-body .content {
      margin-left: 35px; }
  .search-btns .groups {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-btns .groups .search-bar {
      margin-top: auto;
      margin-bottom: auto; }
    .search-btns .groups .btn {
      margin-left: 20px !important;
      margin-top: auto !important;
      margin-bottom: auto !important; }

.tableThumb-img img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px; }

/*.dataTables_length {
  display: none; }*/

.dataTables_info {
  display: none; }

.dataTables_paginate {
  display: none; }

.no-sort {
  pointer-events: none !important; }
  .no-sort:before {
    display: none !important; }
  .no-sort:after {
    display: none !important; }

.dataTables_filter label {
  margin-bottom: 0; }
  .dataTables_filter label input {
    width: 230px !important;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    color: #212121;
    font-size: .8rem;
    margin-top: 5px;
    margin-bottom: 5px; }

.tox-statusbar__branding {
  display: none; }

.view-detail {
  background: #f8f9fa;
  border: 1px solid #ced4da;
  color: #47404f;
  display: block;
  width: 100%;
  height: calc(1.9695rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.813rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.view-card-body label {
  display: block;
  width: 100%; }

.view-card-body .imgWrapper {
  width: 150px; }
  .view-card-body .imgWrapper img {
    width: 150px;
    height: auto;
    margin-top: 10px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 5px; }

.approve button {
  border: none;
  background-color: transparent;
  margin-right: 15px;
  padding: 0;
  cursor: pointer; }
  .approve button i {
    font-size: 20px; }

.approve .like i {
  color: #04a032 !important; }

.approve .unlike {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }
  .approve .unlike i {
    color: #c00202 !important; }
    .card-icon-bg .card-body {
      align-items: center !important;
  }
  .col-lg-2.col-md-6.col-sm-6 {
      padding: 3px !important;
  }
  .text-muted {
      font-size: 13px !important;
  }
  .card-icon-bg .card-body .content {
      margin: auto 5px;
  }
  .main-content-wrap .card-icon-bg i {
    margin-top: 0.5rem !important;
}